lhc/web/wiklou.git
14 years agoApiEmailUser.php: fix copyright symbol, spacing and coding style tweaks, spaces ...
Jack Phoenix [Mon, 22 Feb 2010 12:20:54 +0000 (12:20 +0000)]
ApiEmailUser.php: fix copyright symbol, spacing and coding style tweaks, spaces -> tabs, trimmed off trailing whitespace

14 years agoApiEditPage.php: fix copyright symbol, spacing and coding style cleanup, more braces
Jack Phoenix [Mon, 22 Feb 2010 12:18:42 +0000 (12:18 +0000)]
ApiEditPage.php: fix copyright symbol, spacing and coding style cleanup, more braces

14 years agoUpdates for new major version (1.17)
Tim Starling [Mon, 22 Feb 2010 11:27:52 +0000 (11:27 +0000)]
Updates for new major version (1.17)

14 years agoFix r62774 in a different way.
Tim Starling [Mon, 22 Feb 2010 10:48:30 +0000 (10:48 +0000)]
Fix r62774 in a different way.

14 years agoFollow-up r62806: Add new message key
Raimond Spekking [Mon, 22 Feb 2010 07:33:39 +0000 (07:33 +0000)]
Follow-up r62806: Add new message key

14 years agoFixes for r62505:
Tim Starling [Mon, 22 Feb 2010 07:02:12 +0000 (07:02 +0000)]
Fixes for r62505:
* In MagicWordArray::matchStartAndRemove(), fixed the case where the length of localised synonym is not precisely the length of the magic word ID plus one
* Fixed the case where matchStartAndRemove() removes the entire string, send empty string not false
* Fix brace style

14 years ago* Fixes Bug #22268
Mark A. Hershberger [Mon, 22 Feb 2010 05:12:20 +0000 (05:12 +0000)]
* Fixes Bug #22268
* Document parseHeader()
* Separate out setStatus() so it can be called from execute()
* Avoid core dumps on older PHPs when using PhpHttpRequest and doing redirects
* Add getResponseHeader() for getting the response headers
* Add special handling on tests for older PHP

14 years agows-only cleanup
Mark A. Hershberger [Mon, 22 Feb 2010 03:34:56 +0000 (03:34 +0000)]
ws-only cleanup

14 years agofollow up r53282
Mark A. Hershberger [Mon, 22 Feb 2010 03:07:28 +0000 (03:07 +0000)]
follow up r53282
Recover the use of verifyExtension that was lost in r53282

14 years agoIn fixBug20757.php:
Tim Starling [Mon, 22 Feb 2010 02:33:44 +0000 (02:33 +0000)]
In fixBug20757.php:
* Don't use buildLike() just yet, for easy backporting to wmf-deployment.
* Don't try to fetch old_flags=object,external rows
* Skip rows with the wrong class using a MySQL condition since we really don't care about them
* Propagate old_flags to the new pointer row. This could be necessary if moveToExternal.php was run after compressOld.php from MW>1.5. This never actually happened at Wikimedia.
* Don't skip rows with bt_moved=0, we need to resolve these stubs if RCT is to continue.
* Fix isUnbrokenStub() to not overwrite its input, fixes minor progress message issue
* Tested locally.

In resolveStubs.php:
* Fixed two bugs in the condition intended to limit the rows acted on to HistoryBlobStub: the string we compared against was not all in lower case, and the character set was binary, making LOWER() do nothing.
* Resolve stubs with old_flags='object,utf-8', analysis showed that we have some of these on enwiki
* Tested locally.

In trackBlobs.php:
* Fixed a bug causing incorrect values to be inserted into bt_cgz_hash. There was no impact on RCT or any other script since bt_cgz_hash is unused at present. Tested locally.

14 years agofollow up r62231, r61779, r62175
Mark A. Hershberger [Mon, 22 Feb 2010 02:15:30 +0000 (02:15 +0000)]
follow up r62231, r61779, r62175
* Fix up messages
* For new FileRepo::append(), use flags to determine whether to delete or not
* Add more error checking for appending
* Fix a couple of places in Revision.php and LogPage.php where DB errors were produced when comment was null
* Remove bogus checking for !$comment, etc on the DONE phase of chunked uploading
* Don't pretend to return a value when raising an exception
* Add more tests for chunked uploads
* Verify that Status::getErrorsArray() (at least where it is used in ApiUpload::execute()) returns an array that we can pass to dieUsageMessage()
* Ensure that checkWarnings(), etc work only on the complete file

