lhc/web/wiklou.git
13 years agoAllow overriding default memory limits in maintenance scripts (which is usually to...
Chad Horohoe [Sat, 16 Oct 2010 17:30:34 +0000 (17:30 +0000)]
Allow overriding default memory limits in maintenance scripts (which is usually to disable it). Helpful for people on Suhosin which yells at you for trying to disable the limit ;-)

13 years agoFix r72905: don't run $endTime through wfTimestamp() twice
Roan Kattouw [Sat, 16 Oct 2010 16:53:10 +0000 (16:53 +0000)]
Fix r72905: don't run $endTime through wfTimestamp() twice

13 years agoRenamed all setup() in tests to setUp(). Although PHP doesn't care, PHPUnit docs...
Max Semenik [Sat, 16 Oct 2010 15:07:55 +0000 (15:07 +0000)]
Renamed all setup() in tests to setUp(). Although PHP doesn't care, PHPUnit docs prefer the latter. Removed a pointless override in one case.

13 years ago* Fix r74790 by actually calling setup (using parent::setup)
Antoine Musso [Sat, 16 Oct 2010 13:24:35 +0000 (13:24 +0000)]
* Fix r74790 by actually calling setup (using parent::setup)
* Replace inexistant markTestIgnored() method with markTestSkipped()
* Add comments

13 years agoIf using PHPUnit version 3.5.0 or later, make use of its Autoloader
Antoine Musso [Sat, 16 Oct 2010 10:39:00 +0000 (10:39 +0000)]
If using PHPUnit version 3.5.0 or later, make use of its Autoloader

13 years agoCreate a new ParserOptions()
Platonides [Fri, 15 Oct 2010 23:16:11 +0000 (23:16 +0000)]
Create a new ParserOptions()

13 years agoUse the accessor for getting mOptions.
Platonides [Fri, 15 Oct 2010 23:10:05 +0000 (23:10 +0000)]
Use the accessor for getting mOptions.
I'm not touching the accesses from the preprocessors since
I don't know if the call could add a penalty.

13 years agoRevert RELEASE-NOTES change from r68272, which was reverted in r68343.
Platonides [Fri, 15 Oct 2010 23:02:49 +0000 (23:02 +0000)]
Revert RELEASE-NOTES change from r68272, which was reverted in r68343.

13 years agoFollow r69904. Make Parser::getRandomString real private.
Platonides [Fri, 15 Oct 2010 22:12:19 +0000 (22:12 +0000)]
Follow r69904. Make Parser::getRandomString real private.
Parser_DiffTest::dtUniqPrefix is now lazyloader.
I also fixed the typo in its declaration.

13 years agor71546 broke imagemagick usage in Windows, since cmd.exe takes the variable
Platonides [Fri, 15 Oct 2010 19:48:21 +0000 (19:48 +0000)]
r71546 broke imagemagick usage in Windows, since cmd.exe takes the variable
names as the program name.
I'm just not exporting those variables here, but we need to support them in Windows, too.
We could use putenv() but that seems ugly (and risky). A better solution would be to have
wfShellExec() call proc_open() with a modified environment.

A POSIX shell is required to accept variable assignments before the command so we shouldn't
have problems on any UNIX-like system.
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_09_01

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 15 Oct 2010 19:18:12 +0000 (19:18 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-15 19:02:00 UTC)

13 years ago* (bug 24792) API help caching doesn't vary on $wgUser->isAnon(), causes staleness
Sam Reed [Fri, 15 Oct 2010 17:13:38 +0000 (17:13 +0000)]
* (bug 24792) API help caching doesn't vary on $wgUser->isAnon(), causes staleness

13 years agocl_sortkey now back down to varbinary(230). Glad PG doesn't have this issue.
Greg Sabino Mullane [Fri, 15 Oct 2010 15:39:48 +0000 (15:39 +0000)]
cl_sortkey now back down to varbinary(230). Glad PG doesn't have this issue.

13 years agoFixed stupid copy+paste error from r74109
Max Semenik [Fri, 15 Oct 2010 14:11:59 +0000 (14:11 +0000)]
Fixed stupid copy+paste error from r74109

13 years agoFollow up r74725. Also add $lang parameter to EditSectionLink.
Platonides [Thu, 14 Oct 2010 22:13:43 +0000 (22:13 +0000)]
Follow up r74725. Also add $lang parameter to EditSectionLink.
Document the changes in hooks.txt

