lhc/web/wiklou.git
13 years agoRemoved trailing whitespaces
Alexandre Emsenhuber [Sun, 24 Oct 2010 07:59:01 +0000 (07:59 +0000)]
Removed trailing whitespaces

13 years agoadded string trimming for older browsers
Krinkle [Sat, 23 Oct 2010 21:08:58 +0000 (21:08 +0000)]
added string trimming for older browsers

13 years agoFixed some doxygen warnings and consistency in documentation
Alexandre Emsenhuber [Sat, 23 Oct 2010 21:01:54 +0000 (21:01 +0000)]
Fixed some doxygen warnings and consistency in documentation

13 years agoadded mw.util.getWikilink and ported enableCheckboxShiftClick to jQuery
Krinkle [Sat, 23 Oct 2010 20:12:56 +0000 (20:12 +0000)]
added mw.util.getWikilink and ported enableCheckboxShiftClick to jQuery

13 years agoFollow-up r70638:
Bryan Tong Minh [Sat, 23 Oct 2010 18:53:39 +0000 (18:53 +0000)]
Follow-up r70638:
* Use a single query to get the page_props instead of one per page
* Removed the $wgPageProps global
* Removed a lot of useless crap

13 years agoUse more descriptive names for the test methods.
Mark A. Hershberger [Sat, 23 Oct 2010 18:07:02 +0000 (18:07 +0000)]
Use more descriptive names for the test methods.

13 years agoRevert r70703 and followup r70715: broke &redirect for API edit with a fatal error
Roan Kattouw [Sat, 23 Oct 2010 17:48:08 +0000 (17:48 +0000)]
Revert r70703 and followup r70715: broke &redirect for API edit with a fatal error

13 years agoRelease notes for r75272.
Chad Horohoe [Sat, 23 Oct 2010 17:33:37 +0000 (17:33 +0000)]
Release notes for r75272.

13 years agoUpdate documentation a bit more.
Mark A. Hershberger [Sat, 23 Oct 2010 17:28:39 +0000 (17:28 +0000)]
Update documentation a bit more.

13 years agoadding begin of mediaWiki.util and loading it by default + trailing whitespace cleanu...
Krinkle [Sat, 23 Oct 2010 17:24:07 +0000 (17:24 +0000)]
adding begin of mediaWiki.util and loading it by default + trailing whitespace cleanup in mediawiki.js

13 years agoBREAKING CHANGE: Per r70640 CR, salt patrol tokens with rcid in the API too. This...
Roan Kattouw [Sat, 23 Oct 2010 17:22:38 +0000 (17:22 +0000)]
BREAKING CHANGE: Per r70640 CR, salt patrol tokens with rcid in the API too. This means patrol tokens are now different for every recentchanges entry.

13 years agoAdd examples of depends
Mark A. Hershberger [Sat, 23 Oct 2010 17:08:03 +0000 (17:08 +0000)]
Add examples of depends

13 years agoRemove action=raw from Special:Statistics. We wanted to keep it for back-compat ...
Chad Horohoe [Sat, 23 Oct 2010 17:04:45 +0000 (17:04 +0000)]
Remove action=raw from Special:Statistics. We wanted to keep it for back-compat (see lists.wikimedia.org/pipermail/wikitech-l/2008-August/039202.html), but it's been two years since then. All of this info is available through the API with meta=siteinfo&siprop=statistics. Also a followup to r65059, finalize removal of job queue from Special:Statistics.

13 years agoinclude JUnit logger instead of requireing it
Markus Glaser [Sat, 23 Oct 2010 17:02:08 +0000 (17:02 +0000)]
include JUnit logger instead of requireing it

13 years agoRevert r70640 per CR: don't expose unsalted edit tokens in URLs. Should instead chang...
Roan Kattouw [Sat, 23 Oct 2010 16:56:07 +0000 (16:56 +0000)]
Revert r70640 per CR: don't expose unsalted edit tokens in URLs. Should instead change the API's patrol functionality to salt patrol tokens (coming up shortly)

13 years agoAdd a test for capitalization to the data provider
Mark A. Hershberger [Sat, 23 Oct 2010 16:41:49 +0000 (16:41 +0000)]
Add a test for capitalization to the data provider

