lhc/web/wiklou.git
13 years agoDo not assign the variable in the condition.
Platonides [Sat, 6 Nov 2010 00:18:30 +0000 (00:18 +0000)]
Do not assign the variable in the condition.
Use transform() instead of the deprecated getThumbnail()

13 years agoAdd require for UserMailer.php, which defines the backwards compatibility userMailer...
Platonides [Sat, 6 Nov 2010 00:14:45 +0000 (00:14 +0000)]
Add require for UserMailer.php, which defines the backwards compatibility userMailer() function.

13 years agodieout() function already takes into account if a </ul> is needed.
Platonides [Fri, 5 Nov 2010 23:36:30 +0000 (23:36 +0000)]
dieout() function already takes into account if a </ul> is needed.

13 years agoRemoved debugging code accidentally left in.
Tim Starling [Fri, 5 Nov 2010 23:07:28 +0000 (23:07 +0000)]
Removed debugging code accidentally left in.

13 years agofollow up r76111. I had picked the wrong timedifference for the filecache.
Derk-Jan Hartman [Fri, 5 Nov 2010 23:00:43 +0000 (23:00 +0000)]
follow up r76111. I had picked the wrong timedifference for the filecache.

13 years agoKill off a few en-gb translated messages that don't need to be kept (original is...
Sam Reed [Fri, 5 Nov 2010 22:40:53 +0000 (22:40 +0000)]
Kill off a few en-gb translated messages that don't need to be kept (original is fine)

13 years agoFollow up r76138. Globals that are now unneeded.
Platonides [Fri, 5 Nov 2010 22:29:08 +0000 (22:29 +0000)]
Follow up r76138. Globals that are now unneeded.

13 years agoFollowup r75999, use the correct variable. Zak confused me with having one thing...
Sam Reed [Fri, 5 Nov 2010 22:24:07 +0000 (22:24 +0000)]
Followup r75999, use the correct variable. Zak confused me with having one thing in the bug title, and another in the bug content! :P

13 years agounused global
Platonides [Fri, 5 Nov 2010 22:19:39 +0000 (22:19 +0000)]
unused global

13 years agoPer bug 25503 comment #11, use varbinary instead of varchar for ResourceLoader-relate...
Roan Kattouw [Fri, 5 Nov 2010 22:15:58 +0000 (22:15 +0000)]
Per bug 25503 comment #11, use varbinary instead of varchar for ResourceLoader-related tables to avoid errors about indexes being too long. Only really needed for msg_resource_links, changed the rest for consistency. No updater needed: anyone who's already gotten this set up without these errors doesn't need this change.

13 years agoRename TestFileIterator $parser member. It is unrelated with the Parser object.
Platonides [Fri, 5 Nov 2010 22:14:45 +0000 (22:14 +0000)]
Rename TestFileIterator $parser member. It is unrelated with the Parser object.
Too much similar names here. What do you drink with your articles? A ParserTest
or a MediaWikiParserTest?

Removed the redundant setParser() method.

13 years agoUnneeded globals. Require for EDIT_TOKEN_SUFFIX.
Platonides [Fri, 5 Nov 2010 22:10:15 +0000 (22:10 +0000)]
Unneeded globals. Require for EDIT_TOKEN_SUFFIX.

13 years agoFollowup r75825: per bug 25610 comment #3, check for debug mode in all other places...
Roan Kattouw [Fri, 5 Nov 2010 20:36:13 +0000 (20:36 +0000)]
Followup r75825: per bug 25610 comment #3, check for debug mode in all other places too.

13 years agoFollow up r75810. The code for the parser tests modified the main database even when...
Platonides [Fri, 5 Nov 2010 20:03:18 +0000 (20:03 +0000)]
Follow up r75810. The code for the parser tests modified the main database even when they were not run.
They are now lazy loaded on the first parserTest. This should also make running the other parserTests faster.
It shouldn't take that memory or even parse ParserTests.txt if they are not going to be run, though.

PHPUnit ParserTests are still broken at this point due to r74646

13 years agoWe have debug_print_backtrace() in PHP 5. Do not try to recreate it.
Platonides [Fri, 5 Nov 2010 19:40:01 +0000 (19:40 +0000)]
We have debug_print_backtrace() in PHP 5. Do not try to recreate it.