14 years agofollow up r62800 fix typo
Mark A. Hershberger [Mon, 22 Feb 2010 01:12:50 +0000 (01:12 +0000)]
follow up r62800 fix typo

14 years agoCleanup r62798: If you add a new param then document it, simplify check for --force
Chad Horohoe [Mon, 22 Feb 2010 00:54:39 +0000 (00:54 +0000)]
Cleanup r62798: If you add a new param then document it, simplify check for --force

14 years agoadd --force option to delete db table rows
Mark A. Hershberger [Mon, 22 Feb 2010 00:37:05 +0000 (00:37 +0000)]
add --force option to delete db table rows

14 years agoSpecify percentage width on Modern search box
Aryeh Gregor [Sun, 21 Feb 2010 23:59:00 +0000 (23:59 +0000)]
Specify percentage width on Modern search box

As discussed on IRC.  This reverts r62794, and is intended to be a
better fix for bug 19194.  By removing the display: block, we work
around the WebKit bug <https://bugs.webkit.org/show_bug.cgi?id=27982>.
But then on some font sizes, the text box becomes too narrow, so the
"Go" button winds up on the same line as the search box.  thedj reported
this as a problem both with r62794 and with simple removal of display:
block, but said it was fine with width: 85%, which also looks fine to
me.

14 years agoFixes bug 19194 (search box issue in Safari and Chrome)
Lisa Ridley [Sun, 21 Feb 2010 23:14:01 +0000 (23:14 +0000)]
Fixes bug 19194 (search box issue in Safari and Chrome)

14 years agoget rid of strict notice.
Mark A. Hershberger [Sun, 21 Feb 2010 22:47:40 +0000 (22:47 +0000)]
get rid of strict notice.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 21 Feb 2010 20:10:36 +0000 (20:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-21 20:00 UTC)

14 years agoApiDisabled.php: fix copyright symbol, coding style tweaks
Jack Phoenix [Sun, 21 Feb 2010 18:09:00 +0000 (18:09 +0000)]
ApiDisabled.php: fix copyright symbol, coding style tweaks

14 years agoPartially revert r62774 to prevent PHP Notice: Undefined variable: wgUser in include...
Siebrand Mazeland [Sun, 21 Feb 2010 17:28:13 +0000 (17:28 +0000)]
Partially revert r62774 to prevent PHP Notice:  Undefined variable: wgUser in includes/Preferences.php on line 212

14 years agodouble global declaration
Domas Mituzas [Sun, 21 Feb 2010 17:27:11 +0000 (17:27 +0000)]
double global declaration

14 years agomissed one :)
Domas Mituzas [Sun, 21 Feb 2010 17:26:04 +0000 (17:26 +0000)]
missed one :)

14 years ago3x global $wgOut
Domas Mituzas [Sun, 21 Feb 2010 17:25:25 +0000 (17:25 +0000)]
3x global $wgOut

14 years agoI have a feeling that a line above declares same global
Domas Mituzas [Sun, 21 Feb 2010 17:20:31 +0000 (17:20 +0000)]
I have a feeling that a line above declares same global

14 years agoglobal $wgLang, $wgLang, $wgLang, $wgLang;
Domas Mituzas [Sun, 21 Feb 2010 17:18:28 +0000 (17:18 +0000)]
global $wgLang, $wgLang, $wgLang, $wgLang;

14 years agoglobal already imported few lines above
Domas Mituzas [Sun, 21 Feb 2010 17:07:37 +0000 (17:07 +0000)]
global already imported few lines above

14 years agoremove duplicate global definitions
Domas Mituzas [Sun, 21 Feb 2010 17:03:25 +0000 (17:03 +0000)]
remove duplicate global definitions

14 years agofix include path (DifferenceEngine.php has been moved to 'diff' subdir)
Domas Mituzas [Sun, 21 Feb 2010 14:28:16 +0000 (14:28 +0000)]
fix include path (DifferenceEngine.php has been moved to 'diff' subdir)

14 years agoApiBlock.php: spacing & coding style tweaks, more braces, fixed copyright symbol
Jack Phoenix [Sun, 21 Feb 2010 12:32:46 +0000 (12:32 +0000)]
ApiBlock.php: spacing & coding style tweaks, more braces, fixed copyright symbol

