lhc/web/wiklou.git
11 years ago(bug 40610) Prevent editing textarea from overflowing out of bodyContent
isarra [Fri, 19 Oct 2012 06:49:36 +0000 (07:49 +0100)]
(bug 40610) Prevent editing textarea from overflowing out of bodyContent

Per suggestion by Daniel Friesen, this change adds a box-sizing specification to prevent
the editing textarea from overflowing from the bodyContent in vector, monobook, and modern skins.

Change-Id: I42f42654d87e8a14ff478b4670e3642ae083c81d

11 years agoMerge "Swap isSpecialPage for canExist()"
Reedy [Tue, 23 Oct 2012 22:40:37 +0000 (22:40 +0000)]
Merge "Swap isSpecialPage for canExist()"

11 years agoSwap isSpecialPage for canExist()
Reedy [Tue, 23 Oct 2012 21:36:32 +0000 (22:36 +0100)]
Swap isSpecialPage for canExist()

Add another check in ApiBase::getTitleOrPageId

Change-Id: I2123e3a3034cb815cf35f66f2fbf2b94fb27069f

11 years agoMerge "(bug 26585) Detect CSV/array values in $_SERVER['REMOTE_ADDR']."
Aaron Schulz [Tue, 23 Oct 2012 21:18:21 +0000 (21:18 +0000)]
Merge "(bug 26585) Detect CSV/array values in $_SERVER['REMOTE_ADDR']."

11 years ago(bug 26585) Detect CSV/array values in $_SERVER['REMOTE_ADDR'].
Tyler Anthony Romeo [Wed, 22 Aug 2012 20:38:25 +0000 (16:38 -0400)]
(bug 26585) Detect CSV/array values in $_SERVER['REMOTE_ADDR'].

Changed WebRequest::getRawIP to check for values of
$_SERVER['REMOTE_ADDR'] that are either an array
or a comma separated list of IP addresses, and throw
an exception.

Original patch by Ilmari Karonen. Adapted from original
patch to work with newer MediaWiki version.

Change-Id: I4b3c56adf46b336c5032db3f2a1e621c873f0d83

11 years agoMerge "fix bug 41280, show correct content when displaying edit conflicts"
Reedy [Tue, 23 Oct 2012 20:31:33 +0000 (20:31 +0000)]
Merge "fix bug 41280, show correct content when displaying edit conflicts"

11 years agoMerge "per bug 41244 and 41303, handle null or false params in TextContent constructor"
Reedy [Tue, 23 Oct 2012 20:29:52 +0000 (20:29 +0000)]
Merge "per bug 41244 and 41303, handle null or false params in TextContent constructor"

11 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Tue, 23 Oct 2012 20:01:07 +0000 (20:01 +0000)]
Localisation updates from translatewiki.net.

Change-Id: Ie47548a4b18f0f73a9e8e691633882caa99282d7

11 years agoMerge "Removed reference to * from docs."
Reedy [Tue, 23 Oct 2012 19:30:41 +0000 (19:30 +0000)]
Merge "Removed reference to * from docs."

11 years agoMerge "Remove duplicate files, no point in loading them twice"
Aaron Schulz [Tue, 23 Oct 2012 19:26:41 +0000 (19:26 +0000)]
Merge "Remove duplicate files, no point in loading them twice"

11 years agoMerge "Moved core Job classes under includes/job/jobs."
Reedy [Tue, 23 Oct 2012 18:45:41 +0000 (18:45 +0000)]
Merge "Moved core Job classes under includes/job/jobs."

11 years agoMerge "Stop php strict error warnings from MemcachedClient::_flush_read_buffer()"
Aaron Schulz [Tue, 23 Oct 2012 18:44:48 +0000 (18:44 +0000)]
Merge "Stop php strict error warnings from MemcachedClient::_flush_read_buffer()"

11 years agoMerge "tests: always call parent setUp"
Aaron Schulz [Tue, 23 Oct 2012 17:59:32 +0000 (17:59 +0000)]
Merge "tests: always call parent setUp"

