Commit graph

26 commits

Author SHA1 Message Date
Siebrand Mazeland 58820c413c Localisation updates for extension messages from Betawiki (2008-01-03 14:04 CET) 2008-01-03 13:17:08 +00:00
Siebrand Mazeland d090191353 Localisation updates for extension messages from Betawiki (2008-01-02 18:22 CET) 2008-01-02 18:46:40 +00:00
Bertrand Grondin 35124a4221 Localisation updates for extensions from Betawiki (2008-01-01 15:30 UTC) 2008-01-01 17:27:27 +00:00
Bertrand Grondin ccbd76122f Localisation updates for extensions from Betawiki (02:00, 30 December 2007 (UTC)) 2007-12-30 09:41:45 +00:00
Siebrand Mazeland a1f4962b08 Localisation updates for extension messages from Betawiki (2007-12-27 12:05 CET) 2007-12-27 11:51:22 +00:00
Siebrand Mazeland 4809912652 Localisation updates for extensions from Betawiki (2007-12-21 23:45 CET) 2007-12-21 23:46:08 +00:00
Siebrand Mazeland 64165317da Localisation updates from Betawiki.
* Fixes and additions to 30 extensions for ar, bg, br, el, grc, hr, it, kn, nl, pt
2007-12-02 23:19:14 +00:00
Tim Starling 1f195dbc54 * Optimised startup
* Use the new EditFilterMerged hook if available, for faster link finding
* Random bits of code were leaking out of the body file into the loader, poked them back in.
2007-11-12 07:44:17 +00:00
Siebrand Mazeland d39301786c Localisation updates from Betawiki.
* Fixes and additions to 23 extensions for gl, hsb, it, kab, kk-kz, la, lv, no
2007-11-11 14:23:02 +00:00
Siebrand Mazeland 5cb7bd941c Localisation updates from Betawiki.
* Fixes and additions to 52 extensions for ar, cs, es, fi, frp, hsb, hu, la, nl, oc, pl, sk, tet
* change indentation for export of a few extension's messages in Translate/MessageGroups.php
2007-11-10 18:15:02 +00:00
Siebrand Mazeland a6eb93a41c Localisation updates from Betawiki.
* Fixes and additions to 45 extensions for pl, pms, pt, ro, sk, sr-ec, sr-el, su, sv, tet, tr, vi, wa, yue, zh-hans, zh-hant, zh-hk
* export format in extension Translate and indentation changed in a few i18n files (BookInformation, Patroller, SpamBlacklist, SyntaxHighlight_GeSHi, UsernameBlacklist, WebStore)
2007-11-05 00:05:07 +00:00
Siebrand Mazeland 5e08ab2a53 Localisation updates from Betawiki.
* Fixes and additions to 45 extensions for ast, gl, hsb, hy, it, nl, pl, rm, sv, vls
2007-10-31 14:22:49 +00:00
Siebrand Mazeland 9a626687fb Localisation updates from Betawiki.
* Fixes and additions to 6 extensions for it, sk, zea
2007-10-16 22:25:09 +00:00
Siebrand Mazeland b8b2a02cd2 Localisation updates from Betawiki.
* Fixes and additions to 18 extensions for ar, bcl, br, fr
2007-10-08 07:35:39 +00:00
Siebrand Mazeland 34e61385ba Localisation updates from Betawiki.
* Fixes and additions to 26 extensions for am, cs, ext, fo, hsb, la.
2007-09-28 08:59:16 +00:00
Siebrand Mazeland b5c8dada6f Localisation updates from Betawiki.
* Fixes and additions to 7 extensions for fi, fo, hsb, nds, nl.
2007-09-26 22:45:25 +00:00
Raimond Spekking 676db890ed * (bug 11311) Update Swedish translations
Patch by  Lejonel
2007-09-12 15:34:05 +00:00
Raimond Spekking 538532d887 * (bug 11230) Update Chinese translations
Patches by Shinjiman
2007-09-08 04:39:31 +00:00
Siebrand Mazeland 7c000c352a Localisation updates for MediaWiki extension messages from Betawiki
* MinimumNameLength: hsb added
* NewestPages: eo, hsb added
* Newuserlog: eo, hsb added
* OggHandler: hsb added
* Patroller: hsb added
* PicturePopup: hsb added
* Renameuser: bcl eo added, hsb, pl updated
* Resign: hsb added
* SiteMatrix: bcl, eo, hsb added
* SpamBlacklist: hsb added
* Translate: bcl, eo, ext, hsb added
* UserImages: hsb added
* Vote: hsb, pl added


Diffs checked by Raymond
2007-09-04 17:45:45 +00:00
Raimond Spekking dedbd1a0e0 * (bug 11068) i18n updates/additions Dutch/nld for extensions
Patch by Siebrand
2007-08-27 07:48:23 +00:00
Raimond Spekking 08c31da572 * (bug 10939) Update French for SpamBlacklist 2007-08-15 11:21:13 +00:00
Raimond Spekking 6af93e13c5 Updates German 2007-07-24 11:18:26 +00:00
Brion Vibber bde084c272 Some polishing and refactoring on this monstrosity, it's been allowed to grow without some good snipping in a while. :)
* Handle bad regexes more gracefully:
 - The batched regexes are tested for validity, and if one is bad, the lines from that source are broken out line-by-line. This is slower, but the other lines in that source will still be applied correctly.
 - Suppress warnings and be more verbose in the debug log.
 - Check for bad regexes when a local blacklist page is edited, and prompt the user to fix the bad lines.
* Caching issues:
 - Cache the full regexes per-DB instead of per-site; this should be friendlier to shared environments where not every wiki has the same configuration.
 - Hopefully improve the recaching of local pages, which looked like it would preemptively apply the being-edited text to the cache during the filter callback, even though something else might stop the page from being saved. Now just clearing the cache after save is complete, letting it re-load later.
* Split out some of the regex batch functions for clarity.

There are probably still issues with caching of HTTP bits, and in general the local DB loading looks verrrry fragile.
Test this a bit more before syncing. :)
2007-07-20 21:13:26 +00:00
Ivan Lanin 57f84def12 Bug #10623: id translations for Spam-Blacklist extension (patch by Borgx) 2007-07-18 02:15:04 +00:00
Brion Vibber 72ca079b97 Add a local blacklist at MediaWiki:Spam-blacklist which can always be used, just as the local whitelist at MediaWiki:Spam-whitelist.
Should save some trouble for annoyed people. :)
The regular message cache behavior is used for this message, so it'll also update immediately, without waiting for the shared caches to time out.
Additionally, added a fix for configurations which don't hardcode the PHP include_path by using $IP in an include for HttpFunctions.php.
2007-07-07 17:21:49 +00:00
Raimond Spekking 48689b2bca Make the long existing message 'spam-whitelist' available to [[Special:Allmessages]]. 2007-07-04 11:28:52 +00:00