13 years agoAdded rvparse to parse revisions. For performance reasons if this option is used...
Bryan Tong Minh [Sat, 23 Oct 2010 16:41:20 +0000 (16:41 +0000)]
Added rvparse to parse revisions. For performance reasons if this option is used, rvlimit is enforced to 1.

13 years agoExample data provider
Mark A. Hershberger [Sat, 23 Oct 2010 16:41:03 +0000 (16:41 +0000)]
Example data provider

13 years agouse the install-phpunit.sh script
Mark A. Hershberger [Sat, 23 Oct 2010 16:05:41 +0000 (16:05 +0000)]
use the install-phpunit.sh script

13 years agoInitial check in for install script for PHPunit
Mark A. Hershberger [Sat, 23 Oct 2010 16:05:02 +0000 (16:05 +0000)]
Initial check in for install script for PHPunit

13 years agoFix r63813, r64717 (session path detection in new installer). Surprise surprise,...
Chad Horohoe [Sat, 23 Oct 2010 16:02:34 +0000 (16:02 +0000)]
Fix r63813, r64717 (session path detection in new installer). Surprise surprise, the PHP documentation doesn't match what happens in practice :p

13 years agoupdated sample configuration with option to run against grid
Markus Glaser [Sat, 23 Oct 2010 15:54:27 +0000 (15:54 +0000)]
updated sample configuration with option to run against grid

13 years agoadded settings to run tests against a selenium grid
Markus Glaser [Sat, 23 Oct 2010 15:52:12 +0000 (15:52 +0000)]
added settings to run tests against a selenium grid

13 years agoPer r72349 CR, bring gen=js behavior back, at least for now. It'd be nasty to serve...
Roan Kattouw [Sat, 23 Oct 2010 15:42:19 +0000 (15:42 +0000)]
Per r72349 CR, bring gen=js behavior back, at least for now. It'd be nasty to serve weird stuff to people still hitting gen=js with old code.

13 years agoAdded iiprop=parsedcomment to prop=imageinfo, similar to prop=revisions
Bryan Tong Minh [Sat, 23 Oct 2010 15:40:55 +0000 (15:40 +0000)]
Added iiprop=parsedcomment to prop=imageinfo, similar to prop=revisions

13 years agoRevert r73976 (Implements bug 24343 "localurl discards section id"). Per BZ feedback...
Chad Horohoe [Sat, 23 Oct 2010 15:32:31 +0000 (15:32 +0000)]
Revert r73976 (Implements bug 24343 "localurl discards section id"). Per BZ feedback, this doesn't actually fix the original issue, it adds a new parser function to work around the issue.

13 years agoFix immediate issues in r72900. I'd still like more testing and perhaps requests...
Niklas Laxström [Sat, 23 Oct 2010 15:24:08 +0000 (15:24 +0000)]
Fix immediate issues in r72900. I'd still like more testing and perhaps requests from language communities before adding the rest.

13 years agoFix a few visibilities, add a @todo
Chad Horohoe [Sat, 23 Oct 2010 15:16:25 +0000 (15:16 +0000)]
Fix a few visibilities, add a @todo

13 years agoInitial checkin from !mwhack of a sample PHPUnit check.
Mark A. Hershberger [Sat, 23 Oct 2010 15:06:06 +0000 (15:06 +0000)]
Initial checkin from !mwhack of a sample PHPUnit check.

13 years agoFollow-up to r74771, 75241: complete rename for bat-smg to sgs.
Siebrand Mazeland [Sat, 23 Oct 2010 14:56:55 +0000 (14:56 +0000)]
Follow-up to r74771, 75241: complete rename for bat-smg to sgs.

13 years agoRevert r73593, root cause has long been fixed
Roan Kattouw [Sat, 23 Oct 2010 14:53:06 +0000 (14:53 +0000)]
Revert r73593, root cause has long been fixed

