wiki.techinc.nl/docs
Siebrand Mazeland 4b62b0339c Prefix new ContentHandler hooks in WikiPage with Page instead of Article
Covers 3 hooks:
* ArticleContentInsertComplete -> PageContentInsertComplete
* ArticleContentSave -> PageContentSave
* ArticleContentSaveComplete -> PageContentSaveComplete

Change-Id: I186669a5941d8982725ed364b481215d291b2043
2012-10-11 18:22:52 +02: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 Fix invalid HTML in design doc 2012-09-24 09:01:59 -04:00
contenthandler.txt Prefix new ContentHandler hooks in WikiPage with Page instead of Article 2012-10-11 18:22:52 +02: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 Link to mediawiki.org using https from doxygen first page, not http 2012-09-11 21:43:29 +02: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-0.8.xsd Updated export XSD to include model and format. 2012-10-05 12:05:16 +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 Prefix new ContentHandler hooks in WikiPage with Page instead of Article 2012-10-11 18:22:52 +02:00
language.txt Replace some occurrences of wfMsg* by alternatives. Undeprecated wfMsgReplaceArgs. 2012-09-03 11:49:58 +02:00
linkcache.txt
magicword.txt merged master 2012-08-29 15:20:15 +02: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 Add version number to deprecated setting 2012-10-09 08:25:01 +02: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