Raimond Spekking
9163fa895e
Localisation update for core and extension messages from translatewiki.net
2012-03-03 21:32:20 +00:00
Krinkle
cbedb517d2
[CategoryTree]
...
* Fixes:
-- (bug 34880) [CategoryTree] Retry link shouldn't reset page scroll to '#' (and misses a space)
2012-03-02 00:31:33 +00:00
Krinkle
1da2e2788c
[CategoryTree] Fix "bad json errors on options= {":" that are populating wmf error logs
...
* Only occurred on category trees produced by <categorytree>. The category trees dynamically created when expanding the [+] toggle in the subcategory list on a category page were not affected (since those don't have data-ct-options attributes and thus JS uses the default via mw.config.get( 'wgCategoryTreePageCategoryOptions' ), which wasn't double escaped)
* escapeTagsOnly escapes & to "
* Xml::openElement does normal attribute escaping, assuming unescaped input
Before:
<div class=" CategoryTreeTag" data-ct-mode="0" data-ct-options="{&quot;mode&quot;:0,&quot;hideprefix&quot;:20,&quot;showcount&quot;:false,&quot;namespaces&quot;:false}">
<div class="CategoryTreeTag" data-ct-mode="0" data-ct-options="{"mode":0,"hideprefix":20,"showcount":false,"namespaces":false}">
2012-03-02 00:18:09 +00:00
Krinkle
41eeac2a23
[CategoryTree] clean up JS
...
* 0 is falsy, cover for that case
* Add comments explaining the numbers, these come from PHP constants, via $wgCategoryTreePageCategoryOptions end up in data- attributes
* Follow-up r112849
2012-03-01 23:43:41 +00:00
Krinkle
8e90ba4c6e
[CategoryTree] clean up JS, fix undefined bug
...
* Use dashes versions of data attributes to make it easier to find them (now the data attributes as found in PHP where no where to be found in any JS file, appeared to be bogus)
* Don't create a new <div> element ($parentTag) only to store a single string in it's data object, using local variables for ctTitle, ctMode and ctOptions instead.
2012-03-01 23:04:44 +00:00
Sam Reed
e8f7e97e51
Don't explicitly use Services_JSON, use FormatJson
2012-03-01 01:17:55 +00:00
Raimond Spekking
9d27e785f6
Localisation update for core and extension messages from translatewiki.net
2012-02-29 12:34:33 +00:00
Raimond Spekking
99c3a1fded
Localisation updates for core and extension messages from translatewiki.net
2012-02-24 21:11:11 +00:00
Raimond Spekking
d7e90e017f
Localisation updates for extension messages from translatewiki.net
...
Core skipped today, conflicts with dupe messages... Will report on CR soon
2012-02-23 19:45:08 +00:00
Raimond Spekking
3f6b8fb4d1
Localisation updates for core and extension messages from translatewiki.net
2012-02-16 20:46:56 +00:00
Raimond Spekking
5a6dd4b443
Localisation updates for core and extension messages from translatewiki.net
2012-02-11 21:23:46 +00:00
Benny Situ
593a93b07f
attempt to fix bug33989 - fix the mode parameter in api call
2012-02-10 23:41:49 +00:00
Raimond Spekking
26e9e97da8
Localisation updates for core and extension messages from translatewiki.net
2012-02-10 20:57:24 +00:00
Sam Reed
079968308b
Documentation, stylize, remove some global dependencies
2012-02-09 01:23:31 +00:00
John Du Hart
4383d6d598
Followup r98500, fixes flash of unstyled content
2012-02-08 14:07:10 +00:00
Raimond Spekking
c842a0e190
Localisation updates for core and extension messages from translatewiki.net
2012-02-07 20:19:09 +00:00
Raimond Spekking
54f6cd27ad
Localisation updates for core and extension messages from translatewiki.net
2012-01-25 20:38:04 +00:00
Niklas Laxström
0495b4e230
Comment not relevant with resource loader
2012-01-24 11:34:12 +00:00
Raimond Spekking
263c1eb34a
Localisation updates for core and extension messages from translatewiki.net
2012-01-19 21:38:41 +00:00
Raimond Spekking
d60831a01d
Localisation updates for core and extension messages from translatewiki.net
2012-01-18 21:07:15 +00:00
Sam Reed
954bac92b0
Documentation
...
Wrapping up some long lines
2012-01-14 15:27:30 +00:00
Raimond Spekking
fe27952393
Localisation updates for core and extension messages from translatewiki.net
2012-01-13 20:57:43 +00:00
Raimond Spekking
02736f5c65
Localisation updates for core and extension messages from translatewiki.net
2012-01-12 21:22:22 +00:00
Raimond Spekking
b9157ba1a8
Localisation updates for core and extension messages from translatewiki.net
2012-01-11 20:17:10 +00:00
Raimond Spekking
64d6fdd7d7
Localisation updates for core and extension messages from translatewiki.net
2012-01-09 21:29:15 +00:00
Raimond Spekking
4b13f803ca
Localisation updates for core and extension messages from translatewiki.net
2012-01-03 21:22:22 +00:00
Raimond Spekking
5cd85aa410
Localisation updates for core and extension messages from translatewiki.net
2012-01-02 20:46:12 +00:00
Raimond Spekking
312e55b50b
Localisation updates for core and extension messages from translatewiki.net
2012-01-01 20:29:00 +00:00
Raimond Spekking
3445494a4e
Localisation updates for core and extension messages from translatewiki.net
2011-12-30 21:17:13 +00:00
Raimond Spekking
5b96f8fff2
Localisation updates for core and extension messages from translatewiki.net
2011-12-29 21:54:17 +00:00
Raimond Spekking
314c012e12
Localisation updates for core and extension messages from translatewiki.net
2011-12-27 20:23:52 +00:00
Raimond Spekking
64a29a19f5
Localisation updates for core and extension messages from translatewiki.net
2011-12-26 21:21:55 +00:00
Siebrand Mazeland
328484f6d2
Bye, bye $wgExtensionAliasesFiles (deprecated in 1.16).
2011-12-25 23:09:26 +00:00
Siebrand Mazeland
8f14dc6804
Localisation updates for special pages and magic words for extensions from http://translatewiki.net .
...
Backwards compatibility with MediaWiki 1.15 and earlier dropped for special page aliases.
2011-12-25 22:19:29 +00:00
Raimond Spekking
c38b48c54d
Localisation updates for core and extension messages from translatewiki.net
2011-12-25 20:25:45 +00:00
Siebrand Mazeland
d15395e080
Rename no to nb (step 4/4): Change 'no' to 'nb' in remaining files.
2011-12-25 09:42:00 +00:00
Raimond Spekking
b5cef7ea7a
Localisation updates for core and extension messages from translatewiki.net
2011-12-23 21:10:51 +00:00
Raimond Spekking
9234e576da
Localisation updates for core and extension messages from translatewiki.net
2011-12-19 20:15:36 +00:00
Raimond Spekking
0f866d5775
Localisation updates for core and extension messages from translatewiki.net
2011-12-18 20:47:06 +00:00
Raimond Spekking
aa7fd89350
Localisation updates for core and extension messages from translatewiki.net
2011-12-14 20:09:13 +00:00
Brion Vibber
5ceddc1fd6
Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/
2011-12-13 23:49:33 +00:00
Raimond Spekking
01252e94ae
Localisation updates for core and extension messages from translatewiki.net
2011-12-13 20:50:04 +00:00
Raimond Spekking
9ae2c73787
Localisation updates for core and extension messages from translatewiki.net
2011-12-11 20:35:30 +00:00
Raimond Spekking
2d8adf1d6e
Localisation updates for core and extension messages from translatewiki.net
2011-12-09 20:31:37 +00:00
Raimond Spekking
8950e5219d
Localisation updates for core and extension messages from translatewiki.net
2011-12-06 21:36:57 +00:00
Raimond Spekking
9bb3451b14
Localisation updates for core and extension messages from translatewiki.net
2011-12-05 21:02:57 +00:00
Raimond Spekking
cfbd7fb767
Localisation updates for core and extension messages from translatewiki.net
2011-12-03 14:56:00 +00:00
Raimond Spekking
5a4fb8d998
Localisation updates for core and extension messages from translatewiki.net
2011-11-30 20:59:10 +00:00
Raimond Spekking
e466e46397
Localisation updates for core and extension messages from translatewiki.net
2011-11-29 20:32:09 +00:00
Raimond Spekking
c7c543902a
Localisation updates for core and extension messages from translatewiki.net
2011-11-28 21:01:31 +00:00