13 years agocl_sortkey should be 230 bytes long, not 255
Aryeh Gregor [Thu, 14 Oct 2010 21:47:02 +0000 (21:47 +0000)]
cl_sortkey should be 230 bytes long, not 255

Bug 25503, reported by Dmitriy.  When switching it to binary, I figured
that since it would always be one byte per character now, there would be
room to make it the full 255 bytes.  In fact, if cl_to is utf8, the
(cl_to, cl_type, cl_sortkey, cl_from) index will be 255*3 + 1 + 255 + 4
= 1025 bytes, longer than the max of 1000.  Shortening cl_sortkey to 230
bytes fixes this (fix tested by Dmitriy).

I didn't add an updater because if you're already running the current
schema without problems, you don't need this change.

13 years agoBig attack on unused variables...
Sam Reed [Thu, 14 Oct 2010 20:53:04 +0000 (20:53 +0000)]
Big attack on unused variables...

13 years agoAnother followup to r71426, $ni to $fieldRecord
Sam Reed [Thu, 14 Oct 2010 20:34:01 +0000 (20:34 +0000)]
Another followup to r71426, $ni to $fieldRecord

13 years agoFollowup r71426, not $nc it's $fieldRecord
Sam Reed [Thu, 14 Oct 2010 20:31:34 +0000 (20:31 +0000)]
Followup r71426, not $nc it's $fieldRecord

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 14 Oct 2010 19:36:21 +0000 (19:36 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-14 19:25:00 UTC)

13 years agoFixes for r74787:
Max Semenik [Thu, 14 Oct 2010 18:27:27 +0000 (18:27 +0000)]
Fixes for r74787:
* Don't call the check from every tests, there's setup() for that
* Check for FTS3 presence for SQLite, version is only partially relevant here as full-text search was added to default build options in 3.5.3, but it was accessible even before that. And even on 3.6 people can choose not to build with FTS.

13 years agospaces -> tabs
Chad Horohoe [Thu, 14 Oct 2010 18:26:15 +0000 (18:26 +0000)]
spaces -> tabs

13 years ago* sqlite 3.3 fails, raising version to 3.6 just like parserTests.php
Antoine Musso [Thu, 14 Oct 2010 18:01:09 +0000 (18:01 +0000)]
* sqlite 3.3 fails, raising version to 3.6 just like parserTests.php
* skip tests that need DB support

Maybe someone could implements this using the magic __call method.

13 years agoCleanup of SimpleSeleniumTestCase. Removed unnecessary include.
Priyanka Dhanda [Thu, 14 Oct 2010 17:56:52 +0000 (17:56 +0000)]
Cleanup of SimpleSeleniumTestCase. Removed unnecessary include.

13 years agoAdded missing file for r74780
Priyanka Dhanda [Thu, 14 Oct 2010 17:06:07 +0000 (17:06 +0000)]
Added missing file for r74780

13 years ago* WebStart.php and SeleniumWebSettings.php allow include files and global config...
Priyanka Dhanda [Thu, 14 Oct 2010 16:38:40 +0000 (16:38 +0000)]
* WebStart.php and SeleniumWebSettings.php allow include files and global config variables to be set based on the testsuite being run. See discussion in mediawiki.org/wiki/SeleniumFramework#Test_Wiki_configuration
* Let test suites run without logging in.

13 years ago* (Bug 25451) Language::time() and ::date() misfunction when given timestamps in...
Niklas Laxström [Thu, 14 Oct 2010 15:59:20 +0000 (15:59 +0000)]
* (Bug 25451) Language::time() and ::date() misfunction when given timestamps in wrong format

Convert given times to correct format like ::timeandate() already does.
Based on patch by Thorsten Glaser <tg@debian.org>.

13 years agoAdd sgs code for Samogitian and deprecate bat-smg.
Niklas Laxström [Thu, 14 Oct 2010 09:14:45 +0000 (09:14 +0000)]
Add sgs code for Samogitian and deprecate bat-smg.

See also bug 25522.

13 years agoadded support for junit log file output, which is neede by phpUnderControl
Markus Glaser [Thu, 14 Oct 2010 00:42:38 +0000 (00:42 +0000)]
added support for junit log file output, which is neede by phpUnderControl

13 years ago* start / stop selenium server on Linux
Markus Glaser [Thu, 14 Oct 2010 00:06:24 +0000 (00:06 +0000)]
* start / stop selenium server on Linux
* credits to Dan Nessett

