Catrope
7e6cd60977
Merge "[FileRepo] Fixed file move data-loss race condition."
2012-06-05 22:28:17 +00:00
Aaron Schulz
d96161d71a
Merge "setSquidMaxage() globally if we can purge it, instead of in actions."
2012-06-05 20:51:00 +00:00
Aaron Schulz
612185643c
Merge "(bug 32643) Prevent action=purge&forcelinkupdate crash"
2012-06-05 20:24:58 +00:00
Translation updater bot
aba5b4c583
Merge "Localisation updates from http://translatewiki.net ."
2012-06-05 20:15:52 +00:00
Aaron Schulz
2b7ef6b1fe
Merge "Clean up Resources.php"
2012-06-05 20:14:25 +00:00
Translation updater bot
26a5d7160a
Localisation updates from http://translatewiki.net .
...
Change-Id: Ie62a0a9446de17b171b9c7003ead5291b9bb2cbc
2012-06-05 19:49:04 +00:00
Aaron
c2443ec058
Fixed bit math logic error in 0e765f8405.
...
Change-Id: Idfba3971f9c2d47967d1210352d8fb25583834e0
2012-06-05 10:10:11 -07:00
Timo Tijhof
3fc0174d64
Clean up Resources.php
...
* Trailing whitespace
* Array-usage similar to rest of file
Change-Id: I08908af2541750cb28474d1209d80ea6072b77cf
2012-06-05 16:08:52 +02:00
Krinkle
727d1d45cc
Merge "Reverse the dependency for mediawiki.language.data"
2012-06-05 13:58:09 +00:00
Santhosh Thottingal
4c6c50f206
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
2012-06-05 15:54:27 +02:00
Siebrand
1cd5061d72
Merge "Add new message 'showhideselectedlogentries' for revdel of logs."
2012-06-05 06:50:08 +00:00
Liangent
3c3b564ec2
Add new message 'showhideselectedlogentries' for revdel of logs.
...
What we're hiding are not "revisions" here...
Change-Id: I3d3d75dea240ff189fc929e0a24f8e5449a4e0c6
2012-06-05 09:31:47 +08:00
Siebrand
02e82b7031
Merge "(bug 37180) Removed hard coded parentheses in SpecialVersion.php"
2012-06-05 01:08:51 +00:00
Victor Vasiliev
dac90fa456
(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
2012-06-05 01:30:33 +02:00
Demon
710824bd86
Merge "[FileBackend] Gave doQuickOperations() some wrapper methods just like doOperations()."
2012-06-04 20:47:20 +00:00
Demon
0593465614
Merge "[FileBackend] Purge Swift process cache before container delete for sanity."
2012-06-04 20:46:32 +00:00
Demon
575019d19c
Merge "[FileBackend] Worked around Akamai CDN purge limits."
2012-06-04 20:45:10 +00:00
Demon
1802efce47
Merge "Fixed destructor in FSLockManager to clear all the locks."
2012-06-04 20:43:09 +00:00
Demon
1dc986a90f
Merge "[FileRepo] Made getDescription() respect *_deleted fields."
2012-06-04 20:41:52 +00:00
Demon
bae670cf03
Merge "document CASE (0th array element) for $magicWords"
2012-06-04 20:39:47 +00:00
Demon
a2d4193cd9
Merge "Made default BagOStuff functions work consistently."
2012-06-04 20:36:31 +00:00
Demon
2737219e97
Merge "Changed a call to Title::getEscapedText() which is now deprecated."
2012-06-04 20:35:57 +00:00
Demon
28dc2d9619
Merge "Added missing GPLv2 headers in some places."
2012-06-04 20:31:10 +00:00
Demon
0f8843f4ec
Merge "Rename $exclude_patterns to $excludePatterns and $wgDoxyGenerateMan to $doxyGenerateMan."
2012-06-04 20:27:24 +00:00
Demon
10aa784a46
Merge "Use canonical class name. Include ORMRowTest.php"
2012-06-04 20:26:28 +00:00
Demon
64e5646417
Merge "Improve / add two passing link tests"
2012-06-04 20:25:23 +00:00
Demon
2bdc46e9d2
Merge "Add passing test for padleft and padright as substr"
2012-06-04 20:24:19 +00:00
Translation updater bot
7583013068
Localisation updates from http://translatewiki.net .
...
Change-Id: I2fa1ef4bf7e98254343162c4b957e478e029df25
2012-06-04 20:13:42 +00:00
Alexandre Emsenhuber
cf5f055707
Added missing GPLv2 headers in some places.
...
Also made file/class documentation more consistent.
Change-Id: If00cc0c63c49e441de56bc7b55d764d4a9a53ae8
2012-06-04 15:36:23 +02:00
Gabriel Wicke
f5790ba627
Improve / add two passing link tests
...
* Add a transition *** -> #** to an existing test
* Add a test for interrupted lists
Change-Id: I09b81099a7e8a8b08fefb194670f91648c3e077f
2012-06-04 13:36:18 +02:00
Alexandre Emsenhuber
49a7806281
Changed a call to Title::getEscapedText() which is now deprecated.
...
Change-Id: I3cb6e9b4cf4a70ff3f30662ed12152a6f9d3f170
2012-06-04 12:53:53 +02:00
Gabriel Wicke
da0dd987ed
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
2012-06-04 11:29:59 +02:00
pmolina
69591db3b4
(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
2012-06-04 09:42:42 +02:00
Liangent
6eac0a40cf
setSquidMaxage() globally if we can purge it, instead of in actions.
...
Change-Id: I404c994616eab0902a9e3650c97028e9bcfb22db
2012-06-04 14:46:36 +08:00
jeremyb
1267e41a2a
MessagesFa.php: whitespace consistency
...
Change-Id: I8b8b89f824a8811621471430e2d188a3b1119b30
2012-06-04 00:31:28 +00:00
Aaron Schulz
5860bf6c76
Merge "Replace calls to deprecated Article::doWatch and Article::doUnwatch"
2012-06-03 23:45:21 +00:00
Aaron Schulz
3c1495e968
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
2012-06-03 16:29:39 -07:00
Dereckson
79dcce058e
(bug 37179) Allow undelete revision rows l10n
...
Patch set 5: Update spacing in changes in SpecialUndelete.php
per convention.
Change-Id: I95756fa53c1f3b2a62fa9b5f6a63475dd5462442
2012-06-04 00:33:16 +02:00
Siebrand
b842c8aa6c
Merge "(bug 37151) Updating extensions/README file, using Git and https:// in the URLs"
2012-06-03 22:20:13 +00:00
Aaron Schulz
46b919028c
Merge "Revert "Purge Squid variant pages based on page language (not $wgContLang)" per CR comments. I merged this one too quickly."
2012-06-03 21:08:55 +00:00
Aaron Schulz
10c37d58fe
Revert "Purge Squid variant pages based on page language (not $wgContLang)" per CR comments. I merged this one too quickly.
...
This reverts commit 0f9b9d5144
2012-06-03 21:07:58 +00:00
Alexandre Emsenhuber
2c7bf8b8b8
Added missing GPLv2 headers in some places.
...
Also made file/class documentation more consistent.
Change-Id: Ie95c594fcd686ef30dadc7574d3e5b47236a8638
2012-06-03 22:54:44 +02:00
Translation updater bot
7105c5e983
Localisation updates from http://translatewiki.net .
...
Change-Id: Ibaafee4765c9dfdbca06462153f4267e443f0c29
2012-06-03 19:53:51 +00:00
Reedy
6b834dfcf8
Merge "Use new xsd schema 0.7 in Export.php"
2012-06-03 19:42:46 +00:00
umherirrender
ad6072fc63
Use new xsd schema 0.7 in Export.php
...
Change Idb82fe62 added a new xsd, but didn't use it.
Change-Id: I030d245715174daeaf24723ebc156ab36761a035
2012-06-03 21:05:21 +02:00
Aaron Schulz
8c43b0eb3f
Merge "Purge Squid variant pages based on page language (not $wgContLang)"
2012-06-03 19:03:33 +00:00
umherirrender
1de07ace0e
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
2012-06-03 19:47:01 +02:00
Liangent
0f9b9d5144
Purge Squid variant pages based on page language (not $wgContLang)
...
Change-Id: I36a55d0de33dd199513b94741b1833e8e0543b95
2012-06-04 01:39:55 +08:00
Platonides
92d6102e51
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
2012-06-03 16:55:38 +02:00
pmolina
d80273d7a3
(bug 37151) Updating extensions/README file, using Git and https:// in the URLs
...
Change-Id: I22c8073ee851d7a0d188c1aa39e6b2463ede00ab
2012-06-03 11:47:55 -03:00