lhc/web/wiklou.git
12 years agomake getContentObject() public for now, fix occurances later
daniel [Mon, 11 Jun 2012 10:21:56 +0000 (12:21 +0200)]
make getContentObject() public for now, fix occurances later

12 years agoMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
daniel [Mon, 11 Jun 2012 07:11:44 +0000 (09:11 +0200)]
Merge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata

12 years agointroduced ContentHandler::supportsSections()
daniel [Sat, 9 Jun 2012 11:42:05 +0000 (13:42 +0200)]
introduced ContentHandler::supportsSections()

12 years agouse getWikitextForInclusion to get message text from MediaWiki namespace
daniel [Sat, 9 Jun 2012 11:31:11 +0000 (13:31 +0200)]
use getWikitextForInclusion to get message text from MediaWiki namespace

12 years agomaking Content an interface, introducing AbstractContent as a base class
daniel [Sat, 9 Jun 2012 11:19:52 +0000 (13:19 +0200)]
making Content an interface, introducing AbstractContent as a base class

12 years agonicer phpunit
daniel [Sat, 9 Jun 2012 11:03:59 +0000 (13:03 +0200)]
nicer phpunit

12 years agoget rid of nonsensical $text parameter in WikiText::isRedirect()
daniel [Fri, 8 Jun 2012 10:10:40 +0000 (12:10 +0200)]
get rid of nonsensical $text parameter in WikiText::isRedirect()

12 years agoget rid of nonsensical $text parameter in WikiText::isRedirect()
daniel [Fri, 8 Jun 2012 10:10:40 +0000 (12:10 +0200)]
get rid of nonsensical $text parameter in WikiText::isRedirect()

12 years agocleanup for comments and edge cases
daniel [Fri, 8 Jun 2012 09:45:10 +0000 (11:45 +0200)]
cleanup for comments and edge cases

12 years agofixed RefreshLinksJob
daniel [Fri, 8 Jun 2012 09:09:02 +0000 (11:09 +0200)]
fixed RefreshLinksJob

12 years agogenerate links and other secondary data for RefreshLinks via ContentHandler
daniel [Fri, 8 Jun 2012 07:43:45 +0000 (09:43 +0200)]
generate links and other secondary data for RefreshLinks via ContentHandler

12 years agocomments and reminders for stuff not yet covered by ContentHandler
daniel [Fri, 8 Jun 2012 07:45:07 +0000 (09:45 +0200)]
comments and reminders for stuff not yet covered by ContentHandler

12 years agogenerate links and other secondary data for RefreshLinks via ContentHandler
daniel [Fri, 8 Jun 2012 07:43:45 +0000 (09:43 +0200)]
generate links and other secondary data for RefreshLinks via ContentHandler

12 years agorender file description via ContentHandler
daniel [Fri, 8 Jun 2012 07:42:04 +0000 (09:42 +0200)]
render file description via ContentHandler

12 years agouse Content::getWikitextForTransclusion() for message text
daniel [Fri, 8 Jun 2012 07:41:04 +0000 (09:41 +0200)]
use Content::getWikitextForTransclusion() for message text

12 years agouse getSerializedData() when compressing the text store.
daniel [Fri, 8 Jun 2012 07:07:35 +0000 (09:07 +0200)]
use getSerializedData() when compressing the text store.

12 years agoadded some fixme reminders for providing preview text for content objects
daniel [Fri, 8 Jun 2012 07:06:56 +0000 (09:06 +0200)]
added some fixme reminders for providing preview text for content objects

12 years agoinclude serialized content in new pages feed
daniel [Fri, 8 Jun 2012 07:06:07 +0000 (09:06 +0200)]
include serialized content in new pages feed

12 years agouse Content::getTextForSearchIndex()
daniel [Fri, 8 Jun 2012 07:05:30 +0000 (09:05 +0200)]
use Content::getTextForSearchIndex()

12 years agouse Content::getWikitextForTransclusion() when fetching template text
daniel [Fri, 8 Jun 2012 07:03:18 +0000 (09:03 +0200)]
use Content::getWikitextForTransclusion() when fetching template text

12 years agomake isValidMoveTarget() use content object instead of regular expressions
daniel [Fri, 8 Jun 2012 07:02:35 +0000 (09:02 +0200)]
make isValidMoveTarget() use content object instead of regular expressions

12 years agogetting rid of getRawText()
daniel [Fri, 8 Jun 2012 06:31:28 +0000 (08:31 +0200)]
getting rid of getRawText()

