lhc/web/wiklou.git
14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 9 Jan 2010 19:27:24 +0000 (19:27 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-01-09 19:00 UTC)

14 years agoRevert 60864: "Use wfClientAcceptsGzip() in wfGzipHandler." Causes PHP Notice: Undef...
Siebrand Mazeland [Sat, 9 Jan 2010 19:14:43 +0000 (19:14 +0000)]
Revert 60864: "Use wfClientAcceptsGzip() in wfGzipHandler." Causes PHP Notice:  Undefined index:  HTTP_ACCEPT_ENCODING in GlobalFunctions.php on line 1175

14 years ago(bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler. Patch by Platonides.
Siebrand Mazeland [Sat, 9 Jan 2010 18:10:11 +0000 (18:10 +0000)]
(bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler. Patch by Platonides.

wfGzipHandler should use wfClientAcceptsGzip() instead of reimplementing it. Patch does this and removes the $wgUseGzip check on wfClientAcceptsGzip() since HTMLFileCache (the only wfClientAcceptsGzip() user) already checked that before calling it. This way $wgUseGzip stays applying only for file cache, and $wgDisableOutputCompression for output handler.

14 years ago* (bug 9794) User rights log entries for foreign user now links to the foreign user...
Alexandre Emsenhuber [Sat, 9 Jan 2010 15:23:27 +0000 (15:23 +0000)]
* (bug 9794) User rights log entries for foreign user now links to the foreign user's page if possible

14 years agoSeverely refactored the SearchResultSet descendants system, consolidating most od...
Max Semenik [Sat, 9 Jan 2010 14:30:55 +0000 (14:30 +0000)]
Severely refactored the SearchResultSet descendants system, consolidating most od the code into one class. Ping r58322.

14 years ago* removed jquery.ui stuff from "core" moved into the base_sets of UsabilityInitiative
Michael Dale [Fri, 8 Jan 2010 23:13:51 +0000 (23:13 +0000)]
* removed jquery.ui stuff from "core" moved into the base_sets of UsabilityInitiative
* "core scripts" of mwEmbed do not include jquery ui
* So jquery.ui should be stored in a local extension folder until we merge in "js2" ( which includes jquery.ui )

* sill need to commit updated min files *

14 years ago* renamed mw.addOnloadHook to mw.ready
Michael Dale [Fri, 8 Jan 2010 22:46:11 +0000 (22:46 +0000)]
* renamed mw.addOnloadHook to mw.ready
** more consistent with mwEmbed 'extending' jquery conventions

14 years ago* Document a bit
Alexandre Emsenhuber [Fri, 8 Jan 2010 21:35:25 +0000 (21:35 +0000)]
* Document a bit
* Fix some doxygen warnings

14 years ago* (bug 22051) Returing false in SpecialContributionsBeforeMainOutput hook now stops...
Alexandre Emsenhuber [Fri, 8 Jan 2010 21:00:39 +0000 (21:00 +0000)]
* (bug 22051) Returing false in SpecialContributionsBeforeMainOutput hook now stops normal output
And while I was at it:
* SpecialContributionsBeforeMainOutput was broken (throwing call_user_func_array() expects parameter 2 to be an array, NULL/integer given) since $id was not passed in array()
* Removed some trailing whitespaces in RELEASE-NOTES

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 8 Jan 2010 16:34:34 +0000 (16:34 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-01-08 16:00 UTC)

14 years agofollow-up 60833
Mark A. Hershberger [Fri, 8 Jan 2010 08:55:00 +0000 (08:55 +0000)]
follow-up 60833
because I'm an idiot.

14 years agofollow up r60829
Mark A. Hershberger [Fri, 8 Jan 2010 08:49:01 +0000 (08:49 +0000)]
follow up r60829
Gah — really need to get E_STRICT working in my test environment.

14 years agofollow up r60763
Mark A. Hershberger [Fri, 8 Jan 2010 08:22:19 +0000 (08:22 +0000)]
follow up r60763
Recover the -{T| }- rule.  Add the ability to test for it to the parserTests and add a test for it.  Add a couple of disabled tests that I think demonstrate bugs in the LanguageTranslator

14 years agoEscaped Oracle Text reserved words
Jure Kajzer [Fri, 8 Jan 2010 07:52:51 +0000 (07:52 +0000)]
Escaped Oracle Text reserved words

14 years agoPrevented delete call in replace function if conditions empty. Removed some old comme...
Jure Kajzer [Fri, 8 Jan 2010 07:23:43 +0000 (07:23 +0000)]
Prevented delete call in replace function if conditions empty. Removed some old commented code.

14 years agoFollow up r60798 & r60785
Mark A. Hershberger [Fri, 8 Jan 2010 03:34:04 +0000 (03:34 +0000)]
Follow up r60798 & r60785
Re-introduce specialpageattributes and add an explanation in the comments why it should be different than userlangattributes.  Also add comments explaining exactly what is going with the special attributes and why.  Clean up warnings.

14 years agoBlacklist PHP 5.3.1 due to __call() regression.
Tim Starling [Fri, 8 Jan 2010 02:08:28 +0000 (02:08 +0000)]
Blacklist PHP 5.3.1 due to __call() regression.

14 years ago* Fixed the issue of all date functions throwing E_STRICT on their first call due...
Tim Starling [Fri, 8 Jan 2010 01:48:53 +0000 (01:48 +0000)]
* Fixed the issue of all date functions throwing E_STRICT on their first call due to the default timezone not being set. Used the same approach as phpMyAdmin: utilise PHP's server timezone detection code (which unconditionally throws E_STRICT) with warnings disabled, and store the result with date_default_timezone_set() to avoid future notices. Avoids the need for warning suppression to be dotted all over the codebase, like r58559.
* (bug 2658) Don't use the TZ environment variable at all. Setting it throws an error in some restricted setups. But using it in PHP 5.1+ doesn't make sense anyway, since you'll get the E_STRICT notice described above whenever PHP tries to access it, because Derick hates environment variables. Use date_default_timezone_set().
* If $wgLocaltimezone is null, use the server's timezone as the default for signatures. This was always the behaviour documented in DefaultSettings.php but has not been the actual behaviour for some time: instead, UTC was used by default.

14 years ago$fname -> __METHOD__
Chad Horohoe [Fri, 8 Jan 2010 01:39:14 +0000 (01:39 +0000)]
$fname -> __METHOD__

14 years agoFor r60757: implement Database::getType() explicitly in each subclass, to make Roan...
Tim Starling [Fri, 8 Jan 2010 00:31:24 +0000 (00:31 +0000)]
For r60757: implement Database::getType() explicitly in each subclass, to make Roan happy.

14 years agoReverted r58313, pointless, does not fix the bug.
Tim Starling [Thu, 7 Jan 2010 23:36:08 +0000 (23:36 +0000)]
Reverted r58313, pointless, does not fix the bug.

14 years ago* fix for bug 20512 ( in both trunk and js2-work branch )
Michael Dale [Thu, 7 Jan 2010 21:57:33 +0000 (21:57 +0000)]
* fix for bug 20512 ( in both trunk and js2-work branch )
** Add 'proxy' option to Http $opts array
** Setting 'proxy' option to "false" will bypass the proxy
* Updated MWSearch_body.php to use new "false" option

14 years agoRemoved a couple of ancient @bug's
Max Semenik [Thu, 7 Jan 2010 21:54:39 +0000 (21:54 +0000)]
Removed a couple of ancient @bug's

14 years ago* Added some basic doc for the DoubleRedirectJob class
Alexandre Emsenhuber [Thu, 7 Jan 2010 21:44:06 +0000 (21:44 +0000)]
* Added some basic doc for the DoubleRedirectJob class
* Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 7 Jan 2010 19:37:48 +0000 (19:37 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-01-07 19:00 UTC)

14 years agoIn r60786 mah added 'specialpageattributes' to the skin, only in the case of the...
Trevor Parscal [Thu, 7 Jan 2010 18:59:07 +0000 (18:59 +0000)]
In r60786 mah added 'specialpageattributes' to the skin, only in the case of the title being a special page, and filled it with the same information as 'userlangattributes'. Then added some uses of 'specialpageattributes' to all three SkinTemplate based skins, which were using that data on all pages - resulting in an error. This corrects this problem.

14 years agoFix the undefined variable and undefined property notices caused by r60763.
Philip Tzou [Thu, 7 Jan 2010 18:02:33 +0000 (18:02 +0000)]
Fix the undefined variable and undefined property notices caused by r60763.

14 years agofollow-up r60764. compatible fix.
Philip Tzou [Thu, 7 Jan 2010 17:48:52 +0000 (17:48 +0000)]
follow-up r60764. compatible fix.

14 years agoMake LTR wgLang do the right thing on RTL wgContLang wikis. See bug 6100 and dupes...
Mark A. Hershberger [Thu, 7 Jan 2010 09:32:09 +0000 (09:32 +0000)]
Make LTR wgLang do the right thing on RTL wgContLang wikis.  See bug 6100 and dupes like bug 4047, bug 19228, bug 9137, etc.

14 years agofollow-up r60765
Mark A. Hershberger [Thu, 7 Jan 2010 05:02:35 +0000 (05:02 +0000)]
follow-up r60765

14 years agofollow-up r60763 and r58275. Parser tests now pass.
Mark A. Hershberger [Thu, 7 Jan 2010 05:00:19 +0000 (05:00 +0000)]
follow-up r60763 and r58275.  Parser tests now pass.

14 years agofollow-up r60763 and r58275. Parser tests now pass.
Mark A. Hershberger [Thu, 7 Jan 2010 04:53:15 +0000 (04:53 +0000)]
follow-up r60763 and r58275.  Parser tests now pass.

14 years agofollow-up r60743.
Philip Tzou [Thu, 7 Jan 2010 04:50:32 +0000 (04:50 +0000)]
follow-up r60743.
1. Changed the conditions, not only for LuceneSearch, but also more commonly to others.
2. Reduced code duplication.

14 years agoRefactor LanguageConversion so that title conversion isn't so flimsy. Pull MagicWord...
Mark A. Hershberger [Thu, 7 Jan 2010 04:13:14 +0000 (04:13 +0000)]
Refactor LanguageConversion so that title conversion isn't so flimsy. Pull MagicWord detection into Parser->doDoubleUnderscore() && remove ParserConvert.

14 years agoFollow up r60759: forgot to commit hook change
Aaron Schulz [Thu, 7 Jan 2010 01:21:02 +0000 (01:21 +0000)]
Follow up r60759: forgot to commit hook change

14 years agoAdd a Database::getType() function so that we can get rid of $wgDBtype in favour...
Tim Starling [Thu, 7 Jan 2010 00:22:18 +0000 (00:22 +0000)]
Add a Database::getType() function so that we can get rid of $wgDBtype in favour of OOP goodness.

14 years agoFixed CSS error
Aaron Schulz [Wed, 6 Jan 2010 23:22:55 +0000 (23:22 +0000)]
Fixed CSS error

14 years ago"apprfiltercascade - Filter protections based on cascadingness (ignored when apprtype...
Sam Reed [Wed, 6 Jan 2010 23:21:46 +0000 (23:21 +0000)]
"apprfiltercascade - Filter protections based on cascadingness (ignored when apprtype isn't set)
                   One value: cascading, noncascading, all"

So it can't be both. Change 2nd if to else if

14 years agoAdd comment about unused parameters to constructor too + coding style
Niklas Laxström [Wed, 6 Jan 2010 22:19:48 +0000 (22:19 +0000)]
Add comment about unused parameters to constructor too + coding style

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 6 Jan 2010 21:52:51 +0000 (21:52 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-01-06 19:00 UTC)

14 years agoMinor followup to r60744, fix for comment 2
Sam Reed [Wed, 6 Jan 2010 21:27:25 +0000 (21:27 +0000)]
Minor followup to r60744, fix for comment 2

14 years agoChange or to ||.
Philip Tzou [Wed, 6 Jan 2010 20:17:01 +0000 (20:17 +0000)]
Change or to ||.

14 years agoAttempt at normalistion of comparison styles - empty string on left and right hand...
Sam Reed [Wed, 6 Jan 2010 19:59:42 +0000 (19:59 +0000)]
Attempt at normalistion of comparison styles - empty string on left and right hand side normalised to it being on the rhs

Before this change, there were (? being regex 0 or 1)

"" ===? 1
'' ===? 24
"" !==? 8
'' !==? 32

== "" 14
== '' 344
!= "" 9
!== "" 4
!= '' 151
!== '' 85

Rhs was the much more common, and the preferred style by many developers.. (Was a similar discussion in #mediawiki recently.. After that lolbugreport i think)

Where there is a string (non empty) on the lhs, and variable/method call on the rhs still need normalising

14 years ago1. Add conditions to stripForSearch for LuceneSearch / MWSearch.
Philip Tzou [Wed, 6 Jan 2010 19:51:29 +0000 (19:51 +0000)]
1. Add conditions to stripForSearch for LuceneSearch / MWSearch.
2. Add double-width roman characters conversion support to zh, gan, and yue.

14 years agoFollowup to r60271: pass the delimeter to preg_quote() per CR comment
Roan Kattouw [Wed, 6 Jan 2010 19:24:26 +0000 (19:24 +0000)]
Followup to r60271: pass the delimeter to preg_quote() per CR comment

14 years agoFollow-up to r60721. Broken maintanance/language/rebuildLanguage.php and probably...
Siebrand Mazeland [Wed, 6 Jan 2010 18:59:32 +0000 (18:59 +0000)]
Follow-up to r60721. Broken maintanance/language/rebuildLanguage.php and probably more. Fix by Nikerabbit.

14 years agoFixed insane selectField() usage from r58322
Max Semenik [Wed, 6 Jan 2010 18:52:19 +0000 (18:52 +0000)]
Fixed insane selectField() usage from r58322

14 years agoClean-up for r60598: introduced a global setting for non-existant languages.
Max Semenik [Wed, 6 Jan 2010 16:55:01 +0000 (16:55 +0000)]
Clean-up for r60598: introduced a global setting for non-existant languages.
Needs further integration into Language class, probably even getLanguageNames(), but I don't want
to mess with preferences (which also display bogus language codes, btw) or LocalisationCache yet.

14 years agoFixed variable name typo from r60665. (problems while sending file in previous attemp...
Jure Kajzer [Wed, 6 Jan 2010 14:00:17 +0000 (14:00 +0000)]
Fixed variable name typo from r60665. (problems while sending file in previous attempt r60730)

14 years agoFixed variable name typo from r60665.
Jure Kajzer [Wed, 6 Jan 2010 13:52:58 +0000 (13:52 +0000)]
Fixed variable name typo from r60665.

14 years ago* (bug 20233) ApiLogin::execute() doesn't handle LoginForm :: RESET_PASS
Sam Reed [Wed, 6 Jan 2010 13:45:06 +0000 (13:45 +0000)]
* (bug 20233) ApiLogin::execute() doesn't handle LoginForm :: RESET_PASS

As per Bryans comment, and as per SpecialUserlogin - "The e-mailed temporary password should not be used for actual logins;"

Therefore treat RESET_PASS as WRONG_PASS

14 years agoFollowup to r60697: add a comment to js2stopgap.js pointing out that we patched jQuer...
Roan Kattouw [Wed, 6 Jan 2010 11:49:03 +0000 (11:49 +0000)]
Followup to r60697: add a comment to js2stopgap.js pointing out that we patched jQuery there, and raise $wgStyleVersion

14 years agoPer CR on r58358, refactor obtaining the language code from a filename into Language...
Roan Kattouw [Wed, 6 Jan 2010 10:20:38 +0000 (10:20 +0000)]
Per CR on r58358, refactor obtaining the language code from a filename into Language::getCodeFromFileName() and use it in Language::getLanguageNames() and LocalisationUpdate

14 years agoLocalization update for he.
Rotem Liss [Wed, 6 Jan 2010 09:56:06 +0000 (09:56 +0000)]
Localization update for he.

14 years agoMade Special:Allmessages many times faster for a typical installation, by taking...
Tim Starling [Wed, 6 Jan 2010 05:48:05 +0000 (05:48 +0000)]
Made Special:Allmessages many times faster for a typical installation, by taking advantage of the message name list available from LocalisationCache to avoid unnecessary message loads. Now it only loads messages that are on the current page being displayed.

14 years ago(bug 20837) Don't give a PHP notice when getSubitem() calls loadSubitem() which cause...
Tim Starling [Wed, 6 Jan 2010 04:08:59 +0000 (04:08 +0000)]
(bug 20837) Don't give a PHP notice when getSubitem() calls loadSubitem() which causes the whole item to be loaded. In this case there is no negative cache value stored so we need to use isset(). It was handled already for the case where the item was already loaded at function entry, but not for the case where the item is loaded halfway through loadSubitem().

14 years agoDon't count unions of bracketed selects as being write queries
Tim Starling [Wed, 6 Jan 2010 04:05:49 +0000 (04:05 +0000)]
Don't count unions of bracketed selects as being write queries

14 years agoNew tests for LanguageConverter->getPreferredVariant()
Mark A. Hershberger [Wed, 6 Jan 2010 03:50:59 +0000 (03:50 +0000)]
New tests for LanguageConverter->getPreferredVariant()
Refactor getPreferredVariant, new function getHeaderVariant()
New function (FauxRequest::setHeader()) to help with testing.

14 years agoRandom eol whitespace found while treking through files.
Mark A. Hershberger [Wed, 6 Jan 2010 03:42:30 +0000 (03:42 +0000)]
Random eol whitespace found while treking through files.
Removing unused call to $wgContLang->getFormattedNsText() from addNewUserLogEntry()

14 years agoAdd $maxlag parameter to LoadBalancer::getMaxLag() so it'll actually select the right...
Roan Kattouw [Tue, 5 Jan 2010 23:39:16 +0000 (23:39 +0000)]
Add $maxlag parameter to LoadBalancer::getMaxLag() so it'll actually select the right DB when opening new connections. Looks like an ugly temp fix to me but I have no idea how to do it properly offhand.

14 years agotypo, clarification.
Mark A. Hershberger [Tue, 5 Jan 2010 23:19:04 +0000 (23:19 +0000)]
typo, clarification.

14 years agoRemove unused private "filterPage" function from specials/SpecialExport.php
Sam Reed [Tue, 5 Jan 2010 22:53:00 +0000 (22:53 +0000)]
Remove unused private "filterPage" function from specials/SpecialExport.php

Unused and private

Remove extra whitespace line also

14 years agoUsed trick found at: http://www.n8williams.com/devblog/javascript_and_ajax/jquery...
Trevor Parscal [Tue, 5 Jan 2010 22:52:11 +0000 (22:52 +0000)]
Used trick found at: n8williams.com/devblog/javascript_and_ajax/jquery-dialog-error-in-ie7-runtime-error-invalid-argument to fix a jQuery UI bug.

14 years agoFix some doxygen warnings
Alexandre Emsenhuber [Tue, 5 Jan 2010 21:24:23 +0000 (21:24 +0000)]
Fix some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 5 Jan 2010 20:31:26 +0000 (20:31 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-01-05 20:00 UTC)

14 years agoSwitched to a silver non-directional portal-break.png image, which orphans portal...
Trevor Parscal [Tue, 5 Jan 2010 18:44:27 +0000 (18:44 +0000)]
Switched to a silver non-directional portal-break.png image, which orphans portal-break-ltr.png and portal-break-rtl.png. We will keep those images around for a while, but probably remove them soon.

14 years agofixme for r58356
Jure Kajzer [Tue, 5 Jan 2010 13:35:19 +0000 (13:35 +0000)]
fixme for r58356

14 years agoOnly use one if, not 2
Chad Horohoe [Tue, 5 Jan 2010 10:50:07 +0000 (10:50 +0000)]
Only use one if, not 2

14 years agoFollow-up r60650: run stylize.php and remove trailing whitespace
Siebrand Mazeland [Tue, 5 Jan 2010 09:34:42 +0000 (09:34 +0000)]
Follow-up r60650: run stylize.php and remove trailing whitespace

14 years agoCoding Convention cleanup, removed extraneous references to $_SERVER
Mark A. Hershberger [Tue, 5 Jan 2010 09:07:12 +0000 (09:07 +0000)]
Coding Convention cleanup, removed extraneous references to $_SERVER

14 years agoAdd documentation for $wgVariantArticlePath
Mark A. Hershberger [Tue, 5 Jan 2010 08:40:50 +0000 (08:40 +0000)]
Add documentation for $wgVariantArticlePath

14 years agoHelps to be consistent in adjective usage big->large (r60645)
OverlordQ [Tue, 5 Jan 2010 07:25:03 +0000 (07:25 +0000)]
Helps to be consistent in adjective usage big->large (r60645)

14 years agoAdd missing message (r60644)
OverlordQ [Tue, 5 Jan 2010 07:03:27 +0000 (07:03 +0000)]
Add missing message (r60644)

14 years agoSplit rangeblock error message, allow configuring max size of IPv6 blocks as well...
OverlordQ [Tue, 5 Jan 2010 05:44:31 +0000 (05:44 +0000)]
Split rangeblock error message, allow configuring max size of IPv6 blocks as well. (r58377)

14 years agoClarify comment on $wgBlockCIDRLimit, larger not below (r58377)
Tim Starling [Tue, 5 Jan 2010 05:08:24 +0000 (05:08 +0000)]
Clarify comment on $wgBlockCIDRLimit, larger not below (r58377)

14 years agoMake phpunit on Ubuntu work out-of-the-box (at least for me) and prepare for some...
Mark A. Hershberger [Tue, 5 Jan 2010 04:34:44 +0000 (04:34 +0000)]
Make phpunit on Ubuntu work out-of-the-box (at least for me) and prepare for some LanguageConverter.php tests.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 4 Jan 2010 18:51:46 +0000 (18:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-01-04 18:30 UTC)

14 years agoAPI: Expand the thumburl to an absolute url to make it consistent with url and descri...
Bryan Tong Minh [Mon, 4 Jan 2010 11:13:25 +0000 (11:13 +0000)]
API: Expand the thumburl to an absolute url to make it consistent with url and descriptionurl

14 years agoFix for bug 9413 and the related Malayalam issue reported on wikitech-l.
Tim Starling [Mon, 4 Jan 2010 08:28:50 +0000 (08:28 +0000)]
Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
* Added $wgFixArchaicUnicode, which, if enabled, converts some deprecated Unicode sequences in Arabic and Malayalam text to their Unicode 5.1 equivalents.
* Added generateNormalizerData.php to generate the relevant data files. Added the generated data files also.
* Made most things call the new wrapper method $wgContLang->normalize() instead of UtfNormal::cleanUp(), so that Unicode normalization can be customised on a per-language basis.
* Added some generic support for conversion tables to Language so that subclasses can easily implement these kinds of transformations.

14 years agoRemoved dummy/obsolete language codes from installer
Max Semenik [Mon, 4 Jan 2010 07:58:58 +0000 (07:58 +0000)]
Removed dummy/obsolete language codes from installer

14 years agoLocalization update for he.
Rotem Liss [Mon, 4 Jan 2010 07:33:08 +0000 (07:33 +0000)]
Localization update for he.

14 years agoAdd missing class LanguageConverter
Tim Starling [Mon, 4 Jan 2010 05:55:33 +0000 (05:55 +0000)]
Add missing class LanguageConverter

14 years ago(bug 18885) Red links for media files do not support shared repositories
Bryan Tong Minh [Sun, 3 Jan 2010 22:45:34 +0000 (22:45 +0000)]
(bug 18885) Red links for media files do not support shared repositories

$wgUploadNavigationUrl now also affects images inline images that do not
exist. In that case the URL will get (?|&)wpDestFile=<filename> appended to
it as appropriate.

14 years agoFollowup to r60587: wrong user_groups join
Roan Kattouw [Sun, 3 Jan 2010 20:16:25 +0000 (20:16 +0000)]
Followup to r60587: wrong user_groups join

14 years agoAPI: Per Domas, don't FORCE INDEX when doing an INNER JOIN with the user_groups table
Roan Kattouw [Sun, 3 Jan 2010 20:12:59 +0000 (20:12 +0000)]
API: Per Domas, don't FORCE INDEX when doing an INNER JOIN with the user_groups table

14 years agoLocalisation updates for core messages from translatewiki.net (2010-01-03 19:55 UTC)
Siebrand Mazeland [Sun, 3 Jan 2010 19:59:22 +0000 (19:59 +0000)]
Localisation updates for core messages from translatewiki.net (2010-01-03 19:55 UTC)

14 years agoAnd while I'm a it: also ignore style checks for geshi
Alexandre Emsenhuber [Sun, 3 Jan 2010 15:27:25 +0000 (15:27 +0000)]
And while I'm a it: also ignore style checks for geshi

14 years agoLet's use the variables introduced in r59758 :)
Alexandre Emsenhuber [Sun, 3 Jan 2010 15:02:55 +0000 (15:02 +0000)]
Let's use the variables introduced in r59758 :)

14 years agoTweak date format further
Siebrand Mazeland [Sun, 3 Jan 2010 14:16:06 +0000 (14:16 +0000)]
Tweak date format further

14 years agoUpdaet time formatting per http://translatewiki.net/wiki/Thread:Support/Technical_iss...
Siebrand Mazeland [Sun, 3 Jan 2010 14:14:46 +0000 (14:14 +0000)]
Updaet time formatting per translatewiki.net/wiki/Thread:Support/Technical_issue#Technical_issue_1287

14 years ago* set fallback for 'gl' to 'pt'
Siebrand Mazeland [Sun, 3 Jan 2010 12:50:59 +0000 (12:50 +0000)]
* set fallback for 'gl' to 'pt'
* remove superfluous newlines in 'pt'

14 years agoRemoved unused globals
Aaron Schulz [Sun, 3 Jan 2010 04:10:26 +0000 (04:10 +0000)]
Removed unused globals

14 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sat, 2 Jan 2010 22:55:25 +0000 (22:55 +0000)]
Localisation updates for core messages from translatewiki.net
* add Komi-Permyak (koi)
* rebuild MessagesEn.php

14 years agoLocalisation updates for core messages from translatewiki.net (2010-01-02 22:35 UTC)
Siebrand Mazeland [Sat, 2 Jan 2010 22:49:04 +0000 (22:49 +0000)]
Localisation updates for core messages from translatewiki.net (2010-01-02 22:35 UTC)

14 years agoFix coding style
Roan Kattouw [Sat, 2 Jan 2010 21:49:39 +0000 (21:49 +0000)]
Fix coding style

14 years ago(bug 20115) Special:Userlogin says "Log in / create account" even if the user can...
Roan Kattouw [Sat, 2 Jan 2010 20:22:06 +0000 (20:22 +0000)]
(bug 20115) Special:Userlogin says "Log in / create account" even if the user can't create an account. Modified patch by Karun Dambietz

14 years agoFix for r58980: use wfMsgForContent
Bryan Tong Minh [Sat, 2 Jan 2010 15:03:17 +0000 (15:03 +0000)]
Fix for r58980: use wfMsgForContent

14 years agoAnnual copyright year update
Aryeh Gregor [Fri, 1 Jan 2010 21:09:14 +0000 (21:09 +0000)]
Annual copyright year update

14 years ago* If two log type have the same description, they're now both displayed in the type...
Alexandre Emsenhuber [Fri, 1 Jan 2010 19:49:37 +0000 (19:49 +0000)]
* If two log type have the same description, they're now both displayed in the type selector on Special:Log

This just happened on the French Wiktionary where http://fr.wiktionary.org/wiki/MediaWiki:Suppressionlog and http://fr.wiktionary.org/wiki/MediaWiki:Dellogpage had the same value and the "delete" log was missing

14 years ago(bug 21986) Special page names were are now capitalized by content language
Chad Horohoe [Fri, 1 Jan 2010 16:15:07 +0000 (16:15 +0000)]
(bug 21986) Special page names were are now capitalized by content language