lhc/web/wiklou.git
16 years agoAPI: Fixed Bug 10544 Add 'rc_id' column to 'recentchanges' query.
Yuri Astrakhan [Sun, 15 Jul 2007 01:12:54 +0000 (01:12 +0000)]
API: Fixed Bug 10544 Add 'rc_id' column to 'recentchanges' query.

16 years agoAPI: Removed maximum limit checking when running api in an internal mode.
Yuri Astrakhan [Sun, 15 Jul 2007 00:52:35 +0000 (00:52 +0000)]
API: Removed maximum limit checking when running api in an internal mode.

16 years agoShow the spinner for the destination filename check, too
Rob Church [Sat, 14 Jul 2007 23:59:32 +0000 (23:59 +0000)]
Show the spinner for the destination filename check, too

16 years ago* Indicate when a preview is unavailable/failed
Rob Church [Sat, 14 Jul 2007 23:54:00 +0000 (23:54 +0000)]
* Indicate when a preview is unavailable/failed
* Show a little progress "spinner" during the AJAX request

16 years ago(bug 10520) Preview licences during upload via AJAX
Rob Church [Sat, 14 Jul 2007 22:06:01 +0000 (22:06 +0000)]
(bug 10520) Preview licences during upload via AJAX

16 years agoAPI: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop...
Yuri Astrakhan [Sat, 14 Jul 2007 19:04:31 +0000 (19:04 +0000)]
API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read.

16 years ago(bug 10530) Introduce optional "sp-contributions-explain" message for additional...
Rob Church [Sat, 14 Jul 2007 18:41:26 +0000 (18:41 +0000)]
(bug 10530) Introduce optional "sp-contributions-explain" message for additional explanation in Special:Contributions

16 years agoAdd support for $suffix parameter on wfBasename() clone of basename(), for completene...
Brion Vibber [Fri, 13 Jul 2007 18:08:41 +0000 (18:08 +0000)]
Add support for $suffix parameter on wfBasename() clone of basename(), for completeness' sake

16 years ago* (bug 10508) Allow HTML attributes on <gallery>
Brion Vibber [Fri, 13 Jul 2007 17:25:06 +0000 (17:25 +0000)]
* (bug 10508) Allow HTML attributes on <gallery>
* (bug 1962) Allow HTML attributes on <math>

16 years agoGerman translation
Raimond Spekking [Fri, 13 Jul 2007 15:51:48 +0000 (15:51 +0000)]
German translation

16 years ago* Updates to fi
Niklas Laxström [Fri, 13 Jul 2007 15:25:57 +0000 (15:25 +0000)]
* Updates to fi

16 years ago(bug 10567) Updates for french localisation, by Rémi Kaupp
Andrew Garrett [Fri, 13 Jul 2007 14:34:10 +0000 (14:34 +0000)]
(bug 10567) Updates for french localisation, by Rémi Kaupp

16 years ago(bug 10558) Remove duplicate titles in WatchlistEditor::extractTitles()
Rob Church [Fri, 13 Jul 2007 09:35:12 +0000 (09:35 +0000)]
(bug 10558) Remove duplicate titles in WatchlistEditor::extractTitles()

16 years ago* (bug 10560) Adding a space between category letter heading and "continues"
Raimond Spekking [Fri, 13 Jul 2007 08:41:25 +0000 (08:41 +0000)]
* (bug 10560) Adding a space between category letter heading and "continues"
Some localizations files have a space, some not and it looks ugly without.
Removing space from localization files will be done shortly togehter with other housekeeping stuff.

16 years agoMark Mediawiki::articleFromTitle() as static to prevent following strict standards...
Nick Jenkins [Fri, 13 Jul 2007 08:40:08 +0000 (08:40 +0000)]
Mark Mediawiki::articleFromTitle() as static to prevent following strict standards warning:
---------------------------------
Non-static method MediaWiki::articleFromTitle() should not be called statically in extensions/TalkHere/TalkHere.php on line 81
---------------------------------

16 years ago* (bug 10559) Update Russian translation
Raimond Spekking [Fri, 13 Jul 2007 06:33:25 +0000 (06:33 +0000)]
* (bug 10559) Update Russian translation
  Patch by Alexander Sigachov

