Commit graph

284 commits

Author SHA1 Message Date
Raimond Spekking 5d64afd88e Localisation updates for core and extension messages from translatewiki.net (2010-09-28 18:52:00 UTC) 2010-09-28 19:02:58 +00:00
Raimond Spekking a445e9cf05 Localisation updates for core and extension messages from translatewiki.net (2010-09-25 19:25:00 UTC) 2010-09-25 19:37:18 +00:00
Raimond Spekking ff8a799dfa Localisation updates for core and extension messages from translatewiki.net (2010-09-20 19:55:00 UTC) 2010-09-20 20:03:28 +00:00
Siebrand Mazeland 6bd3a3f448 Re-apply 73306: Follow-up r73304: add "$specialPageAliases = array();" at top of the file.
There was an error in Translate.alias.php that has now been resolved.
2010-09-19 09:13:18 +00:00
Siebrand Mazeland c61e77d53c Revert r73306. Causes many notices. 2010-09-19 09:01:11 +00:00
Siebrand Mazeland 898c00b860 Follow-up r73304: add "$specialPageAliases = array();" at top of the file. 2010-09-19 08:48:52 +00:00
Siebrand Mazeland 7b6fa730c9 Localisation updates for special page aliases for extensions from translatewiki.net 2010-09-19 07:41:39 +00:00
Raimond Spekking 6518d1aa35 Localisation updates for core and extension messages from translatewiki.net (2010-09-07 20:20:00 UTC) 2010-09-07 20:50:14 +00:00
Raimond Spekking ce100fe2df Localisation updates for core and extension messages from translatewiki.net (2010-08-27 20:38:00 UTC) 2010-08-27 20:59:18 +00:00
Siebrand Mazeland 5529bf0f77 Localisation updates for extensions from translatewiki.net
* update special page aliases.
2010-08-24 14:06:50 +00:00
Siebrand Mazeland fdb25d054c Localisation updates for core and extension messages from translatewiki.net (2010-08-21 22:44 UTC) 2010-08-21 23:20:48 +00:00
Raimond Spekking a48938f42c Localisation updates for core and extension messages from translatewiki.net (2010-08-07 18:45:00 UTC) 2010-08-07 19:16:16 +00:00
Raimond Spekking 09c078a003 Localisation updates for core and extension messages from translatewiki.net (2010-08-04 18:59:00 UTC) 2010-08-04 19:28:41 +00:00
Raimond Spekking b5346b6302 Localisation updates for core and extension messages from translatewiki.net (2010-08-03 18:53:00 UTC) 2010-08-03 19:17:55 +00:00
Raimond Spekking 843ec3f099 Localisation updates for core and extension messages from translatewiki.net (2010-07-26 20:10:00 UTC) 2010-07-26 20:16:35 +00:00
Alexandre Emsenhuber 5b178e67e1 Big changes to extensions' documentation:
* changed all @addtogroup to @ingroup
* added some @file where needed
* changed some @package/@subpackage to @ingroup
2010-06-06 15:12:22 +00:00
Raimond Spekking afe99f3d67 Localisation updates for core and extension messages from translatewiki.net (2010-06-01 18:25:00 UTC) 2010-06-01 18:33:40 +00:00
Aryeh Gregor 5e667e9625 Remove most named character references from output
Recommit of r66254 to trunk.  This was just

find extensions phase3 -iname '*.php' \! -iname '*.i18n.php' \! -iname 'Messages*.php' \! -iname '*_Messages.php' -exec sed -i 's/ /\ /g;s/—/―/g;s/•/•/g;s/á/á/g;s/´/´/g;s/à/à/g;s/α/α/g;s/ä/ä/g;s/ç/ç/g;s/©/©/g;s/↓/↓/g;s/°/°/g;s/é/é/g;s/ê/ê/g;s/ë/ë/g;s/è/è/g;s/€/€/g;s/↔//g;s/…/…/g;s/í/í/g;s/ì/ì/g;s/←/←/g;s/“/“/g;s/·/·/g;s/−/−/g;s/–/–/g;s/ó/ó/g;s/ô/ô/g;s/œ/œ/g;s/ò/ò/g;s/õ/õ/g;s/ö/ö/g;s/£/£/g;s/′/′/g;s/″/″/g;s/»/»/g;s/→/→/g;s/”/”/g;s/Σ/Σ/g;s/×/×/g;s/ú/ú/g;s/↑/↑/g;s/ü/ü/g;s/¥/¥/g' {} +

followed by reading over every single line of the resulting diff and
fixing a whole bunch of false positives.  The reason for this change is
given in <http://lists.wikimedia.org/pipermail/wikitech-l/2010-April/047617.html>.
I cleared it with Tim and Brion on IRC before committing.  It might
cause a few problems, but I tried to be careful; please report any
issues.

I skipped all messages files.  I plan to make a follow-up commit that
alters wfMsgExt() with 'escapenoentities' to sanitize all the entities.
That way, the only messages that will be problems will be ones that
output raw HTML, and we want to get rid of those anyway.

This should get rid of all named entities everywhere except messages.  I
skipped a few things like &nbsp that I noticed in manual inspection,
because they weren't well-formed XML anyway.

