lhc/web/wiklou.git
13 years agoUse canonical case
Platonides [Tue, 3 May 2011 22:14:52 +0000 (22:14 +0000)]
Use canonical case

13 years agomw.util.test fixes
Krinkle [Tue, 3 May 2011 21:57:33 +0000 (21:57 +0000)]
mw.util.test fixes
* Remove hiding of rows after the test, in almost all cases someone will want to unhide these, especially in case of an error; Plus, there were some inconsistencies in firefox with the hovering of the last (non-collapsible) row.
* Changing mw.util.addCSS to a style that is actually visible on the action=mwutiltest page.
* Making the entire row red in case of errors (easier finding of the error)
* Moving $.isDomElement tests to mw.util.test instead of in comments
* Adding missing tests for all mw.util properties
* Fix bug where $.isDomElement fails if the passed argument isn't an object at all (eg. null or undefined). Check variable first before checking object property (<code>$.isDomElement( document.getElementById('notexist') );</code> returned TypeError: Result of expression 'el' [null] is not an object.)
** Adding test for this
* Try/Catch the evaluation
** Reports catched exceptions through mw.log instead of using throw. This way non-consoled browsers can be easily debugged through mw.log's console.
** Fixes: (bug 28803) mw.util.test doesn't handle exceptions
* Using a canonical variable instead of a localized one in the tests.
** Fixes: (bug 28788) 2 tests related to wgTitle in mediawiki.util.test are broken for non-English wikis.

13 years agor87345: Restore black link color
Leo Koppelkamm [Tue, 3 May 2011 21:26:30 +0000 (21:26 +0000)]
r87345: Restore black link color

13 years ago(bug 19408) user_properties.up_property: 32 bytes is not enough.
Chad Horohoe [Tue, 3 May 2011 21:08:44 +0000 (21:08 +0000)]
(bug 19408) user_properties.up_property: 32 bytes is not enough.
Increased it to 255 bytes to be like page titles
Some minor tweaks to modifyField() in the installer to make it more useful and added insertUpdateRow()

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Tue, 3 May 2011 20:29:05 +0000 (20:29 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-05-02 20:13:00 UTC)

13 years agoOnly one extension was using getThumbnail
Russ Nelson [Tue, 3 May 2011 19:55:49 +0000 (19:55 +0000)]
Only one extension was using getThumbnail

13 years agoFollow up r87220. r86795 tests are now embedded into PreprocessorTest.php
Platonides [Tue, 3 May 2011 19:53:13 +0000 (19:53 +0000)]
Follow up r87220. r86795 tests are now embedded into PreprocessorTest.php

13 years ago(bug 22227) Special:Listfiles no longer throws an error on bogus file entries
Chad Horohoe [Tue, 3 May 2011 19:49:20 +0000 (19:49 +0000)]
(bug 22227) Special:Listfiles no longer throws an error on bogus file entries

13 years agoWe can't check if it's a parentNode->type == name_node so early, since
Platonides [Tue, 3 May 2011 19:48:50 +0000 (19:48 +0000)]
We can't check if it's a parentNode->type == name_node so early, since
it may be just a single } and end up being a literal.

13 years agoRevert r86473 and redo more cleanly. Fix black link color complained about in Bug...
Leo Koppelkamm [Tue, 3 May 2011 19:11:23 +0000 (19:11 +0000)]
Revert r86473 and redo more cleanly. Fix black link color complained about in Bug 28690

13 years agoMoved "printfooter" and debug HTML away from "bodytext" so that they can be easily...
Alexandre Emsenhuber [Tue, 3 May 2011 17:23:17 +0000 (17:23 +0000)]
Moved "printfooter" and debug HTML away from "bodytext" so that they can be easily modified by extensions with the SkinTemplateOutputPageBeforeExec hook; always moved generation of debug HTML just before executing the hook so that it includes more items

13 years agoFixes bug #28694: Set maxlength of revisiondelete comment to 100.
Mark A. Hershberger [Tue, 3 May 2011 17:21:43 +0000 (17:21 +0000)]
Fixes bug #28694: Set maxlength of revisiondelete comment to 100.