12 years agoAdded consistency checks to Revision.
daniel [Thu, 7 Jun 2012 15:35:37 +0000 (17:35 +0200)]
Added consistency checks to Revision.

This is to avoid corruption arising from confusion about which revision
uses which data model and format.

12 years agosome cleanup and checks in the Revision class
daniel [Thu, 7 Jun 2012 15:23:05 +0000 (17:23 +0200)]
some cleanup and checks in the Revision class

12 years agoMerge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
daniel [Thu, 7 Jun 2012 14:36:58 +0000 (16:36 +0200)]
Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata

12 years agocleanup and fixes for secondary data updates
daniel [Thu, 7 Jun 2012 12:57:43 +0000 (14:57 +0200)]
cleanup and fixes for secondary data updates

12 years agoalways record content model and format in export/dumps
daniel [Thu, 7 Jun 2012 11:02:54 +0000 (13:02 +0200)]
always record content model and format in export/dumps

12 years agoMerge "(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha"
Siebrand [Thu, 7 Jun 2012 08:18:09 +0000 (08:18 +0000)]
Merge "(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha"

12 years agoinclude sha1 in export. this went missing somehow.
daniel [Thu, 7 Jun 2012 08:14:28 +0000 (10:14 +0200)]
include sha1 in export. this went missing somehow.

12 years agoMerge "Fix error message for MySQL connection failures"
Aaron Schulz [Thu, 7 Jun 2012 06:16:19 +0000 (06:16 +0000)]
Merge "Fix error message for MySQL connection failures"

12 years agoMerge "Change of Title->exists() to Title->isKnown() for subpage links"
Aaron Schulz [Wed, 6 Jun 2012 22:43:50 +0000 (22:43 +0000)]
Merge "Change of Title->exists() to Title->isKnown() for subpage links"

12 years agoAdded nested-list tests for covering additional cases for Parsoid.
Subramanya Sastry [Wed, 6 Jun 2012 22:16:01 +0000 (17:16 -0500)]
Added nested-list tests for covering additional cases for Parsoid.