Also, to everyone who uses non-breaking spaces when they could use a
normal space, or nothing at all, or CSS padding: I still hate you.  Die.
2010-05-30 17:33:59 +00:00
Chad Horohoe 3dac39972d Revert r66934 (Removing wfLoadExtensionMessages() from everything). I disagree on principle...we branch extensions for this very reason. But people want trunk extensions compatible for several versions back, meh. 2010-05-27 15:56:53 +00:00
Chad Horohoe d25d7ba78d Large commit. Removed 800+ references to no-op wfLoadExtensionMessages() 2010-05-26 22:25:32 +00:00
Raimond Spekking 7cf1e28295 Localisation updates for core and extension messages from translatewiki.net (2010-05-19 19:15:00 UTC) 2010-05-19 19:25:55 +00:00
Raimond Spekking 4f60488ef7 Localisation updates for core and extension messages from translatewiki.net (2010-05-18 19:45:00 UTC) 2010-05-18 20:00:55 +00:00
Siebrand Mazeland 592cb2c4a7 Localisation updates for extension special page aliases and magic words from translatewiki.net
* some non-essential language header eye candy was removed because these exports were made with the (slow!) magic-export.php, and not with the broken alias-export.php
2010-05-17 18:29:36 +00:00
Raimond Spekking 48756658d8 Localisation updates for core and extension messages from translatewiki.net (2010-05-15 19:15:00 UTC) 2010-05-15 20:00:29 +00:00
Raimond Spekking 7b8aa6232f Localisation updates for core and extension messages from translatewiki.net (2010-04-26 19:15:00 UTC) 2010-04-26 19:31:58 +00:00
Siebrand Mazeland 2bb627b23b Localisation updates for extension messages from translatewiki.net
* rebuild all supported extension messages files
2010-04-25 21:02:19 +00:00
Siebrand Mazeland 995e55b718 Rename to remove "Special" prefix from filenames. Update Configure and Translate accordingly. 2010-04-15 19:29:55 +00:00
Raimond Spekking 87ac50342f Localisation updates for core and extension messages from translatewiki.net (2010-04-14 19:30:00 UTC) 2010-04-14 20:03:13 +00:00
Raimond Spekking cd04244818 Localisation updates for core and extension messages from translatewiki.net (2010-04-07 18:10:00 UTC) 2010-04-07 18:54:28 +00:00
Raimond Spekking 3a66e6c43e Localisation updates for core and extension messages from translatewiki.net (2010-03-17 21:10:00 UTC) 2010-03-17 21:19:39 +00:00
Raimond Spekking 98522d9e3d Localisation updates for core and extension messages from translatewiki.net (2010-02-27 19:00 UTC) 2010-02-27 19:16:22 +00:00
Siebrand Mazeland 49d4f96806 * Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
* Random indentation updates and trailing whitespace removed
2010-02-22 23:41:51 +00:00
Raimond Spekking 8094d5ed77 Localisation updates for core and extension messages from translatewiki.net (2010-02-18 20:00 UTC) 2010-02-18 20:13:15 +00:00
Siebrand Mazeland ed0b673cc9 Localisation updates for special page aliases for extensions from translatewiki.net 2010-02-17 20:52:27 +00:00
Chad Horohoe ab53469680 Get rid of the last (I think) php4-style calls to wfGetDB() 2010-02-13 23:03:40 +00:00
Raimond Spekking 1983488322 Localisation updates for core and extension messages from translatewiki.net (2010-01-19 18:30 UTC) 2010-01-19 19:04:29 +00:00
Raimond Spekking 378c5cf6ea Localisation updates for core and extension messages from translatewiki.net (2010-01-16 16:30 UTC) 2010-01-16 16:50:25 +00:00
Raimond Spekking 2f982bf4be Localisation updates for core and extension messages from translatewiki.net (2010-01-07 19:00 UTC) 2010-01-07 19:37:48 +00:00
Raimond Spekking a02f9627f9 Localisation updates for core and extension messages from translatewiki.net (2010-01-05 20:00 UTC) 2010-01-05 20:31:26 +00:00
Siebrand Mazeland 4dd3debf61 Localisation updates for extension messages from translatewiki.net (2009-12-29 10:29 UTC) 2009-12-29 11:03:13 +00:00
Siebrand Mazeland 458bba1198 Localisation updates for extension messages from translatewiki.net (2009-12-27 14:53 UTC) 2009-12-27 15:13:12 +00:00
Siebrand Mazeland 6f79a60ddb Localisation updates for extension messages from translatewiki.net (2009-12-23 20:19 UTC) 2009-12-23 20:47:57 +00:00
Raimond Spekking 9200e49e2e Localisation updates for core and extension messages from translatewiki.net (2009-11-17 19:30 UTC) 2009-11-17 20:17:20 +00:00
Raimond Spekking cee17d3bbb Localisation updates for core and extension messages from translatewiki.net (2009-11-08 19:30 UTC) 2009-11-08 20:21:25 +00:00
Siebrand Mazeland dd485e92e8 Localisation updates for extension messages from translatewiki.net
* full export and rebuild of all supported messages, magic and special pages aliases files
2009-11-07 00:44:29 +00:00
Raimond Spekking a1f5a425b6 Localisation updates for core and extension messages from translatewiki.net (2009-10-23 19:00 UTC) 2009-10-24 19:52:26 +00:00
Siebrand Mazeland a5a8500497 Localisation updates for extension messages from translatewiki.net (2009-09-23 21:48 UTC) 2009-09-23 22:40:12 +00:00
Siebrand Mazeland 37be10fc00 Localisation updates for extension messages from translatewiki.net (2009-09-16 21:23 UTC) 2009-09-16 21:38:52 +00:00
Siebrand Mazeland 7f6922a2db Localisation updates for extensions messages from translatewiki.net (2009-09-13 20:30 UTC) 2009-09-13 21:00:12 +00:00
Siebrand Mazeland 19dc17cddb Localisation updates for extension messages from translatewiki.net (2009-09-01 17:21 UTC) 2009-09-01 18:10:42 +00:00