13 years agoAdded a function that returns the list of supported formats to ApiMain
Max Semenik [Tue, 3 May 2011 16:54:16 +0000 (16:54 +0000)]
Added a function that returns the list of supported formats to ApiMain

13 years agoFix Bug 28354: Edit tab is shown as "view source" for blocked users, which breaks...
Paul Copperman [Tue, 3 May 2011 13:18:57 +0000 (13:18 +0000)]
Fix Bug 28354: Edit tab is shown as "view source" for blocked users, which breaks squid caching

* Skip user block checks for Title::quickUserCan(). This restores the behavior from 1.16 rsp. before r65504.
* Remove unnecessary check for "$short && count($errors)", this is already handled by getUserPermissionsErrorsInternal().

13 years agoTablesorter: Add a title attribute to sort arrows ( Bug 21453 )
Leo Koppelkamm [Tue, 3 May 2011 11:44:35 +0000 (11:44 +0000)]
Tablesorter: Add a title attribute to sort arrows ( Bug 21453 )

13 years agoFix Bug 26315: White pixels around user-icon
Leo Koppelkamm [Tue, 3 May 2011 11:09:10 +0000 (11:09 +0000)]
Fix Bug 26315: White pixels around user-icon

13 years agoRemoved Skin::$usercss, always false, nothing sets this
Alexandre Emsenhuber [Tue, 3 May 2011 09:43:34 +0000 (09:43 +0000)]
Removed Skin::$usercss, always false, nothing sets this

13 years agoRemove empty files left by r16526, r29128 and r83029
Platonides [Mon, 2 May 2011 22:36:14 +0000 (22:36 +0000)]
Remove empty files left by r16526, r29128 and r83029

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Mon, 2 May 2011 21:56:28 +0000 (21:56 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-05-02 21:42:00 UTC)

13 years agoKill & from r87290
Sam Reed [Mon, 2 May 2011 21:38:48 +0000 (21:38 +0000)]
Kill & from r87290

13 years ago* (bug 20468) User::invalidateCache throws 1205: Lock wait timeout exceeded
Sam Reed [Mon, 2 May 2011 20:29:44 +0000 (20:29 +0000)]
* (bug 20468) User::invalidateCache throws 1205: Lock wait timeout exceeded

Severly limit the number of calls that actually update the database (for no gain!). Leaving stuff that needs to update memcached

Still, there's probably quite a lot of these calls which are still superfluous

13 years agoAdd makeInsertOptions
Sam Reed [Mon, 2 May 2011 20:14:17 +0000 (20:14 +0000)]
Add makeInsertOptions

Allow Sqlite to OR IGNORE on UPDATE or INSERT

13 years agoSwitching arrows in Special:FileList to match the usual behaviour in MW. Bug 18962
Leo Koppelkamm [Mon, 2 May 2011 19:56:28 +0000 (19:56 +0000)]
Switching arrows in Special:FileList to match the usual behaviour in MW. Bug 18962

13 years ago(bug 28375) When using existing DB user, grants aren't added to new tables
Chad Horohoe [Mon, 2 May 2011 18:54:31 +0000 (18:54 +0000)]
(bug 28375) When using existing DB user, grants aren't added to new tables

13 years agoFix and add some comments.
Russ Nelson [Mon, 2 May 2011 18:48:35 +0000 (18:48 +0000)]
Fix and add some comments.

13 years agoLocalization fix for he.
Rotem Liss [Mon, 2 May 2011 18:35:17 +0000 (18:35 +0000)]
Localization fix for he.

13 years agoLocalization fixes for he, and updating links in en.
Rotem Liss [Mon, 2 May 2011 18:33:13 +0000 (18:33 +0000)]
Localization fixes for he, and updating links in en.

13 years agoFollow-up r83795: fix E_NOTICE due to undefined array member.
Happy-melon [Mon, 2 May 2011 18:31:42 +0000 (18:31 +0000)]
Follow-up r83795: fix E_NOTICE due to undefined array member.

