Commit graph

137 commits

Author SHA1 Message Date
Siebrand Mazeland c102315616 Localisation updates from http://translatewiki.net. 2011-11-23 18:43:52 +00:00
Raimond Spekking cc88167b60 Localisation updates for core and extension messages from translatewiki.net 2011-10-24 20:02:53 +00:00
Raimond Spekking cd9610a985 Localisation updates for core and extension messages from translatewiki.net 2011-09-11 20:12:21 +00:00
Raimond Spekking a19c07e04e Localisation updates for core and extension messages from translatewiki.net 2011-08-29 20:32:44 +00:00
Siebrand Mazeland a3923891ac Localisation updates from http://translatewiki.net.
Full rebuild of all messages files for extensions supported by Translate.
2011-08-17 00:10:33 +00:00
Alexandre Emsenhuber ab6b86eeca Remove unneeded experimental change from r89638 2011-06-07 09:47:46 +00:00
Alexandre Emsenhuber b833ab01cf Use preg_replace_callback() instead of preg_repace() with /e, also some style fixes 2011-06-07 09:45:41 +00:00
Raimond Spekking b8bd4537bf Localisation updates for core and extension messages from translatewiki.net (2011-04-08 19:35:00 UTC) 2011-04-08 19:53:47 +00:00
Sam Reed 1db64f527e Remove < 1.8 code path 2011-02-10 01:50:15 +00:00
Raimond Spekking 278ec28c03 Localisation updates for core and extension messages from translatewiki.net (2011-02-07 20:45:00 UTC) 2011-02-07 21:06:29 +00:00
Sam Reed 75d541a7fd Fixup some missing variable definitions 2011-01-23 10:33:37 +00:00
Siebrand Mazeland 8617182e65 Localisation updates for extensions from translatewiki.net. 2011-01-22 20:08:34 +00:00
Raimond Spekking dc4cd6ae31 Localisation updates for core and extension messages from translatewiki.net (2010-12-21 20:57:00 UTC) 2010-12-21 21:18:43 +00:00
Raimond Spekking 5a56ec8b32 Localisation updates for core and extension messages from translatewiki.net (2010-10-31 18:53:00 UTC) 2010-10-30 19:24:03 +00:00
Raimond Spekking 723c1623e6 Localisation updates for core and extension messages from translatewiki.net (2010-10-09 19:18:00 UTC) 2010-10-09 19:32:58 +00:00
Raimond Spekking 4069dac683 Localisation updates for core and extension messages from translatewiki.net (2010-10-08 21:23:00 UTC) 2010-10-08 21:40:52 +00:00
Matěj Grabovský 60bad5ad21 Removed description in $wgExtensionCredits where descriptionmsg was used 2010-08-10 15:27:44 +00:00
Raimond Spekking e4cfc433e6 Localisation updates for core and extension messages from translatewiki.net (2010-06-24 20:00:00 UTC) 2010-06-24 20:23:20 +00:00
Alexandre Emsenhuber 1932a81148 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
Aryeh Gregor ec3bba8c99 Fix Poem parser tests from r67090
Thanks to MaxSem for pointing out on IRC that they were failing.
2010-05-30 19:00:59 +00:00
Aryeh Gregor 188d244d80 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/&nbsp;/\&#160;/g;s/&mdash;/―/g;s/&bull;/•/g;s/&aacute;/á/g;s/&acute;/´/g;s/&agrave;/à/g;s/&alpha;/α/g;s/&auml;/ä/g;s/&ccedil;/ç/g;s/&copy;/©/g;s/&darr;/↓/g;s/&deg;/°/g;s/&eacute;/é/g;s/&ecirc;/ê/g;s/&euml;/ë/g;s/&egrave;/è/g;s/&euro;/€/g;s/&harr;//g;s/&hellip;/…/g;s/&iacute;/í/g;s/&igrave;/ì/g;s/&larr;/←/g;s/&ldquo;/“/g;s/&middot;/·/g;s/&minus;/−/g;s/&ndash;/–/g;s/&oacute;/ó/g;s/&ocirc;/ô/g;s/&oelig;/œ/g;s/&ograve;/ò/g;s/&otilde;/õ/g;s/&ouml;/ö/g;s/&pound;/£/g;s/&prime;/′/g;s/&Prime;/″/g;s/&raquo;/»/g;s/&rarr;/→/g;s/&rdquo;/”/g;s/&Sigma;/Σ/g;s/&times;/×/g;s/&uacute;/ú/g;s/&uarr;/↑/g;s/&uuml;/ü/g;s/&yen;/¥/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
Siebrand Mazeland 9a97b74be8 Replace <tt> by <code>, as <tt> is deprecated in HTML5 2010-05-15 23:11:13 +00:00
Siebrand Mazeland 8262b0c73c Localisation updates for extension messages from translatewiki.net
* rebuild all supported extension messages files
2010-04-25 21:02:19 +00:00
Raimond Spekking eff0ea9ac2 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 4545df9f03 Localisation updates for core and extension messages from translatewiki.net (2010-04-04 18:30:00 UTC) 2010-04-04 18:48:04 +00:00
Brian Wolff ffd9e2a8e7 Bug 22363 - make <poem> handle template parameters (aka {{{1}}}) 2010-02-05 04:37:53 +00:00
Raimond Spekking 1f5b6cec7d Localisation updates for core and extension messages from translatewiki.net (2010-01-19 18:30 UTC) 2010-01-19 19:04:29 +00:00
Chad Horohoe 6f93884fa3 Drop ancient 1.6 and below compat. This is why we branch :) 2010-01-16 16:28:06 +00:00
Siebrand Mazeland 0396a3c243 Localisation updates for extension messages from translatewiki.net (2009-12-27 14:53 UTC) 2009-12-27 15:13:12 +00:00
Siebrand Mazeland 0e98e59e6f Localisation updates for extension messages from translatewiki.net (2009-12-24 17:23 UTC) 2009-12-24 17:43:45 +00:00
Max Semenik fe706136d7 Updated links for pages moved from Meta to mw.org, tweaked doc a bit in one case (extensions/ConfirmEdit/MathCaptcha) 2009-12-05 15:03:20 +00:00
Raimond Spekking 3b7799e587 Localisation updates for core and extension messages from translatewiki.net (2009-10-19 18:50 UTC) 2009-10-19 19:34:51 +00:00
Siebrand Mazeland 47332015f5 Localisation updates for extension messages from translatewiki.net (2009-09-19 20:29 UTC) 2009-09-19 20:53:18 +00:00
Chad Horohoe 8b3bdbd96f Nuking fallback code for MW < 1.12 in most extensions (there's like 5 or 6 left I haven't done). Couple of points:
* 1.11 and below aren't supported anymore, so we don't need to be maintaining back-compat code for it anymore. This is why we branch extensions
* The vast majority of these were using $wgParser. This defeats the purpose of ParserFirstCallInit...allowing you to use parsers other than $wgParser. All these extensions now work in any instance of the Parser, not just $wgParser
2009-09-04 22:22:12 +00:00
Raimond Spekking bd7d520693 Localisation updates for extension messages from translatewiki.net (2009-08-31 19:30 UTC) 2009-08-31 19:56:02 +00:00
Siebrand Mazeland 95969dc963 Rebuild of messages files supported by translatewiki.net
* adding recent translations
* adding translations that for whichever reason had not been committed
* remove obsolete translations
* update language names
* update authors (f.e. remove translatewiki.net staff members doing mass edits from their non-native languages)
2009-08-23 11:33:45 +00:00
Siebrand Mazeland 893659eb77 Localisation updates for extension messages from translatewiki.net (2009-08-12 16:21 UTC) 2009-08-12 16:52:09 +00:00
Siebrand Mazeland fa0697e030 Localisation updates for extension messages from translatewiki.net (2009-08-10 17:58 UTC) 2009-08-10 18:24:50 +00:00
Siebrand Mazeland eff971bf4a Localisation updates for extension messages from translatewiki.net (2009-08-09 20:10 UTC) 2009-08-09 20:35:35 +00:00
Raimond Spekking 73c0be0764 Localisation updates for extension messages from translatewiki.net (2009-07-27 19:05 UTC) 2009-07-27 19:30:32 +00:00
Siebrand Mazeland 0d218e3338 Localisation updates for extension messages from translatewiki.net
* full export and rebuild of all supported extension messages files
2009-06-28 20:55:14 +00:00
Siebrand Mazeland d74d41f254 Localisation updates for extension messages from translatewiki.net (2009-05-17 09:04 UTC) 2009-05-17 09:20:55 +00:00
Shinjiman ee5cf7d420 Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version 2009-04-27 04:45:10 +00:00
Siebrand Mazeland d96ffde891 Rebuild all extension messages files supported by Translate
* removed obsolete, reordered, etc
* source: translatewiki.net (includes updates for translations that had not yet been exported)
2009-04-09 23:24:07 +00:00
Raimond Spekking c5bf650140 Localisation updates for extension messages from translatewiki.net (2009-04-01 17:57 UTC) 2009-04-01 18:52:14 +00:00
Chad Horohoe 37f9517816 Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate. 2009-03-26 17:39:49 +00:00
Siebrand Mazeland 66aa52c9ce Localisation updates for extension messages from translatewiki.net (2009-02-15 18:43 UTC) 2009-02-15 19:02:29 +00:00
Siebrand Mazeland 6d0e3d0cc9 Localisation updates for extension messages from translatewiki.net (2009-02-14 11:51 UTC) 2009-02-14 12:03:26 +00:00
Siebrand Mazeland 2e7e4d550b Localisation updates for extension messages from translatewiki.net (2009-02-08 22:48 UTC) 2009-02-08 23:02:36 +00:00
Siebrand Mazeland 21e728cb48 Localisation updates for extensions messages from translatewiki.net (2009-02-07 21:24 UTC) 2009-02-07 22:04:21 +00:00