11 years agotests: always call parent setUp
Antoine Musso [Tue, 23 Oct 2012 17:02:36 +0000 (19:02 +0200)]
tests: always call parent setUp

Some class extending MediaWikiTestCase did not call its setUp method. We
most probably always want to do it since MediaWikiTestCase::setUp() does
garbage collection and might do more in the future.

Change-Id: I68dde370a62c8f4a779836ca0c4ad06844fdc916

11 years agoMerge "Additional parser tests to spec parser behavior and test Parsoid."
GWicke [Tue, 23 Oct 2012 16:59:00 +0000 (16:59 +0000)]
Merge "Additional parser tests to spec parser behavior and test Parsoid."

11 years agoMerge "Localize parentheses in Linker::formatTemplates()"
IAlex [Tue, 23 Oct 2012 16:22:48 +0000 (16:22 +0000)]
Merge "Localize parentheses in Linker::formatTemplates()"

11 years agoAdditional parser tests to spec parser behavior and test Parsoid.
Subramanya Sastry [Tue, 23 Oct 2012 16:17:50 +0000 (11:17 -0500)]
Additional parser tests to spec parser behavior and test Parsoid.

Change-Id: Ife9750c5904cac1557b631f34a4ca8542f389226

11 years agoMerge "Don't try and run a special page through action=parsex"
IAlex [Tue, 23 Oct 2012 16:14:39 +0000 (16:14 +0000)]
Merge "Don't try and run a special page through action=parsex"

11 years agoMerge "More informative debugging messages"
Reedy [Tue, 23 Oct 2012 15:54:27 +0000 (15:54 +0000)]
Merge "More informative debugging messages"

11 years agoper bug 41244 and 41303, handle null or false params in TextContent constructor
aude [Tue, 23 Oct 2012 15:42:20 +0000 (15:42 +0000)]
per bug 41244 and 41303, handle null or false params in TextContent constructor

Instead of throwing exception in these cases (which there are use cases for),
create an empty TextContent object.

Change-Id: Ice30ea78428d95805aa56cd3a35405aa67ad10ab

11 years agoMore informative debugging messages
Niklas Laxström [Tue, 23 Oct 2012 15:23:22 +0000 (15:23 +0000)]
More informative debugging messages

Change-Id: Ib83dde07e8935e9ae3d864a12af7f93b68ee8f85

11 years agoDon't try and run a special page through action=parsex
Reedy [Tue, 23 Oct 2012 14:46:17 +0000 (15:46 +0100)]
Don't try and run a special page through action=parsex

Change-Id: I1b4ca09b1674dbbde91acc6cade4dc1ff810bee5

11 years agoLocalize parentheses in Linker::formatTemplates()
Liangent [Tue, 23 Oct 2012 11:50:05 +0000 (19:50 +0800)]
Localize parentheses in Linker::formatTemplates()

Change-Id: I27c4c26206ba1e9c27a5c120a95491eb30e55522

11 years agofix bug 41300, restore the continue-editing bit of the edit page preview note
aude [Tue, 23 Oct 2012 11:54:04 +0000 (13:54 +0200)]
fix bug 41300, restore the continue-editing bit of the edit page preview note

Change-Id: I39fa7a0951f8e2afe7e25cb61cd1716429228371

11 years agofix bug 41280, show correct content when displaying edit conflicts
aude [Tue, 23 Oct 2012 09:52:58 +0000 (09:52 +0000)]
fix bug 41280, show correct content when displaying edit conflicts

Change-Id: I52522c06d20ddab85799dc33a0d07c10603a20a7

11 years agoMerge "(bug 41292) Fix "containing..." search option"
Krinkle [Tue, 23 Oct 2012 06:24:21 +0000 (06:24 +0000)]
Merge "(bug 41292) Fix "containing..." search option"

