User Tools

Site Tools


blog:2022-08-06:wiki_update_coming_soon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
blog:2022-08-06:wiki_update_coming_soon [2022/08/07 21:47] – [Table] va7fiblog:2022-08-06:wiki_update_coming_soon [2022/08/08 18:06] va7fi
Line 1: Line 1:
-====== Wiki Update Coming Soon ======+====== Wiki Update COMPLETE ======
 For the past month or so, some of you might have noticed this banner at the top of the wiki when you log in((Note that this notice only shows for logged in users, so the general public doesn't see it)): For the past month or so, some of you might have noticed this banner at the top of the wiki when you log in((Note that this notice only shows for logged in users, so the general public doesn't see it)):
 {{  wikiupdate.png  }} {{  wikiupdate.png  }}
  
-It indicates that a new update of the wiki engine is available.  I had been waiting for the stable release to be available instead of the release candidate (rc) and it looks like it is now.  I'm currently in the process of testing this upgrade on a local copy of our website to make sure that it doesn't break anything.  The current version we're using is from 2020-07-29 (2 years ago!) so there could be incompatibilities with extensions we're using.+It indicated that a new update of the wiki engine is available.  I had been waiting for the stable release to be available instead of the release candidate (rc) and it looks like it is now.  I finished testing this update on a local copy of our website to make sure that it didn't break anything (it did).  The old version we were using was from 2020-07-29 (2 years ago!) so there was some incompatibilities with extensions we were using.  Luckily I found alternatives and completed the update.  Let me know if you notice anything unusual.
  
-Once I'm satisfied that the new version is running well, I'll upgrade the site here has well. 
  
 ====== Issues ====== ====== Issues ======
-I found some issues that will need to be fixed before I proceed with the wiki.  I'll update this page as I make progress.+I found some issues that needed to be fixed before I could proceed with the wiki update.
  
 +|<100% 50% - >|
 +^ Issue                                                                                                                                                                                                                                                                                             ^ Fix                                                                                                                                                                                                                                                                                                                                                                                                       ^
 +| The BlogTNG options used to post a news item on the front page are missing.  The [[https://www.dokuwiki.org/plugin:blogtng|plugin page]] and [[https://github.com/dokufreaks/plugin-blogtng/issues|github page]] haven't been updated in years, indicating that it's no longer being maintained.  | Remove BlogTNG and replace with the following plugins instead:\\   * [[https://www.dokuwiki.org/plugin:blog|Blog]]\\   * [[https://www.dokuwiki.org/plugin:include|Include]]\\   * Old version of [[https://github.com/MrBertie/pagequery/zipball/master|Pagequery]] (see [[https://github.com/mprins/pagequery/zipball/master| Issue description]])\\ \\ There will be slight changes in functionality.  |
 +| Some template changes were reverted.                                                                                                                                                                                                                                                              | Re-implement the changes [[/memberscorner/weblog#top_bar_for_dokuwiki_template_only|listed here]], which need to be sequenced with permission reset.                                                                                                                                                                                                                                                      |
  
-^ Issue                                                                        ^ Fix                                                                                                                                                                                                                                                                                                                                                                              ^ +====== Plan ====== 
-| The BlogTNG options used to post a news item on the front page are missing.  | Install the following plugins instead:\\   * [[https://www.dokuwiki.org/plugin:blog|Blog]]\\   * [[https://www.dokuwiki.org/plugin:include |Include]]\\   * Old version of [[https://github.com/MrBertie/pagequery/zipball/master|Pagequery]] (see [[https://github.com/mprins/pagequery/zipball/master| Issue description]]\\ \\ There will be slight change in functionality. +Steps                                                                ^ Status               ^ 
-| Some template changes were reverted.                                         | Re-implement the changes [[/memberscorner/weblog#top_bar_for_dokuwiki_template_only |listed here]].                                                                                                                                                                                                                                                                              | +| Backup the current site                                              |  <fc #008000>✔</fc>  | 
- +Install the new plugins and convert the News Feed away from BlogTNG   <fc #008000>✔</fc>  
-===== BlogTNG Options Missing ===== +| Uninstall BlogTNG                                                    |  <fc #008000>✔</fc>  | 
-The BlogTNG options used to post a news item on the front page are missing.  Steps to recreate: +| Update the Wiki                                                      |  <fc #008000>✔</fc>  
-  - click on "Create a News Item" on the front page +| Reset the permissions                                                |  <fc #008000></fc | 
-  - Add a title and click "Create" +| Re-implement the template changes                                    |  <fc #008000></fc |
- +
-  * **Expected**{{blog01.png}} +
-  * **Actual**:{{blog02.png}} +
- +
-==== Updates: ==== +
-  * Looking at plugin [[https://www.dokuwiki.org/plugin:blogtng |dokuwiki]] and [[https://github.com/dokufreaks/plugin-blogtng/issues|github]] pages, it looks like the plugin is no longer being maintained. +
-  * Looking at the [[https://www.dokuwiki.org/tips:blogging |blogging]] and [[https://www.dokuwiki.org/plugin:include|include]] plugins as alternatives. +
- +
-====== Fix Tested On Local Machine ====== +
- +
-===== Header Missing ===== +
-The header is missing. +
- +
-  * **Expected**:{{header01.png}} +
-  * **Actual**:{{header02.png}} +
- +
-Fix is to follow the instructions [[/memberscorner/weblog#top_bar_for_dokuwiki_template_only |here] for the template mods. +
- +
- +
-===== Table of Contents Not Hiding ===== +
-I had configured the table of content to hide by default.  It looks like this configuration was overwritten by the upgrade. +
- +
-  * Fix is to edit ''/lib/tpl/dokuwiki/script.js'' and replace:<code java> +
-if($toc.length) { +
-  $toc[0].setState(1); </code> with <code java+
-if($toc.length) { +
-  $toc[0].setState(-1); +
-</code>+