Table of Contents
Advanced Plugin
Compatible with DokuWiki
- 2024-02-06 "Kaos" yes
- 2023-04-04 "Jack Jackrum" yes
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
Similar to acronymedit, confmanager
Import / Export Utility
You can export one or more pages (or a single or more namespaces) for a backup or for import to another DokuWiki installation (eg. from testing to production server).
Advanced DokuWiki configuration
Control the advanced settings of your DokuWiki from Admin page.
DokuWiki local configs
Abbreviations and Acronyms | acronyms.local.conf | |
---|---|---|
Entities | entities.local.conf | |
InterWiki Links | interwiki.local.conf | |
MIME Type | mime.local.conf | |
Smileys | smileys.local.conf | |
URL Schemes | scheme.local.conf | |
Blacklist | wordblock.local.conf | |
ACL | acl.auth.php | |
Main | local.php | |
Users | users.auth.php | |
Bootstrap3 NS Themes 1) | bootstrap3.themes.conf |
Edit carefully
User Styles
Screen | userstyle.css |
---|---|
userprint.css |
|
Feed | userfeed.css |
All | userall.css |
Others
userscript.js
.htaccess
- Template Hooks
- Purge CSS and JS cache
Plugins
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Configuration and Settings
The plugin can be configured in the DokuWiki configuration manager available in the admin menu.
Configuration Option | Default Value | Description |
---|---|---|
backup | 0 | Enable automatic backup after any change to the files in your DOKUWIKI/conf directory |
Development
Change Log
- Updated plugin.info.txt by giterlizzi (2022-12-10 21:58)
- Merge branch 'master' of github.com:LotarProject/dokuwiki-plugin-adva… by giterlizzi (2022-12-10 21:56)
- Merge pull request #20 from fiwswe/rm-ZipLib.class.php by giterlizzi (2022-12-10 21:56)
- Update deleted.files by fiwswe (2022-12-10 19:23)
- Delete ZipLib.class.php by fiwswe (2022-12-10 19:09)
- Relase 2022-09-23 by giterlizzi (2022-09-23 10:45)
- Merge branch 'master' of github.com:LotarProject/dokuwiki-plugin-adva… by giterlizzi (2022-09-23 10:43)
- Merge pull request #18 from fiwswe/master by giterlizzi (2022-09-23 10:43)
Bugs / Feature Requests
Please report bugs or feature requests at the Bug tracker.
ToDo/Wish List
History/Backup of modified Admin files
I would love to see a configuration option for this plugin that enables saving a history of the files that it modifies. The simplest approach I see is: when overwriting a file, save old copy as <filename>.YYYY-MM-DD_HH.MM.SS.
— marcink 2016-04-20 17:40
Hi marcink, I have added this functionality in v2016-05-10 version. Thanks for your idea! — Giuseppe Di Terlizzi 2016-05-10 12:07
FAQ
Discussion
If plugin explain
is not installed, you get this error:
Warning: Invalid argument supplied for foreach() in .../lib/plugins/advanced/admin.php on line 399
It took me a while to find out about that.
This issue is fixed in v2016-10-24 release
— Giuseppe Di Terlizzi 2016-10-24 23:33