14 years agoAlso rewrite ALTER TABLE, handle int(...) properly
Max Semenik [Sun, 21 Feb 2010 09:40:27 +0000 (09:40 +0000)]
Also rewrite ALTER TABLE, handle int(...) properly

14 years agoDon't display useless --dbuser and --dbpass in sqlite.php help
Max Semenik [Sun, 21 Feb 2010 08:30:23 +0000 (08:30 +0000)]
Don't display useless --dbuser and --dbpass in sqlite.php help

14 years agomaintenance/sqlite.php: added an option for safe backup
Max Semenik [Sun, 21 Feb 2010 08:25:58 +0000 (08:25 +0000)]
maintenance/sqlite.php: added an option for safe backup

14 years agoRevert accidental commit
Aryeh Gregor [Sun, 21 Feb 2010 01:45:53 +0000 (01:45 +0000)]
Revert accidental commit

14 years agoFix comment, remove unused global
Aryeh Gregor [Sun, 21 Feb 2010 01:44:25 +0000 (01:44 +0000)]
Fix comment, remove unused global

14 years agoRevert "Kill off IE50Fixes. Adds extra clutter to the head, and market share is down...
Aryeh Gregor [Sun, 21 Feb 2010 01:43:42 +0000 (01:43 +0000)]
Revert "Kill off IE50Fixes. Adds extra clutter to the head, and market share is down below 0.03% (is.gd/6jyWo)."

This reverts commit d7b597d6720762330b11538b4b19554bfb6d11a1.

14 years agoDatabaseSqlite:
Max Semenik [Sat, 20 Feb 2010 20:00:28 +0000 (20:00 +0000)]
DatabaseSqlite:
* Tweaks and fixes to DDL conversion from MySQL. Now everything in tables.sql converts cleanly to SQLite's native type hints.
* Handle error in duplicateTableStructure().

14 years agoRv part of r61319 that always sets $wgSQLiteDataDir to "$IP"
Max Semenik [Sat, 20 Feb 2010 19:47:24 +0000 (19:47 +0000)]
Rv part of r61319 that always sets $wgSQLiteDataDir to "$IP"

14 years agoApiBase.php: coding style cleanup, added more braces, trimmed trailing spaces, change...
Jack Phoenix [Sat, 20 Feb 2010 19:39:51 +0000 (19:39 +0000)]
ApiBase.php: coding style cleanup, added more braces, trimmed trailing spaces, changed copyright symbol to the proper one

14 years agoLocalization update for he.
Rotem Liss [Sat, 20 Feb 2010 19:37:56 +0000 (19:37 +0000)]
Localization update for he.

14 years agoFix for r62744: use tabs for indentation, not spaces
Alexandre Emsenhuber [Sat, 20 Feb 2010 19:22:27 +0000 (19:22 +0000)]
Fix for r62744: use tabs for indentation, not spaces

14 years agotableName has to be encoded before field type checking
Jure Kajzer [Sat, 20 Feb 2010 18:27:00 +0000 (18:27 +0000)]
tableName has to be encoded before field type checking

14 years ago(bug 22537) ForeignAPIRepo doesn't handle files that have no preview
Chad Horohoe [Sat, 20 Feb 2010 17:48:38 +0000 (17:48 +0000)]
(bug 22537) ForeignAPIRepo doesn't handle files that have no preview

14 years ago(bug 8790) Metadata edition ($wgUseMetadataEdit) has been moved to a separate extensi...
Alexandre Emsenhuber [Sat, 20 Feb 2010 17:05:56 +0000 (17:05 +0000)]
(bug 8790) Metadata edition ($wgUseMetadataEdit) has been moved to a separate extension "MetadataEdit":
* Removed $wgUseMetadataEdit and related code in EditPage from and created a new extension "MetadataEdit"
* Added 3 new hooks EditFormInitialText, EditFormGetDiffText and EditFormGetPreviewText
* Moved 'metadata_help' message to the extension

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 20 Feb 2010 16:28:33 +0000 (16:28 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-20 16:00 UTC)

14 years agoFixed unnecessary assignment (from r61913)
Tim Starling [Fri, 19 Feb 2010 23:21:58 +0000 (23:21 +0000)]
Fixed unnecessary assignment (from r61913)

