wiki.techinc.nl/docs
Alexandre Emsenhuber dd58309f1a * Added WikiPage::getParserOutput() and changed Article::getParserOutput() to use it
* WikiPage::getParserOutput() requires a ParserOptions object (and optionally the revision ID) instead of an User object, removes an hidden dependency on $wgLang. For this reason, WikiPage::isParserCacheUsed() now also uses a ParserOptions object instead of an User object (doesn't change anything in the code except the variable name and it's not called in extensions)
* Moved PoolWorkArticleView to WikiPage.php and added an entry in the AutoLoader and moved output-related stuff directly in Article::view() so that in can be shared with WikiPage::getParserOutput() (removes code duplication, etc.)
* Added the revision ID to the PoolCounter key so that it knows which revision is being parsed and doesn't wait for another parse operation with same options but different revisions
* Removed Article::doViewParse(), Article::tryDirtyCache() and Article::getOutputFromWikitext() since they are now integrated in PoolWorkArticleView and Article::view() and there are no callers in extensions. This also fixes a bug since Article::doViewParse() will get another ParserOptions instance with special options set in Article::view() not be repercuted.
* Updated DifferenceEngine to use the new system
* Updated docs/memcached.txt to correct method names
2011-11-17 20:21:54 +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 Per discussion on Mediawiki-l, talk about the GROUP BY issue a bit. 2011-04-29 13:42:48 +00:00
html
php-memcached * (bug 18698) Renaming non entry point maintenance scripts from .inc.php to .inc 2009-05-23 19:26:05 +00:00
database.txt Per discussion on Mediawiki-l, talk about the GROUP BY issue a bit. 2011-04-29 13:42:48 +00:00
deferred.txt
design.html close <span> with </span> not </p> 2011-09-19 20:08:27 +00:00
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 Commit to fix bug 30513. 2011-11-09 21:15:48 +00:00
export-0.6.xsd Followup r102575, recreate export-0.6.xsd copied with export-0.5.xsd history 2011-11-15 11:04:00 +00:00
export-demo.xml Reference 0.4 XML schema. Lets <redirect /> validate. 2010-01-15 13:10:54 +00:00
globals.txt Moving check higher up in case there's a premade toggle _but_ no .wm-collapsible-content premade. This way the link will be caught before it's inner-wrapped, after which it would no longer be a direct child. 2011-05-23 19:08:26 +00:00
hooks.txt Adapt and re-apply Michael Newton's patch from Bug 24464 - Execute 2011-11-17 15:16:03 +00:00
language.txt Doc tweaks: 2008-07-17 18:12:20 +00:00
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 * Added WikiPage::getParserOutput() and changed Article::getParserOutput() to use it 2011-11-17 20:21:54 +00:00
README Typofix 2008-07-23 01:43:57 +00:00
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 Doc tweaks: 2008-07-17 18:12:20 +00:00
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