13 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 23 Oct 2010 14:48:18 +0000 (14:48 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

13 years agoRename MessagesBat_smg.php to MessagesSgs.php. Follow-up to r74771. Needs a follow...
Siebrand Mazeland [Sat, 23 Oct 2010 14:47:44 +0000 (14:47 +0000)]
Rename MessagesBat_smg.php to MessagesSgs.php. Follow-up to r74771. Needs a follow-up commit for extensions with translations in bat-smg and a new file MessagesBat_smg.php having $fallback = 'sgs'.

13 years agoAdd 'bat-smg' to $wgDummyLanguageCodes - addresses MaxSem's comment 10095 on r74771.
Siebrand Mazeland [Sat, 23 Oct 2010 14:41:09 +0000 (14:41 +0000)]
Add 'bat-smg' to $wgDummyLanguageCodes - addresses MaxSem's comment 10095 on r74771.

13 years ago* Standardised file description headers
Alexandre Emsenhuber [Sat, 23 Oct 2010 14:16:26 +0000 (14:16 +0000)]
* Standardised file description headers
* added @file where needed
* added file description headers where needed

13 years agoPer Reedy, fix for r70274: forgot to change this
Alexandre Emsenhuber [Sat, 23 Oct 2010 13:52:06 +0000 (13:52 +0000)]
Per Reedy, fix for r70274: forgot to change this

13 years agoReverted r70151 and re-did what it was intended to do in a proper way: instead of...
Max Semenik [Sat, 23 Oct 2010 11:16:44 +0000 (11:16 +0000)]
Reverted r70151 and re-did what it was intended to do in a proper way: instead of just quietly serializing a crippled connection, fix the caller and receive nice exceptions when something else is broken instead of bug-hunting later.

13 years agoRevert r73942, which was itself a revert of r73887. After r75213 it will not cause...
Max Semenik [Sat, 23 Oct 2010 09:59:57 +0000 (09:59 +0000)]
Revert r73942, which was itself a revert of r73887. After r75213 it will not cause additional test failures.

13 years agore r70916: avoid resetting $wgMemc which leads to failures for me
Mark A. Hershberger [Sat, 23 Oct 2010 03:01:47 +0000 (03:01 +0000)]
re r70916: avoid resetting $wgMemc which leads to failures for me

13 years agoAdd __METHOD__ to query() call in runBatchedQuery.php
Roan Kattouw [Fri, 22 Oct 2010 22:43:14 +0000 (22:43 +0000)]
Add __METHOD__ to query() call in runBatchedQuery.php

13 years agoPDO doesn't seem to like opening nothing
Max Semenik [Fri, 22 Oct 2010 19:48:38 +0000 (19:48 +0000)]
PDO doesn't seem to like opening nothing

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

13 years agoFixed missing break; in ResourceLoaderFileModule::__construct, and added extra error...
Trevor Parscal [Thu, 21 Oct 2010 22:34:26 +0000 (22:34 +0000)]
Fixed missing break; in ResourceLoaderFileModule::__construct, and added extra error checking to it's input arrays.

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

13 years agoRenamed vector and monobook modules to skins.vector and skins.monobook - a convention...
Trevor Parscal [Thu, 21 Oct 2010 21:33:49 +0000 (21:33 +0000)]
Renamed vector and monobook modules to skins.vector and skins.monobook - a convention that should be followed in the future for other skins.

13 years agoResourceLoaderFileModule now uses mediaWiki.loader.load to load scripts in debug...
Trevor Parscal [Thu, 21 Oct 2010 21:25:27 +0000 (21:25 +0000)]
ResourceLoaderFileModule now uses mediaWiki.loader.load to load scripts in debug mode.

13 years agofollow-up to r73178: fix copypaste mistake
Jack Phoenix [Thu, 21 Oct 2010 20:42:42 +0000 (20:42 +0000)]
follow-up to r73178: fix copypaste mistake

13 years agoFollow up r67073 : add curly to if statement
Antoine Musso [Thu, 21 Oct 2010 18:26:17 +0000 (18:26 +0000)]
Follow up r67073 : add curly to if statement

13 years ago* Followup r75064 — fix misleading doc comment
Mark A. Hershberger [Thu, 21 Oct 2010 18:18:00 +0000 (18:18 +0000)]
* Followup r75064 — fix misleading doc comment
* Don't let redirects set the status object to an error.

13 years agoChanged the way that ResourceLoaderFileModule and mediaWiki.loader work in debug...
Trevor Parscal [Thu, 21 Oct 2010 01:03:46 +0000 (01:03 +0000)]
Changed the way that ResourceLoaderFileModule and mediaWiki.loader work in debug mode. As of this commit, in debug mode, ResourceLoaderFileModule will emit code which appends a a script tag for each raw JavaScript file in the module, instead of the concatenated code of the module's scripts. This eliminates the need to disable batch loading on the client in debug mode, since it effectively supersedes the effect of turning batch loading off.

13 years agoFollowup r75096 per Platonides, name the stuff better, rather than just fixing the...
Sam Reed [Wed, 20 Oct 2010 23:36:21 +0000 (23:36 +0000)]
Followup r75096 per Platonides, name the stuff better, rather than just fixing the typo..

13 years agoImproves on r75055, improving comment accuracy, and removing useless casting.
Trevor Parscal [Wed, 20 Oct 2010 20:56:33 +0000 (20:56 +0000)]
Improves on r75055, improving comment accuracy, and removing useless casting.

13 years ago* Improves on r75054 and r75036 by adding comments and renaming variables
Trevor Parscal [Wed, 20 Oct 2010 20:43:30 +0000 (20:43 +0000)]
* Improves on r75054 and r75036 by adding comments and renaming variables
* Fixes issue cased by creating a file module that only contains a list of dependencies.

13 years agoFew more explicit class variable declarations
Sam Reed [Wed, 20 Oct 2010 20:16:46 +0000 (20:16 +0000)]
Few more explicit class variable declarations

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

13 years agoInclude $IP in path passed to remap() so filesystem access will work properly
Roan Kattouw [Wed, 20 Oct 2010 19:13:43 +0000 (19:13 +0000)]
Include $IP in path passed to remap() so filesystem access will work properly

13 years agoFix some method documentation
Sam Reed [Wed, 20 Oct 2010 18:50:33 +0000 (18:50 +0000)]
Fix some method documentation

Fix some typos

Some explicit class members

13 years agoSome comment fixes: be consistent between # and //, fix grammar, remove information...
Roan Kattouw [Wed, 20 Oct 2010 14:58:35 +0000 (14:58 +0000)]
Some comment fixes: be consistent between # and //, fix grammar, remove information about internals from Doxygen comment (those are about what the function does, not how). Also make $modules argument to makeModuleResponse() default to array() instead of null

13 years agoAdd support to upload WebP files. Disabled by default and no thumbnailing support.
Derk-Jan Hartman [Wed, 20 Oct 2010 14:50:30 +0000 (14:50 +0000)]
Add support to upload WebP files. Disabled by default and no thumbnailing support.
Relates to bug 25397

13 years agoadd some braces and trim trailing whitespace
Jack Phoenix [Wed, 20 Oct 2010 12:11:46 +0000 (12:11 +0000)]
add some braces and trim trailing whitespace

13 years agocoding style tweaks
Jack Phoenix [Wed, 20 Oct 2010 12:00:55 +0000 (12:00 +0000)]
coding style tweaks

13 years agoAdd seleniumserverexecpath and example non-default-PATH Firefox paths for Mac & Win...
Brion Vibber [Wed, 20 Oct 2010 06:10:02 +0000 (06:10 +0000)]
Add seleniumserverexecpath and example non-default-PATH Firefox paths for Mac & Win in selenium_settings.ini.sample

13 years agoTweaks to let Selenium tests run on Mac OS X; also make sure we quote the server...
Brion Vibber [Wed, 20 Oct 2010 06:03:15 +0000 (06:03 +0000)]
Tweaks to let Selenium tests run on Mac OS X; also make sure we quote the server exec path, as not everybody keeps their directory trees free of spaces! :)

