Dokuwiki - Package Updates
Pinned
Dokuwiki
-
You can use this thread to track updates to the Dokuwiki package.
Please open issues in a separate topic instead of replying here.
-
Package 1.8.0 updates Dokuwiki to 2018-04-22c. Full changelog on the main website here.
-
[1.8.1]
- Create a local.php if it does not exist
-
[1.9.0]
- Remove cloudron <-> dokuwiki admin group mapping
- To make yourself an admin, please see docs
-
[1.10.0]
- Update Dokuwiki to 2020-07-29
- Update screenshots
- Make php.ini customizable
-
[1.11.0]
- Update base image to v3
- Update PHP to 7.4
-
[1.11.1]
- Update base image to 3.2.0
- Better apache configs
-
[1.12.0]
- Update Dokuwiki to 2022-07-31
- Changes
- SVG-based smileys replace GIF versions
- Allow “revert” action for logged in users only
- Various translation updates
- Add a class .logo to the h1 title to let administrators remove the h1 around the logo 3408
- Use Slika library for image resizing and cropping, with:
- Refactored logging mechanism 3230, 3203 and logviewer
- Refactored media manager 3372 and lazy loading of images
- Support for SVG images
-
[1.12.1]
- Set
DOKU_INC
variable to make direct access of plugin files work
- Set
-
[1.12.2]
- Update Dokuwiki to 2022-07-31a
- Changes
- SVG-based smileys replace GIF versions
- Allow “revert” action for logged in users only
- Various translation updates
- Add a class .logo to the h1 title to let administrators remove the h1 around the logo 3408
- Use Slika library for image resizing and cropping, with auto rotation based on EXIF tags and support for WEBP
- Refactored logging mechanism 3230, 3203 and logviewer
- Refactored media manager 3372 and lazy loading of images
- Support for SVG images
- New form events used. :!: Plugins should implement them, because the old form events are not triggered anymore
- Some smaller security fixes
-
[1.13.0]
- Update to Cloudron base image 4.0.0
- Revert change that made images mangled
-
[1.13.1]
- Do not bring back deleted stock pages
-
[1.14.0]
- Update Dokuwiki to 2023-04-04
- Changes
- quicksearch with UTF-8 chars
- basic auth header parsing
- old revisions for pages with dots
- feed titles
- handling of unknown config options
- relaxed media CSP headers for PDF and SVG handling
- relaxed browseruid check for better browser compatibility
- compatibility updates for mail sending
-
[1.14.1]
- Update Dokiwiki to 2023-04-04a
- Changes
- A lot of fixes for warnings in PHP8+
- The options to embed HTML and PHP have been completely removed for security reasons
- quicksearch with UTF-8 chars
- basic auth header parsing
- old revisions for pages with dots
- feed titles
- handling of unknown config options
- relaxed media CSP headers for PDF and SVG handling
- relaxed browseruid check for better browser compatibility
- compatibility updates for mail sending
-
[1.14.2]
- Move logs out of backups to
/run
- Move logs out of backups to
-
I have submitted a PR upstream for LDAP error that appears in the logs - https://github.com/dokuwiki/dokuwiki/pull/4016
-
[1.15.0]
- Update base image to 4.2.0
-
[1.16.0]
- Update Dokiwiki to 2024-02-06
- Changes
- Further fixes for warnings in PHP8+
- Complete Overhaul of the Remote API and introduction of the JSONRPC transport (see Patreon Post)
- Introduction of Token Auth
- Automatic pruning of logs (see Configuration Setting: logretain)
- Plugin authors can now set an update message to be shown in extension manager
- Refactored feed generation
- Better baseurl detection when running behind reverse proxy
- The default dokuwiki template now supports a SVG logo. The logo height is now fixed to 64px :!:
- Lots of coding style fixes
- Various bug fixes and smaller tweaks
-
[1.16.1]
- Update Dokuwiki to 2024-02-06a
- Changes
- fix problem with parsing uneven table columns 4186
- fix logo aspect ratio in dokuwiki template when using PNG logo 4187
- re-add missing
FEED_DATA_PROCESS
event 4191 - fix error handling for plugins with missing info 4193
- fix doubly declared cache class error 4200