13 years agofollowup r76127 - update parser tests.
Mark A. Hershberger [Fri, 5 Nov 2010 19:39:55 +0000 (19:39 +0000)]
followup r76127 - update parser tests.

13 years agofollowup #76127 - fix a space inserted where it shouldn'tve been.
Mark A. Hershberger [Fri, 5 Nov 2010 19:36:51 +0000 (19:36 +0000)]
followup #76127 - fix a space inserted where it shouldn'tve been.

13 years agoResolves Bug#542 by removing the link title from in-wiki links where
Mark A. Hershberger [Fri, 5 Nov 2010 19:06:12 +0000 (19:06 +0000)]
Resolves Bug#542 by removing the link title from in-wiki links where
the title just duplicates the link text.

13 years agoUpdated the Powered By MediaWiki button.
Trevor Parscal [Fri, 5 Nov 2010 18:38:59 +0000 (18:38 +0000)]
Updated the Powered By MediaWiki button.

13 years agoFixed Doxygen incompatible JSDoc style comments (bad Trevor!) as per some comments...
Trevor Parscal [Fri, 5 Nov 2010 18:33:50 +0000 (18:33 +0000)]
Fixed Doxygen incompatible JSDoc style comments (bad Trevor!) as per some comments on r75036.

13 years agoFollow-up r76113, r76114: undeclared global, unnecessary global + some whitespace...
Niklas Laxström [Fri, 5 Nov 2010 18:01:16 +0000 (18:01 +0000)]
Follow-up r76113, r76114: undeclared global, unnecessary global + some whitespace fixes

13 years agoInstantCommons
Derk-Jan Hartman [Fri, 5 Nov 2010 16:36:50 +0000 (16:36 +0000)]
InstantCommons
* Use dbkey form of title, not textual form.
* Use getZonePath() from the repo.

13 years agoInstantCommons path and url cleanup
Derk-Jan Hartman [Fri, 5 Nov 2010 16:31:15 +0000 (16:31 +0000)]
InstantCommons path and url cleanup
* Add getZonePath
* Return uri encoded URLs for cached thumbnails
* Check validity of deduced filename
* url and path cleanup.

13 years agoInstantCommons: API caching expires after a day. Now check for existing presence...
Derk-Jan Hartman [Fri, 5 Nov 2010 16:26:56 +0000 (16:26 +0000)]
InstantCommons: API caching expires after a day. Now check for existing presence of thumbnail.

* Should save many downloads from uploads.wikimedia.org
* Checks with API if current upload is newer than stored local thumb
* File cache expires after a month and when purging the file page.
Closes bug 25970

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 5 Nov 2010 15:34:04 +0000 (15:34 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-05 15:10:00 UTC)

13 years agoNikerabbit wanted "
Chad Horohoe [Fri, 5 Nov 2010 14:16:51 +0000 (14:16 +0000)]
Nikerabbit wanted "

13 years agoFollowup r76088: in the case where we can't read screen.css, output a comment in...
Chad Horohoe [Fri, 5 Nov 2010 13:37:27 +0000 (13:37 +0000)]
Followup r76088: in the case where we can't read screen.css, output a comment in the CSS rather than serving nothing. Cleanup path so it outputs nicer without ..'s

13 years agoDynamically generate CSS (using vector now). Handles RTL/LTR flip properly \o/ UI...
Chad Horohoe [Fri, 5 Nov 2010 13:14:24 +0000 (13:14 +0000)]
Dynamically generate CSS (using vector now). Handles RTL/LTR flip properly \o/ UI's busted though ;-)

13 years agoDrop silly $_ prefix from 4.x days
Chad Horohoe [Fri, 5 Nov 2010 12:59:37 +0000 (12:59 +0000)]
Drop silly $_ prefix from 4.x days

13 years agoDocument return type. Autosuggestion and the like :)
Chad Horohoe [Fri, 5 Nov 2010 12:54:58 +0000 (12:54 +0000)]
Document return type. Autosuggestion and the like :)