Change-Id: Ic0ea44a5d965bfd27b34a790f18ef29f2ac20d6a

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Wed, 6 Jun 2012 20:42:13 +0000 (22:42 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: I7144b26103ef644fbec751ea476760566757cae3

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Wed, 6 Jun 2012 19:44:32 +0000 (19:44 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I8fd9d79acd796406eec2a6bd2f67c10be03276ab

12 years ago(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha
Dereckson [Wed, 6 Jun 2012 19:16:25 +0000 (21:16 +0200)]
(bug 37368) Interlanguage link title for Uzbek is Oʻzbekcha

Change-Id: Iff0ba3b5a9ffcc2b15ff267053a6105ee581132b

12 years agoMerge "(bug 37138) Fix broken Google sitesearch in DatabaseError"
Demon [Wed, 6 Jun 2012 18:23:46 +0000 (18:23 +0000)]
Merge "(bug 37138) Fix broken Google sitesearch in DatabaseError"

12 years agoMerge "Use local context to get messages and don't use implicit Message object to...
Aaron Schulz [Wed, 6 Jun 2012 17:29:33 +0000 (17:29 +0000)]
Merge "Use local context to get messages and don't use implicit Message object to string conversion."

12 years agoMerge "Increased uselessly low $wgBlockCIDRLimit default for IPv6."
Catrope [Wed, 6 Jun 2012 17:03:27 +0000 (17:03 +0000)]
Merge "Increased uselessly low $wgBlockCIDRLimit default for IPv6."

12 years agoMerge "(bug 37334) ForeignAPIFile::getDescription() should match parent"
Aaron Schulz [Wed, 6 Jun 2012 17:01:14 +0000 (17:01 +0000)]
Merge "(bug 37334) ForeignAPIFile::getDescription() should match parent"

12 years agoMerge "Added missing GPLv2 headers in some places."
Aaron Schulz [Wed, 6 Jun 2012 17:00:47 +0000 (17:00 +0000)]
Merge "Added missing GPLv2 headers in some places."

12 years agoMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
daniel [Wed, 6 Jun 2012 15:43:57 +0000 (17:43 +0200)]
Merge branch 'Wikidata' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata

12 years agomoved rendering logic from Content class to ContentHandler class
daniel [Wed, 6 Jun 2012 15:38:39 +0000 (17:38 +0200)]
moved rendering logic from Content class to ContentHandler class

12 years agomerged master
jeroendedauw [Wed, 6 Jun 2012 14:42:18 +0000 (16:42 +0200)]
merged master

Change-Id: I4cf7b0f87cd571a6b50f66995dd9ad987a6ecdf8

12 years agochanged signature of ContentHandler::getDeletionUpdates() ro remove cross-dependency...
daniel [Wed, 6 Jun 2012 14:43:12 +0000 (16:43 +0200)]
changed signature of ContentHandler::getDeletionUpdates() ro remove cross-dependency with WikiPage

12 years agofixing getAutoDeleteReason:
daniel [Wed, 6 Jun 2012 12:06:22 +0000 (14:06 +0200)]
fixing getAutoDeleteReason:

* load text of previous revision, not current in ContentHandler::getAutoDeleteReason()
* actually return the result from WikiPage::getAutoDeleteReason()

12 years agoMerge "Adds support to HTMLForm for rendering form fields wrapped in divs or just...
Werdna [Wed, 6 Jun 2012 05:30:28 +0000 (05:30 +0000)]
Merge "Adds support to HTMLForm for rendering form fields wrapped in divs or just plain old (mostly) raw form fields."

12 years agoFixed infinite loop in tests with FSLockManager.
Aaron Schulz [Wed, 6 Jun 2012 05:06:56 +0000 (22:06 -0700)]
Fixed infinite loop in tests with FSLockManager.

* If PHPUnit converts warnings to exceptions, any I/O warnings can throw
exceptions which leave locksHeld in an inconsistent state, breaking the
__destruct() function. This commits reorders the variable update slightly.

Change-Id: I5deac811e7b4d0bc71f3d4096b8d72711904a444

12 years ago(bug 37334) ForeignAPIFile::getDescription() should match parent
Chad Horohoe [Wed, 6 Jun 2012 00:29:40 +0000 (20:29 -0400)]
(bug 37334) ForeignAPIFile::getDescription() should match parent

Fix for I1dd54611, which changed File::getDescription() without updating
ForeignAPIFile

Change-Id: I4d4d43c3a07bb1dd1c0001779992024bef962640

12 years agoIncreased uselessly low $wgBlockCIDRLimit default for IPv6.
Aaron [Wed, 6 Jun 2012 00:01:43 +0000 (17:01 -0700)]
Increased uselessly low $wgBlockCIDRLimit default for IPv6.

Change-Id: I5abc83981912f304c4034a32063ba09bcf6aa1b1

12 years agoBig oops - merged to wrong branch.
awjrichards [Tue, 5 Jun 2012 22:58:54 +0000 (22:58 +0000)]
Big oops - merged to wrong branch.
Revert "Revert to arbitrarily old point before initial remote branch creation to help clean up"

This reverts commit ee0d3d330f76b97c451c168dc9b052ee84609b5b

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Tue, 5 Jun 2012 20:13:22 +0000 (22:13 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: Ie60ee0a8137d750a66892ea5b0cc751c74d662f9

12 years agoMerge "Localisation updates from http://translatewiki.net."
Translation updater bot [Tue, 5 Jun 2012 20:15:52 +0000 (20:15 +0000)]
Merge "Localisation updates from translatewiki.net."

12 years agoMerge "Clean up Resources.php"
Aaron Schulz [Tue, 5 Jun 2012 20:14:24 +0000 (20:14 +0000)]
Merge "Clean up Resources.php"

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Tue, 5 Jun 2012 19:49:04 +0000 (19:49 +0000)]
Localisation updates from translatewiki.net.

Change-Id: Ie62a0a9446de17b171b9c7003ead5291b9bb2cbc

12 years ago(bug 37138) Fix broken Google sitesearch in DatabaseError
Timo Tijhof [Tue, 5 Jun 2012 17:47:17 +0000 (19:47 +0200)]
(bug 37138) Fix broken Google sitesearch in DatabaseError

Change-Id: I31dc64f83ce8767dcdd84597844b0819840f60e1

12 years agoFixed bit math logic error in 0e765f8405c3ec1b428994d3149599a7132ae07b.
Aaron [Tue, 5 Jun 2012 17:10:11 +0000 (10:10 -0700)]
Fixed bit math logic error in 0e765f8405c3ec1b428994d3149599a7132ae07b.

Change-Id: Idfba3971f9c2d47967d1210352d8fb25583834e0

12 years agoClean up Resources.php
Timo Tijhof [Tue, 5 Jun 2012 14:08:52 +0000 (16:08 +0200)]
Clean up Resources.php

* Trailing whitespace
* Array-usage similar to rest of file

Change-Id: I08908af2541750cb28474d1209d80ea6072b77cf

12 years agoMerge "Reverse the dependency for mediawiki.language.data"
Krinkle [Tue, 5 Jun 2012 13:58:09 +0000 (13:58 +0000)]
Merge "Reverse the dependency for mediawiki.language.data"

12 years agoReverse the dependency for mediawiki.language.data
Santhosh Thottingal [Mon, 28 May 2012 11:45:43 +0000 (17:15 +0530)]
Reverse the dependency for mediawiki.language.data

* Previously mediawiki.language.data depended on mediawiki.language,
  making any module using langauge data having to explicitly define
  it as a dependency. This is not good. We should abstract the data
  generation part and for the users of the module.
  mediawiki.language should take care of having the required data.

* So, reversing the dependency so that mediawiki.language depends on
  mediawiki.language.data. Then a simple dependency declaration with
  "mediawiki.language" is enough to have associated data available.

This supersedes change set I810fb0a5

Change-Id: Iede836bb3e2fd700cb7c58caeebe9ec2e0043dfb

12 years agoMerge "Add new message 'showhideselectedlogentries' for revdel of logs."
Siebrand [Tue, 5 Jun 2012 06:50:08 +0000 (06:50 +0000)]
Merge "Add new message 'showhideselectedlogentries' for revdel of logs."

12 years agoAdd new message 'showhideselectedlogentries' for revdel of logs.
Liangent [Mon, 4 Jun 2012 07:34:10 +0000 (15:34 +0800)]
Add new message 'showhideselectedlogentries' for revdel of logs.

What we're hiding are not "revisions" here...

Change-Id: I3d3d75dea240ff189fc929e0a24f8e5449a4e0c6

12 years agoMerge "(bug 37180) Removed hard coded parentheses in SpecialVersion.php"
Siebrand [Tue, 5 Jun 2012 01:08:51 +0000 (01:08 +0000)]
Merge "(bug 37180) Removed hard coded parentheses in SpecialVersion.php"

12 years ago(bug 37330) Fix wrong block being displayed due to autoblock in place.
Victor Vasiliev [Mon, 4 Jun 2012 23:30:33 +0000 (01:30 +0200)]
(bug 37330) Fix wrong block being displayed due to autoblock in place.

Autoblocks triggered latest block log entry being displayed, which was
naturally the wrong one, since autoblocks are not put into a block log.

Change-Id: Ic08880c18a778d5294bb934c764a70dbd7800b70

12 years agoMerge "[FileBackend] Gave doQuickOperations() some wrapper methods just like doOperat...
Demon [Mon, 4 Jun 2012 20:47:20 +0000 (20:47 +0000)]
Merge "[FileBackend] Gave doQuickOperations() some wrapper methods just like doOperations()."

12 years agoMerge "[FileBackend] Purge Swift process cache before container delete for sanity."
Demon [Mon, 4 Jun 2012 20:46:32 +0000 (20:46 +0000)]
Merge "[FileBackend] Purge Swift process cache before container delete for sanity."

12 years agoMerge "[FileBackend] Worked around Akamai CDN purge limits."
Demon [Mon, 4 Jun 2012 20:45:10 +0000 (20:45 +0000)]
Merge "[FileBackend] Worked around Akamai CDN purge limits."

12 years agoMerge "Fixed destructor in FSLockManager to clear all the locks."
Demon [Mon, 4 Jun 2012 20:43:09 +0000 (20:43 +0000)]
Merge "Fixed destructor in FSLockManager to clear all the locks."

12 years agoMerge "[FileRepo] Made getDescription() respect *_deleted fields."
Demon [Mon, 4 Jun 2012 20:41:52 +0000 (20:41 +0000)]
Merge "[FileRepo] Made getDescription() respect *_deleted fields."

12 years agoMerge "document CASE (0th array element) for $magicWords"
Demon [Mon, 4 Jun 2012 20:39:47 +0000 (20:39 +0000)]
Merge "document CASE (0th array element) for $magicWords"

12 years agoMerge "Made default BagOStuff functions work consistently."
Demon [Mon, 4 Jun 2012 20:36:31 +0000 (20:36 +0000)]
Merge "Made default BagOStuff functions work consistently."

12 years agoMerge "Changed a call to Title::getEscapedText() which is now deprecated."
Demon [Mon, 4 Jun 2012 20:35:57 +0000 (20:35 +0000)]
Merge "Changed a call to Title::getEscapedText() which is now deprecated."

12 years agoMerge "Added missing GPLv2 headers in some places."
Demon [Mon, 4 Jun 2012 20:31:10 +0000 (20:31 +0000)]
Merge "Added missing GPLv2 headers in some places."

12 years agoMerge "Rename $exclude_patterns to $excludePatterns and $wgDoxyGenerateMan to $doxyGe...
Demon [Mon, 4 Jun 2012 20:27:24 +0000 (20:27 +0000)]
Merge "Rename $exclude_patterns to $excludePatterns and $wgDoxyGenerateMan to $doxyGenerateMan."

12 years agoMerge "Use canonical class name. Include ORMRowTest.php"
Demon [Mon, 4 Jun 2012 20:26:28 +0000 (20:26 +0000)]
Merge "Use canonical class name. Include ORMRowTest.php"

12 years agoMerge "Improve / add two passing link tests"
Demon [Mon, 4 Jun 2012 20:25:23 +0000 (20:25 +0000)]
Merge "Improve / add two passing link tests"

12 years agoMerge "Add passing test for padleft and padright as substr"
Demon [Mon, 4 Jun 2012 20:24:19 +0000 (20:24 +0000)]
Merge "Add passing test for padleft and padright as substr"

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Mon, 4 Jun 2012 20:13:42 +0000 (20:13 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I2fa1ef4bf7e98254343162c4b957e478e029df25

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Mon, 4 Jun 2012 13:36:23 +0000 (15:36 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: If00cc0c63c49e441de56bc7b55d764d4a9a53ae8

12 years agoImprove / add two passing link tests
Gabriel Wicke [Mon, 4 Jun 2012 11:36:18 +0000 (13:36 +0200)]
Improve / add two passing link tests

* Add a transition *** -> #** to an existing test
* Add a test for interrupted lists

Change-Id: I09b81099a7e8a8b08fefb194670f91648c3e077f

12 years agoChanged a call to Title::getEscapedText() which is now deprecated.
Alexandre Emsenhuber [Mon, 4 Jun 2012 10:53:53 +0000 (12:53 +0200)]
Changed a call to Title::getEscapedText() which is now deprecated.

Change-Id: I3cb6e9b4cf4a70ff3f30662ed12152a6f9d3f170

12 years agoAdd passing test for padleft and padright as substr
Gabriel Wicke [Mon, 4 Jun 2012 09:25:57 +0000 (11:25 +0200)]
Add passing test for padleft and padright as substr

This is a popular 'misuse' of the padleft/padright functions, which was not
tested in the main parser tests so far.

Change-Id: Icda02b34101c8c35b13c1e84d9f565867148d8d8

12 years ago(bug 37180) Removed hard coded parentheses in SpecialVersion.php
pmolina [Sat, 2 Jun 2012 15:11:19 +0000 (12:11 -0300)]
(bug 37180) Removed hard coded parentheses in SpecialVersion.php

Patch set 4:
* Use params() instead of rawParams() because there is no need for raw.
* Specify processing explicitely.

Change-Id: If5f1c26f221bdb060b5944ef5e3cdb64d76154e3

12 years agoMessagesFa.php: whitespace consistency
jeremyb [Mon, 4 Jun 2012 00:31:28 +0000 (00:31 +0000)]
MessagesFa.php: whitespace consistency

Change-Id: I8b8b89f824a8811621471430e2d188a3b1119b30

12 years agoMerge "Replace calls to deprecated Article::doWatch and Article::doUnwatch"
Aaron Schulz [Sun, 3 Jun 2012 23:45:21 +0000 (23:45 +0000)]
Merge "Replace calls to deprecated Article::doWatch and Article::doUnwatch"

12 years agoMade default BagOStuff functions work consistently.
Aaron Schulz [Sun, 3 Jun 2012 23:25:37 +0000 (16:25 -0700)]
Made default BagOStuff functions work consistently.

* Made getMulti() only return keys for items that exists.
* Made add() return false if the item already exist.
* Made replace() return false it the item does not already exist.

Change-Id: Idb9d9843ace0c81f71abfc22b90e30eb33d7579d

12 years ago(bug 37179) Allow undelete revision rows l10n
Dereckson [Sun, 3 Jun 2012 14:09:11 +0000 (16:09 +0200)]
(bug 37179) Allow undelete revision rows l10n

Patch set 5: Update spacing in changes in SpecialUndelete.php
             per convention.

Change-Id: I95756fa53c1f3b2a62fa9b5f6a63475dd5462442

12 years agoMerge "(bug 37151) Updating extensions/README file, using Git and https:// in the...
Siebrand [Sun, 3 Jun 2012 22:20:13 +0000 (22:20 +0000)]
Merge "(bug 37151) Updating extensions/README file, using Git and https:// in the URLs"

12 years agoMerge "Revert "Purge Squid variant pages based on page language (not $wgContLang...
Aaron Schulz [Sun, 3 Jun 2012 21:08:54 +0000 (21:08 +0000)]
Merge "Revert "Purge Squid variant pages based on page language (not $wgContLang)" per CR comments. I merged this one too quickly."

12 years agoRevert "Purge Squid variant pages based on page language (not $wgContLang)" per CR...
Aaron Schulz [Sun, 3 Jun 2012 21:07:58 +0000 (21:07 +0000)]
Revert "Purge Squid variant pages based on page language (not $wgContLang)" per CR comments. I merged this one too quickly.

This reverts commit 0f9b9d51443a7c2fa62deba0953ce69b388b7c76

12 years agoAdded missing GPLv2 headers in some places.
Alexandre Emsenhuber [Sat, 2 Jun 2012 13:09:36 +0000 (15:09 +0200)]
Added missing GPLv2 headers in some places.

Also made file/class documentation more consistent.

Change-Id: Ie95c594fcd686ef30dadc7574d3e5b47236a8638

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Sun, 3 Jun 2012 19:53:51 +0000 (19:53 +0000)]
Localisation updates from translatewiki.net.

Change-Id: Ibaafee4765c9dfdbca06462153f4267e443f0c29

12 years agoMerge "Use new xsd schema 0.7 in Export.php"
Reedy [Sun, 3 Jun 2012 19:42:46 +0000 (19:42 +0000)]
Merge "Use new xsd schema 0.7 in Export.php"

12 years agoUse new xsd schema 0.7 in Export.php
umherirrender [Sun, 3 Jun 2012 17:53:25 +0000 (19:53 +0200)]
Use new xsd schema 0.7 in Export.php

Change Idb82fe62 added a new xsd, but didn't use it.

Change-Id: I030d245715174daeaf24723ebc156ab36761a035

12 years agoMerge "Purge Squid variant pages based on page language (not $wgContLang)"
Aaron Schulz [Sun, 3 Jun 2012 19:03:33 +0000 (19:03 +0000)]
Merge "Purge Squid variant pages based on page language (not $wgContLang)"

12 years agoupdate <redirect> in export.xsd to match export xml
umherirrender [Sun, 3 Jun 2012 17:47:01 +0000 (19:47 +0200)]
update <redirect> in export.xsd to match export xml

The xsd defines the <redirect> as string tag, but it is outputted with a
title attribute. To keep b/c with the dumps this patch changed the xsd
and not the export xml.

Change-Id: Iba77e19ce40768018e292a08997473b82bc263f8

12 years agocomments and fixes from review session with tim.
daniel [Sun, 3 Jun 2012 17:46:07 +0000 (19:46 +0200)]
comments and fixes from review session with tim.

12 years agoPurge Squid variant pages based on page language (not $wgContLang)
Liangent [Sun, 3 Jun 2012 17:39:55 +0000 (01:39 +0800)]
Purge Squid variant pages based on page language (not $wgContLang)

Change-Id: I36a55d0de33dd199513b94741b1833e8e0543b95

12 years agocopyediting comments
daniel [Sun, 3 Jun 2012 17:27:23 +0000 (19:27 +0200)]
copyediting comments

12 years agoInherit DumpTestCase from MediaWikiLangTestCase, since
Platonides [Thu, 31 May 2012 21:07:24 +0000 (23:07 +0200)]
Inherit DumpTestCase from MediaWikiLangTestCase, since
backup_PageTest expect the ContentLanguage to be English
(backupTextPassTest and backup_LogTest also get the change,
but don't require it)

Change-Id: I8b3482df011bccd9fe520ba07c8b8d70de3b9dbb

12 years ago(bug 37151) Updating extensions/README file, using Git and https:// in the URLs
pmolina [Sun, 3 Jun 2012 13:58:36 +0000 (10:58 -0300)]
(bug 37151) Updating extensions/README file, using Git and https:// in the URLs

Change-Id: I22c8073ee851d7a0d188c1aa39e6b2463ede00ab