13 years agoAdjust maxwidth calculation for galleries. Bug 27577
Leo Koppelkamm [Mon, 2 May 2011 18:00:09 +0000 (18:00 +0000)]
Adjust maxwidth calculation for galleries. Bug 27577

13 years agoFix r87203: don't use a for..in loop on an array
Roan Kattouw [Mon, 2 May 2011 17:57:24 +0000 (17:57 +0000)]
Fix r87203: don't use a for..in loop on an array

13 years agoTypo Typo Typo
Alexandre Emsenhuber [Mon, 2 May 2011 17:39:29 +0000 (17:39 +0000)]
Typo Typo Typo

13 years agoA few minor RSD changes
Sam Reed [Mon, 2 May 2011 17:32:42 +0000 (17:32 +0000)]
A few minor RSD changes

13 years ago* Removed Skin::reallyGenerateUserStylesheet() nothing uses it and nothing overrides it
Alexandre Emsenhuber [Mon, 2 May 2011 17:30:17 +0000 (17:30 +0000)]
* Removed Skin::reallyGenerateUserStylesheet() nothing uses it and nothing overrides it
* Corrected Skin::generateUserJs() and Skin::generateUserStylesheet()'s comments: nothing override them anymore, also marked them as deprecated, only usage is action=raw&gen=(css|js)

13 years agoDocumentation
Sam Reed [Mon, 2 May 2011 16:58:29 +0000 (16:58 +0000)]
Documentation

13 years agoFollowup r87253, doc tweak for trunk (this is in 1.17 rel-notes now)
Chad Horohoe [Mon, 2 May 2011 16:40:44 +0000 (16:40 +0000)]
Followup r87253, doc tweak for trunk (this is in 1.17 rel-notes now)

13 years agoMoved Skin::$mWatchLinkNum to SkinLegacy since it's only used there and made it prote...
Alexandre Emsenhuber [Mon, 2 May 2011 15:32:20 +0000 (15:32 +0000)]
Moved Skin::$mWatchLinkNum to SkinLegacy since it's only used there and made it protected per documentation (nothing else apart SkinLegacy uses it)

13 years agoGet the revision ID from the OutputPage object instead of making a copy
Alexandre Emsenhuber [Mon, 2 May 2011 15:26:19 +0000 (15:26 +0000)]
Get the revision ID from the OutputPage object instead of making a copy

13 years agoTablesorter: use mw.config.get() to access globals; force mdy for english contentlang
Leo Koppelkamm [Mon, 2 May 2011 11:55:45 +0000 (11:55 +0000)]
Tablesorter: use mw.config.get() to access globals; force mdy for english contentlang

13 years agoMake jquery.tablesorter more resilient by checking multiple cells before assuming...
Leo Koppelkamm [Mon, 2 May 2011 11:31:45 +0000 (11:31 +0000)]
Make jquery.tablesorter more resilient by checking multiple cells before assuming a type. Fixes Bug 28775

13 years agoFollowup r87225
Sam Reed [Mon, 2 May 2011 11:12:48 +0000 (11:12 +0000)]
Followup r87225

Best to rename everything when you rename something

13 years agoFollow up r86363 - Missing a dollar sign.
Brian Wolff [Mon, 2 May 2011 07:42:14 +0000 (07:42 +0000)]
Follow up r86363 - Missing a dollar sign.

Fixes the: Notice: Use of undefined constant i - assumed 'i' in /var/www/w/phase3/includes/db/LoadBalancer.php on line 745