13 years agofollow up r75046 — Add getStatus() method to HttpRequest
Mark A. Hershberger [Wed, 20 Oct 2010 02:50:36 +0000 (02:50 +0000)]
follow up r75046 — Add getStatus() method to HttpRequest

13 years agoWhitespace, comments and general cleanup.
Trevor Parscal [Wed, 20 Oct 2010 00:25:20 +0000 (00:25 +0000)]
Whitespace, comments and general cleanup.

13 years agoWhitespace, comments and general cleanup.
Trevor Parscal [Wed, 20 Oct 2010 00:22:25 +0000 (00:22 +0000)]
Whitespace, comments and general cleanup.

13 years agoSome cleanup work
Trevor Parscal [Tue, 19 Oct 2010 23:47:56 +0000 (23:47 +0000)]
Some cleanup work

13 years agoWhitespace adjustments
Trevor Parscal [Tue, 19 Oct 2010 23:02:15 +0000 (23:02 +0000)]
Whitespace adjustments

13 years agoFixed remaning use of $this->loaders to use the new naming of $this->loaderScripts
Trevor Parscal [Tue, 19 Oct 2010 23:00:52 +0000 (23:00 +0000)]
Fixed remaning use of $this->loaders to use the new naming of $this->loaderScripts

13 years agoFixed case where tryForKey can sometimes not return an array
Trevor Parscal [Tue, 19 Oct 2010 22:53:53 +0000 (22:53 +0000)]
Fixed case where tryForKey can sometimes not return an array

