Merge branch 'Wikidata' into master.
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 9 Oct 2012 09:34:24 +0000 (11:34 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 9 Oct 2012 09:34:24 +0000 (11:34 +0200)
commit329d5b3516daa2a338101a6625f2f8513cf443fa
tree038fa669e36927f70b733d8c46f91c04a48deb5c
parent22dd67ea3c9438d1e253d11d0a993a69e168a568
parentbb51a58e575b13eb8b6c496482f7066a7081f676
Merge branch 'Wikidata' into master.

This introduces the ContentHandler facility into MediaWiki,
see docs/contenthandler.txt.

For convenient review, a squashed version is available at
https://gerrit.wikimedia.org/r/27191

The ContentHandler facility is a major building block of the Wikidata project.
It has been discussed repeatedly on wikitech-l.

Change-Id: I3804e2d5f6f59e6a39db80744bdf61bfe8c14f98
27 files changed:
RELEASE-NOTES-1.21
docs/contenthandler.txt
includes/DefaultSettings.php
includes/Defines.php
includes/EditPage.php
includes/Message.php
includes/OutputPage.php
includes/Title.php
includes/actions/RawAction.php
includes/specials/SpecialNewpages.php
languages/messages/MessagesDe.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/ArticleTest.php
tests/phpunit/includes/LinksUpdateTest.php
tests/phpunit/includes/RevisionStorageTest.php
tests/phpunit/includes/RevisionTest.php
tests/phpunit/includes/TimestampTest.php
tests/phpunit/includes/TitleMethodsTest.php
tests/phpunit/includes/TitleTest.php
tests/phpunit/includes/WikiPageTest.php
tests/phpunit/includes/api/ApiWatchTest.php
tests/phpunit/includes/search/SearchEngineTest.php
tests/phpunit/maintenance/DumpTestCase.php
tests/phpunit/maintenance/backupPrefetchTest.php
tests/phpunit/maintenance/backupTextPassTest.php