13 years agoadded credits to Priyanka Dhanda and Daniel Kinzler
Markus Glaser [Wed, 13 Oct 2010 23:57:28 +0000 (23:57 +0000)]
added credits to Priyanka Dhanda and Daniel Kinzler

13 years ago* handle PHP 5.2 ini files
Markus Glaser [Wed, 13 Oct 2010 23:52:42 +0000 (23:52 +0000)]
* handle PHP 5.2 ini files
* sample ini file for PHP 5.2
* credits to dan nessett

13 years agoWhite space changes
Trevor Parscal [Wed, 13 Oct 2010 23:52:37 +0000 (23:52 +0000)]
White space changes

13 years agoFixup tabs/whitespace
Sam Reed [Wed, 13 Oct 2010 23:44:41 +0000 (23:44 +0000)]
Fixup tabs/whitespace

13 years agoFixup r74646
Sam Reed [Wed, 13 Oct 2010 23:43:21 +0000 (23:43 +0000)]
Fixup r74646

Remove unreachable return false;

Fix $tohis to $this

13 years agoResourceLoaderModule::concatStyles returns an Array, hence getPrimaryStyles does
Sam Reed [Wed, 13 Oct 2010 23:28:34 +0000 (23:28 +0000)]
ResourceLoaderModule::concatStyles returns an Array, hence getPrimaryStyles does

13 years agoAssignment in loop conditions suck
Sam Reed [Wed, 13 Oct 2010 23:11:40 +0000 (23:11 +0000)]
Assignment in loop conditions suck