13 years agoRm unused warning system from WebInstallerOutput (mostly handled by Status objects...
Chad Horohoe [Fri, 5 Nov 2010 12:48:13 +0000 (12:48 +0000)]
Rm unused warning system from WebInstallerOutput (mostly handled by Status objects elsewhere), document a few things too

13 years agoRevert r76077, r76079, they were an overreaction to a security bug that wasn't really...
Roan Kattouw [Fri, 5 Nov 2010 11:54:35 +0000 (11:54 +0000)]
Revert r76077, r76079, they were an overreaction to a security bug that wasn't really a security issue at all. The API will currently echo your session cookie back at you, but an attacker can only read that output using same-domain AJAX, and if they can do that they can do worse things (and steal the user's session in easier ways).

13 years agoRELEASE-NOTES for r76077
Roan Kattouw [Fri, 5 Nov 2010 11:48:11 +0000 (11:48 +0000)]
RELEASE-NOTES for r76077

13 years ago(bug 25793) Don't output the session ID over HTTP, allows session hijacking because...
Roan Kattouw [Fri, 5 Nov 2010 11:42:41 +0000 (11:42 +0000)]
(bug 25793) Don't output the session ID over HTTP, allows session hijacking because logins that failed because no token was specified would output the session ID

13 years agoGrammar: it's --> its
Max Semenik [Fri, 5 Nov 2010 07:39:48 +0000 (07:39 +0000)]
Grammar: it's --> its

13 years ago* Break long lines
Tim Starling [Fri, 5 Nov 2010 06:53:14 +0000 (06:53 +0000)]
* Break long lines
* For readability, rewrote ResourceLoaderFileModule::readScriptFiles() to use a loop instead of an excessively cute nested array_map() construction.
* In ResourceLoaderFileModule, check file_get_contents() result for errors. Golden rule of error checking: always check fopen(). Every call to fopen will fail some day for some user.
* In mediaWiki.loader.filter(): broke up a complex multi-line conditional into multiple commented if statements, for readability.
* Possessive "its" has no apostrophe.

13 years agoFixes for r75275:
Tim Starling [Fri, 5 Nov 2010 06:36:25 +0000 (06:36 +0000)]
Fixes for r75275:
* Replaced htmlEscape() with an implementation that's 10 times faster for typical input on Firefox 3.6. Removed insecure "quotes" option, now effectively defaults to true.
* Removed htmlUnescape(), which was doing scary things unrelated to HTML unescaping when passed a string with HTML tags in it. If anything actually needs it, we can figure out an implementation that works.
* Break long lines
* Fix comment style
* Fixed a few comment grammar and spelling issues

13 years agoFixed Macintosh mojibake from r75486
Tim Starling [Fri, 5 Nov 2010 04:34:45 +0000 (04:34 +0000)]
Fixed Macintosh mojibake from r75486

13 years agoAdd width to the cache key for thumburls in InstantCommons. No point in not caching...
Derk-Jan Hartman [Fri, 5 Nov 2010 01:42:28 +0000 (01:42 +0000)]
Add width to the cache key for thumburls in InstantCommons. No point in not caching multiple sizes if we can, must have been an oversight.

13 years agoFollowup r76055, missed a few more
Chad Horohoe [Thu, 4 Nov 2010 23:23:34 +0000 (23:23 +0000)]
Followup r76055, missed a few more

13 years agoReplace XML->HTML methods throughout most of the installer
Chad Horohoe [Thu, 4 Nov 2010 23:21:24 +0000 (23:21 +0000)]
Replace XML->HTML methods throughout most of the installer

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 4 Nov 2010 21:19:12 +0000 (21:19 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-04 21:05:00 UTC)

13 years agoDisabled SearchUpdateTest, the way it messes with LoadBalancer is completely FUBAR
Max Semenik [Thu, 4 Nov 2010 18:24:45 +0000 (18:24 +0000)]
Disabled SearchUpdateTest, the way it messes with LoadBalancer is completely FUBAR

13 years agoApplied patch provided by "The Evil IP address" in bug #25145. This adjusts the color...
Trevor Parscal [Thu, 4 Nov 2010 17:37:36 +0000 (17:37 +0000)]
Applied patch provided by "The Evil IP address" in bug #25145. This adjusts the colors of the .usermessage CSS rule to use blue instead of brown. Thanks for the patch!

