wiki.techinc.nl/docs
Brad Jorsch 3d474cae60 (bug 17865) Add a "ParserAfterParse" hook
In order to correctly output an error message that might contain
wikilinks, Cite.php needs a hook that is called after the page is parsed
but before the call to replaceLinkHolders().

Change-Id: Iaa2755f994edb081eb1d176f632f7add41640dbf
2012-07-04 22:33:19 +01:00
..
code-coverage Tests aren't in /maintenance anymore! ;) 2012-04-15 19:21:12 +01:00
databases Per discussion on Mediawiki-l, talk about the GROUP BY issue a bit. 2011-04-29 13:42:48 +00:00
html .gitignore for generated html doc 2012-03-31 20:17:34 +02:00
php-memcached
uidesign design file for nested tables CSS 2012-01-19 17:22:36 +00:00
database.txt Fixed some links from SVN to Git. 2012-03-23 22:32:53 +00:00
deferred.txt
design.txt this is no longer a guideline afaik 2012-01-29 05:37:49 +00:00
distributors.txt Add a way for packagers to override some installation details 2012-06-12 20:18:44 +04:00
doxygen_first_page.php doxygen landing page 2012-02-01 21:40:49 +00:00
export-0.1.xsd Fix trailing whitespace (and mixed spaces) in XSD files 2012-05-27 14:03:29 +01:00
export-0.2.xsd Fix trailing whitespace (and mixed spaces) in XSD files 2012-05-27 14:03:29 +01:00
export-0.3.xsd Fix trailing whitespace (and mixed spaces) in XSD files 2012-05-27 14:03:29 +01:00
export-0.4.xsd Fix trailing whitespace (and mixed spaces) in XSD files 2012-05-27 14:03:29 +01:00
export-0.5.xsd Fix trailing whitespace (and mixed spaces) in XSD files 2012-05-27 14:03:29 +01:00
export-0.6.xsd Fix trailing whitespace (and mixed spaces) in XSD files 2012-05-27 14:03:29 +01:00
export-0.7.xsd xsd: fix id within contributor to allow 0 2012-06-27 11:31:41 +02:00
export-demo.xml (bug 33222) Add parentid to revision in export xml 2012-06-09 15:41:55 +02: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 (bug 17865) Add a "ParserAfterParse" hook 2012-07-04 22:33:19 +01:00
language.txt
linkcache.txt
magicword.txt Update documentation. 2012-01-18 17:53:04 +00:00
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
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

[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