Siebrand Mazeland
b7bfad2c07
Remove zh-[cn|tw] in favour of zh-han[s|t]
...
Change-Id: I0e3f13d9523f6466c321cffa7f37321ab29e9892
2014-04-10 12:45:01 +02:00
Siebrand Mazeland
267d4d94e9
Fix undefined variable $dir
...
* Follow-up to 7f440c3f72
.
* Use __DIR__ everywhere.
Change-Id: If4ff55920207ba69dc4d981a68598e0a1eb029e4
2014-04-07 20:13:52 +02:00
jenkins-bot
66709b8766
Merge "Move $wgExtensionMessagesFiles['CategoryTreeMagic'] into $wgExtensionFunctions"
2014-04-07 17:26:09 +00:00
jenkins-bot
a71d3ddfb9
Merge "Use hooks instead of $wgOut when $wgCategoryTreeForceHeaders is set"
2014-04-06 21:26:52 +00:00
Translation updater bot
bb982819d0
Localisation updates from https://translatewiki.net .
...
Change-Id: I6b3dea976ceb27c6f8103f68ea6eff7744981b97
2014-04-06 19:38:01 +00:00
Leaves in Motion
8a210414db
Use hooks instead of $wgOut when $wgCategoryTreeForceHeaders is set
...
Previously, $wgOut was used when $wgCategoryTreeForceHeaders was set and
a hook was used when it was not.
This change makes sure there is always a hook used with an OutputPage
instance. It fixes bug 57651.
Using $wgOut the rebuildFileCache.php maintenance script would generate
pages without JavaScript and CSS for CategoryTree when
$wgCategoryTreeForceHeaders was set (for example, when the sidebar was
in use).
Other uses of $wgOut in the CategoryTree extension seem to be less of an
issue because when there is a CategoryTree on a page, those pages seem
to be excluded from caching. (But fixing those would be nice
nonetheless: it may prevent other bugs in the future).
Bug: 57651
Change-Id: I0ee66d38755e255c5597db7a237a176039025fae
2014-04-05 19:03:41 +00:00
Translation updater bot
2cac7a0056
Localisation updates from https://translatewiki.net .
...
Change-Id: I50475d132571c60b092da03d8826ba9c845eb996
2014-04-04 20:20:29 +00:00
Translation updater bot
bff84785e8
Localisation updates from https://translatewiki.net .
...
Change-Id: I2b499da2d6b2a3ffe5d01ee424205fc40e326f7e
2014-04-01 19:41:05 +00:00
Translation updater bot
f328c964f1
Localisation updates from https://translatewiki.net .
...
Change-Id: I8e2b6ae034a6c7fa47361279d6fb334e5f78b370
2014-03-29 21:13:01 +00:00
jenkins-bot
55f53a90f6
Merge "Rework ext.categoryTree.js"
2014-03-29 00:20:43 +00:00
jenkins-bot
9d54d104ba
Merge "Use current lang, debug and skin for AJAX call"
2014-03-29 00:05:30 +00:00
Translation updater bot
46bfa43d06
Localisation updates from https://translatewiki.net .
...
Change-Id: Icd420d21ed74349dbe55d09c1efd4c159bc46da6
2014-03-28 19:24:58 +00:00
Reedy
7f440c3f72
Move $wgExtensionMessagesFiles['CategoryTreeMagic'] into $wgExtensionFunctions
...
Extension config based on values of config values isn't going to work
in the global scope. The user won't have set it yet.
Though, is there any reason we don't just loads this always?
Change-Id: I32357244c013a2370f14ff5d36427aa3385be444
2014-03-28 03:07:01 +00:00
Translation updater bot
825bd06c4c
Localisation updates from https://translatewiki.net .
...
Change-Id: I5820bd26e51207a760630a6fdb467748280e809f
2014-03-25 20:48:53 +00:00
Siebrand Mazeland
1f6df56a60
Migrate to JSON i18n
...
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.
Add a file to .jshintignore to not make Jenkins block on something that's
not related to this patch set.
Change-Id: I9331d328746281a2eb7ec1317d557e8fd7931d74
2014-03-25 14:55:24 +01:00
Translation updater bot
47bbcb1f74
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibd4214756fb6efe525c79978601bafa325f84fcf
2014-03-22 20:46:57 +00:00
Translation updater bot
896df0e842
Localisation updates from https://translatewiki.net .
...
Change-Id: I9977db575c149ed6109c66d51dc1fba3a59251e3
2014-03-15 20:05:20 +00:00
Translation updater bot
c56d0afd9a
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f8965faea6c8c983682d649b403ce6746dc294d
2014-03-13 15:42:28 +00:00
Translation updater bot
a868e0d7f4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic9c3a70139d0d5e5b500582d68446b57af324a4b
2014-03-03 21:04:17 +00:00
Translation updater bot
97d7a8cac8
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifeb2c65162ae3589f509cb69a424cf020e6753b6
2014-03-02 20:36:11 +00:00
Translation updater bot
57b9a3bde9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib1f284cbff41713c714be9f30fd7fdcab9447207
2014-02-24 21:01:19 +00:00
Fomafix
ef8a9f0ba5
Use current lang, debug and skin for AJAX call
...
Load the subtree in the current user interface settings set by the
URL parameters debug, uselang and useskin.
Change-Id: I11c58e62b641c926a9965efb01d776851807e651
2014-02-23 09:39:34 +00:00
Fomafix
9409a256ef
Rework ext.categoryTree.js
...
* Remove unnecessary variable categoryTree
* Escape messages
* Replace deprecated .success() and .error() by .done() and .fail()
Change-Id: I07649b820de096ad81fcaae3812dc41bbc942e8c
2014-02-21 22:33:04 +00:00
Translation updater bot
1854a2bde0
Localisation updates from https://translatewiki.net .
...
Change-Id: I2371569feb7722289ef824b0f69faffab835a3e0
2014-02-21 22:15:43 +00:00
Translation updater bot
810e791862
Localisation updates from https://translatewiki.net .
...
Change-Id: I5acf81d228978db71ebbb591ba985a9540af4fd1
2014-02-20 21:01:14 +00:00
Brian Wolff
daf3e2d9f1
Unbreak this extension by killing $wgCategoryTreeDynamicTag
...
Somewhere along the line this extension's JS was refactored,
except for a part which was left as is, and was calling functions
since renamed, and still assuming top loaded...
Just kill $wgCategoryTreeDynamicTag, since it doesn't work, it
hasn't worked for a while, and it looks like a bit of work to
make it work properly. Also change the cache disabling defaults
of this extension to be 6 hours so it doesn't cause explosions.
If someone wants the feature represented by $wgCategoryTreeDynamicTag
they can of course re-introduce it in a subsequent commit. In the
mean time, let's not have broken code.
Bug: 59798
Change-Id: I01e0bd264e2a007cd9de017d10667bb2809d70a9
2014-02-19 22:15:55 -04:00
Translation updater bot
b13e78b2a4
Localisation updates from https://translatewiki.net .
...
Change-Id: I7c0ce24061279b398cd85382ba2ed55711d08bd6
2014-02-13 21:15:56 +00:00
Translation updater bot
e6db1f83c8
Localisation updates from https://translatewiki.net .
...
Change-Id: If48f1bdd60d8c64d88145ce336d7bd601029c61d
2014-02-09 20:14:34 +00:00
Translation updater bot
05bafcafdb
Localisation updates from https://translatewiki.net .
...
Change-Id: I4d4ede08f8328fd99fd6d2278636b2c7c08e6428
2014-01-24 20:06:53 +00:00
Siebrand Mazeland
3aff44cc17
Correct Title::getInterwiki method name case on call
...
Change-Id: I9795d208106b5566b450c4a4ceafd9dbefd0ac0b
2014-01-23 20:00:27 +00:00
Reedy
9f7129a38b
Add COPYING
...
Change-Id: Iecbcc5aad5db8523763269f84d6fc934ca4ff86c
2014-01-22 21:23:36 +00:00
Translation updater bot
201c4d7f40
Localisation updates from https://translatewiki.net .
...
Change-Id: I5cf03bbf6d680d979fff98d431700662003fcc03
2014-01-19 20:12:23 +00:00
Translation updater bot
fee70f833b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia6f494c159ce4e693265dfb06e08a4544c124bc6
2014-01-16 23:06:05 +00:00
Translation updater bot
929f9e8c4c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib0026559083f0da7071381f84202cacb5b8d1518
2014-01-12 20:33:40 +00:00
Translation updater bot
cfd43ce79d
Localisation updates from https://translatewiki.net .
...
Change-Id: I706c13e117630f43122e8c1a1972d04b90b78832
2014-01-09 20:26:29 +00:00
Translation updater bot
f4e30a22c4
Localisation updates from https://translatewiki.net .
...
Change-Id: If77953db2b6f50ed92e6bc5a2bc5251f1d81b57d
2014-01-08 20:31:01 +00:00
Translation updater bot
ffe2f80b39
Localisation updates from https://translatewiki.net .
...
Change-Id: I63a502a2c66301e7c469a29e9861f6bf7bf47649
2014-01-05 20:07:31 +00:00
Translation updater bot
f9fa541223
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie490f66f4d9e7bada1174e893bfa11575f1df87e
2014-01-03 20:36:31 +00:00
Translation updater bot
3d7e4c3516
Localisation updates from https://translatewiki.net .
...
Change-Id: I1dfcde140fc233245612d56ed795aa7606d4a5fc
2014-01-02 20:44:48 +00:00
Translation updater bot
f21f28c331
Localisation updates from https://translatewiki.net .
...
Change-Id: If4c5fd6711bd50f958f64355e3d98d26416ad8b8
2013-12-29 19:28:00 +00:00
Translation updater bot
fbe14e46d0
Localisation updates from https://translatewiki.net .
...
Change-Id: I91fc036e1ea13a762aaca1b283dc4f2b8a202294
2013-12-27 18:33:32 +00:00
Translation updater bot
dca5d3b8e9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib9a3ab5958dae8199b7d75f9b2f69e6fbf89ca8e
2013-12-25 19:58:49 +00:00
Translation updater bot
90e6101d7c
Localisation updates from https://translatewiki.net .
...
Change-Id: Id54a1f728ae673a507122ed17fcd55c8d6f43a7a
2013-12-22 20:29:22 +00:00
Translation updater bot
68075bed46
Localisation updates from https://translatewiki.net .
...
Change-Id: I6d2ce7bfdf2b37930beaaae8c84a5dc5293e93ee
2013-12-20 20:33:12 +00:00
Translation updater bot
daf452b5e7
Localisation updates from https://translatewiki.net .
...
Change-Id: Icfbc494d9065015a5e73552d61b57f068e586f9e
2013-12-15 20:52:33 +00:00
Translation updater bot
137b3fbfeb
Localisation updates from https://translatewiki.net .
...
Change-Id: I08a6f8d61804c33947b0bbabe059972c48cb207c
2013-12-08 20:23:24 +00:00
Translation updater bot
f5db42fe97
Localisation updates from https://translatewiki.net .
...
Change-Id: I49e0bcf1e77817acf318e2084c28fdcb3af03324
2013-12-07 01:32:57 +00:00
Translation updater bot
80c839963a
Localisation updates from https://translatewiki.net .
...
Change-Id: I0e85f5a88edc60eda4e31d835ba8406cb795273b
2013-12-02 20:36:54 +00:00
Translation updater bot
b76e9b764f
Localisation updates from https://translatewiki.net .
...
Change-Id: I0b39a60674976b9cf0f2cf0720d8763a3f411fce
2013-12-01 19:54:13 +00:00
Translation updater bot
eded050257
Localisation updates from https://translatewiki.net .
...
Change-Id: I68452ebd281b70c92ca5426ec74dde685a34d05f
2013-11-30 19:52:38 +00:00