13 years agoAdded @since tags for stuff introduced in r75994
Niklas Laxström [Thu, 4 Nov 2010 14:14:01 +0000 (14:14 +0000)]
Added @since tags for stuff introduced in r75994

13 years ago(bug 25783) Remove leftover HTMLDiff CSS, followup to incomplete r58267
Chad Horohoe [Thu, 4 Nov 2010 13:53:39 +0000 (13:53 +0000)]
(bug 25783) Remove leftover HTMLDiff CSS, followup to incomplete r58267

13 years agoSkip comments and stuff before the <svg> element.
Derk-Jan Hartman [Thu, 4 Nov 2010 13:42:42 +0000 (13:42 +0000)]
Skip comments and stuff before the <svg> element.

13 years agoFixup r75999, add missing ./PhpStorm-98.240/bin/webide.sh Wheee r76000
Sam Reed [Thu, 4 Nov 2010 13:20:58 +0000 (13:20 +0000)]
Fixup r75999, add missing ./PhpStorm-98.240/bin/webide.sh  Wheee r76000

13 years ago* (bug 25760) counter property still reported by the API when wgDisableCounters enabl...
Sam Reed [Thu, 4 Nov 2010 13:10:38 +0000 (13:10 +0000)]
* (bug 25760) counter property still reported by the API when wgDisableCounters enabled. If it's enabled, don't request counter information, and just display , to avoid breaking any backwards compatability

13 years agoCapitalise first letters
Sam Reed [Thu, 4 Nov 2010 13:07:57 +0000 (13:07 +0000)]
Capitalise first letters

13 years agoFollow-up r75996: Forgotten to remove an old line
Raimond Spekking [Thu, 4 Nov 2010 11:08:00 +0000 (11:08 +0000)]
Follow-up  r75996: Forgotten to remove an old line

13 years ago* Special:Search: Add CSS classes to 'none found' and 'create link' messages
Raimond Spekking [Thu, 4 Nov 2010 11:06:51 +0000 (11:06 +0000)]
* Special:Search: Add CSS classes to 'none found' and 'create link' messages

13 years agoFollow-up r75906: Add new special page to $specialPageAliases too
Raimond Spekking [Thu, 4 Nov 2010 09:23:38 +0000 (09:23 +0000)]
Follow-up r75906: Add new special page to $specialPageAliases too
Fixes PHP Notice: Did not find alias for special page 'UploadStash'. Perhaps no aliases are defined for it?

13 years ago* Introduced Xml::encodeJsCall(), to replace the awkward repetitive code that was...
Tim Starling [Thu, 4 Nov 2010 07:53:37 +0000 (07:53 +0000)]
* Introduced Xml::encodeJsCall(), to replace the awkward repetitive code that was doing the same thing throughout the resource loader with varying degrees of security and correctness.
* Modified Xml::encodeJsVar() to allow it to pass through JS expressions without encoding, using a special object.
* In ResourceLoader::makeModuleResponse(), renamed $messages to $messagesBlob to make it clear that it's JSON-encoded, not an array.
* Fixed MessageBlobStore to store {} for an empty message array instead of [].
* In ResourceLoader::makeMessageSetScript(), fixed call to non-existent function mediaWiki.msg.set.
* For security, changed the calling convention of makeMessageSetScript() and makeLoaderImplementScript() to require explicit object construction of XmlJsCode() before interpreting their input as JS code.
* Documented several ResourceLoader static functions.
* In ResourceLoaderWikiModule, for readability, reduced the indenting level by flipping some if blocks and adding continue statements.
* In makeCustomLoaderScript(), allow non-numeric $version. The only caller I can find is already sending a non-numeric $version, presumably it was broken. Luckily there aren't any loader scripts in existence, I had to make one to test it.
* wfGetDb -> wfGetDB
* Added an extra line break in the startup module output, for readability.
* In ResourceLoaderStartUpModule::getModuleRegistrations(), fixed another assignment expression

13 years agobug 24132, apply documentation updates to dumpBackup.php
Sam Reed [Thu, 4 Nov 2010 02:04:47 +0000 (02:04 +0000)]
bug 24132, apply documentation updates to dumpBackup.php