11 years agoFix SpecialPage::isRestricted()
Tim Starling [Tue, 23 Oct 2012 05:00:37 +0000 (16:00 +1100)]
Fix SpecialPage::isRestricted()

Fix SpecialPage::isRestricted(), broken by I41edb091 (22dd67e) which
inverted the group permission check. Seems to only affect
Special:SpecialPages. Bug 41294.

Change-Id: I8685eaeb4a688cc8e205afdb1639c08e4a2bd3da

11 years ago(bug 41292) Fix "containing..." search option
Kevin Israel [Tue, 23 Oct 2012 03:30:24 +0000 (23:30 -0400)]
(bug 41292) Fix "containing..." search option

Line 132 of jquery.js checks '<input type="hidden"/>' against
rsingleTag. The 'type="hidden"' part causes the HTML to no longer match
the regex, so jQuery fails to add the braced attributes. The "val: '1'"
part was likely wrong anyway; the correct attribute name is "value".

The bug causes the absence of the fulltext=1 query string argument,
which leaves the title near-match logic enabled even when the user
tries to override it. This commit fixes the problem by just putting all
the attributes inside the HTML string.

Change-Id: Ibcc56f64967e55740c10fdca30c525d4afc8fb25

11 years agoMoved core Job classes under includes/job/jobs.
Aaron Schulz [Tue, 23 Oct 2012 00:23:48 +0000 (17:23 -0700)]
Moved core Job classes under includes/job/jobs.

Change-Id: I9257bb0fce9791190f731d72b2e882a1ae400f35

11 years agoRemoved reference to * from docs.
Aaron Schulz [Mon, 22 Oct 2012 23:39:07 +0000 (16:39 -0700)]
Removed reference to * from docs.

Change-Id: Iec55a1d009f8e89e5c165f282be4dfda0b2b28a7

11 years agoMerge "* (bug 41267) mediawiki.action.edit.preview is not loaded"
Krinkle [Mon, 22 Oct 2012 21:18:32 +0000 (21:18 +0000)]
Merge "* (bug 41267) mediawiki.action.edit.preview is not loaded"

11 years agoMerge "Add additional specs + Parsoid-centric tests to keep Parsoid in line."
GWicke [Mon, 22 Oct 2012 20:46:52 +0000 (20:46 +0000)]
Merge "Add additional specs + Parsoid-centric tests to keep Parsoid in line."

11 years agoMerge "check for null content in ApiParse.php"
Reedy [Mon, 22 Oct 2012 19:04:15 +0000 (19:04 +0000)]
Merge "check for null content in ApiParse.php"

11 years agocheck for null content in ApiParse.php
aude [Mon, 22 Oct 2012 18:48:09 +0000 (18:48 +0000)]
check for null content in ApiParse.php

Change-Id: I32b3c02163f2295f91b680e3a5636105960b971a