13 years agoRefactored ResourceLoaderFileModule, most notably removing the set* methods, which...
Trevor Parscal [Tue, 19 Oct 2010 22:48:52 +0000 (22:48 +0000)]
Refactored ResourceLoaderFileModule, most notably removing the set* methods, which are not in use at the moment, and should only be added when we have a use case for them (API bloat = bad)

13 years ago* Added extendable fallback closure to configuration prototype.
Trevor Parscal [Tue, 19 Oct 2010 21:05:07 +0000 (21:05 +0000)]
* Added extendable fallback closure to configuration prototype.
* Renamed configuration to map, since it's being used more generally than just for configurations.

13 years agoRemove PHP Notice: Undefined index: usedomain in phase3/includes/templates/Userlogin...
Platonides [Tue, 19 Oct 2010 21:02:03 +0000 (21:02 +0000)]
Remove PHP Notice:  Undefined index: usedomain in phase3/includes/templates/Userlogin.php on line 70
Add extradata data for adding fields from an extension.

13 years agoFixed ResourceLoaderFileModule constructor - collated lists were not being prefixed...
Trevor Parscal [Tue, 19 Oct 2010 20:59:23 +0000 (20:59 +0000)]
Fixed ResourceLoaderFileModule constructor -  collated lists were not being prefixed properly. Also did some renaming to improve consistency.

13 years agodocumentation, a couple notes about code and some whitespaces adjustements to make...
Antoine Musso [Tue, 19 Oct 2010 20:45:02 +0000 (20:45 +0000)]
documentation, a couple notes about code and some whitespaces adjustements to make code easier to read.

13 years agoFollow up r74753, removed pass-by-references and @ operator
Markus Glaser [Tue, 19 Oct 2010 19:58:58 +0000 (19:58 +0000)]
Follow up r74753, removed pass-by-references and @ operator

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

13 years agoFollow up r74750, array keys should be strings
Markus Glaser [Tue, 19 Oct 2010 19:38:30 +0000 (19:38 +0000)]
Follow up r74750, array keys should be strings

13 years agoFollowup r74988, brion wins again ;D
Sam Reed [Tue, 19 Oct 2010 18:40:43 +0000 (18:40 +0000)]
Followup r74988, brion wins again ;D

13 years agoPart 2 of 2, moved ResourceLoader*Module classes to their own files - this commit...
Trevor Parscal [Tue, 19 Oct 2010 18:31:09 +0000 (18:31 +0000)]
Part 2 of 2, moved ResourceLoader*Module classes to their own files - this commit removes the non file specific code.

13 years agoPart 1 of 2, moving ResourceLoader*Module classes to their own files - this commit...
Trevor Parscal [Tue, 19 Oct 2010 18:25:42 +0000 (18:25 +0000)]
Part 1 of 2, moving ResourceLoader*Module classes to their own files - this commit copies the ResourceLoaderModules.php file to each of the new files, as to maintain revision history.  The next revision will remove non file specific code.