Slightly modified patch by Jonathan Wiltshire

13 years agoMinor expansion of document. Per patch by Jonathan Wiltshire on bug 24132
Sam Reed [Thu, 4 Nov 2010 01:59:26 +0000 (01:59 +0000)]
Minor expansion of document. Per patch by Jonathan Wiltshire on bug 24132

13 years agoFollowup r28029, we should probably at least pay attention to the parameter...
Sam Reed [Thu, 4 Nov 2010 00:55:30 +0000 (00:55 +0000)]
Followup r28029, we should probably at least pay attention to the parameter...

13 years ago* The SVGMetadataExtractor now based on XmlReader
Derk-Jan Hartman [Thu, 4 Nov 2010 00:35:29 +0000 (00:35 +0000)]
* The SVGMetadataExtractor now based on XmlReader
* Retrieve title and desc of SVG files
* Retrieve metadata in raw form (not displayed)
* Detect SVG animations using SVG animation elements (http://www.w3.org/TR/SVG/animate.html)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 3 Nov 2010 20:28:35 +0000 (20:28 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-03 20:05:00 UTC)

13 years agoCDB support: never refer to it as just "DB" in messages, it confuses people
Max Semenik [Wed, 3 Nov 2010 17:04:56 +0000 (17:04 +0000)]
CDB support: never refer to it as just "DB" in messages, it confuses people

13 years agoTab out for alignment, and normalise capitalisation of first letters
Sam Reed [Wed, 3 Nov 2010 17:01:21 +0000 (17:01 +0000)]
Tab out for alignment, and normalise capitalisation of first letters

13 years agoFollow up r75906.
Platonides [Wed, 3 Nov 2010 16:42:19 +0000 (16:42 +0000)]
Follow up r75906.
Those RandomImageGenerator exceptions are not nice. Skip the tests if you have no dictionaries.
Change spaces to tabs.
Place ApiUploadTest in Database and Destructive groups
Mark testGetParserCacheKeyWithDynamicDates() added in r75838 as needed a db

13 years agoPer CR, revert r75873. Does not match docs
Chad Horohoe [Wed, 3 Nov 2010 13:55:22 +0000 (13:55 +0000)]
Per CR, revert r75873. Does not match docs

13 years agoTab out siprop, so they are a bit more aligned
Sam Reed [Wed, 3 Nov 2010 13:00:24 +0000 (13:00 +0000)]
Tab out siprop, so they are a bit more aligned

13 years agoCleanup r65183, fix ugly stylize.php formatting
Chad Horohoe [Wed, 3 Nov 2010 12:49:21 +0000 (12:49 +0000)]
Cleanup r65183, fix ugly stylize.php formatting

13 years agoFix r69721: SQLite yells at you if you try to drop an index that doesn't exist; which...
Chad Horohoe [Wed, 3 Nov 2010 12:41:46 +0000 (12:41 +0000)]
Fix r69721: SQLite yells at you if you try to drop an index that doesn't exist; which might be the case considering how many times these indexes were renamed and dropped. Per r73758, put IF EXISTS on them--it certainly can't hurt.

13 years agoAdd general note about new installer to R-L, as well as mention a bunch of the bugs...
Chad Horohoe [Wed, 3 Nov 2010 12:07:04 +0000 (12:07 +0000)]
Add general note about new installer to R-L, as well as mention a bunch of the bugs fixed

13 years agoOnly show one message when not using intl or utf8_normalize, looks cleaner
Chad Horohoe [Wed, 3 Nov 2010 11:53:46 +0000 (11:53 +0000)]
Only show one message when not using intl or utf8_normalize, looks cleaner

13 years agoResource loader minor changes. Fix for r73668 etc.
Tim Starling [Wed, 3 Nov 2010 07:58:03 +0000 (07:58 +0000)]
Resource loader minor changes. Fix for r73668 etc.

* Break long lines.
* Convert long or unnecessary ternary operator usages to if/else.
* Fixed excessively clever assignment expressions.
* Rename $cache to $cacheEntry.
* Removed unnecessary web invocation guards. Their perlish form was making me uncomfortable. BTW, unlike in Perl, die() is not a function, it's a special case in the PHP grammar which very roughly simulates the Perl syntax:

die "x"; // works
0 || die("x"); // works
0 || (die); // works
0 || (die "x"); // fail!

13 years agocore changes for UploadWizard (merged from r73549 to HEAD in branches/uploadwizard...
Neil Kandalgaonkar [Wed, 3 Nov 2010 04:32:41 +0000 (04:32 +0000)]
core changes for UploadWizard (merged from r73549 to HEAD in branches/uploadwizard/phase3)

13 years agoFollowup r65070, remove last instance of editwidth pref
Chad Horohoe [Tue, 2 Nov 2010 21:19:05 +0000 (21:19 +0000)]
Followup r65070, remove last instance of editwidth pref

13 years agoFix misinterpration of HTML5 specification for email validation.
Antoine Musso [Tue, 2 Nov 2010 20:39:20 +0000 (20:39 +0000)]
Fix misinterpration of HTML5 specification for email validation.
Follow up: r75670 (JS), r75682 (PHP)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 2 Nov 2010 20:33:38 +0000 (20:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-02 20:14:00 UTC)

13 years agoFixup r75858, copy+paste error
Chad Horohoe [Tue, 2 Nov 2010 20:26:43 +0000 (20:26 +0000)]
Fixup r75858, copy+paste error

13 years agoCleanup r49493, r72481: Adding skin to $wgHiddenPrefs disabled the useskin parameter
Chad Horohoe [Tue, 2 Nov 2010 20:18:15 +0000 (20:18 +0000)]
Cleanup r49493, r72481: Adding skin to $wgHiddenPrefs disabled the useskin parameter

13 years agoLocalization update for he.
Rotem Liss [Tue, 2 Nov 2010 20:11:28 +0000 (20:11 +0000)]
Localization update for he.

13 years agoFollowup r75832, use shorthand
Chad Horohoe [Tue, 2 Nov 2010 19:08:04 +0000 (19:08 +0000)]
Followup r75832, use shorthand

13 years agoFollowup r70207, make path for LocalSettings.php configurable
Chad Horohoe [Tue, 2 Nov 2010 17:11:35 +0000 (17:11 +0000)]
Followup r70207, make path for LocalSettings.php configurable

13 years agoRename env check to be more like the others
Chad Horohoe [Tue, 2 Nov 2010 16:32:24 +0000 (16:32 +0000)]
Rename env check to be more like the others

13 years agoFix bug caused by variable reuse from r71902
Max Semenik [Tue, 2 Nov 2010 15:52:10 +0000 (15:52 +0000)]
Fix bug caused by variable reuse from r71902

13 years agoAdd bug 25748 for the work in r75334 to RELEASE-NOTES
Sam Reed [Tue, 2 Nov 2010 13:55:08 +0000 (13:55 +0000)]
Add bug 25748 for the work in r75334 to RELEASE-NOTES

13 years ago* Moving wfGetSVGSize() and wfScaleSVGUnit() into a seperate SVGMetadataExtractor.
Derk-Jan Hartman [Mon, 1 Nov 2010 23:57:09 +0000 (23:57 +0000)]
* Moving wfGetSVGSize() and wfScaleSVGUnit() into a seperate SVGMetadataExtractor.
* SVG metadata is now stored and versioned.

Chosing not to provide fallback for these functions as they seem unused outside of SVG.php (per Google) and grep.

13 years agoUsing getDateFormat instead of mDateFormat in ParserOptions::optionsHash. This was...
Priyanka Dhanda [Mon, 1 Nov 2010 23:00:53 +0000 (23:00 +0000)]
Using getDateFormat instead of mDateFormat in ParserOptions::optionsHash. This was causing parser cache misses when using ApiParse

13 years agoActually add the two new keys.
Brandon Harris [Mon, 1 Nov 2010 21:37:04 +0000 (21:37 +0000)]
Actually add the two new keys.

13 years ago* Added tipsy library
Brandon Harris [Mon, 1 Nov 2010 21:17:15 +0000 (21:17 +0000)]
* Added tipsy library
* Added associated files for tooltip display
* Added associated css rules for tooltip display
* Updated installer's help system in (most?) places to display help as tooltips instead of show/hide system
* Beginnings of visual changes (e.g., less boxes, more color)
* Modified several of the installer's widget display methods
* Added a couple new i18n values
* Fixed small bug in installer logic:
  - Password validation on new users was being executed even if there wasn't a $user object

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 1 Nov 2010 20:51:37 +0000 (20:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-01 20:01:00 UTC)

13 years ago(bug 25573) Send Cache-Control: must-revalidate in debug mode
Roan Kattouw [Mon, 1 Nov 2010 20:48:30 +0000 (20:48 +0000)]
(bug 25573) Send Cache-Control: must-revalidate in debug mode

13 years ago(bug 25610) Put ResourceLoader in debug mode when resourceLoaderDebug cookie is prese...
Roan Kattouw [Mon, 1 Nov 2010 20:35:54 +0000 (20:35 +0000)]
(bug 25610) Put ResourceLoader in debug mode when resourceLoaderDebug cookie is present and set to something that evaluates to true in PHP. The ?debug= request parameter, if present, overrides this, and both override $wgResourceLoaderDebugMode

13 years agoMade rebuildtextindex.php bail out if search is not supported.
Max Semenik [Mon, 1 Nov 2010 20:14:46 +0000 (20:14 +0000)]
Made rebuildtextindex.php bail out if search is not supported.

13 years agoFollow-up r68127: honor table prefix, perverted though it may seem on SQLite.
Max Semenik [Mon, 1 Nov 2010 19:51:36 +0000 (19:51 +0000)]
Follow-up r68127: honor table prefix, perverted though it may seem on SQLite.

13 years agorebuildtextindex.php: don't output the initial progress of 0, it's misleading.
Max Semenik [Mon, 1 Nov 2010 19:38:08 +0000 (19:38 +0000)]
rebuildtextindex.php: don't output the initial progress of 0, it's misleading.

13 years agoFollow up r75749. Fixes a case with a linked thumbnail of a non-existant image.
Derk-Jan Hartman [Mon, 1 Nov 2010 19:36:29 +0000 (19:36 +0000)]
Follow up r75749. Fixes a case with a linked thumbnail of a non-existant image.

Apparently makeThumbLink2() does handle non-existing files.

13 years agoFollow-up r75748: Fix comment
Raimond Spekking [Mon, 1 Nov 2010 19:00:40 +0000 (19:00 +0000)]
Follow-up r75748: Fix comment

13 years agoRevert r69337 (Removal of minordefault preference)
OverlordQ [Mon, 1 Nov 2010 18:58:24 +0000 (18:58 +0000)]
Revert r69337 (Removal of minordefault preference)

13 years agoModified the tests so that a database is not unnecessarily required.
Platonides [Mon, 1 Nov 2010 18:23:33 +0000 (18:23 +0000)]
Modified the tests so that a database is not unnecessarily required.

Database group for tests needing a db. The other tests should be runnable without a server running!
Destructive group for tests which modify the db.

Added two more actions to the makefile: safe and databaseless

13 years ago* (bug 25741) Add more data to list=search's srprop. Patch by Brad Jorsch
Sam Reed [Mon, 1 Nov 2010 18:14:45 +0000 (18:14 +0000)]
* (bug 25741) Add more data to list=search's srprop. Patch by Brad Jorsch

13 years agoUse group names with capital letter.
Platonides [Mon, 1 Nov 2010 18:05:35 +0000 (18:05 +0000)]
Use group names with capital letter.

13 years agoAdd a new group destructive.
Platonides [Mon, 1 Nov 2010 17:28:03 +0000 (17:28 +0000)]
Add a new group destructive.
Spacing.

13 years agoMoving the SimpleSelenium tests into the suites sub dir r75311
Priyanka Dhanda [Mon, 1 Nov 2010 16:29:24 +0000 (16:29 +0000)]
Moving the SimpleSelenium tests into the suites sub dir r75311

13 years agoRemoving these files so that I can move them with history :P r75311
Priyanka Dhanda [Mon, 1 Nov 2010 16:28:03 +0000 (16:28 +0000)]
Removing these files so that I can move them with history :P r75311