16 years agoUpdated translations for da
Anders Wegge Jakobsen [Fri, 13 Jul 2007 06:04:36 +0000 (06:04 +0000)]
Updated translations for da

16 years agomissed a brace.
Steve Sanbeg [Thu, 12 Jul 2007 21:25:22 +0000 (21:25 +0000)]
missed a brace.

17 years agoAdd error checking for mail() function
Steve Sanbeg [Thu, 12 Jul 2007 21:16:03 +0000 (21:16 +0000)]
Add error checking for mail() function

17 years ago* (bug 9151) Fix relative subpage links with section fragments
Brion Vibber [Thu, 12 Jul 2007 21:02:25 +0000 (21:02 +0000)]
* (bug 9151) Fix relative subpage links with section fragments

17 years ago* bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera
Brion Vibber [Thu, 12 Jul 2007 20:12:00 +0000 (20:12 +0000)]
* bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera

17 years agoset returnto link to the rolled-back page, not the main page!
Brion Vibber [Thu, 12 Jul 2007 20:08:07 +0000 (20:08 +0000)]
set returnto link to the rolled-back page, not the main page!

17 years ago* (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)
Brion Vibber [Thu, 12 Jul 2007 17:39:15 +0000 (17:39 +0000)]
* (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)
  Now matches the selection behavior on Mozilla / Safari.
  Patch by Alex Smotrov.
* Don't show non-functional toolbar buttons on Opera 7 anymore

Tested and confirmed expected behavior:
* Firefox 2.0 / Mac
* Opera 9.20 / Mac
* Opera 8.0 / Mac
* Opera 7.5 / Mac (no toolbar)
* Opera 6 / Mac (no toolbar)
* Safari 2.0 / Mac
* Safari 3.0.2 / Win XP
* IE 7.0 / Win XP
* IE 6.0 / Win XP

Tested with oddities:
* iCab 3 / Mac (toolbar displays but nonfunctional; seems to have HTML parsing errors unrelated to the JS work)

17 years agoQuick fix for html validity in log pages.... this is kind of a bad interface, shouldn...
Brion Vibber [Thu, 12 Jul 2007 17:32:18 +0000 (17:32 +0000)]
Quick fix for html validity in log pages.... this is kind of a bad interface, shouldn't the space be added internally? :P

17 years ago* (bug 10405) Update Farsi translation
Raimond Spekking [Thu, 12 Jul 2007 16:52:27 +0000 (16:52 +0000)]
* (bug 10405) Update Farsi translation
  Patch by Huji

17 years agoUpdate.
Rotem Liss [Thu, 12 Jul 2007 16:50:29 +0000 (16:50 +0000)]
Update.

17 years agoDupe translation for Special:Allpages breaks the special page
Raimond Spekking [Thu, 12 Jul 2007 16:40:56 +0000 (16:40 +0000)]
Dupe translation for Special:Allpages breaks the special page

17 years ago* Fix for Esperanto double-x-encoding in move success page
Brion Vibber [Thu, 12 Jul 2007 15:41:57 +0000 (15:41 +0000)]
* Fix for Esperanto double-x-encoding in move success page

17 years ago* (bug 10552) Suppress rollback link in history for single-revision pages
Brion Vibber [Thu, 12 Jul 2007 14:25:48 +0000 (14:25 +0000)]
* (bug 10552) Suppress rollback link in history for single-revision pages

17 years ago* (bug 10549) Update Thai translations
Raimond Spekking [Thu, 12 Jul 2007 08:58:57 +0000 (08:58 +0000)]
* (bug 10549) Update Thai translations
  Patch by Manop K

17 years agoUse appropriate message for talk page links.
Raimond Spekking [Thu, 12 Jul 2007 08:43:46 +0000 (08:43 +0000)]
Use appropriate message for talk page links.
Localization was broken for user language != content language

17 years agoAPI: Per IRC discussion with brion and co, now API only works if the user has the...
Yuri Astrakhan [Thu, 12 Jul 2007 06:54:08 +0000 (06:54 +0000)]
API: Per IRC discussion with brion and co, now API only works if the user has the right to read

17 years ago* (bug 10546) Update Chinese translations
Raimond Spekking [Thu, 12 Jul 2007 06:06:51 +0000 (06:06 +0000)]
* (bug 10546) Update Chinese translations
  Patch by Shinjiman