13 years agoMake a method static per the comment, update the only non static usage (in Parser...
Sam Reed [Sun, 1 May 2011 23:59:41 +0000 (23:59 +0000)]
Make a method static per the comment, update the only non static usage (in Parser) itself

13 years agoDocumentation tweaks, additions and updates
Sam Reed [Sun, 1 May 2011 23:54:41 +0000 (23:54 +0000)]
Documentation tweaks, additions and updates

13 years agoFollow up r87210
Platonides [Sun, 1 May 2011 23:02:27 +0000 (23:02 +0000)]
Follow up r87210

13 years ago* (bug 28265) allow outputting of comments for action=expandtemplates
Sam Reed [Sun, 1 May 2011 22:11:05 +0000 (22:11 +0000)]
* (bug 28265) allow outputting of comments for action=expandtemplates

13 years ago* (bug 27185) API: Add Special:ComparePages
Sam Reed [Sun, 1 May 2011 21:56:02 +0000 (21:56 +0000)]
* (bug 27185) API: Add Special:ComparePages

13 years agoWhen we failed to detect a DB driver, put the help info in the failure box, rather...
Chad Horohoe [Sun, 1 May 2011 21:48:15 +0000 (21:48 +0000)]
When we failed to detect a DB driver, put the help info in the failure box, rather than hiding it in a little help box nobody's going to find

13 years agoConvert r86795 tests into a dataProvider
Platonides [Sun, 1 May 2011 21:33:16 +0000 (21:33 +0000)]
Convert r86795 tests into a dataProvider

13 years agoRefactor out common code
Sam Reed [Sun, 1 May 2011 21:28:00 +0000 (21:28 +0000)]
Refactor out common code

13 years agoUse HTML5 for formatted API output
Max Semenik [Sun, 1 May 2011 21:19:40 +0000 (21:19 +0000)]
Use HTML5 for formatted API output

13 years ago(bug 28343) Kill unused contextlines/contextchars
Chad Horohoe [Sun, 1 May 2011 21:14:32 +0000 (21:14 +0000)]
(bug 28343) Kill unused contextlines/contextchars

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Sun, 1 May 2011 20:17:55 +0000 (20:17 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-05-01 20:01:00 UTC)

13 years agoAdded wgIsMainPage (Title->isMainPage) to mw.config
Krinkle [Sun, 1 May 2011 19:46:09 +0000 (19:46 +0000)]
Added wgIsMainPage (Title->isMainPage) to mw.config
* Instead of ugly javascript construction to compare href-attributes or re-constructing proper pagenames, let's use Title->isMainPage which does this much better
* Kept function for compatibility. mw.util.isMainPage() was never released, should probably be removed before 1.18 branch point.

13 years agoFix the old XmlTest.php test bug in the dateMenu() when the wiki is configured for...
Platonides [Sun, 1 May 2011 19:32:49 +0000 (19:32 +0000)]
Fix the old XmlTest.php test bug in the dateMenu() when the wiki is configured for a languange other than English
Other tests were running before and messing with the Language objects.

13 years agoCosmetic change
Platonides [Sun, 1 May 2011 19:31:18 +0000 (19:31 +0000)]
Cosmetic change

13 years ago(bug 27916) Don't prefix wgServer in mw.util.wikiGetlink
Krinkle [Sun, 1 May 2011 19:20:31 +0000 (19:20 +0000)]
(bug 27916) Don't prefix wgServer in mw.util.wikiGetlink

The check is not needed, if wgArticlePath is undefined there's probably a much bigger issue.

The wgServer doesn't need to be prefixed to the link (if someone really needs it (ie. external tools using the script and somehow defining wgServer in mw.config) they can surely prefix wgServer themselfs.

In most if not all cases this is used to create anchor tags, which are interprated by browsers relatively to the current window location and in some browsers it even auto-prefixes the current environment when setting the href/src attribute.

I did a grep search for "wikiGetlink" in /trunk (including ./extensions), there was one usage that assumed the wgServer prefix. Turned out that was actually a workaround untill this bug was fixed. I remove that workaround ( in mw.util.isMainPage).

13 years ago(bug 28738) Implement request splitting in mw.loader so ResourceLoader requests with...
Roan Kattouw [Sun, 1 May 2011 18:41:42 +0000 (18:41 +0000)]
(bug 28738) Implement request splitting in mw.loader so ResourceLoader requests with query strings longer than a certain value are split up. The maximum query string length is configurable, and this behavior is disabled by default. It's needed in rare cases where there is a query string length or GET variable length limit in place that the wiki admin can't raise.

13 years agoRemove unneeded manual quoting from r87180
Sam Reed [Sun, 1 May 2011 11:20:14 +0000 (11:20 +0000)]
Remove unneeded manual quoting from r87180

13 years ago* (bug 28225) Allow hiding of user groups in list=allusers
Sam Reed [Sun, 1 May 2011 00:24:39 +0000 (00:24 +0000)]
* (bug 28225) Allow hiding of user groups in list=allusers

Yay, a LEFT OUTER JOIN

13 years ago$db is already defined, don't use $this->getDB() again
Sam Reed [Sun, 1 May 2011 00:17:39 +0000 (00:17 +0000)]
$db is already defined, don't use $this->getDB() again

13 years agoFollowup r85884
Sam Reed [Sat, 30 Apr 2011 23:18:34 +0000 (23:18 +0000)]
Followup r85884

Fixup the APIs strange way of doing table aliases on a join....

Only used in very few places

13 years agoFix bug in Status::getItemXML
Bryan Tong Minh [Sat, 30 Apr 2011 22:12:51 +0000 (22:12 +0000)]
Fix bug in Status::getItemXML

13 years agoAdd --include-files option to dumpBackup.php to include the uploaded files in the...
Bryan Tong Minh [Sat, 30 Apr 2011 21:35:09 +0000 (21:35 +0000)]
Add --include-files option to dumpBackup.php to include the uploaded files in the XML stream. Uses new backend features from r85911.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Sat, 30 Apr 2011 21:21:47 +0000 (21:21 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-04-30 20:50:00 UTC)

13 years agoBug 27047: Nicer design for pre elements in Vector
Leo Koppelkamm [Sat, 30 Apr 2011 19:49:57 +0000 (19:49 +0000)]
Bug 27047: Nicer design for pre elements in Vector

13 years ago(bug 28076) Thumbnail height limited to 360 pixels on Special:Listfiles
Bryan Tong Minh [Sat, 30 Apr 2011 18:50:37 +0000 (18:50 +0000)]
(bug 28076) Thumbnail height limited to 360 pixels on Special:Listfiles

13 years agoFollowup r87150
Sam Reed [Sat, 30 Apr 2011 16:52:28 +0000 (16:52 +0000)]
Followup r87150

Reuse SpecialVersions arrayToString (made it explicitly public!) in an array_amp for the formatting of arrays/objects (Yay for all the different ways we accept things ;P)

13 years agoFollowup r87147, let the formatters do teh escaping
Sam Reed [Sat, 30 Apr 2011 16:38:59 +0000 (16:38 +0000)]
Followup r87147, let the formatters do teh escaping

13 years agoPer Siebrand: fix typo in RELEASE-NOTES
Alexandre Emsenhuber [Sat, 30 Apr 2011 15:50:05 +0000 (15:50 +0000)]
Per Siebrand: fix typo in RELEASE-NOTES

13 years agoI have no idea where that count() pass in r87165
Alexandre Emsenhuber [Sat, 30 Apr 2011 15:14:12 +0000 (15:14 +0000)]
I have no idea where that count() pass in r87165

13 years agoProperly escape the ouput in action=credits (and in page footer), using wfMessage...
Alexandre Emsenhuber [Sat, 30 Apr 2011 15:12:33 +0000 (15:12 +0000)]
Properly escape the ouput in action=credits (and in page footer), using wfMessage() to be able to replace some parameters before and some after

13 years agoRecommit r87129 and follow-ups but with a fix for the bug Brion found (sorry)
Alexandre Emsenhuber [Sat, 30 Apr 2011 14:08:12 +0000 (14:08 +0000)]
Recommit r87129 and follow-ups but with a fix for the bug Brion found (sorry)

13 years agoUse a reversed magnify image for framed image thumbnails when on a RTL wiki.
Daniel Friesen [Sat, 30 Apr 2011 12:04:00 +0000 (12:04 +0000)]
Use a reversed magnify image for framed image thumbnails when on a RTL wiki.

13 years agoRevert r87129 "(bug 21196) Article::getContributors() no longer fail on PostgreSQL...
Brion Vibber [Fri, 29 Apr 2011 23:57:28 +0000 (23:57 +0000)]
Revert r87129 "(bug 21196) Article::getContributors() no longer fail on PostgreSQL" -- breaks stuff under MySQL like this:

SkinTemplate::makeTalkUrlDetails given invalid pagename User:

Backtrace:

#0 /var/www/trunk/includes/SkinTemplate.php(691): SkinTemplate->makeTalkUrlDetails('User:')
#1 /var/www/trunk/includes/SkinTemplate.php(495): SkinTemplate->buildPersonalUrls(Object(OutputPage))
#2 /var/www/trunk/includes/OutputPage.php(1906): SkinTemplate->outputPage(Object(OutputPage))
#3 /var/www/trunk/includes/Wiki.php(402): OutputPage->output()
#4 /var/www/trunk/index.php(146): MediaWiki->finalCleanup()
#5 {main}

Seen trivially by going to login page while not logged in; some user check is failing and ending up with an improperly initialized object.

13 years agoTweak documentation
Sam Reed [Fri, 29 Apr 2011 23:34:37 +0000 (23:34 +0000)]
Tweak documentation

Add braces

13 years ago* Get a list of all subscribed hooks, and those subscribers
Sam Reed [Fri, 29 Apr 2011 23:33:38 +0000 (23:33 +0000)]
* Get a list of all subscribed hooks, and those subscribers

Essentially what SpecialVersion will give you if wgSpecialVersionShowHooks is true

13 years ago* (bug 27179) API: List of extension tags
Sam Reed [Fri, 29 Apr 2011 23:02:10 +0000 (23:02 +0000)]
* (bug 27179) API: List of extension tags
* Get a list of function hooks through meta=siteinfo

13 years agoMake this private since nothing outside here calls it
Chad Horohoe [Fri, 29 Apr 2011 22:40:31 +0000 (22:40 +0000)]
Make this private since nothing outside here calls it

13 years ago(bug 28752) XCache doesn't work in CLI mode
Chad Horohoe [Fri, 29 Apr 2011 22:40:12 +0000 (22:40 +0000)]
(bug 28752) XCache doesn't work in CLI mode

13 years agoFix group by for Special:MostLinkedTemplates
OverlordQ [Fri, 29 Apr 2011 22:38:30 +0000 (22:38 +0000)]
Fix group by for Special:MostLinkedTemplates

13 years agoFollowup to r85907, correctly quote table names.
OverlordQ [Fri, 29 Apr 2011 22:27:34 +0000 (22:27 +0000)]
Followup to r85907, correctly quote table names.
Followup to r87129, add handling of arrayed GROUP BY/ORDER BY options to match core class so that this will indeed work.

13 years agoAdd cdb.php for inspecting cdb cache files. Format is stolen from mcc.php
Chad Horohoe [Fri, 29 Apr 2011 22:08:58 +0000 (22:08 +0000)]
Add cdb.php for inspecting cdb cache files. Format is stolen from mcc.php

13 years agosmall doc fix
Jeroen De Dauw [Fri, 29 Apr 2011 22:05:36 +0000 (22:05 +0000)]
small doc fix

13 years agoFollowup r87132, per Bryan, still return the "limit" to be the current users limit...
Sam Reed [Fri, 29 Apr 2011 21:46:17 +0000 (21:46 +0000)]
Followup r87132, per Bryan, still return the "limit" to be the current users limit, but return high/low limit

13 years agoadded since tag for people that care about compat
Jeroen De Dauw [Fri, 29 Apr 2011 21:29:20 +0000 (21:29 +0000)]
added since tag for people that care about compat

13 years ago* (bug 28238) paraminfo: output both limits for multi param
Sam Reed [Fri, 29 Apr 2011 20:52:57 +0000 (20:52 +0000)]
* (bug 28238) paraminfo: output both limits for multi param

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Fri, 29 Apr 2011 20:09:54 +0000 (20:09 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-04-29 19:47:00 UTC)

13 years ago* (bug 21196) Article::getContributors() no longer fail on PostgreSQL
Alexandre Emsenhuber [Fri, 29 Apr 2011 18:27:44 +0000 (18:27 +0000)]
* (bug 21196) Article::getContributors() no longer fail on PostgreSQL

Changed User::loadFromRow() to allow partial row (user_id, user_name, user_real_name can be set independently from other fields) userand removed User::$mDataLoaded, replaced by User::$mLoadedItems (marked as private) that can be an array with already loaded items or true when all data has been loaded. Changed GlobalFunctions.php and Database.php accordingly, no use of User::$mDataLoaded in extensions.

13 years agoFollowup r86800, add missing ()
Sam Reed [Fri, 29 Apr 2011 17:51:50 +0000 (17:51 +0000)]
Followup r86800, add missing ()

13 years agoThe $wgLocalisationCacheConf was being overwritten by the default value.
Platonides [Fri, 29 Apr 2011 16:26:20 +0000 (16:26 +0000)]
The $wgLocalisationCacheConf was being overwritten by the default value.
Restores the ability to run databaseless tests broken by r86775

13 years agofix return type descriptions
Jeroen De Dauw [Fri, 29 Apr 2011 15:41:57 +0000 (15:41 +0000)]
fix return type descriptions

13 years agofix typo
Jeroen De Dauw [Fri, 29 Apr 2011 15:37:01 +0000 (15:37 +0000)]
fix typo

13 years agoPer discussion on Mediawiki-l, talk about the GROUP BY issue a bit.
Greg Sabino Mullane [Fri, 29 Apr 2011 13:42:48 +0000 (13:42 +0000)]
Per discussion on Mediawiki-l, talk about the GROUP BY issue a bit.

13 years agoRemove pointless warning: ceratinly I can't imagine why we show a warning when using...
Greg Sabino Mullane [Fri, 29 Apr 2011 13:20:47 +0000 (13:20 +0000)]
Remove pointless warning: ceratinly I can't imagine why we show a warning when using a filter versus not using one (below the case, where we set $sink but don't issue a warning)

