Module MediaWiki changes log. ----------------------------------- 24.09.2007 - version 1.12 minor bugfixes * fixed editToken regexes 28.04.2007 - version 1.11 minor bugfixes * debug output removed * delete(), protect() etc. now return undef on errors * test 08 is skipped if there's no sysop flag * removed die() call from login() * full UTF-8 support for random() 28.04.2007 - version 1.10 major bugfixes * now module has full UTF-8 support. * fixed critical bug in find_diff(). * added HTTPS support and Basic HTTP Auth. * works with MediaWiki 1.10. * added logout() function. * fixed category listing. 20.08.2006 - version 1.08 minor feature enhancements * 'project' configuration key not needed more in random() * small bugfix in filepath() * added new ERR_NOT_FOUND check into $c->text() 19.08.2006 - version 1.07: minor bugfixes * fixed bug in switch() * switch() call extended * history parser updated for use with latest cvs version of wiki engine * 301 redirects support in filepath() 15.08.2006 - version 1.06: minor bugfixes * fixed minor bug in setup * fixed mistype in test suite * forced recreation of deleted page 14.08.2006 - version 1.05: minor feature enhancements * fixed bug in login() * config key 'special' is not needed more for uploads * documented error codes * added on_error callback 13.08.2006 - version 1.04: major bugfixes * fixed critical bug in prepared loading code * added switch() routine - for interwiki bots * Config::IniHash and Data::Dumper are now optional * added basic error handling (incomplete) 09.08.2006 - version 1.03: major feature enhancements * fixed bug in image uploads * added filepath() and download() routines * various documentation fixes * optional usage of query.php for category listing 06.08.2006 - version 1.00: initial release