This is a log of modifications made to this DokuWiki install, that would not persist through updates.
Tweaks made to plugins. If plugin is updated, check if the modifications are still necessary, and recreate the modifications as needed.
Bootstrap Wrapper Plugin: https://www.dokuwiki.org/plugin:bootswrapper
Problem with PHP8 throwing errors. Note: The errors don't actually seem to impact anything, but still not ideal.
/lib/plugins/bootswrapper
script.js
and /syntax
on the server with the copies downloaded from the GitHub fork.bootswrapper
is still throwing array errors.Modifications to the DokuWiki core files, images, etc.
Modified .conf (configuration) files are located at https://github.com/41-north/dokuwiki-modifications/tree/main/conf_files.
As of 2024-12-31, the following modified .conf files are in use:
interwiki.local.conf
DokuWiki Documentationsmileys.local.conf
DokuWiki Documentation
Icon: Material Symbols open_in_new
Link
Icon color #888888
/ rgb(136 136 136)
Changing this icon involves tweaking the Bootstrap3 theme files. To make these changes:
wiki.41n.co
public/wiki.41n.co/lib/tpl/bootstrap3/css/template.less
and hit Request Repossession/home/public/wiki.41n.co/lib/tpl/bootstrap3/css/template.less
a.urlextern
icon=mdi-earth-arrow-right.svg&color=%23666666
chgrp web /home/public/wiki.41n.co/lib/tpl/bootstrap3/css/template.less
Icon: Octicons repo-locked
Link
Icon color #595959
/ rgb(89 89 89)
Finish this section. Using Interwiki links to the internal
namespace. —THH 2025-01-02T1519-05
Changes and additions to the built-in smileys.
Things to note:
/home/public/wiki.41n.co/lib/images/smileys/local
/home/public/wiki.41n.co/conf/smileys.local.conf
local
directory and have a .local.conf
file.chgrp -R web /home/public/wiki.41n.co/lib/images/smileys/local
See the DokuWiki documentation for more information about working with custom smileys.
You can refer to Wiki Labels for more info about building custom smileys and/or “labels”.