while ( $row = $dbw->fetchObject( $res ) ) { to foreach ( $res as $row ) in includes

Add some braces

13 years agofollow-up to r74742: fix typos
Jack Phoenix [Wed, 13 Oct 2010 22:43:37 +0000 (22:43 +0000)]
follow-up to r74742: fix typos

13 years agoAssignment in loop conditions suck
Sam Reed [Wed, 13 Oct 2010 22:35:27 +0000 (22:35 +0000)]
Assignment in loop conditions suck

while ( $row = $dbw->fetchObject( $res ) ) { to foreach ( $res as $row ) in config

13 years agoAssignment in loop conditions suck
Sam Reed [Wed, 13 Oct 2010 22:34:25 +0000 (22:34 +0000)]
Assignment in loop conditions suck

while ( $row = $dbw->fetchObject( $res ) ) { to foreach ( $res as $row ) in maintenance stuffs (more to come)

13 years agoFixes bug in wikibits that causes addPortletLink to fail when adding tabs to the...
Trevor Parscal [Wed, 13 Oct 2010 21:58:04 +0000 (21:58 +0000)]
Fixes bug in wikibits that causes addPortletLink to fail when adding tabs to the vector skin.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 13 Oct 2010 19:36:44 +0000 (19:36 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-13 19:22:00 UTC)

13 years agoFixup "} elseif ( $cond[0] = '!' ) {" from r35983
Sam Reed [Wed, 13 Oct 2010 19:01:21 +0000 (19:01 +0000)]
Fixup "} elseif ( $cond[0] = '!' ) {" from r35983

NB, why are some revisions marked ok by no one? :S

13 years agoAdded $lang parameter to DoEditSectionLink hook. Allows extensions that add or modif...
Jack D. Pond [Wed, 13 Oct 2010 18:45:43 +0000 (18:45 +0000)]
Added $lang parameter to DoEditSectionLink hook.  Allows extensions that add or modify links to use wfMsgExt to build those links consistent with parent function doEditSectionLink.

13 years agoremoving test file
Neil Kandalgaonkar [Wed, 13 Oct 2010 00:27:03 +0000 (00:27 +0000)]
removing test file

13 years agotesting if I can commit
Neil Kandalgaonkar [Wed, 13 Oct 2010 00:26:36 +0000 (00:26 +0000)]
testing if I can commit

13 years agoFollow up r70940. This call should use the hook $result.
Platonides [Tue, 12 Oct 2010 23:20:12 +0000 (23:20 +0000)]
Follow up r70940. This call should use the hook $result.

13 years agoRemove unused array index, add a couple of braces
Sam Reed [Tue, 12 Oct 2010 22:48:22 +0000 (22:48 +0000)]
Remove unused array index, add a couple of braces

13 years agoFinished what r67300 started, by using #ba0000 as the broken "red" link color.
Trevor Parscal [Tue, 12 Oct 2010 21:28:17 +0000 (21:28 +0000)]
Finished what r67300 started, by using #ba0000 as the broken "red" link color.

13 years agoImproves on r72776 by adding documentation about the limitations of ResourceLoaderWik...
Trevor Parscal [Tue, 12 Oct 2010 21:19:51 +0000 (21:19 +0000)]
Improves on r72776 by adding documentation about the limitations of ResourceLoaderWikiModule and making use of the MWNamespace::getCanonicalName method rather than depending on $wgCanonicalNamespaceNames.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 12 Oct 2010 19:49:45 +0000 (19:49 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-12 19:36:00 UTC)

13 years ago* Test for the presence of addEventListener on the element on which we will actually...
Derk-Jan Hartman [Tue, 12 Oct 2010 19:15:40 +0000 (19:15 +0000)]
* Test for the presence of addEventListener on the element on which we will actually use it.

Just in case someone messes with the normal environment.

13 years agoA note about symbolic link and dirname() / include() ...
Antoine Musso [Tue, 12 Oct 2010 18:20:48 +0000 (18:20 +0000)]
A note about symbolic link and dirname() / include() ...

13 years agoPiece I was going to commit in r74681
Max Semenik [Tue, 12 Oct 2010 18:16:53 +0000 (18:16 +0000)]
Piece I was going to commit in r74681

13 years agoImproves on r69445 by removing unneeded conditional. Also fixes a comment typo.
Trevor Parscal [Tue, 12 Oct 2010 18:15:53 +0000 (18:15 +0000)]
Improves on r69445 by removing unneeded conditional. Also fixes a comment typo.

13 years agoFollow-up r74628: convert two remaining calls of patchPath()
Max Semenik [Tue, 12 Oct 2010 18:14:36 +0000 (18:14 +0000)]
Follow-up r74628: convert two remaining calls of patchPath()

13 years agoSimplifies r73680 by letting FormatJson::encode do it's magic with handling null...
Trevor Parscal [Tue, 12 Oct 2010 17:52:32 +0000 (17:52 +0000)]
Simplifies r73680 by letting FormatJson::encode do it's magic with handling null and string values correctly.

13 years agoEnumerate private member to fix build problem on CC
Mark A. Hershberger [Tue, 12 Oct 2010 17:40:52 +0000 (17:40 +0000)]
Enumerate private member to fix build problem on CC

13 years agoNOTE THAT THIS COMMIT REVEALS FAILING PARSER TESTS WHEN THEY ARE RUN IN PHPUnit....
Mark A. Hershberger [Mon, 11 Oct 2010 22:50:06 +0000 (22:50 +0000)]
NOTE THAT THIS COMMIT REVEALS FAILING PARSER TESTS WHEN THEY ARE RUN IN PHPUnit. THE PHPUnit HARNESS NEEDS TO BE FIXED IN THIS CASE. Running parser tests by the traditional “php parserTests.php” verified to work without failures.
Committing this to get the parser tests running under PHPUnit on the whole.  I expect to find fixes for the PHPUnit harness shortly.

* Construct ParserOptions with a user in ExtraParserTest and set up wgLang if it gets set to null — which *was* happening PHPUnit. Note that this probably shows a bug that I wasn't able to track down.
* Adjust phpunit tests so that they execute and report Parser test failures properly.  Attempt to make parser test titles the test titles PHPUnit sees.
* Add E_STRICT reporting to PHPUnit testing.
* Provide PHPUnitParserTest as an exension of ParserTest to handle necessary PHPUnit calls for running parser tests under PHPUnit.
* Use dirname() instead of relative paths (i.e. “..”) where SearchEngineTest.php looks for bootstrap.php.
* Sprinkle teardownGlobals() in exit points for teardownDatabase()
* Make ParserTest::chomp() static.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 11 Oct 2010 19:10:39 +0000 (19:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-11 19:00:00 UTC)

13 years agoTurned Database::patchPath() into a member function, less globals to care about
Max Semenik [Mon, 11 Oct 2010 15:29:48 +0000 (15:29 +0000)]
Turned Database::patchPath() into a member function, less globals to care about

13 years agoRemove $wgRemoteUploads. It was not well supported and superseded by $wgUploadNavigat...
Derk-Jan Hartman [Mon, 11 Oct 2010 15:20:57 +0000 (15:20 +0000)]
Remove $wgRemoteUploads. It was not well supported and superseded by $wgUploadNavigationUrl.

Follow up to r66566

13 years agoWhen reading an old-style user_options blob, use the default value for any preference...
Roan Kattouw [Mon, 11 Oct 2010 14:10:23 +0000 (14:10 +0000)]
When reading an old-style user_options blob, use the default value for any preferences not set in the blob. This'll hopefully fix bug 25416 ($options['editfont'] not set even though editfont is a legit pref)

13 years ago(bug 25474) Fix wrong parameters in updateModule() call. r74525 tried to fix this...
Roan Kattouw [Mon, 11 Oct 2010 08:32:48 +0000 (08:32 +0000)]
(bug 25474) Fix wrong parameters in updateModule() call. r74525 tried to fix this, but missed the point. Patch by Borislav Manolov

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 10 Oct 2010 19:23:48 +0000 (19:23 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-10 19:07:00 UTC)

13 years agoRemoved error suppression operators
Alexandre Emsenhuber [Sun, 10 Oct 2010 18:18:08 +0000 (18:18 +0000)]
Removed error suppression operators

13 years agoSpace
Platonides [Sun, 10 Oct 2010 14:45:00 +0000 (14:45 +0000)]
Space

13 years agoFollow up r74135 removing the globals, too.
Platonides [Sun, 10 Oct 2010 14:39:16 +0000 (14:39 +0000)]
Follow up r74135 removing the globals, too.
htmlescape the global.

13 years agoAdded description to language classes
Alexandre Emsenhuber [Sun, 10 Oct 2010 12:53:37 +0000 (12:53 +0000)]
Added description to language classes

13 years agoLocalisation tweak
Max Semenik [Sun, 10 Oct 2010 12:35:36 +0000 (12:35 +0000)]
Localisation tweak

13 years agoUse wfGetLB()->getServerCount() to get the server count, not $wgDBservers
Alexandre Emsenhuber [Sun, 10 Oct 2010 12:20:53 +0000 (12:20 +0000)]
Use wfGetLB()->getServerCount() to get the server count, not $wgDBservers

13 years agoUse the load balancer to get the server count, not $wgServers
Alexandre Emsenhuber [Sun, 10 Oct 2010 11:39:08 +0000 (11:39 +0000)]
Use the load balancer to get the server count, not $wgServers

13 years agoAdded a description and @file
Alexandre Emsenhuber [Sun, 10 Oct 2010 11:27:07 +0000 (11:27 +0000)]
Added a description and @file

13 years agoLocalization update for he.
Rotem Liss [Sun, 10 Oct 2010 10:15:18 +0000 (10:15 +0000)]
Localization update for he.

13 years agoReplaced error suppression operator with wfSuppressWarnings()/wfRestoreWarnings()
Alexandre Emsenhuber [Sun, 10 Oct 2010 09:56:54 +0000 (09:56 +0000)]
Replaced error suppression operator with wfSuppressWarnings()/wfRestoreWarnings()

13 years agoReturn null instead of false SqlBagOStuff::incr(), for consistency with other classes...
Alexandre Emsenhuber [Sun, 10 Oct 2010 09:46:52 +0000 (09:46 +0000)]
Return null instead of false SqlBagOStuff::incr(), for consistency with other classes (was breaking e.g. wfIncrStats())

13 years agoRemoved unexisting parameter from doc
Alexandre Emsenhuber [Sun, 10 Oct 2010 09:21:12 +0000 (09:21 +0000)]
Removed unexisting parameter from doc

13 years agoexit -> return
Alexandre Emsenhuber [Sun, 10 Oct 2010 09:01:03 +0000 (09:01 +0000)]
exit -> return

13 years agoUse full path to Maintenance.php
Alexandre Emsenhuber [Sun, 10 Oct 2010 08:35:07 +0000 (08:35 +0000)]
Use full path to Maintenance.php

13 years agorequire_once to please CruiseControl, formatting
Max Semenik [Sat, 9 Oct 2010 20:40:07 +0000 (20:40 +0000)]
require_once to please CruiseControl, formatting

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 9 Oct 2010 19:32:58 +0000 (19:32 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-09 19:18:00 UTC)

13 years agoFollow-up r74558: remove var_dump()
Max Semenik [Sat, 9 Oct 2010 19:19:54 +0000 (19:19 +0000)]
Follow-up r74558: remove var_dump()

13 years agoRestored the ability to run extension tests from the main runner
Max Semenik [Sat, 9 Oct 2010 19:17:20 +0000 (19:17 +0000)]
Restored the ability to run extension tests from the main runner

13 years ago* Updated run-tests.bat to take recent changes into account
Max Semenik [Sat, 9 Oct 2010 19:12:35 +0000 (19:12 +0000)]
* Updated run-tests.bat to take recent changes into account
* Fixed $wgHooks being reset during tests - thanks, Platonides

13 years agoFollow-up r74553, r74554 and r74555: don't guess, just include stuff properly
Max Semenik [Sat, 9 Oct 2010 19:00:44 +0000 (19:00 +0000)]
Follow-up r74553, r74554 and r74555: don't guess, just include stuff properly

13 years agoFollow r74554. Also take include path into account.
Platonides [Sat, 9 Oct 2010 18:40:05 +0000 (18:40 +0000)]
Follow r74554. Also take include path into account.

13 years agoLook for PHPUnit folder in the PATH and add support for Windows.
Platonides [Sat, 9 Oct 2010 18:32:13 +0000 (18:32 +0000)]
Look for PHPUnit folder in the PATH and add support for Windows.
Follow r74553

13 years agoReadd after r72566 a phpunit.php so that globals are kept global.
Platonides [Sat, 9 Oct 2010 18:15:37 +0000 (18:15 +0000)]
Readd after r72566 a phpunit.php so that globals are kept global.

13 years agoNot sure why watch was marked as deprecated, but unwatch wasn't... Marking unwatch...
Sam Reed [Sat, 9 Oct 2010 13:59:15 +0000 (13:59 +0000)]
Not sure why watch was marked as deprecated, but unwatch wasn't... Marking unwatch deprecated

13 years agoFixed comment; wfEncryptPassword() is deprecated
Alexandre Emsenhuber [Sat, 9 Oct 2010 13:34:19 +0000 (13:34 +0000)]
Fixed comment; wfEncryptPassword() is deprecated

13 years agoOne more remplacement to __METHOD__
Alexandre Emsenhuber [Sat, 9 Oct 2010 12:30:20 +0000 (12:30 +0000)]
One more remplacement to __METHOD__

13 years agoUse __METHOD__; name was false
Alexandre Emsenhuber [Sat, 9 Oct 2010 12:15:23 +0000 (12:15 +0000)]
Use __METHOD__; name was false

13 years agoAnd while I'm a it: This doesn't require DB access
Alexandre Emsenhuber [Sat, 9 Oct 2010 11:53:19 +0000 (11:53 +0000)]
And while I'm a it: This doesn't require DB access

13 years ago* Added missing call to parent constructor
Alexandre Emsenhuber [Sat, 9 Oct 2010 11:47:40 +0000 (11:47 +0000)]
* Added missing call to parent constructor
* Removed trailing whitespaces

13 years agoComment return types, some explicit class variable declaration
Sam Reed [Sat, 9 Oct 2010 00:01:45 +0000 (00:01 +0000)]
Comment return types, some explicit class variable declaration

13 years agoChange the FIXME to the other way.
Platonides [Fri, 8 Oct 2010 22:51:03 +0000 (22:51 +0000)]
Change the FIXME to the other way.
The issue is, php strtolower() calls tolower(3), which is locale sensitive.
Eg. LC_ALL='pt_BR.ISO-8859-1' php -r'echo strtolower("ÉÁÇÚÍ");'

Adding a call to setlocale(LC_ALL,'C'); in Setup.php may be a good idea.

13 years agoAdd parsertest for r74526.
Platonides [Fri, 8 Oct 2010 22:20:57 +0000 (22:20 +0000)]
Add parsertest for r74526.
Note that if we hadn't the first escaping, we would have a security vulnerability.
So be careful if you break this parser test.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 8 Oct 2010 21:40:52 +0000 (21:40 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-08 21:23:00 UTC)

13 years agoFix double-escaping for section edit link tooltips
Aryeh Gregor [Fri, 8 Oct 2010 18:52:23 +0000 (18:52 +0000)]
Fix double-escaping for section edit link tooltips

Bug 25462.

13 years ago* Improved on r73971 by removing the $name parameter from MessageBlobStore::gerenateM...
Trevor Parscal [Fri, 8 Oct 2010 18:42:20 +0000 (18:42 +0000)]
* Improved on r73971 by removing the $name parameter from MessageBlobStore::gerenateMessageBlob, since it was not being used.
* Fixed bug introduced in r73971 caused by using a module name rather than a module object in MessageBlobStore::updateModule