The Chicago Classic Computing Wiki

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
projects:wiki [02/04/2025 01:58:11 CST] silent700projects:wiki [02/07/2025 22:39:28 CST] (current) silent700
Line 1: Line 1:
-======Wiki Work====== +======CCC Wiki Changelog======
-====Changelog======+
 **__1/23/2025__** **__1/23/2025__**
   *Installed Dokuwiki and suggested PHP libraries   *Installed Dokuwiki and suggested PHP libraries
   *Installed Vector template   *Installed Vector template
 +  *Enabled .htaccess files in Apache conf to protect sensitive Dokuwiki directories (comment out "AllowOverride None" in httpd.conf); existing .htaccess files are sufficient
 +  *Renamed .htaccess file in /data/webs/extsvcs/wiki/lib/tpl/vector/user to allow for custom logo
   *Installed InToc plugin (Mediawiki-style ToC inline with articles using ''%%~~INTOC~~%%'' tag)   *Installed InToc plugin (Mediawiki-style ToC inline with articles using ''%%~~INTOC~~%%'' tag)
  
Line 10: Line 11:
   * Installed Move plugin to rename and move media and pages   * Installed Move plugin to rename and move media and pages
   * Installed Infobox plugin (has [[https://github.com/Kanaru92/DokuWiki-InfoBox/issues/4|problems]])   * Installed Infobox plugin (has [[https://github.com/Kanaru92/DokuWiki-InfoBox/issues/4|problems]])
-  * Disabled authpdo plugin (database auth not used)+  * Disabled authpdo plugin (database auth not used, slows down logins)
   * Installed but disabled the Lastmod plugin (Dokuwiki already does this)   * Installed but disabled the Lastmod plugin (Dokuwiki already does this)
   * Install SMTP plugin   * Install SMTP plugin
Line 17: Line 18:
   * Installed the Pagelist plugin (required by Tags)   * Installed the Pagelist plugin (required by Tags)
   * Installed nspages plugin (lists all pages in namespace)   * Installed nspages plugin (lists all pages in namespace)
 +
 +**__2/1/2025__**
 +  *Edited main.php in Vector template directory to fix [[https://forum.dokuwiki.org/d/20248-security-token-did-not-match-possible-csrf-attack-cannot-log-out/7|token logout problem]]
 +    * ''- array("do" => "logout")''
 +    * ''+ array("do" => "logout", 'sectok' => getSecurityToken())''
 +  * Installed [[http://www.dokuwiki.org/plugin:lastmod|lastmod]] plugin, then disabled (Doku already does this)
 +
 +**__2/7/2025__**
 +  *Installed the [[https://www.dokuwiki.org/plugin:pageredirect|Page Redirect]] plugin, kept defaults.
  
Print/export