wiki.techinc.nl/docs
Daniel Friesen c510db2665 Merging Vector's navigation_urls and SkinTemplate's content_actions code into content_navigation. content_actions is now built by folding content_navigation and cleaning it up a bit.
content_actions hooks no longer work and have been dropped from the code, the hooks that affected vector before now affect all skins.
A few logic changes were made to make for a clean merge:
- vector was using vector-???-??? messages while SkinTemplate was using '???' messages. So as a side effect of merging that together all skins now support messages like '$skinname-view-history' which will fallback to the standard message if not defined.
- For MediaWiki: pages where the page does not exist but the message does in the i18n system SkinTemplate displayed "Edit" while Vector displayed "Create"; All skins now display "Edit".
- For users without undelete permissions SkinTemplate displayed an "Undelete" tab if the user had deletedhistory and deletedtext permissions. Vector would only display the tab for users with both deletedhistory and undelete permissions; The new behavior in all skins is to always display a tab if you have deletedhistory (since Special:Undelete will always have something to display) but display a "View ... deleted" instead of "Undelete" message if you do not have undelete permissions.
- Skins no longer need to hardcode tests for the &action= to decide if they should ignore the accesskey on some tabs, tabs which should not have an accesskey in the current page now have a "tooltiponly" key set to true.
2010-12-31 23:30:00 +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
distributors.txt Remove $wgServerName. Its only usage was for {{servername}}, and needed to be kept in sync with $wgServer in LocalSettings. 2010-09-29 15:47:56 +00:00
export-0.1.xsd
export-0.2.xsd
export-0.3.xsd
export-0.4.xsd Tweak comment 2010-12-29 17:03:07 +00:00
export-demo.xml Reference 0.4 XML schema. Lets <redirect /> validate. 2010-01-15 13:10:54 +00:00
globals.txt
hooks.txt Merging Vector's navigation_urls and SkinTemplate's content_actions code into content_navigation. content_actions is now built by folding content_navigation and cleaning it up a bit. 2010-12-31 23:30:00 +00:00
language.txt
linkcache.txt
magicword.txt
maintenance.txt
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 Mention load.php, rm repetition 2010-11-13 13:24:21 +00:00
skin.txt Might as well fix this doc file... even though it's completely out of date... 2010-12-31 17:26:31 +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