11 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Mon, 22 Oct 2012 18:44:59 +0000 (18:44 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I6cbab03f0e9af894789a03879afda65aec946f8f

11 years agoMerge "Use Html class instead of Xml where possible in Special:Contributions"
Siebrand [Mon, 22 Oct 2012 18:12:53 +0000 (18:12 +0000)]
Merge "Use Html class instead of Xml where possible in Special:Contributions"

11 years ago[FileBackend] Give warnings when metadata is missing from swift.
Aaron Schulz [Mon, 22 Oct 2012 17:41:43 +0000 (10:41 -0700)]
[FileBackend] Give warnings when metadata is missing from swift.

Change-Id: I2ec2429c5fca02fbd8b5130b3f0db31faf6e365e

11 years agoUse Html class instead of Xml where possible in Special:Contributions
Alexandre Emsenhuber [Wed, 10 Oct 2012 19:35:42 +0000 (21:35 +0200)]
Use Html class instead of Xml where possible in Special:Contributions

Also simplified the code by using Html::rawElement() instead of
openElement() and closeElement() and added some lines breaks to
the output for better readability.

Change-Id: Ie7ce5c65ba34b30799580acda0a9d82eb38d257f

11 years ago* (bug 41267) mediawiki.action.edit.preview is not loaded
Reedy [Mon, 22 Oct 2012 16:49:14 +0000 (17:49 +0100)]
* (bug 41267) mediawiki.action.edit.preview is not loaded

Change-Id: Icfea6f25416ba276ebca5e095e37155a945b8492

11 years agoMerge "Use Linker::link() instead of Linker::linkKnown() when having options"
Siebrand [Mon, 22 Oct 2012 12:06:57 +0000 (12:06 +0000)]
Merge "Use Linker::link() instead of Linker::linkKnown() when having options"

11 years agoMerge "Setting $wgContLang without changing $wgLanguageCode accordingly is a very...
Siebrand [Mon, 22 Oct 2012 12:06:10 +0000 (12:06 +0000)]
Merge "Setting $wgContLang without changing $wgLanguageCode accordingly is a very bad idea."

11 years agoMerge "doxygen now recognizes README and .txt files"
Siebrand [Mon, 22 Oct 2012 12:04:49 +0000 (12:04 +0000)]
Merge "doxygen now recognizes README and .txt files"

11 years agomiscellaneous doxygen warnings
Antoine Musso [Mon, 22 Oct 2012 10:29:52 +0000 (12:29 +0200)]
miscellaneous doxygen warnings

* @licence -> @license
* Protects inline HTML by using double quotes, our inline comments uses
  elements such as <h1> or <firstnameLastname@gmail.com>
* Commands in lowercase (@TODO -> @todo, @NOTE -> @note)
* removes @abstract and @static since doxygen detects them from PHP
  code.
* various undocumented function parameters
* typos in parameters declarations

Change-Id: I62ad6fc124c355bf31acc780b9614a59cf79a421

11 years agodoxygen now recognizes README and .txt files
Antoine Musso [Mon, 22 Oct 2012 09:57:49 +0000 (11:57 +0200)]
doxygen now recognizes README and .txt files

The default doxygen configuration file only accepts source files such
as php or python.  Some of our documentation is in flat files which we
might want to include in our Doxygen inline documentation. The culprit
is that those document files needs to respect Doxygen syntax, i.e. the
text content need to be enclosed in a comment block such as:

 /*!
 \page page_title My Page Title

 My awesome documentation
 */

Doyxgen 1.8 supports markdown syntax, we might want to switch to that
eventually.

Change-Id: I78a0ce36314b2a7b9f89395e3ae3902b17cf5038

11 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Sun, 21 Oct 2012 23:59:55 +0000 (23:59 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I0455c85c4e5166a3520eee90cf4fa0aaa0e170cd

11 years agoRestore executable bit to bin/ulimit4.sh
Tim Starling [Sun, 21 Oct 2012 22:43:46 +0000 (09:43 +1100)]
Restore executable bit to bin/ulimit4.sh

Restore executable bit to bin/ulimit4.sh, accidentally wiped in the
Wikidata (ContentHandler) branch.

Change-Id: I49696bce45bbc3f362a6560ace38797c566930c1

11 years agoRemove duplicate files, no point in loading them twice
jeroendedauw [Sun, 21 Oct 2012 21:06:00 +0000 (23:06 +0200)]
Remove duplicate files, no point in loading them twice

Change-Id: I52df1ee1cfeda240e8546fa303b65116183d09e7

11 years agoMerge "When deleting old thumbnails, actually increment $i"
IAlex [Sun, 21 Oct 2012 18:04:36 +0000 (18:04 +0000)]
Merge "When deleting old thumbnails, actually increment $i"

11 years agoMerge "Cache performer of a LogEntry to load it only once from the database"
IAlex [Sun, 21 Oct 2012 17:58:59 +0000 (17:58 +0000)]
Merge "Cache performer of a LogEntry to load it only once from the database"

11 years agoMerge "RecentChangesLinked: 'tagfilter' option already set in parent"
IAlex [Sun, 21 Oct 2012 17:47:35 +0000 (17:47 +0000)]
Merge "RecentChangesLinked: 'tagfilter' option already set in parent"

11 years agoMerge "CologneBlue rewrite: fix talkLink() to use generic nav links"
IAlex [Sun, 21 Oct 2012 17:10:38 +0000 (17:10 +0000)]
Merge "CologneBlue rewrite: fix talkLink() to use generic nav links"

11 years agoCologneBlue rewrite: fix talkLink() to use generic nav links
MatmaRex [Fri, 5 Oct 2012 18:13:15 +0000 (20:13 +0200)]
CologneBlue rewrite: fix talkLink() to use generic nav links

* introduce processNavlinkForDocument() for repeated links
* remove wfFindFile() check for NS_FILE namespace: Linker::link() already
  checks this
* redo the way the message for the link is selected
* comment everything

Change-Id: Ibeb0a1bfa1f34b9fdd9f6e5f082d6973d1ba09b9

11 years agoCache performer of a LogEntry to load it only once from the database
umherirrender [Sun, 21 Oct 2012 15:57:54 +0000 (17:57 +0200)]
Cache performer of a LogEntry to load it only once from the database

Change-Id: If920ba0a29b8c9b04705a20db5d8f9528b251fe5

11 years agoMerge "Add wfSuppressWarnings(); to CologneBlue."
Reedy [Sun, 21 Oct 2012 15:51:34 +0000 (15:51 +0000)]
Merge "Add wfSuppressWarnings(); to CologneBlue."

11 years agoRecentChangesLinked: 'tagfilter' option already set in parent
umherirrender [Sun, 21 Oct 2012 15:26:23 +0000 (17:26 +0200)]
RecentChangesLinked: 'tagfilter' option already set in parent

Inside SpecialRecentChanges::getDefaultOptions() the 'tagfilter' option
is already set, so there is no need to do it a second time.

Change-Id: If89cf65a19676a4c6efa82883544b74e08961c62

11 years agoWhen deleting old thumbnails, actually increment $i
Reedy [Sun, 21 Oct 2012 14:14:10 +0000 (15:14 +0100)]
When deleting old thumbnails, actually increment $i

Change-Id: Ic213fed61959ab4d25bcd891c81df20e39cbc5f5

11 years agoMerge "don't overwrite $item['single-id'] in makeListItem in SkinTemplate"
IAlex [Sun, 21 Oct 2012 12:54:28 +0000 (12:54 +0000)]
Merge "don't overwrite $item['single-id'] in makeListItem in SkinTemplate"

11 years agoMerge changes I5f84fd91,I34ea53e7
Translation updater bot [Sat, 20 Oct 2012 22:55:11 +0000 (22:55 +0000)]
Merge changes I5f84fd91,I34ea53e7

* changes:
  Localisation updates from http://translatewiki.net.
  Localisation updates from http://translatewiki.net.

11 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Sat, 20 Oct 2012 22:40:04 +0000 (22:40 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I5f84fd918fdedd46ee623957cfe62f402ef8c3cb

11 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Sat, 20 Oct 2012 20:12:27 +0000 (20:12 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I34ea53e767a3488b9f6ff003d3bba43938149296

11 years agoMerge "(bug 40857) fix non-array sidebar links handling in CologneBlue"
IAlex [Sat, 20 Oct 2012 20:05:45 +0000 (20:05 +0000)]
Merge "(bug 40857) fix non-array sidebar links handling in CologneBlue"

11 years agoadd comments about the purpose of skins/common/common*.css files
MatmaRex [Sat, 20 Oct 2012 17:52:41 +0000 (19:52 +0200)]
add comments about the purpose of skins/common/common*.css files

Per Dantman's (Daniel Friesen) comments on
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/95837.

Also a little cleanup in the header comments.

Change-Id: I8bc5d591ade631b9bb030e8ab6e102fd3146247a

11 years agoSetting $wgContLang without changing $wgLanguageCode accordingly is a very bad idea.
Alexandre Emsenhuber [Sat, 20 Oct 2012 16:15:18 +0000 (18:15 +0200)]
Setting $wgContLang without changing $wgLanguageCode accordingly is a very bad idea.

This caused about 200 exceptions "MWException: Error in MediaWikiLangTestCase::setUp(): $wgLanguageCode ('fr') is different from $wgContLang->getCode() (en)" on my installation.

Change-Id: I2987db68e22b27d8d36cdae118356fd7612e56a4

11 years agoMerge "(bug 41171) Refactor User::edits() and User::incEditCount()"
IAlex [Sat, 20 Oct 2012 16:13:42 +0000 (16:13 +0000)]
Merge "(bug 41171) Refactor User::edits() and User::incEditCount()"

11 years agoMerge "Unit test for User::getEditCount"
IAlex [Sat, 20 Oct 2012 16:04:51 +0000 (16:04 +0000)]
Merge "Unit test for User::getEditCount"

11 years agoMerge "Add filearchive.fa_sha1 to PostgreSQL as well."
IAlex [Sat, 20 Oct 2012 14:47:08 +0000 (14:47 +0000)]
Merge "Add filearchive.fa_sha1 to PostgreSQL as well."

11 years agoMerge "Remove a bunch of trailing spaces and unneeded newlines"
IAlex [Sat, 20 Oct 2012 14:40:55 +0000 (14:40 +0000)]
Merge "Remove a bunch of trailing spaces and unneeded newlines"

11 years agoMerge "Remove a bunch of trailing spaces and unneeded newlines"
IAlex [Sat, 20 Oct 2012 14:38:03 +0000 (14:38 +0000)]
Merge "Remove a bunch of trailing spaces and unneeded newlines"

11 years agoMerge "Bug 41234 - api prop=imageinfo broken on PHP 5.4"
Nikerabbit [Sat, 20 Oct 2012 14:03:52 +0000 (14:03 +0000)]
Merge "Bug 41234 - api prop=imageinfo broken on PHP 5.4"

11 years agoRemove a bunch of trailing spaces and unneeded newlines
umherirrender [Sat, 20 Oct 2012 11:35:38 +0000 (13:35 +0200)]
Remove a bunch of trailing spaces and unneeded newlines

Change-Id: If9fb04f64389b9b40c13f3372ad4792c2e14def0

11 years agoRemove a bunch of trailing spaces and unneeded newlines
umherirrender [Sat, 20 Oct 2012 11:32:35 +0000 (13:32 +0200)]
Remove a bunch of trailing spaces and unneeded newlines

Change-Id: I52ae3c55044bc8c53698e356bad74969406670bf

11 years agoMerge "Remove a bunch of trailing spaces and unneeded newlines"
IAlex [Sat, 20 Oct 2012 06:25:29 +0000 (06:25 +0000)]
Merge "Remove a bunch of trailing spaces and unneeded newlines"

11 years agoMerge "Remove a bunch of trailing spaces and unneeded newlines"
IAlex [Sat, 20 Oct 2012 06:21:31 +0000 (06:21 +0000)]
Merge "Remove a bunch of trailing spaces and unneeded newlines"

11 years agoAdd filearchive.fa_sha1 to PostgreSQL as well.
Tim Landscheidt [Sat, 20 Oct 2012 03:36:03 +0000 (03:36 +0000)]
Add filearchive.fa_sha1 to PostgreSQL as well.

This fixes bug #41114.

Change-Id: I021070f90d35d99ad55944543e94004f62d5f08c

11 years agoBug 41234 - api prop=imageinfo broken on PHP 5.4
Reedy [Sat, 20 Oct 2012 02:23:27 +0000 (03:23 +0100)]
Bug 41234 - api prop=imageinfo broken on PHP 5.4

Fix by Roan

Change-Id: I14d8da45f7655ded501e3dd48dbdd424ecacc885

11 years agogetParamValue defaults to current page only if url undefined
Ori Livneh [Fri, 19 Oct 2012 19:02:11 +0000 (12:02 -0700)]
getParamValue defaults to current page only if url undefined

The danger of using || here is apparent if you consider the
following case:

  mw.util.getParamValue( 'action', document.referrer );

If document.referrer is the empty string (as it often is),
getParamValue will look up the 'action' parameter in the
current URL, which is surely unintended. The solution is to
use the default value if and only if the url parameter is
undefined.

Change-Id: Ifd949f890d2f974dacc40e549c820c434ce57f53

11 years agoA few more for bug 41122
Reedy [Fri, 19 Oct 2012 23:17:59 +0000 (00:17 +0100)]
A few more for bug 41122

Change-Id: I756067c8e40eafff87f8f448a9e037228afd3bf3

11 years agoAdd additional specs + Parsoid-centric tests to keep Parsoid in line.
Subramanya Sastry [Fri, 19 Oct 2012 22:22:18 +0000 (17:22 -0500)]
Add additional specs + Parsoid-centric tests to keep Parsoid in line.

Change-Id: I9a6970b13d6f76d1f740655b3ff5061b6edad32f

11 years agoMerge "Revert "Revert "Show a "(blocked)" hint on Special:ListUsers/ActiveUsers"""
Reedy [Fri, 19 Oct 2012 22:11:58 +0000 (22:11 +0000)]
Merge "Revert "Revert "Show a "(blocked)" hint on Special:ListUsers/ActiveUsers"""

11 years agoMerge "Localisation updates from http://translatewiki.net."
Translation updater bot [Fri, 19 Oct 2012 20:29:41 +0000 (20:29 +0000)]
Merge "Localisation updates from translatewiki.net."

11 years agoBug 41122 - Catchable fatal error: Object of class ParserOptions could not be convert...
Reedy [Fri, 19 Oct 2012 20:12:55 +0000 (21:12 +0100)]
Bug 41122 - Catchable fatal error: Object of class ParserOptions could not be converted to string

Fix ApiParse occurence

Change-Id: I82db8bb6dff178e11a1e6731fbf2cd977daa804a

11 years agoRemove a bunch of trailing spaces and unneeded newlines
umherirrender [Fri, 19 Oct 2012 20:10:42 +0000 (22:10 +0200)]
Remove a bunch of trailing spaces and unneeded newlines

Change-Id: I166a171c196f4c2c75886be12f913ffa9a4a35ad

11 years agoRemove a bunch of trailing spaces and unneeded newlines
umherirrender [Fri, 19 Oct 2012 20:03:05 +0000 (22:03 +0200)]
Remove a bunch of trailing spaces and unneeded newlines

Change-Id: I7db616db8c969567d420c0161fa207b366e292b6

11 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Fri, 19 Oct 2012 20:01:49 +0000 (20:01 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I30c902e8570c74138b0e90e6d90dda7be8b760a0

11 years agoMerge "Fixed dependencies for jquery.collapsibleTabs"
Nikerabbit [Fri, 19 Oct 2012 19:38:14 +0000 (19:38 +0000)]
Merge "Fixed dependencies for jquery.collapsibleTabs"

11 years ago[FileBackend] Issue a warnings for cache problems in streamFile().
Aaron Schulz [Fri, 19 Oct 2012 19:28:08 +0000 (12:28 -0700)]
[FileBackend] Issue a warnings for cache problems in streamFile().

Change-Id: I62cf6f07dc8722d483b3b6969aae1915c4ffccc6

11 years agoMerge "(bug 41156) Add id to the toolbox page info link"
IAlex [Fri, 19 Oct 2012 19:15:42 +0000 (19:15 +0000)]
Merge "(bug 41156) Add id to the toolbox page info link"

11 years agoRevert "Revert "Show a "(blocked)" hint on Special:ListUsers/ActiveUsers""
Reedy [Fri, 19 Oct 2012 17:18:43 +0000 (17:18 +0000)]
Revert "Revert "Show a "(blocked)" hint on Special:ListUsers/ActiveUsers""

This reverts commit 79a72a34c4ac525afa81d7c2ccfdefbc13a7dc92

11 years agoMerge "(bug 40876) Icon for PSD (Adobe Photoshop) file types."
Hashar [Fri, 19 Oct 2012 13:43:42 +0000 (13:43 +0000)]
Merge "(bug 40876) Icon for PSD (Adobe Photoshop) file types."

11 years agoMerge "(Bug 41178) Check whether content is null or false."
Reedy [Fri, 19 Oct 2012 13:41:49 +0000 (13:41 +0000)]
Merge "(Bug 41178) Check whether content is null or false."

11 years ago(bug 40876) Icon for PSD (Adobe Photoshop) file types.
ankur [Sat, 13 Oct 2012 06:24:02 +0000 (11:54 +0530)]
(bug 40876) Icon for PSD (Adobe Photoshop) file types.

The icon comes from the KDE "crystal svg" icon collection.

Change-Id: Ieac947391629e14980d1b81f5cef8bc20a15c01a

11 years agoAdd some debug logging to ContentHandler
daniel [Mon, 15 Oct 2012 15:27:34 +0000 (17:27 +0200)]
Add some debug logging to ContentHandler

Change-Id: I3f728999bc0576e4d225b49b5440a7fc5617d52d

11 years agoRelease note for ApiQueryORM class
jeroendedauw [Tue, 16 Oct 2012 18:00:15 +0000 (20:00 +0200)]
Release note for ApiQueryORM class

The class let you facilitate the creation of query API modules.

Change-Id: I30485076edd59edf02b90fc394a710c6353ee898

11 years agoRevert excessive indenting from 28433
Reedy [Thu, 18 Oct 2012 12:19:59 +0000 (13:19 +0100)]
Revert excessive indenting from 28433

Also remove indenting from else statement in the same block

Change-Id: I571880a4404fbc5a4804de9d3e2eb8f9d1501a37

11 years agoProtect against Xdebug overloading var_dump().
Tim Landscheidt [Fri, 19 Oct 2012 03:02:20 +0000 (03:02 +0000)]
Protect against Xdebug overloading var_dump().

This fixes bug #36452.

Change-Id: I0fc65af8c561b23daa5301a00706acb5b3f619dc

11 years ago(Bug 41178) Check whether content is null or false.
daniel [Fri, 19 Oct 2012 10:24:49 +0000 (12:24 +0200)]
(Bug 41178) Check whether content is null or false.

This is a follow-up to I7d629753.

Change-Id: Id9e307fcbab5d28fe4fc4ec21b5a4882cffc6841

11 years agoMerge "Updated release notes for job queue refactoring."
Nikerabbit [Fri, 19 Oct 2012 08:07:26 +0000 (08:07 +0000)]
Merge "Updated release notes for job queue refactoring."

11 years agoMerge "Fixup some returns, documentation"
Nikerabbit [Fri, 19 Oct 2012 07:32:52 +0000 (07:32 +0000)]
Merge "Fixup some returns, documentation"

11 years agoMerge "Avoid using $wgUser in TitlePermissionTest"
IAlex [Fri, 19 Oct 2012 05:55:30 +0000 (05:55 +0000)]
Merge "Avoid using $wgUser in TitlePermissionTest"

11 years agoClear $this->mOptionsLoaded in User::clearInstanceCache()
Tim Starling [Fri, 19 Oct 2012 03:02:39 +0000 (14:02 +1100)]
Clear $this->mOptionsLoaded in User::clearInstanceCache()

(bug 41198) If clearInstanceCache() is to clear cached user data apart
from the data from the user table, as addToDatabase() expects, then
$this->mOptionsLoaded needs to be set to false. Clearing $this->mOptions
may reduce memory usage a bit, but is not sufficient.

Change-Id: I6912415dc154d06f62839a1ee777c2c3747253d6