14 years agoFix errors in Live Preview caused by extensions using document.write()
Andrew Garrett [Fri, 19 Feb 2010 20:40:11 +0000 (20:40 +0000)]
Fix errors in Live Preview caused by extensions using document.write()

14 years agor65299 c5894 followup
Sam Reed [Fri, 19 Feb 2010 19:44:28 +0000 (19:44 +0000)]
r65299 c5894 followup

Move isset check of gettoken upto level of $salt !== false. If gettoken is set, the module isn't going to do anything else (and therefore no point seeing if there is a token set, let alone attempting to validate it)

14 years agoAdding references to r62241 and r62358 to release notes
Tobias [Fri, 19 Feb 2010 18:36:22 +0000 (18:36 +0000)]
Adding references to r62241 and r62358 to release notes

14 years agoFixup result_array
Sam Reed [Fri, 19 Feb 2010 18:28:52 +0000 (18:28 +0000)]
Fixup result_array

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 19 Feb 2010 17:39:24 +0000 (17:39 +0000)]
Fixed some doxygen warnings

14 years agoMy fault, forgot to mv ZhConversion.php. Follow up on r62705.
Philip Tzou [Fri, 19 Feb 2010 15:11:56 +0000 (15:11 +0000)]
My fault, forgot to mv ZhConversion.php. Follow up on r62705.

14 years agoUpdate Chinese conversion table.
Philip Tzou [Fri, 19 Feb 2010 14:53:20 +0000 (14:53 +0000)]
Update Chinese conversion table.

14 years agoAPI deletion module: trim trailing spaces, tweak coding style, change copyright symbo...
Jack Phoenix [Fri, 19 Feb 2010 12:54:09 +0000 (12:54 +0000)]
API deletion module: trim trailing spaces, tweak coding style, change copyright symbol to a proper one, change "else if" to "elseif"

14 years agonewFromName: Fixing error in the documentation and adding IP address as an example...
Tobias [Fri, 19 Feb 2010 10:51:03 +0000 (10:51 +0000)]
newFromName: Fixing error in the documentation and adding IP address as an example. No code change

14 years agoLogExtract on blocked user's pages: fixing r62241 (see comments by Tim)
Tobias [Fri, 19 Feb 2010 10:37:20 +0000 (10:37 +0000)]
LogExtract on blocked user's pages: fixing r62241 (see comments by Tim)

14 years agoMoving Conrad's recent parser work out to a branch. Reverted r62434, r62416, r62150...
Tim Starling [Fri, 19 Feb 2010 05:19:32 +0000 (05:19 +0000)]
Moving Conrad's recent parser work out to a branch. Reverted r62434, r62416, r62150, r62111, r62085, r62081, r62080, r62077, r62076, r62069, r62049, r62035.

14 years agoResolve stubs which may be broken by running RCT. Added a --start option. Not tested...
Tim Starling [Fri, 19 Feb 2010 04:56:09 +0000 (04:56 +0000)]
Resolve stubs which may be broken by running RCT. Added a --start option. Not tested yet.

14 years agoStylize on Api
Sam Reed [Fri, 19 Feb 2010 01:25:57 +0000 (01:25 +0000)]
Stylize on Api

Manual layout improvements in ApiFeedWatchlist

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 18 Feb 2010 20:13:15 +0000 (20:13 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-18 20:00 UTC)

14 years agoLocalization update for he.
Rotem Liss [Thu, 18 Feb 2010 18:00:57 +0000 (18:00 +0000)]
Localization update for he.

14 years agoAPI login module: coding style cleanup, remove stray semicolon, use proper copyright...
Jack Phoenix [Thu, 18 Feb 2010 14:53:30 +0000 (14:53 +0000)]
API login module: coding style cleanup, remove stray semicolon, use proper copyright symbol

14 years agoClassify rows with old_flags='object,utf-8' (there are 1800 in enwiki).
Tim Starling [Thu, 18 Feb 2010 04:05:00 +0000 (04:05 +0000)]
Classify rows with old_flags='object,utf-8' (there are 1800 in enwiki).

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 17 Feb 2010 20:30:31 +0000 (20:30 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-17 20:00 UTC)

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Wed, 17 Feb 2010 20:24:28 +0000 (20:24 +0000)]
Fixed some doxygen warnings