17 years agoFix bug with <nowiki> in front of links for wikis where linkPrefixExtension is true
Jens Frank [Wed, 11 Jul 2007 20:44:33 +0000 (20:44 +0000)]
Fix bug with <nowiki> in front of links for wikis where linkPrefixExtension is true

17 years ago*Still use = for LIST_SET so as not no kill non-where queries
Aaron Schulz [Wed, 11 Jul 2007 20:26:33 +0000 (20:26 +0000)]
*Still use = for LIST_SET so as not no kill non-where queries

17 years ago*Make null values of arrays use NULL(for lists) or IS NULL, rather than x = NULL...
Aaron Schulz [Wed, 11 Jul 2007 20:07:25 +0000 (20:07 +0000)]
*Make null values of arrays use NULL(for lists) or IS NULL, rather than x = NULL, which doesn't work

17 years agoURL linkfixes. Redirects exists, housekeeping for other message files can be done...
Raimond Spekking [Wed, 11 Jul 2007 19:43:28 +0000 (19:43 +0000)]
URL linkfixes. Redirects exists, housekeeping for other message files can be done togehter with other updates.

17 years ago* (bug 10405) Update Farsi translation
Raimond Spekking [Wed, 11 Jul 2007 19:33:11 +0000 (19:33 +0000)]
* (bug 10405) Update Farsi translation
  Patch by Huji

17 years agoFix regression from r23575 -- wl_notificationtimestamp didn't get updated anymore...
Brion Vibber [Wed, 11 Jul 2007 19:21:34 +0000 (19:21 +0000)]
Fix regression from r23575 -- wl_notificationtimestamp didn't get updated anymore on update notification, leading to duplicate mails being sent out.
Doing a WHERE on x=NULL doesn't work; need to do 'x IS NULL' here.
Perhaps we should make the DB functions smarter to handle that case to do what we'd expect it to do (as we do turning arrays into 'IN (...)') but this'll fix it for now.

17 years agoDon't spew () when tools group is empty (as on last line where there can be no undo...
Brion Vibber [Wed, 11 Jul 2007 17:45:25 +0000 (17:45 +0000)]
Don't spew () when tools group is empty (as on last line where there can be no undo link)

17 years agoFix.
Rotem Liss [Wed, 11 Jul 2007 15:30:23 +0000 (15:30 +0000)]
Fix.

17 years agoThis function is now not completely new, thus new extensions which don't have to...
Rotem Liss [Wed, 11 Jul 2007 15:24:33 +0000 (15:24 +0000)]
This function is now not completely new, thus new extensions which don't have to be backwards-compatible can use it.

17 years ago(bug 10539) Typo
Rob Church [Wed, 11 Jul 2007 15:15:38 +0000 (15:15 +0000)]
(bug 10539) Typo

17 years agoRevert r23999 -- too-specific class names are annoying and unmaintainable.
Brion Vibber [Wed, 11 Jul 2007 14:50:03 +0000 (14:50 +0000)]
Revert r23999 -- too-specific class names are annoying and unmaintainable.
This is CSS -- use selectors for that!

17 years ago* Updates to Piedmontese (pms)
Niklas Laxström [Wed, 11 Jul 2007 14:26:15 +0000 (14:26 +0000)]
* Updates to Piedmontese (pms)

17 years ago* Updates to Norwegian (no) translation
Niklas Laxström [Wed, 11 Jul 2007 14:22:33 +0000 (14:22 +0000)]
* Updates to Norwegian (no) translation

17 years ago* Update to Arabic (ar) by Meno25 and Mido
Niklas Laxström [Wed, 11 Jul 2007 13:50:33 +0000 (13:50 +0000)]
* Update to Arabic (ar) by Meno25 and Mido

17 years agoAdding a few CSS classes per request on de.wiki
Raimond Spekking [Wed, 11 Jul 2007 11:31:46 +0000 (11:31 +0000)]
Adding a few CSS classes per request on de.wiki