13 years agoMoved ResourceLoader classes to their own folder, preparing to also split ResourceLoa...
Trevor Parscal [Tue, 19 Oct 2010 18:21:38 +0000 (18:21 +0000)]
Moved ResourceLoader classes to their own folder, preparing to also split ResourceLoaderModule.php into multiple files (it's getting a bit long now)

13 years agoReverts r75018, and does what that commit was supposed to do.
Trevor Parscal [Tue, 19 Oct 2010 17:52:01 +0000 (17:52 +0000)]
Reverts r75018, and does what that commit was supposed to do.

13 years agoImproves on r74964 by including PHP warnings emitted during a ResourceLoader response...
Trevor Parscal [Tue, 19 Oct 2010 17:48:41 +0000 (17:48 +0000)]
Improves on r74964 by including PHP warnings emitted during a ResourceLoader response in a comment at the end of the response - only while in debug mode.

13 years agoTemp fix for r74966 to stop causing errors everywhere
Niklas Laxström [Tue, 19 Oct 2010 08:27:13 +0000 (08:27 +0000)]
Temp fix for r74966 to stop causing errors everywhere

13 years agoFollow up r74962, debug messages should be splitted.
Antoine Musso [Tue, 19 Oct 2010 06:27:25 +0000 (06:27 +0000)]
Follow up r74962, debug messages should be splitted.
This is to avoid log mess with concurrent accesses and to allow logging between the messages.

Makes the message more readeable:
  Connecting to localhost wikidb...
  Connected to localhost wikidb.
  Connection failed to localhost wikidb.

13 years ago* fixed r74949 remarks
Jure Kajzer [Tue, 19 Oct 2010 06:25:12 +0000 (06:25 +0000)]
* fixed r74949 remarks
* modified version lookup, added 9iR1 as minimum version for installation.

13 years agoSwap usage of create_function for defined function as a callback
Sam Reed [Tue, 19 Oct 2010 00:44:28 +0000 (00:44 +0000)]
Swap usage of create_function for defined function as a callback

13 years agoPer CR on r45418...
Sam Reed [Mon, 18 Oct 2010 23:50:33 +0000 (23:50 +0000)]
Per CR on r45418...

Explicitally define $refers = array();, as it being in a loop is just slight confusing with the isset

13 years agoAdd link in message, similar to the similar ones in this group.
Purodha B Blissenbach [Mon, 18 Oct 2010 23:27:41 +0000 (23:27 +0000)]
Add link in message, similar to the similar ones in this group.

13 years agoFollowup r68760: add comment
Chad Horohoe [Mon, 18 Oct 2010 22:37:44 +0000 (22:37 +0000)]
Followup r68760: add comment

13 years agoAdd parser tests to the 'Parser' group
Antoine Musso [Mon, 18 Oct 2010 21:36:58 +0000 (21:36 +0000)]
Add parser tests to the 'Parser' group
Makefile gets some additional targets

13 years agoFirst shot at porting Monobook to Vector. The only non-straightforward part is moving...
Roan Kattouw [Mon, 18 Oct 2010 20:35:56 +0000 (20:35 +0000)]
First shot at porting Monobook to Vector. The only non-straightforward part is moving from a separate rtl.css file to a main.css file we can safely Janus. This is half-done right now. Notable things:
* No longer including rtl.css, instead relying on Janused main.css
* Renamed external.png to external-ltr.png so Janus will pick up on external-rtl.png (already exists)
* Added @embed to all images, add @noflip where needed (may not have covered all cases)
* Pulled some things from rtl.css into main.css such that they're no-ops in LTR but are needed in RTL. Example: body { direction:ltr;
* Killed some RTL-specific rules in main.css that were superseded in main.css
* Changed padding: 0 foo; to padding-right: foo; so it gets Janused right
* Commented out loading of IE*Fixes.css. Still need to incorporate these into main.css somehow

13 years agoResourceLoader: Clear warnings before echo'ing output
Roan Kattouw [Mon, 18 Oct 2010 20:16:19 +0000 (20:16 +0000)]
ResourceLoader: Clear warnings before echo'ing output

13 years agoMake some wfDebug() messages nicer to look at in debug log file.
Antoine Musso [Mon, 18 Oct 2010 19:56:33 +0000 (19:56 +0000)]
Make some wfDebug() messages nicer to look at in debug log file.

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

13 years agoReverted accidental changes to DifferenceInterface in r74956
Priyanka Dhanda [Mon, 18 Oct 2010 18:28:16 +0000 (18:28 +0000)]
Reverted accidental changes to DifferenceInterface in r74956

13 years agoAdded to DefaultSettings
Priyanka Dhanda [Mon, 18 Oct 2010 18:20:19 +0000 (18:20 +0000)]
Added  to DefaultSettings

13 years agoFollow up to r74780. Set default for . did some sanity check around testSuiteNames...
Priyanka Dhanda [Mon, 18 Oct 2010 18:15:13 +0000 (18:15 +0000)]
Follow up to r74780. Set default for . did some sanity check around testSuiteNames. Some more code cleanup

13 years agoFollow up to r74780. Set default for .
Priyanka Dhanda [Mon, 18 Oct 2010 18:14:36 +0000 (18:14 +0000)]
Follow up to r74780. Set default for .