14 years agoFollow-up r62648: Add new message key to maintenance script
Raimond Spekking [Wed, 17 Feb 2010 19:31:47 +0000 (19:31 +0000)]
Follow-up r62648: Add new message key to maintenance script

14 years ago* (bug 22551) Special:Resetpass now has a "Cancel" button that sends the user to...
X! [Wed, 17 Feb 2010 18:41:05 +0000 (18:41 +0000)]
* (bug 22551) Special:Resetpass now has a "Cancel" button that sends the user to the page set in the &returnto parameter.

14 years ago* added missing initialize function to UploadFromFile ( avoids the initialized undefi...
Michael Dale [Wed, 17 Feb 2010 05:43:50 +0000 (05:43 +0000)]
* added missing initialize function to UploadFromFile ( avoids the initialized undefined error )

14 years agoUse __METHOD__
Chad Horohoe [Wed, 17 Feb 2010 01:28:48 +0000 (01:28 +0000)]
Use __METHOD__

14 years ago(bug 22540) ForeignApiRepos no longer try to store thumbnails that don't exist. Patch...
Chad Horohoe [Wed, 17 Feb 2010 00:52:04 +0000 (00:52 +0000)]
(bug 22540) ForeignApiRepos no longer try to store thumbnails that don't exist. Patch by Derk-Jan Hartman

14 years agoAdd blank line below Configuration changes in 1.16 to match formatting of rest of...
Sam Reed [Wed, 17 Feb 2010 00:43:12 +0000 (00:43 +0000)]
Add blank line below Configuration changes in 1.16 to match formatting of rest of sections

14 years agoLocalisation updates for magic words from translatewiki.net
Siebrand Mazeland [Tue, 16 Feb 2010 23:13:08 +0000 (23:13 +0000)]
Localisation updates for magic words from translatewiki.net

14 years agoLocalisation updates for special page aliases from translatewiki.net
Siebrand Mazeland [Tue, 16 Feb 2010 23:03:23 +0000 (23:03 +0000)]
Localisation updates for special page aliases from translatewiki.net

14 years agoLocalisation updates for namespace aliases from translatewiki.net
Siebrand Mazeland [Tue, 16 Feb 2010 22:54:16 +0000 (22:54 +0000)]
Localisation updates for namespace aliases from translatewiki.net

14 years ago* Fixed some doxygen warnings
Alexandre Emsenhuber [Tue, 16 Feb 2010 22:06:04 +0000 (22:06 +0000)]
* Fixed some doxygen warnings
* Consistency in documentation

14 years agoMinor fixup to api/ApiEditPage.php to remove getMaxArticleSize function
Sam Reed [Tue, 16 Feb 2010 22:01:38 +0000 (22:01 +0000)]
Minor fixup to api/ApiEditPage.php to remove getMaxArticleSize function

14 years agoFollowup to r62557 as per Roans comment
Sam Reed [Tue, 16 Feb 2010 21:59:16 +0000 (21:59 +0000)]
Followup to r62557 as per Roans comment

14 years agomore braces, documentation and spacing tweaks
Jack Phoenix [Tue, 16 Feb 2010 21:33:55 +0000 (21:33 +0000)]
more braces, documentation and spacing tweaks

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 16 Feb 2010 19:52:31 +0000 (19:52 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-15 19:30 UTC)

14 years agoFixed a E_DEPRECATED
Max Semenik [Tue, 16 Feb 2010 19:04:09 +0000 (19:04 +0000)]
Fixed a E_DEPRECATED

14 years agoRemoved MMCache support, this thing is dead. Partially implements bug 19193
Max Semenik [Tue, 16 Feb 2010 12:56:02 +0000 (12:56 +0000)]
Removed MMCache support, this thing is dead. Partially implements bug 19193

14 years agoSwitched tests to portable table duplication
Max Semenik [Tue, 16 Feb 2010 12:12:29 +0000 (12:12 +0000)]
Switched tests to portable table duplication

14 years agoRenamed SearchMySQL4Test to SearchMySQLTest, SearchMySQL4 was renamed long ago
Max Semenik [Tue, 16 Feb 2010 11:52:57 +0000 (11:52 +0000)]
Renamed SearchMySQL4Test to SearchMySQLTest, SearchMySQL4 was renamed long ago

14 years ago* When I found it, I cried. fixes bug #22501
Mark A. Hershberger [Tue, 16 Feb 2010 03:37:19 +0000 (03:37 +0000)]
* When I found it, I cried. fixes bug #22501
* Also, fix up showtitle for parser tests to always give a title, whether we're setting a display title or not.

14 years agoDecomment parts accidentally commited commented in r62557
Sam Reed [Tue, 16 Feb 2010 01:29:58 +0000 (01:29 +0000)]
Decomment parts accidentally commited commented in r62557

14 years agoFollowup to r62557
Sam Reed [Tue, 16 Feb 2010 01:27:19 +0000 (01:27 +0000)]
Followup to r62557

Add array( 'sessionfailure' ) to getPossibleErrors for token using modules (missed adding when removing from individual modules!)

14 years agoFix call to nonexistent function from r61357
Tim Starling [Tue, 16 Feb 2010 01:06:49 +0000 (01:06 +0000)]
Fix call to nonexistent function from r61357

14 years agoRemove a couple of duplicated errors from ApiEditPage getPossibleErrors
Sam Reed [Mon, 15 Feb 2010 23:56:09 +0000 (23:56 +0000)]
Remove a couple of duplicated errors from ApiEditPage getPossibleErrors

Unindent one level in ApiMain substituteResultWithError

14 years agoProvide a few more tests for bug #22501
Mark A. Hershberger [Mon, 15 Feb 2010 23:54:02 +0000 (23:54 +0000)]
Provide a few more tests for bug #22501

14 years agoRefactor requiresToken to getTokenSalt - Returns salt if exists, null if no salt...
Sam Reed [Mon, 15 Feb 2010 23:53:43 +0000 (23:53 +0000)]
Refactor requiresToken to getTokenSalt - Returns salt if exists, null if no salt, else false if no token required

Move sessionfailure (token validation checking) up a couple of levels

Part of bug 21991

Followup to r62482 and r62504

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 15 Feb 2010 22:06:18 +0000 (22:06 +0000)]
Fixed some doxygen warnings