13 years agoAnd now I'm yelled at not fixing typos made by others :)
Niklas Laxström [Fri, 29 Apr 2011 07:15:36 +0000 (07:15 +0000)]
And now I'm yelled at not fixing typos made by others :)

13 years agoOmg typofix
Niklas Laxström [Fri, 29 Apr 2011 05:40:13 +0000 (05:40 +0000)]
Omg typofix

13 years agoMoved the tab break from the link to the span. This allows for multiple icons, as...
Jan Paul Posma [Thu, 28 Apr 2011 21:34:55 +0000 (21:34 +0000)]
Moved the tab break from the link to the span. This allows for multiple icons, as icons overwrite this link image and thus wouldn't have a tab break. This was originally solved for the watchlist star by using a right margin, so this one is removed to prevent double borders.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Thu, 28 Apr 2011 20:38:36 +0000 (20:38 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-04-28 20:00:00 UTC)

13 years agoProvisional fix for Bug #28631 to remove artifacts from GIF. This
Mark A. Hershberger [Thu, 28 Apr 2011 20:18:32 +0000 (20:18 +0000)]
Provisional fix for Bug #28631 to remove artifacts from GIF.  This
seems better in my (very) limited testing than leaving it in, but I'd
like to get more tests.

13 years agoApplied patch supplied in bug #28699 to prevent obscuring content when consoless...
Trevor Parscal [Thu, 28 Apr 2011 14:58:41 +0000 (14:58 +0000)]
Applied patch supplied in bug #28699 to prevent obscuring content when consoless browsers get a console rendered for them by mediawiki.log. Also adds pre-wrap CSS rule to allow \n to render properly in the console. Thanks for the patch!