====== Old Changlogs ======
This page contains changes on older [[DokuWiki]] releases. The complete changelog for the current [[development|Development Version]] is available through the [[http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches|Darcs Repository Browser]]. A summarized changelog of recent releases is available [[changes|here]].
===== 2005-05-07 =====
* **2005-03-31... and ongoing**
* Integrating the new Parser
* **2005-05-30**
* fix for uploaded media permissions
* **2005-04-29**
* Added new PHP only [[config#userewriting]] option
* [[auth_ldap]] support for nonanonymous bind [[bug>234]]
* Problems with wrong PHP_SELF fixed, [[config#basedir]] option added [[bug>292]]
* **2005-04-23**
* links to [[diff]] and [[attic|old revisions]] on recent changes page [[bug>255]]
* linkto param to [[syndication|RSS feed]] added
* **2005-04-22**
* [[backlinks]] for camelcase
* **2005-04-17**
* back to top button fixed [[bug>229]] [[bug>162]]
* **2005-04-16**
* alphachannel saving for PNG resizing
* **2005-04-11**
* [[auth_pgsql]] by [[mad@madness.at|Alexander Marx]] added
* **2005-04-09**
* New [[logo]] by [[esther@kaffehaus.ch|Esther Brunner]] added
* **2005-04-06**
* [[auth_plain]] cleans userid on login [[bug>239]]
* **2005-04-04**
* Patch by [[tretkowski@teamix.net|Norbert Tretkowski]] to reject empty [[auth_ldap|LDAP]] passwords
* **2005-04-03**
* Fix for lock files (Thx to [[jorda@ettin.org]]
* **2005-03-31**
* surpress warning when ini_set not allowed [[bug>228]]
* new [[parser]] added (still needs lot of fixing)
* removed cachedir from index [[bug>230]]
* **2005-03-30**
* fixed error reporting [[bug>216]]
* fix for ACL admin [[bug>225]]
* Replaced dotfiles with underscore (thx to [[jan@jandecaluwe.com|Jan]]) [[bug>224]]
* **2005-03-29**
* More RTL support [[bug>89]]
* **2005-03-28**
* Right-to-left (RTL) support added [[bug>89]]
* Fix for auth_aclcheck [[bug>218]]
* **2005-03-26**
* Hopefully fixed a problem with pathnames in Windows [[bug>213]]
* Added a patch by [[jan@jandecaluwe.com|Jan Decaluwe]] to optionally use the first heading instead of the pagename in links without explicit title
* **2005-03-21**
* Fixed two small bugs introduced in devel with authcheck and the cancel action (thx to [[eric.ter.haar@altium.nl|Eric ter Haar]])
* Another bug in devel with buggy image handling fixed (thx to [[eric.ter.haar@altium.nl|Eric ter Haar]] and [[gb@isis.u-strasbg.fr|Guy Brand]])
* **2005-03-20**
* empty namespaces are now deleted when the last page in it is removed [[bug>201]]
* The filename displayed in the footer now always shows the name in UTF-8 instead URL-encoded - this is not really correct but filenames with a lot of unicode (eg. russian) get annyoing big
* **2005-03-18**
* Fixed RSS link when useslash is enabled [[bug>184]]
* [[wiki:tpl:templates|Template support]] finished [[bug>107]] [[bug>7]]
* **2005-03-16**
* [[ACL]] admin interface added [[bug>3]] (thx to [[frank@schokilade.de|Frank Schubert]])
* **2005-03-09**
* TLS support for [[wiki:auth_ldap]] [[bug>191]]
* **2005-03-04**
* rel=nofollow and delayed indexing [[bug>181]]
* **2005-03-03**
* safemode hack added [[bug>179]]
* **2005-02-28**
* fix for [[UTF8]] in [[namespaces]] [[bug>170]]
* **2005-02-27**
* handling of of mailheader encoding was tweaked to prefer ASCII when possible (also forceable with a define) [[bug>168]]
* **2005-02-26**
* The feed now includes the favicon as image object
* **2005-02-25**
* The Magpie [[wiki:discussion:RSS]] parser was updated
* A problem with the polish char ł in links was fixed [[bug>164]]
* Using defines for important strings [[bug>153]]
===== Release 2005-02-18 =====
* **2005-02-18**
* check for existing and readable/writable changes.log [[bug>136]]
* **2005-02-17**
* some getBaseURL changes (maybe fixes [[bug>123]])
* **2005-02-16**
* transparency added to interwiki.png [[bug>150]] (thanks to [[lists@softpres.org|Kieron Wilkinson]])
* added a better function for removing specialchars from pagenames [[bug>152]]
* **2005-02-15**
* fixed slash in pagenames [[bug>144]]
* **2005-02-14**
* added visual feedback on searching
* added connection to ldap_error in [[auth_ldap]] (thanks to [[justin@jalcorn.net|Justin Alcorn]]) [[bug>143]]
* XHTML fix for TOC [[bug>133]]
* proper ACL handling on empty search [[bug>139]]
* **2005-02-09**
* fix for hex mailencoding [[bug>131]]
* fix for IE pngbehavior with useslashes option [[bug>129]]
* **2005-02-08**
* fix for a bug in [[auth_ldap]] when using debug option (thx to "trouble") [[bug>126]]
* fix for a problem in the message function (thx to [[winscp@prikryl.cz|Martin Prikryl]]) [[bug>124]]
* **2005-02-07**
* fixed a clash in the [[accesskeys]] [[bug>122]]
* added a workaround for PCRE limitations in old PHP versions [[bug>119]]
===== Release 2005-02-06 =====
* **2005-02-05**
* removed XML declaration header for better compatibility with MSIE :-/ [[bug>114]]
* the summary now turns red if missing to remind you to fill it
* **2005-02-04**
* fixes for media links [[bug>103]] [[bug>112]]
* support for much bigger [[blacklists]] like the one from [[http://www.chongqed.org/|chongqed.org]] which now is included by default [[bug>99]]
* **2005-02-03**
* editor names for all revisions [[bug>85]]
* **2005-02-01**
* removed possibly sensitive data from the debug output [[bug>108]] :!:
* Config option to force a special libGD [[bug>106]]
* **2005-01-30**
* extended the available placeholders in [[interwiki]] links to be able to add a [[http://wiki.coralcdn.org/wiki.php|Coral Cache]] shortcut
* **2005-01-29**
* renamed the taiwanese language folder to be ISO compatible
* fix for non-cached external images [[bug>95]]
* InsertTag selection patch (thx to [[mailto:jim_raynor@web.de|Jim Raynor]]) [[bug>48]]
* workaround for [[http://bugs.php.net/bug.php?id=28401|PHP umask bug]] [[bug>97]]
* groupfilter patch for [[auth_ldap]] by [[dan.j.allen@gmail.com|Dan Allen]] added [[bug>93]]
* LDAP debugging added [[bug>#98]]
* Added alignment syntax for [[syntax#tables|Tables]] (patch by [[aarone@klamathsystems.com|Aaron Evans]]) [[bug>64]] and added a linebreak after tables [[bug>83]]
* **2005-01-27**
* Emails are now sent in [[UTF8]] with quoted-printable encoding [[bug>82]]
* **2005-01-26**
* a patch for a silly error in cleanID introduced yesterday (thx to [[jeff.krause@jda.com|Jeff Krause]])
* correct notify page urls [[bug>72]]
* [[UTF8]] fix for GeSHi [[bug>80]]
* **2005-01-25**
* usernames in notifymails [[bug>66]]
* **2005-01-24**
* another fix for the backslash problem on Windows/Apache2 systems [[bug>74]] -- thx to [[jose.monteiro@dowedo-it.com|straider]]
* some language fixes [[bug>55]] [[bug>74]]
* the versionstring is now read from a ''VERSION'' file or [[darcs]] inventory
* **2005-01-23**
* [[UTF8]] support added :!: Upgraders need to [[utf8update|update]] their data
===== Release 2005-01-16a =====
* **2005-01-28**
* Security Bugfix for [[ACL]] [[bug>96]] :!:
===== Release 2005-01-16 =====
* **2005-01-16**
* again a fix for htmlencode with GeSHi [[bug>52]]
* added missing image file [[bug>50]]
* added nicer graphics for namespaces in index
* fixed problem with [[auth_plain]] [[bug>53]]
* spelling error fixed [[bug>54]]
===== Release 2005-01-15 =====
* **2005-01-15**
* possible problem with GeSHi encodings fixed (see [[bug>47]])
* added two missing pages to the release tar ball (fixes [[bug>49]])
===== Release 2005-01-14 =====
* **14.01.2005**
* Proper PHPdoc comments added
* wrapper divs for simpler styling added
* final fix for [[bug>4]]
* **13.01.2005**
* Revamp of the cookie system (fixes [[bug>13]])
* fixed a problem with magpie
* **12.01.2005**
* doku.php now includes a version string (currently only used in META tag)
* & is replaced by & in URLs now - should fix [[bug>8]]
* added [[config#useslash|useslash]] option for even cooler URLs when rewriting (thx to [[http://home.wanadoo.nl/meilof/2004/12/|Meilof Veeningen]])
* **11.01.2005**
* some additions to the [[auth_ldap]] backend (thx to [[ppb@usc.edu|Philip Brown]])
* [[bug>12]] fixed
* The ''do'' parameter can be given as ''X-DOKUWIKI-DO'' HTTP header as well (useful for [[http://www.gnu.org/software/wget/wget.html|wget]] based export scripts)
* **09.01.2005**
* fixed bug [[bug>4]] (View Source locks page)
* **07.01.2005**
* fix for media namespace permissions by [[marg@rz.tu-clausthal.de|Christian]]
* **06.01.2005**
* [[auth_mysql]] added
* **05.01.2005**
* The feed now uses the correct character set
* [[http://qbnz.com/highlighter/|GeSHi]] updated to 1.0.4
* workaround for weird basepath behaviour on Windows/Apache2/VirtualHost/Whatever
* Fix for hilighting on multiple word searches (thx to Martin Prikryl)
* **27.11.2004**
* [[Breadcrumbs]] are shown without [[namespace]] - the full name is shown as title
* Added title tags to most links
* **24.11.2004**
* overall div added for simpler [[CSS]] changes
* **23.11.2004**
* Links in the RSS feed now contain the revision
* Patch by [[gwenn@demisel.net|Gwenn Gueguen]] to set the ''From:'' address for outgoing emails added
* CSS fix for aligned images
* **12.11.2004**
* Fix for image resizing when the GD extension was compiled with libGD <2.0
* Added %%~~NOCACHE~~%% syntax to disable [[caching]] of single pages (thx to [[farap@army.cz|Premysl Fara]])
* automatically added SESSIONID now uses XHTML compliant & seperator
===== Release 2004-11-10 =====
* **10.11.2004**
* CSS bugfix for mixed type lists
* configurable [[config#signature|signature]] string
* workaround for PHP [[http://bugs.php.net/bug.php?id=21531|bug #21531]]: file_exists() displays warning
* some .htaccess changes (hopefully fixing some Apache2 problems)
* change in [[ACL]] behaviour :!:
* resorted locales in language files to avoid PHP/Windows bug on Win98 (thx to J. Siekmeyer)
* characters now are deaccented only when encoding is iso-8859-15
* **08.11.2004**
* small IE CSS bugfix by [[henke@cosmocode.de|Anika Henke]] added
* **07.11.2004**
* fixed javascript bug for mediaselection
* fixed realpathproblem with attic (again)
* fixed PNG problem with IE
* **06.11.2004**
* [[auth_ldap]] backend added
* 1st version of UTF8 converter
* **05.11.2004**
* fixed print.css -- thx to [[rb@openartifact.org|Randy Brown]]
* added charset header to media.php -- thx to Vlad
* style fixes for the login form
* **04.11.2004**
* [[security]] issue with ACL fixed :!:
* **02.11.2004**
* slash is converted to underscore in cleanID() again
* added deletion [[syntax#basic_text_formatting]]
===== Release 2004-11-02 =====
* **02.11.2004**
* two bugfixes for the [[ACL]] feature
* no need to upgrade if you don't use it
===== Release 2004-11-01 =====
* **31.10.2004**
* mixed type lists now work
* metainfo is in it's own function now
* CSS fixes by [[henke@cosmocode.de|Anika Henke]]
* current [[namespace]] shortcut by [[inful@luguber.info|Jone Marius Vignes]] added
* more feedback is given
* new users can [[acl#user_signup|register]] online
* fixed cursor positioning on sig button
* **27.10.2004**
* Syntax Highlighting updated to [[http://qbnz.com/highlighter/index.php|GeSHi]] 1.0.2
* **26.10.2004**
* The TOC is now tableless
* minor fixes for media embedding
* **24.10.2004**
* changed authentication from HTTP auth to a session/cookie based solution
* added signature button for logged in users
* fixed index view to display basenames only
* **22.10.2004**
* language updates
* **21.10.2004**
* edit summarry field is hidden on readonly pages when viewing the source
* changed namespace seperator to '';'' for windows systems
* some CSS fixes
* [[breadcrumbs]] trace is disabled when [[config#breadcrumbs]] is set to 0 (thx to [[reddirt@reddirt.net|James Cook]])
* [[config#autoplural|Automatic plural linking]] added
* Edit summary is prepended to the newsfeed item description
* **20.10.2004**
* Added headers for [[export]] (thx to [[targon@iki.fi|Tero Ykspetäjä]])
===== Release 2004-10-19 =====
* **19.10.2004**
* fix for leading/trailing spaces in search query (thx to [[dand@level7.ro|Dan]] for submitting this one)
* fix for [[config#fullpath|fullpath]] config option on Windows and when displaying an old revision (thx to all who submitted solutions - I did it my way anway ;-))
* CSS fixes for Konqueror
* **18.10.2004**
* HTML and plaintext [[export]] added (add ''?do=export_html'' or ''?do=export_raw'' to the URL)
* empty search bugfix
* **17.10.2004**
* Type of uploadable files can be restricted (extension matching)
* **14.10.2004**
* Edit summary added
* [[locking]] now uses the username if available
* **13.10.2004**
* [[ACL]] check for Recent changes, feed and search (everything should be covered now?)
* fixed bug with ''this'' [[interwiki]] shortcut
* fixed preparser bug when highlighting on a single line was used
* **10.10.2004**
* Mediaselectiondialog completely redone (uses [[ACL]] now)
* **07.10.2004**
* When a page is emptied it is deleted on the file system now. The [[attic]] remains intact so it's always possible to restore the page. (thx to JET)
* **05.10.2004**
* The Auto-TOC links now use speaking names
* [[syntax#internal|linking to sections]] now is possible using the # seperator as known from HTML
* **03.10.2004**
* local characters (eg. äüö) are now optionally supported in [[pagename]]s (See [[multilanguage]])
* login backend (reading flatfiles)
* [[ACL]] checks (again flatfiles) not complete yet
* **01.10.2004**
* slash is used as [[namespaces|namespace]] separator on Windows systems
===== Release 2004-09-30 =====
* **30.09.2004**
* fixed style issues for mediaselection dialog
* **28.09.2004**
* bugfix for wl() function
* **27.09.2004**
* [[locking]] now additionally uses the ''X-Forwarded-For'' header set by some proxies
* added debug page
* fixes for call time reference stuff
===== Release 2004-09-25 =====
* **24.09.2004**
* Added tableless headers and footers submitted by [[moraes@tipos.com.br|moraes]]
* more [[include hooks]] added
* [[abbreviations]] added
* **23.09.2004**
* Titlelink shows [[backlinks]] as known from other Wikis ([[go>usemod]])
* Edit button changes according to mode
* list of documents in a given namespace can be exported (see [[syndication]])
* **22.09.2004**
* CSS problem with large aligned images fixed
* table parser is less picky about trailing spaces
* **21.09.2004**
* [[Backlinks]] added
* **20.09.2004**
* Internal code cleanup
* Fixed a problem with caching and the RSS feed
* **19.09.2004**
* PHP only [[search]] added
* [[Section Editing]] links with formbuttons replaced (searchengines did lock the pages)
* **18.09.2004**
* On saving a blank line is added to a section when needed.
* [[Stylesheets]] are now included with full path
* Two minor URL matching bugs were fixed
* Links are now created relative to the serverroot by default (thx to [[kai.poggensee@hamburg.de|Kai]])
* Experimental RSS Aggregation added
* **16.09.2004**
* [[JavaScript]] warning when leaving the edit page without saving
* **14.09.2004**
* Added correct paragraph markup
* Search queries are now highlighted in the found page (Dokuwiki search and Google search)
===== Release 2004-09-12 =====
* **12.09.2004**
* [[locking|Pagelocking]] added
* All buttons are now buttons for two reasons:
- Searchengine bots shouldn't follow Forms so no locking by them
- all buttons finally look the same
* fixed a really nasty bug indroduzed yesterday which killed + chars in section editing
* **11.09.2004**
* fixed problem with //underscores_in_italics//
* fixed problem with namespaces starting with the same word on index
* IE media select fixed (thx to jet)
* IE conflict corruption bug fixed (thx to sb)
* Dependency on GNU diff or zdiff removed
* Cleaned up JavaScript for [[Quickbuttons]]
* [[Section editing]] now is disabled when parsing language files.
* [[namespaces]] are included when displaying search results and recent changes again
* **26.08.2004**
* Added french translation by [[sebastien.bauer@advalvas.be|Sébastien Bauer]]
* **25.08.2004**
* Cache names are now created with servername and port, too. This ensures links are correct when running DokuWiki with multiple servernames or ports
* now using [[phpfn>popen]] instead of backticks for running external commands as suggested by [[harry_b@eml.cc|Harry Brueckner]]
* **24.08.2004**
* Optional [[wp>CamelCase]] links
* cleanID() now converts accented chars to unaccented ones -- sorry if this breaks some links for you :-(
* **23.08.2004**
* some nicer smileys added (hmm... eyecandy ;-))
* fixed broken umask config (thx to [[hfranzke@tee.toshiba.de|Helmut Franzke]])
* (c) (tm) and (r) added to typography support
===== Release 2004-08-22 =====
* **22.08.2004**
* definable level for Section Editing
* fixes and updates for german language
* [[InterWiki]] links linking to the same Wiki (eg. ''this'') use the target defined for Wiki links
* **20.08.2004**
* simpler nowiki syntax by using double percent signs
* much smaller stylesheet for GeSHi
* GeSHi higlight files for Perl and Bash added (sent to upstream author)
* finally lineendings are preserved correctly (this whole lineending stuff is just completely braindead :-|)
* added ''>'' quoting ( quoting removed)
* **19.08.2004**
* Section editing added
* attic mkdir bug fixed
* config option for maximum TOC level
* [[http://qbnz.com/highlighter/|GeSHi]] Syntax highlighter added
* **18.08.2004**
* Changed ''author'' in RSS and ATOM [[syndication|feeds]] to pseudo email address to satisfy requirements
* ErrorReporting is set to sane values
* gzip is disabled if not available even if enabled in the config
* [[syntax]] for forced newlines added
* [[breadcrumbs]] don't have duplicates anymore
===== Release 2004-08-15a =====
* **16.08.2004**
* Fixed two typos with io_makeFileDir
* **15.08.2004**
* dropped [[sb>foocache]] and completly rewrote the page [[caching]] system from the scratch
* now only existing documents are saved to the [[breadcrumbs]]
* placeholders can now be used in the [[interwiki]] configuration file
* vertical tableheaders added
* title support for images
* **14.08.2004**
* saves with no changes are silently ignored
* **13.08.2004**
* emails are now optionally obfuscated against address harvesting spammers
* **12.08.2004**
* [[DokuWiki]] now prints a warning and a [[diff]] if you try to overwrite a never version of a document
* added simple table syntax submitted by [[z@amused.net|Patrick Cole]]
* **10.08.2004**
* gzip compression for the attic added (thx to sb) -- to convert your old attic use this command: ''find attic/ -name '*.txt' -exec gzip -9 {} \;''
* some fixes and additons to the [[syndication|XML Feed]]
===== Release 2004-08-08 =====
* **07.08.2004**
* some linkformating fixes
* autogenerated Table of contents can be disabled with ''~~NOTOC~~''
* some more typography (see [[syntax]])
* **05.08.2004**
* fixed another XHTML bug in listparsing (i hope)
* another small typography fix: 640x480
* added subscript and superscript
* added [[custom]] textreplacement
* pagecaching using [[sb>foocache]]
* **04.08.2004**
* favicon added
* Editbox size is now stored in a persistent cookie
* **03.08.2004**
* Bug on image resizing to new aspect ratio fixed (Delete ''media/.cache/*'')
* Replaced the logo image by the title configured in the config file
* **01.08.2004**
* [[images|Imagecaching]] can be disabled with ''nocache'' parameter
* Sessionname now uses ''title'' -- multiple installations on the same server are now possible
* added ''this'' as special case for [[interwiki]]
===== Release 2004-07-25 =====
* **25.07.2004**
* [[images|Imagecaching and Resizing]]
* **24.07.2004**
* Index added
* Parser bugfixes
* Footnotes added
* **23.07.2004**
* added IP and remote user to recent changes and [[wiki:syndication|feed]]
===== Release 2004-07-21 =====
* **20.07.2004**
* fixed https support
* **19.07.2004**
* Added a stylesheet for print
* Always clean the id before it is displayed anywhere
* **18.07.2004**
* Anti [[meatball>WikiSpam]] changes
* Renamed Sandbox to [[PlayGround]]
* added an optional [[blacklist]] for known spam
* Fixed problem with nested lists like this one
* **17.07.2004**
* correct META headers for search engine robots
* only index existing pages, ignore old revisions and edit pages
* set date META header
* **16.07.2004**
* Typographically correct characters
* Logging is done with clean ID
* **15.07.2004**
* Better handling of codeblocks marked by indention
* two spaces of indention are required now
* indention is removed on show
* **13.07.2004**
* Fixed problem with smileys in lists
===== Release 2004-07-12 =====
* **11.07.2004**
* Deleted pages are not shown in ''Recent changes'' anymore
* fixed some IE display problems
* **10.07.2004**
* disable full document path in footer
* configurable start pagename (thanks to Alexander Pärsch)
* images in link possible
* some internal code cleanup
* title tags for [[AccessKeys]]
* translation of [[QuickButtons]]
===== Release 2004-07-07 =====
* **07.07.2004**
* added [[breadcrumbs]]
* **05.07.2004**
* added preview function
* **04.07.2004**
* fixed list markup to be XHTML compliant again
* fixed missing charset definition
* optional email notify added
* fixed links on webservers running on ports other than 80
===== Release 2004-07-04 =====
* Initial DokuWiki release