14 years agoRm 3 unused $wgDBprefixes
Chad Horohoe [Mon, 15 Feb 2010 21:53:30 +0000 (21:53 +0000)]
Rm 3 unused $wgDBprefixes

14 years agoFix broken comma logic in r62486
Roan Kattouw [Mon, 15 Feb 2010 21:34:31 +0000 (21:34 +0000)]
Fix broken comma logic in r62486

14 years agoAPI performance fixes: avoid unstubbing $wgContLang and $wgUser
Roan Kattouw [Mon, 15 Feb 2010 20:50:21 +0000 (20:50 +0000)]
API performance fixes: avoid unstubbing $wgContLang and $wgUser

14 years agoAPI: Redo r62540 for all modules, easier than I first imagined
Roan Kattouw [Mon, 15 Feb 2010 20:42:43 +0000 (20:42 +0000)]
API: Redo r62540 for all modules, easier than I first imagined

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 15 Feb 2010 20:22:16 +0000 (20:22 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-15 20:00 UTC)

14 years agoTidy up phpdoc to match code
Mark A. Hershberger [Mon, 15 Feb 2010 20:20:14 +0000 (20:20 +0000)]
Tidy up phpdoc to match code

14 years agoAPI: Optimize read rights check in opensearch so $wgUser doesn't get unstubbed if...
Roan Kattouw [Mon, 15 Feb 2010 20:20:00 +0000 (20:20 +0000)]
API: Optimize read rights check in opensearch so $wgUser doesn't get unstubbed if $wgGroupPermissions['*']['read'] is true

14 years agofixes #22501 follow up r61101 remove superfluous, buggy code that was over-rideing...
Mark A. Hershberger [Mon, 15 Feb 2010 20:18:05 +0000 (20:18 +0000)]
fixes #22501 follow up r61101 remove superfluous, buggy code that was over-rideing displaytitle

14 years agoRevert r62421. Removing "set_time_limit( 0 );" causes all kinds of time out issues...
Siebrand Mazeland [Mon, 15 Feb 2010 20:08:39 +0000 (20:08 +0000)]
Revert r62421. Removing "set_time_limit( 0 );" causes all kinds of time out issues running command line scripts in both maintenance/ and with cli scripts in extensions.

14 years agoWhitespace fixes for r62532
Roan Kattouw [Mon, 15 Feb 2010 18:47:32 +0000 (18:47 +0000)]
Whitespace fixes for r62532