wiki.techinc.nl/docs
Roan Kattouw 87a1cd7980 Remove ugly userrights-CentralAuth hack introduced in r48970 and friends:
* Make UserrightsForm::doSaveUserGroups(), addLogEntry() and helpers non-static again so CentralAuth can override them; remove the short-lived UserRightsLogEntry hook
* Let UserrightsForm::fetchUser() return a WikiErrorMsg on failure
* In ApiUserrights, use an instance of the UserrightsPage class rather than calling its methods statically. This also enables interwiki userrights in this module
* Add some messages to ApiBase::$messageMap
2009-03-29 16:39:42 +00:00
..
html phpdoc -> doxygen 2008-05-23 20:06:25 +00:00
php-memcached Fix typo causing fatal error for Postgres in updaters.inc 2008-09-05 15:39:08 +00:00
database.txt * Make Revision::newFromTitle() get the page_latest value from the master instead of the slave 2008-09-26 02:42:30 +00:00
deferred.txt Clean up typos, wrap to 80 chars instead of some random number, fix some grammar, remove obsolete complaint about PHP not being a real OO language (although you can still argue it's not a real language period :) ). 2008-03-16 18:14:31 +00:00
design.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
export-0.1.xsd Put the schema at a shorter url 2005-01-25 14:23:33 +00:00
export-0.2.xsd Updated export schema: added an <upload> element which may be used in 2005-05-19 09:37:12 +00:00
export-0.3.xsd Revert r22403 for the moment. Probably should ask Brion before changing dtds. 2007-05-24 18:25:15 +00:00
export-demo.xml Export tweak: use xml:space on <text> elements as an extra hint 2005-07-05 00:07:21 +00:00
globals.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
hooks.txt Remove ugly userrights-CentralAuth hack introduced in r48970 and friends: 2009-03-29 16:39:42 +00:00
language.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
linkcache.txt Remove $wgLinkCacheMemcached from doc 2008-04-13 14:31:15 +00:00
magicword.txt update docs/magicword.txt 2008-03-12 10:15:02 +00:00
memcached.txt * $wgAjaxSearch has been removed; use $wgEnableMWSuggest instead. 2008-08-20 18:11:59 +00:00
README Typofix 2008-07-23 01:43:57 +00:00
schema.txt Add a link to online docs... mainly testing the new svn server 2007-05-31 21:39:25 +00:00
scripts.txt typo 2008-07-20 19:15:47 +00:00
skin.txt Updated various things in the docs directory. Completely rewrote skin.txt, updated database.txt, memcached.txt and title.txt. 2008-07-09 05:50:05 +00:00
title.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
upload.txt Splitting backend upload code from SpecialUpload. 2008-08-27 17:38:33 +00:00

[July 22nd 2008]

The 'docs' directory contain various text files that should help you understand
the most important parts of the code of MediaWiki. More in-depth documentation
can be found at http://www.mediawiki.org/wiki/Manual:Code.

API documentation is automatically generated and updated daily at:
  http://svn.wikimedia.org/doc/

You can get a fresh version using 'make doc' or mwdocgen.php in the
../maintenance/ directory.


For end user / administrators, most of the documentation is located online at:
  http://www.mediawiki.org/wiki/Help:Contents
  http://www.mediawiki.org/wiki/Manual:Contents