17 years agoAdd "yue" interwiki prefix to wikipedia-interwiki.sql (renaming of zh-yue.wp is pendi...
Raimond Spekking [Wed, 11 Jul 2007 10:04:12 +0000 (10:04 +0000)]
Add "yue" interwiki prefix to wikipedia-interwiki.sql (renaming of zh-yue.wp is pending with bug 8217).

17 years ago* Removing redundant watchlist edit/clear links
Raimond Spekking [Wed, 11 Jul 2007 09:21:28 +0000 (09:21 +0000)]
* Removing redundant watchlist edit/clear links
* Renaming 'watchdetails' -> 'watchlist-details' incl. all localizations, some had still the old parameters $2-$4 (since ages removed from MessagesEn)
* Removing parameters $2 (seems useless/crap) and $3 (marked already as remove-TODO) from SpecialWatchlist.php and as stated above unsed since ages
* Removing 'watchall1' too, now unused

17 years ago(bug 10332) Title->userCan( 'edit' ) may return false positive
Nick Jenkins [Wed, 11 Jul 2007 08:43:21 +0000 (08:43 +0000)]
(bug 10332) Title->userCan( 'edit' ) may return false positive
(If this is not convenient for the userCan refactoring, then please revert this and reopen the bug)

17 years agoCosmetic indentation + very trivial updates
Nick Jenkins [Wed, 11 Jul 2007 08:13:58 +0000 (08:13 +0000)]
Cosmetic indentation + very trivial updates

17 years agoSingle comment tag tweak.
Nick Jenkins [Wed, 11 Jul 2007 08:10:57 +0000 (08:10 +0000)]
Single comment tag tweak.

17 years agoA few comment tag tweaks.
Nick Jenkins [Wed, 11 Jul 2007 08:09:21 +0000 (08:09 +0000)]
A few comment tag tweaks.

17 years ago@desc tags are obsolete, but I was slow to read that memo...
Nick Jenkins [Wed, 11 Jul 2007 08:04:46 +0000 (08:04 +0000)]
@desc tags are obsolete, but I was slow to read that memo...

17 years agoAdd "nan" interwiki prefix to wikipedia-interwiki.sql (this was discussed months...
Nick Jenkins [Wed, 11 Jul 2007 08:00:33 +0000 (08:00 +0000)]
Add "nan" interwiki prefix to wikipedia-interwiki.sql (this was discussed months ago in wikitech-l, but might make sense to have it included in this file too).

17 years agoNative EOL style.
Nick Jenkins [Wed, 11 Jul 2007 07:55:24 +0000 (07:55 +0000)]
Native EOL style.

17 years agoFix regression in URL-encoding from r23985
Rob Church [Wed, 11 Jul 2007 07:29:53 +0000 (07:29 +0000)]
Fix regression in URL-encoding from r23985

17 years agoPHP typing strikes again! Padding parser functions now work with strings like '0...
Aryeh Gregor [Wed, 11 Jul 2007 05:40:05 +0000 (05:40 +0000)]
PHP typing strikes again!  Padding parser functions now work with strings like '0' that evaluate to false.

17 years ago*Make logs show only for users
Aaron Schulz [Wed, 11 Jul 2007 01:26:27 +0000 (01:26 +0000)]
*Make logs show only for users

17 years ago* Add link to Special:Log into MonoBook toolbox
Andrew Garrett [Wed, 11 Jul 2007 00:34:38 +0000 (00:34 +0000)]
* Add link to Special:Log into MonoBook toolbox

17 years agoRemoved incorrect line - bug 10297 is still open.
Yuri Astrakhan [Wed, 11 Jul 2007 00:20:30 +0000 (00:20 +0000)]
Removed incorrect line - bug 10297 is still open.

17 years ago(bug 9151) Remove timed redirects on "Return to X" pages for accessibility.
Aryeh Gregor [Tue, 10 Jul 2007 21:47:36 +0000 (21:47 +0000)]
(bug 9151) Remove timed redirects on "Return to X" pages for accessibility.

17 years agoUpdate.
Rotem Liss [Tue, 10 Jul 2007 21:44:55 +0000 (21:44 +0000)]
Update.

17 years agoRemoving unused message 'fileuploaded' (r23608)
Raimond Spekking [Tue, 10 Jul 2007 21:32:21 +0000 (21:32 +0000)]
Removing unused message 'fileuploaded' (r23608)

17 years agoUpdate.
Rotem Liss [Tue, 10 Jul 2007 21:18:23 +0000 (21:18 +0000)]
Update.

17 years agowoops -- parens broke teh diffs
Brion Vibber [Tue, 10 Jul 2007 20:01:43 +0000 (20:01 +0000)]
woops -- parens broke teh diffs

17 years agoFix regression caused by the namespace check on oldid override.
Brion Vibber [Tue, 10 Jul 2007 19:37:12 +0000 (19:37 +0000)]
Fix regression caused by the namespace check on oldid override.
Don't die if we don't have a valid title yet!

17 years ago(bug 9936) Per-edit suppression of preview-on-first edit with "preview=no", and allow...
Rob Church [Tue, 10 Jul 2007 19:23:01 +0000 (19:23 +0000)]
(bug 9936) Per-edit suppression of preview-on-first edit with "preview=no", and allow showing a one-off preview on first edit with "preview=yes". I broke down the huge boolean test in the return statement to make it much clearer and easier to read.

17 years agoDitch redundant trim-and-length check
Rob Church [Tue, 10 Jul 2007 15:08:48 +0000 (15:08 +0000)]
Ditch redundant trim-and-length check

17 years ago* (bug 10503) Update Afrikaans translations
Raimond Spekking [Tue, 10 Jul 2007 15:01:39 +0000 (15:01 +0000)]
* (bug 10503) Update Afrikaans translations
  Patch by Shinjiman

17 years ago(bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)
Rob Church [Tue, 10 Jul 2007 14:57:00 +0000 (14:57 +0000)]
(bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)

17 years ago* Code conventions
Rob Church [Tue, 10 Jul 2007 14:19:22 +0000 (14:19 +0000)]
* Code conventions
* Tweak release notes

17 years agoAdded $wgShowHostnames to shows/hide host names in API results and HTML comments
Yuri Astrakhan [Tue, 10 Jul 2007 13:46:22 +0000 (13:46 +0000)]
Added $wgShowHostnames to shows/hide host names in API results and HTML comments

17 years ago* (bug 9903) Don't mark redirects in categories as stubs [wrong semantics]
Rob Church [Tue, 10 Jul 2007 12:25:06 +0000 (12:25 +0000)]
* (bug 9903) Don't mark redirects in categories as stubs [wrong semantics]
* Escaping issue

17 years agoRevert bogus reversion
Rob Church [Tue, 10 Jul 2007 08:10:04 +0000 (08:10 +0000)]
Revert bogus reversion

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Tue, 10 Jul 2007 02:48:19 +0000 (02:48 +0000)]
Indonesian (id) localisation updates.

17 years ago(bug 10413) DISPLAYTITLE doesn't escape HTML entities, causing the displayed title...
Aryeh Gregor [Tue, 10 Jul 2007 01:32:30 +0000 (01:32 +0000)]
(bug 10413) DISPLAYTITLE doesn't escape HTML entities, causing the displayed title to a) be wrong and b) not normalize to the actual title.  No RELEASE-NOTES because this feature was only added this release anyway.  Patch based on one by WebBoy.

17 years ago*Comment format
Aaron Schulz [Tue, 10 Jul 2007 01:11:41 +0000 (01:11 +0000)]
*Comment format

17 years agoUpdate.
Rotem Liss [Tue, 10 Jul 2007 01:00:38 +0000 (01:00 +0000)]
Update.

17 years agoInitial commit that reproduces 1.10 implementation functionality
Paa Kwesi Imbeah [Tue, 10 Jul 2007 00:38:29 +0000 (00:38 +0000)]
Initial commit that reproduces 1.10 implementation functionality

17 years agoAdd --redirects-only switch to refreshLinks.php, which refreshes the redirect table...
Robert Stojnić [Mon, 9 Jul 2007 23:38:54 +0000 (23:38 +0000)]
Add --redirects-only switch to refreshLinks.php, which refreshes the redirect table, maybe this should be done by default as well.

17 years agoOkay, use named constants that are actually equivalent to what they replace. But...
Aryeh Gregor [Mon, 9 Jul 2007 22:12:55 +0000 (22:12 +0000)]
Okay, use named constants that are actually equivalent to what they replace.  But still use named constants.  (Thanks, Raymond)

17 years ago* (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting the...
Brion Vibber [Mon, 9 Jul 2007 21:39:42 +0000 (21:39 +0000)]
* (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting the intended skin directly in the URL.

Not sure whether the global 'skin' and 'stylepath' settings should be removed from the gen=js or from the inline vars, but this fixes the inconsistency between them.
It also fixes the inconsistent use of skin-specific .js files (MediaWiki:Monobook.js loaded for wrong skin, etc).
By passing the skin name directly in the gen=js, we ensure both that we have the correct skin information cached
and that you'll get the JS along with useskin= on an HTML page.

Normally useskin= prevents caching, but RawPage handles its own caching headers, so this doesn't cause any problems here. Doesn't seem to be a performance problem in my quick ab testing either.

17 years agoMagic numbers are evil, use named constants.
Aryeh Gregor [Mon, 9 Jul 2007 21:16:58 +0000 (21:16 +0000)]
Magic numbers are evil, use named constants.

17 years ago*clean up comment
Aaron Schulz [Mon, 9 Jul 2007 21:09:39 +0000 (21:09 +0000)]
*clean up comment

17 years ago*Include usertext_timestamp index here
Aaron Schulz [Mon, 9 Jul 2007 20:05:22 +0000 (20:05 +0000)]
*Include usertext_timestamp index here

17 years ago*Index image and oldimage tables by user/timestamp (this should help slow renameuser...
Aaron Schulz [Mon, 9 Jul 2007 19:39:18 +0000 (19:39 +0000)]
*Index image and oldimage tables by user/timestamp (this should help slow renameuser queries on commons at the least)

17 years agoAssume last year, not this year, when jumping to a month that hasn't happened yet...
Brion Vibber [Mon, 9 Jul 2007 18:45:05 +0000 (18:45 +0000)]
Assume last year, not this year, when jumping to a month that hasn't happened yet this year

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Mon, 9 Jul 2007 18:09:26 +0000 (18:09 +0000)]
Updated translations for da

17 years ago* (bug 10513) Update Chinese translations
Raimond Spekking [Mon, 9 Jul 2007 18:07:43 +0000 (18:07 +0000)]
* (bug 10513) Update Chinese translations
  Patch by Shinjiman

17 years agoUpdates German
Raimond Spekking [Mon, 9 Jul 2007 14:41:03 +0000 (14:41 +0000)]
Updates German

17 years agoDon't waste time queuing or checking email notifications for pages in the Special...
Rob Church [Mon, 9 Jul 2007 14:21:49 +0000 (14:21 +0000)]
Don't waste time queuing or checking email notifications for pages in the Special or Media namespaces

17 years agoTweak link labels
Rob Church [Mon, 9 Jul 2007 12:10:06 +0000 (12:10 +0000)]
Tweak link labels

17 years agoAdd some navigation between watchlist modes
Rob Church [Mon, 9 Jul 2007 12:04:58 +0000 (12:04 +0000)]
Add some navigation between watchlist modes

17 years agoLet's be a little bit clever here; faster code path for the case where users just...
Rob Church [Mon, 9 Jul 2007 11:08:32 +0000 (11:08 +0000)]
Let's be a little bit clever here; faster code path for the case where users just blank the text box and submit to clear...skip all that pointless diffing and so forth

17 years agoMake WatchlistEditor use arrays of strings, which are far less expensive than Title...
Rob Church [Mon, 9 Jul 2007 10:59:02 +0000 (10:59 +0000)]
Make WatchlistEditor use arrays of strings, which are far less expensive than Title objects, so Brion can now add 5000 pages to his watchlist without sapping up all his memory. Also, use the current user's preference for raw edit box size, and while we're on the subject, use $wgUser to make the difference explicit.

17 years ago* (bug 9742) Update Lithuanian translations
Raimond Spekking [Mon, 9 Jul 2007 09:08:12 +0000 (09:08 +0000)]
* (bug 9742) Update Lithuanian translations
  Patch by Edgaras

17 years ago* (bug 10489) Update Chinese translations
Raimond Spekking [Mon, 9 Jul 2007 08:55:35 +0000 (08:55 +0000)]
* (bug 10489) Update Chinese translations
  Patch by Shinjiman

17 years ago* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php
Rob Church [Mon, 9 Jul 2007 08:16:40 +0000 (08:16 +0000)]
* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php