DokuWiki Changelog

What's new in DokuWiki 2013-05-10a

Aug 23, 2013
  • Introduction of Auth Plugins.
  • If you used an authentication backend, you will need to adjust your authtype configuration.
  • Upgraded to jQuery 1.9.0 and jQuery-UI 1.9.2.
  • This release finalizes the jQuery migration, and the deprecated compatibility functions were removed.
  • Various updates and fixes to the new template introduced in Adora Belle, especially to mobile mode.
  • Refactored email subscriptions.
  • A refactored tar file library.
  • A security enhancement for fetch to reduce its susceptibility to DDOS attacks.
  • Removal of ~~INFO:version~~

New in DokuWiki 2012-10-13 (Oct 15, 2012)

  • Usage enhancements:
  • A new default dokuwiki template is distributed with this release. This new template is HTML5 compliant and comes with sidebar and mobile support. The old template is still available with this release, but will be deprecated. :!: The new template is activated by default. Special thanks to Clarence Lee for the initial design.
  • The TOC and the search results have been rewritten and improved. This impacts templates: :!: all templates need to be adjusted to work properly. See d5acc30d and 91b05b6b for details of the changes and what needs to be done in each template.
  • Several fixes and enhancements have been made to the media manager
  • RTL has been given some particular attention
  • Several fixes of the subscription mechanism have been integrated
  • Setup & Administration:
  • Multiple LDAP servers is now available
  • Wiki farms is in the core of DokuWiki: all the farm code is grouped in a farm.php file which can be included through the preload.php to activate farming
  • ACL now support a %GROUP% wildcard. This works like the %USER% wildcard, but for groups. :!: %USER% and %GROUP% cannot be mixed on an ACL line
  • Notification mail are now sent as HTML formatted mails. :!: This feature is enabled by default.
  • Resending password has been reworked. :!: Now DokuWiki honors the autopasswd setting: passwords are resend if $conf['autopasswd'] is enabled. If $conf['autopasswd'] is disabled a token is send allowing password reset. Theses tokens are valid only during a limited time.
  • XMLRPC settings in the config file are renamed: xmlrpc and xmlrpcuser become remote and remoteuser. :!: You *must* rename these settings in your local.php config file if you were using them.
  • Added support for local style.inis
  • Integration & Development:
  • Several fixes when using Active Directory as backend
  • DokuWiki now uses PHPUnit as its test framework
  • Sidebar inclusion is now provided in the new default template. (The Release Candidate included a tpl_sidebar() which was removed again to avoid conflicts with many popular templates.)
  • The DOKU_TPL* constants are deprecating: :!: template authors are encouraged to integrate that change.
  • More details about changes related to programmers.
  • And also:
  • Over 20 language updates
  • Over 60 issues were fixed

New in DokuWiki 2012-01-25b (Jul 14, 2012)

  • This is a hotfix release to fix an XSS vulnerability (SA49196).

New in DokuWiki 2012-01-25 (Jan 27, 2012)

  • This version features version handling of media files, just like pages.
  • Old versions are saved, and the change history is available in the “recent changes” list as well as in RSS.
  • A new media manager with drag and drop support.
  • The plugin and template developer can now also enjoy using the power of jQuery.

New in DokuWiki 2011-11-10 RC (Nov 18, 2011)

  • This version features version handling of media files, just like pages.
  • Old versions are saved, and the change history is available in “recent changes” list as well as in RSS.
  • A new media manager with drag and drop support.
  • The plugin and template developer can now also enjoy using the power of jQuery.

New in DokuWiki 2010-11-07 (Jan 3, 2011)

  • This version features many improvements, including an improved quick search algorithm, better email subscriptions, configurable filename encoding, and support for custom section editors (plugins) such as the table editor plugin.

New in DokuWiki 2009-12-02 RC1 (Dec 3, 2009)

  • This release needs PHP5!
  • many Editor improvements
  • automatic list indention
  • better headline system
  • link wizard :!: template authors need to provide CSS
  • compatibility fixes for IE8 and Chrome
  • PHP 5.3 compatibility fixes
  • row span support in tables
  • downloadable code blocks
  • fulltext search improvements
  • added filename search in media manager
  • new dformat function :!: plugin and template authors should replace strftime calls with this function
  • one click revert button for managers :!: template authors need to add this button
  • nicer admin screen :!: template authors need to provide CSS
  • XMLRPC improvements
  • many smaller feature enhancements
  • more plugin events
  • some performance optimizations
  • minor security enhancements
  • many, many bug fixes

New in DokuWiki 2009-02-14 (Feb 15, 2009)

  • A new Flash uploader and CC license selector was added.
  • A lot of smaller feature improvements, many bugfixes, and some smaller performance and security enhancements were made.

New in DokuWiki 2009-02-06 RC (Feb 6, 2009)

  • This release candidate fixes a redirect problem, a path setup problem on Windows, and media deletion.
  • A few more languages were updated.

New in DokuWiki 2009-01-30 RC (Jan 30, 2009)

  • This RC reverts the mechanism for disabling plugins back to the old method to avoid problems with distribution packaging.
  • It also fixes problems related to the login/logoff procedure.

New in DokuWiki 2009-01-26 RC1 (Jan 27, 2009)

  • Flash Multiuploader
  • license selector :!: template authors need to make use of tpl_license()
  • compatibility fixes with Flash Player 10
  • internal changes to make farming easier
  • removed old upgrade plugins1) :!:
  • better support for non-default auth backends in ACL manager
  • jump to edited session after saving
  • much improved Japanese romanization
  • improved XMLRPC interface
  • improved search result display
  • many smaller feature enhancements
  • more plugin events
  • some performance optimizations
  • minor security enhancements
  • many, many bug fixes