wiki.techinc.nl/docs
2011-03-06 21:05:18 +00:00
..
code-coverage Adds a make target to build phpunit code coverage which will be generated to 2010-09-27 20:19:22 +00:00
databases * Follow-up r72570: svn eol-style:native 2010-09-08 06:13:16 +00:00
html
php-memcached
database.txt * (bug 26253) Removed $wgPostCommitUpdateList 2010-12-06 16:17:43 +00:00
deferred.txt
design.txt * maintenance.txt: the execute() method must be public to match Maintenance's one 2009-08-16 18:54:18 +00:00
distributors.txt Updated distributors docs. 2011-02-26 22:53:11 +00:00
export-0.1.xsd
export-0.2.xsd
export-0.3.xsd
export-0.4.xsd Made it so that our existing 0.4 exports validate 2011-01-09 02:12:35 +00:00
export-0.5.xsd Followup to r79856: s/0.4/0.5/ and added "bytes" attribute to "text" element 2011-01-09 02:38:04 +00:00
export-demo.xml Reference 0.4 XML schema. Lets <redirect /> validate. 2010-01-15 13:10:54 +00:00
globals.txt * Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instance of this class (as for ParserCache, LinkCache) 2011-01-26 15:42:04 +00:00
hooks.txt * Added UserGetLanguageObject hook to change the language used in $wgLang 2011-03-06 21:05:18 +00:00
language.txt
linkcache.txt
magicword.txt
maintenance.txt Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
memcached.txt Use only the page relevant pieces in the parser cache key. Eg. two users with different math options will now 2010-08-09 21:53:21 +00:00
README
schema.txt
scripts.txt (bug 1379) Installer directory conflicts with some hosts' configuration panel. 2011-02-26 12:35:23 +00:00
skin.txt more clear 2011-02-04 03:30:50 +00:00
title.txt
upload.txt * Code style & commenting on upload functions. 2009-08-26 17:05:24 +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