As of March 13th 2008. (The latest Changelog can be found online at http://www.myasterisk.de/wiki/changelog/)
Added rudimentary support for MediaWiki style references using the ref and references tags (More can be found here)
Extended noWiki Tag to ignore headings
Fixed bug: "last changed pages" shows oldest page instead of newest ( ID1815284 (http://sourceforge.net/tracker/index.php?func=detail&aid=1815284&group_id=191621&atid=938116))
Updated extension's meta data
Update is highly recommended! ( Download (http://www.myasterisk.de/fileadmin/dr_wiki/release/T3X_dr_wiki-1_5_0-z-200802252223.t3x))
Fixed several bugs in the SQL handling of Wiki pages (thx to Kasper M. Petersen)
Fixed bad create without login behaviour for new pages (thx to Cate Deans Smith)
Adapted NoWiki function to handle br tags
Fixed a bug in the noinclude directive to prevent inclusion of already parsed and cached code
Added more buttons to the toolbar
Added <noinclude> directive for templates
Added <nowiki> button to the editor toolbar
Updated language files and removed several translation bugs
Added new icons from http://www.famfamfam.com/lab/icons/silk/
Fixed issue with tables and wiki links, extended the nowiki tags to also remove wiki links - thx to Daniel Minder for this patch
added <nowiki> tags, cleaned up code, made the search plugin work again,
Added preview on footer and header functionality (FF)
Several security updates and general bug fixing. Special thx goes to Christian Kuhn for pointing out several bugs in dr_wiki. More to come soon :-)
Added templating capabilities for Wiki-Templates, which can be inserted automatically in the Wiki editor. This feature can be configured in the FlexForm of dr_wiki.
Minor fixes in the rendering engine.
Fixed another ":" issue with regard to the rendering of internal links
Added template support for Wiki pages, introducing the namespace "Template" to store the templates (e.g. {{myTemplate}} references [[Template:myTemplate]])
Added more variables, providing additional Wiki information (see manual for details)
Fixed redirect, if a redirect is set to a non-existing page. In this case the creation of a new page will be initiated.
Updated the diff view. Now, both versions will be displayed for better usability.
Fixed the creation of the Search lists, if no item is found.
Extended the search plug-in.
Added plug-in for displaying the available templates.
Removed a bug in the rendering of internal links if a “:” is present, but no actual namespace is referenced (thx to Els Soenens for reporting).
Added diff function for comparing old page versions to the most up-to-date version.
Added “redirect to login page” option, if a non-logged-in user tries to edit a Wiki page (see FlexForm configuration).
Solved an SQL query issue, resulting in corrupted queries.
Added __NOTOC__ and __NONUMBERHEADINGS__ directives for page Mark-ups and TOC manipulation.
Added more options to the FlexForm configuration of the Wiki editor.
Added tooltips and shortcuts to the Wiki page editor and the editor toolbar.
Updated the extension’s template.
General code cleanup and removal of unused functions.
Added enhanced internal links (Mediawiki style).
Added signatures for discussions.
Added Wiki variables, displaying Meta info or date/time functions.
Added support for external templates via FlexForm.
Enhanced the detection of the user [user/username/IP/anonymous].
Introduced basic namespaces (NS) and InterWiki links.
Added FlexForm configuration for: TOC, Caching, etc.
Added back-link for discussion.
Added Read-Only option for Wiki (Wiki-Viewer).
Added localisation of BE-Module (en/de).
Clear cache from BE.
General code clean-up.
Got rid of the bug to explicitly set the Startingpoint of the Wiki; now the actual page is used as default value and Sys-Folders can be used as Startingpoint to store Wiki pages.
Added check for newer versions of a Wiki page that has been edited while another user saved his/her changes.
Got rid of the bug to explicitly set the startingpoint; now the actual page is used as default value.
Added some additional usability features:
reload button for Wiki pages,
link for the key word,
when aborting the edit of a page, the user gets redirected to the referring page and not to the “HomePage”
The issue with regard to the "php_flag allow_call_time_pass_reference" is solved, so this flag does not need to be set in the .htaccess file anymore.
Finally, the bug with regard to the formatting of external links (missing spaces) is solved.
Fixed a bug in the rendering of links.
Added support for multiple redirects.
Removed unused "cancelEdit" function from source code.
Fixed a small bug in the discussion section when adding a discussion.
Added "#REDIRECT [[Link]]" for redirecting to other pages.
Added caching of rendered pages.
Added toolbar for the editor.
Needed JS Code is now externalised for easier maintenance.
General code clean-up and removal of unused elements.