lhc/web/wiklou.git
14 years agoIn response to a report from Domas that we are seeing HTMLCacheUpdate::invalidate...
Tim Starling [Wed, 12 Aug 2009 05:00:30 +0000 (05:00 +0000)]
In response to a report from Domas that we are seeing HTMLCacheUpdate::invalidate() queries that touch hundreds of thousands of rows and cause significant slave lag:
* Check the number of rows to be updated before actually doing the query, and if it is too large, repartition the job. Due to caching and job queue lag, it is possible that the original partitioning could be pathologically inaccurate.
* Respect $wgRowsPerQuery (regression due to r47317) but increase the default from 10 to 100. It was originally chosen with a low value because I imagined that it would help reduce slave lag, but this is not generally the case since the queries may be in the same transaction.
* Fix lack of initialisation of $jobs in insertJobs() (sloppy but not a bug)
* To avoid queueing up jobs unnecessarily and to reduce the chance of jobs being repartitioned a large number of times as links are incrementally added, make the size threshold for queueing double the job size instead of equal to the job size
* Add a check of title array size to the immediate case, to avoid updating hundreds of thousands of rows when an incorrect size is stored to memcached.

14 years agoIn Database::getLag(): Add some more I/O thread states.
Tim Starling [Wed, 12 Aug 2009 03:47:52 +0000 (03:47 +0000)]
In Database::getLag(): Add some more I/O thread states.

14 years agoRevert eval.php changes from r54653, r54312, r54225 (maintenance-work branch merge...
Tim Starling [Wed, 12 Aug 2009 03:44:06 +0000 (03:44 +0000)]
Revert eval.php changes from r54653, r54312, r54225 (maintenance-work branch merge), these changes totally broke eval.php due to the change in scope, from global to function.

14 years agoPHP5 has been out for years now.
Chad Horohoe [Wed, 12 Aug 2009 00:13:39 +0000 (00:13 +0000)]
PHP5 has been out for years now.

14 years agoAdd an install/update-time test for the PHP+libxml2 horrible XML input corruption...
Brion Vibber [Tue, 11 Aug 2009 23:23:46 +0000 (23:23 +0000)]
Add an install/update-time test for the PHP+libxml2 horrible XML input corruption bug. Now need to find a known-bad system to confirm the test on :D

14 years agoRevert r35877, early commit that can only be explained by a complete naivete. Nobody...
Chad Horohoe [Tue, 11 Aug 2009 21:47:55 +0000 (21:47 +0000)]
Revert r35877, early commit that can only be explained by a complete naivete. Nobody ever used this because they weren't idiots.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-11 20:36 UTC)
Siebrand Mazeland [Tue, 11 Aug 2009 20:52:08 +0000 (20:52 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-11 20:36 UTC)

14 years agoRevert r54795: Didn't work as expected and don't have time to fix.
Bryan Tong Minh [Tue, 11 Aug 2009 20:46:28 +0000 (20:46 +0000)]
Revert r54795: Didn't work as expected and don't have time to fix.

14 years agoWhen the text size is set in the body in EM, it affects all other em measurements...
Trevor Parscal [Tue, 11 Aug 2009 19:22:35 +0000 (19:22 +0000)]
When the text size is set in the body in EM, it affects all other em measurements, however if it's set in px it is both properly calculated on different screens (as oposed to pt in some cases) and does not distort the em calculations that follow. This is the best cross browser solution I have found so far, and fixes bug #20175.

14 years agoAlways define mwEmbed i18n file. Was not compatible with manual recaching and the...
Niklas Laxström [Tue, 11 Aug 2009 18:26:14 +0000 (18:26 +0000)]
Always define mwEmbed i18n file. Was not compatible with manual recaching and the performance impact should not matter.

14 years agoLanguage file updates
Michael Dale [Tue, 11 Aug 2009 18:24:33 +0000 (18:24 +0000)]
Language file updates

14 years agoattempt to fix translatewiki script-loader translate issue.
Michael Dale [Tue, 11 Aug 2009 18:08:12 +0000 (18:08 +0000)]
attempt to fix translatewiki script-loader translate issue.

14 years ago(bug 20052) Watch checkbox on Special:Movepage is checked by default when the old...
Bryan Tong Minh [Tue, 11 Aug 2009 18:03:35 +0000 (18:03 +0000)]
(bug 20052) Watch checkbox on Special:Movepage is checked by default when the old or new page is being watched.

14 years ago(bug 20176) Fix login/logout links in skin CologneBlue. Linker::linkKnown should...
Bryan Tong Minh [Tue, 11 Aug 2009 17:50:03 +0000 (17:50 +0000)]
(bug 20176) Fix login/logout links in skin CologneBlue. Linker::linkKnown should be passed a title, not a string.

14 years agoFixes incorrected sizing of preformatted text blocks (which use a monospaced font).
Trevor Parscal [Tue, 11 Aug 2009 17:41:22 +0000 (17:41 +0000)]
Fixes incorrected sizing of preformatted text blocks (which use a monospaced font).

14 years agoAdd automyn to sr-ec and sr-el
Siebrand Mazeland [Tue, 11 Aug 2009 13:03:42 +0000 (13:03 +0000)]
Add automyn to sr-ec and sr-el

14 years agoSome unused $wgStyleVersions.
Chad Horohoe [Tue, 11 Aug 2009 12:25:07 +0000 (12:25 +0000)]
Some unused $wgStyleVersions.

14 years agoAdded a missing column in schema creation script
Jure Kajzer [Tue, 11 Aug 2009 12:01:04 +0000 (12:01 +0000)]
Added a missing column in schema creation script

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-11 09:29 UTC)
Siebrand Mazeland [Tue, 11 Aug 2009 09:49:47 +0000 (09:49 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-11 09:29 UTC)

14 years ago* Do not transform EXIF fields with pure text to avoid results like foo,bar@example,com
Raimond Spekking [Tue, 11 Aug 2009 08:36:18 +0000 (08:36 +0000)]
* Do not transform EXIF fields with pure text to avoid results like foo,bar@example,com

14 years agoRecommit r54081 after general revert r54735: The description message in $wgExtensionC...
Raimond Spekking [Tue, 11 Aug 2009 07:08:08 +0000 (07:08 +0000)]
Recommit r54081 after general revert r54735: The description message in $wgExtensionCredits can be an array with parameters now
This functionality is used by the 'Maps' and 'SemanticMaps' extensions

14 years ago(bug 20170) Make QuickTemplate::execute() abstract, instead of sending a dorky PHP...
Tim Starling [Tue, 11 Aug 2009 06:02:06 +0000 (06:02 +0000)]
(bug 20170) Make QuickTemplate::execute() abstract, instead of sending a dorky PHP 4-style error message to the user.

14 years agoAdd Html::input() convenience function
Aryeh Gregor [Tue, 11 Aug 2009 01:00:44 +0000 (01:00 +0000)]
Add Html::input() convenience function

Currently only used in SpecialResetpass.  Also added some whitespace to
the HTML output of SpecialResetpass, so that it's somewhat readable.

14 years agoFix parser test breakage from r54767
Aryeh Gregor [Tue, 11 Aug 2009 00:15:33 +0000 (00:15 +0000)]
Fix parser test breakage from r54767

14 years agoFor HTML 5, drop type="" attributes for CSS/JS
Aryeh Gregor [Tue, 11 Aug 2009 00:09:24 +0000 (00:09 +0000)]
For HTML 5, drop type="" attributes for CSS/JS

This time done in a nice, centralized fashion, reducing LOC for callers
even if HTML 5 is disabled.  The implementation is a new Html class,
similar to Xml but intended to be HTML-specific from the beginning
instead of half-heartedly attempting to provide generic XML services but
actually with lots of HTML-specific stuff tacked on.

As part of the new Html class, a global config option $wgWellFormedXml
is added.  It's set to true by default, but if set to false, the Html
class will drop some things that HTML 5 doesn't require, like
self-closing " />" syntax and attribute quotation marks (sometimes).

14 years agoMoved add topic into the view tabs (this will likely be the behavior until liquid...
Trevor Parscal [Mon, 10 Aug 2009 23:48:41 +0000 (23:48 +0000)]
Moved add topic into the view tabs (this will likely be the behavior until liquid threads is turned on, at which point this tab will be obsolete)

14 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Mon, 10 Aug 2009 23:27:21 +0000 (23:27 +0000)]
Localisation updates for core from translatewiki.net
* update special page aliases

14 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Mon, 10 Aug 2009 23:23:13 +0000 (23:23 +0000)]
Localisation updates for core from translatewiki.net
* update namespaces. Removed duplicate namespace aliases.

14 years agocreated variable $wgExtModifiedFields for existing fields modified by extensions...
Nimish Gautam [Mon, 10 Aug 2009 23:06:59 +0000 (23:06 +0000)]
created variable $wgExtModifiedFields for existing fields modified by extensions, created corresponding modify_field() function

14 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Mon, 10 Aug 2009 22:54:46 +0000 (22:54 +0000)]
Localisation updates for core from translatewiki.net
* update magic words. Contains inconsistency fixes for duplicates.

14 years agoMaking demon happy (adding public/protected to function definitions) and add some...
Bryan Tong Minh [Mon, 10 Aug 2009 21:16:33 +0000 (21:16 +0000)]
Making demon happy (adding public/protected to function definitions) and add some comments along the way.

14 years agothe result of this function is directly passed to foreach and thus avoid some errors...
Alexandre Emsenhuber [Mon, 10 Aug 2009 21:15:46 +0000 (21:15 +0000)]
the result of this function is directly passed to foreach and thus avoid some errors such "Invalid arguments supplied for foreach"

14 years agoUpdate formatting for r54745
Siebrand Mazeland [Mon, 10 Aug 2009 21:14:51 +0000 (21:14 +0000)]
Update formatting for r54745

14 years agoAdded crop support for inline images.
Bryan Tong Minh [Mon, 10 Aug 2009 21:02:24 +0000 (21:02 +0000)]
Added crop support for inline images.
Syntax: [[File:foo.jpg|<width>px|<left>x<top>x<width>x<height]]

14 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Mon, 10 Aug 2009 20:45:22 +0000 (20:45 +0000)]
Localisation updates for core messages from translatewiki.net
* contains the reverts for r54733 (r54590, r54591, r54628, r54633, r54636, r54714)

14 years agoRevert r54638 "Deprecate the $wgExtraRandompageSQL config variable by adding a hook...
Brion Vibber [Mon, 10 Aug 2009 20:44:31 +0000 (20:44 +0000)]
Revert r54638 "Deprecate the $wgExtraRandompageSQL config variable by adding a hook, SpecialRandomBeforeSQL"
If we're going to make a generalizable plug-in point for extensions to supply their own randomization, we shouldn't be exposing it at the point of low-level database operations. The extension should instead be given the chance to pick an item any way it pleases and return a result or set of results to choose from.

14 years agoRevert r54644 to syntaxChecker.php "Use parsekit instead. php -l sucks."
Brion Vibber [Mon, 10 Aug 2009 20:36:37 +0000 (20:36 +0000)]
Revert r54644 to syntaxChecker.php "Use parsekit instead. php -l sucks."
ParseKit is an external PECL module which isn't super easy to install. Don't want to rely on something like that for tests we want everyone to be able to run prior to checkin...

14 years agoRevert Special:Version to known-good state as of r52060, without the ten billion...
Brion Vibber [Mon, 10 Aug 2009 20:15:24 +0000 (20:15 +0000)]
Revert Special:Version to known-good state as of r52060, without the ten billion extra callouts that have been added to clutter things up and trigger errors.

14 years agoReverting r54695 'Remove extraneous type="" for CSS/JS in HTML 5'
Brion Vibber [Mon, 10 Aug 2009 19:23:21 +0000 (19:23 +0000)]
Reverting r54695 'Remove extraneous type="" for CSS/JS in HTML 5'
This creates massive code duplication, checking a var and either including or not including the type attribute. Instead, this should be consolidated into functions in the Xml class for building <style>, <script>, or <link rel="stylesheet"> elements.

14 years agoPull back r54590, r54591, r54628, r54633, r54636, r54714 "Add after the link for...
Brion Vibber [Mon, 10 Aug 2009 19:03:33 +0000 (19:03 +0000)]
Pull back r54590, r54591, r54628, r54633, r54636, r54714 "Add after the link for "My Talk" "<number of new messages(edits)>" if there are some"
The number of edits doesn't correspond terribly well with "number of messages". Recommend leaving this for future when we actually have sensible message semantics.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-10 17:58 UTC)
Siebrand Mazeland [Mon, 10 Aug 2009 18:10:08 +0000 (18:10 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-10 17:58 UTC)

14 years agoRewrite some spaghetti code in Special:Log to fix invalid HTML, now uses proper Xml...
Andrew Garrett [Mon, 10 Aug 2009 17:36:57 +0000 (17:36 +0000)]
Rewrite some spaghetti code in Special:Log to fix invalid HTML, now uses proper Xml:: methods

14 years agodoc
Chad Horohoe [Mon, 10 Aug 2009 17:20:18 +0000 (17:20 +0000)]
doc

14 years agoDelay setting priorities since we don't have namespaces when the constructor is called
Chad Horohoe [Mon, 10 Aug 2009 17:10:32 +0000 (17:10 +0000)]
Delay setting priorities since we don't have namespaces when the constructor is called

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 10 Aug 2009 17:06:11 +0000 (17:06 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago(r54628 + r54633) Display (...) only if there new messages
Jan Luca Naumann [Mon, 10 Aug 2009 11:29:33 +0000 (11:29 +0000)]
(r54628 + r54633) Display (...) only if there new messages

14 years agoFix E_PARSE from r54708
Alexandre Emsenhuber [Mon, 10 Aug 2009 11:12:04 +0000 (11:12 +0000)]
Fix E_PARSE from r54708

14 years agoFix silly bug in r54703 r53546
Andrew Garrett [Mon, 10 Aug 2009 11:04:30 +0000 (11:04 +0000)]
Fix silly bug in r54703 r53546

14 years agoUpdate parser tests for r54693
Victor Vasiliev [Mon, 10 Aug 2009 10:13:24 +0000 (10:13 +0000)]
Update parser tests for r54693

14 years agoMoar error handling for r53546
Andrew Garrett [Mon, 10 Aug 2009 09:32:55 +0000 (09:32 +0000)]
Moar error handling for r53546

14 years agoFix a bug of LanguageConverter::findVariantLink(). If the article has already existed...
Philip Tzou [Mon, 10 Aug 2009 08:01:08 +0000 (08:01 +0000)]
Fix a bug of LanguageConverter::findVariantLink(). If the article has already existed, there is no need to check it again, otherwise it may cause a fault.

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Mon, 10 Aug 2009 06:10:08 +0000 (06:10 +0000)]
Update the Chinese conversion tables.

14 years agoRemove extraneous type="" for CSS/JS in HTML 5
Aryeh Gregor [Mon, 10 Aug 2009 02:06:19 +0000 (02:06 +0000)]
Remove extraneous type="" for CSS/JS in HTML 5

Removed in a bunch of places, but of course there are zillions left!
This is one of the things that would be a lot easier if we could just
drop support for non-HTML 5 output.

14 years agoDon't use summary attribute in TOCs
Aryeh Gregor [Mon, 10 Aug 2009 01:42:45 +0000 (01:42 +0000)]
Don't use summary attribute in TOCs

The summary attribute is obsolete in HTML 5.  It wasn't serving any
useful purpose anyway, since it duplicated the h2 inside the table.  (Of
course, we should really stop using <table> for TOCs altogether!)

14 years agoFix some misnamed IDs from the AllMessages refactor.
Chad Horohoe [Mon, 10 Aug 2009 00:32:37 +0000 (00:32 +0000)]
Fix some misnamed IDs from the AllMessages refactor.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-09 20:10 UTC)
Siebrand Mazeland [Sun, 9 Aug 2009 20:21:31 +0000 (20:21 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-09 20:10 UTC)

14 years agoSave 25kb in PNG size reductions (partial fix of bug 19381):
Laurence Parry [Sun, 9 Aug 2009 19:11:53 +0000 (19:11 +0000)]
Save 25kb in PNG size reductions (partial fix of bug 19381):
14.8kb in skins\common\images\icons
7.1kb in skin\common\images
1.4kb in skins\common\images\de
0.8kb in skins\common\images\ksh
0.2kb in skins\common\images\be-tarask
0.4kb in skins\vector\images
0.1kb in skins\vector
0.2kb in skins\monobook

14 years agoSupport script loader
Niklas Laxström [Sun, 9 Aug 2009 16:20:14 +0000 (16:20 +0000)]
Support script loader

14 years agoFix PHP Fatal error for r54627.
Shinjiman [Sun, 9 Aug 2009 16:04:48 +0000 (16:04 +0000)]
Fix PHP Fatal error for r54627.

14 years agopatchPath not patchPatch
Chad Horohoe [Sun, 9 Aug 2009 15:27:29 +0000 (15:27 +0000)]
patchPath not patchPatch

14 years ago* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex, updateSearchIndex, patchSql
Chad Horohoe [Sun, 9 Aug 2009 15:22:34 +0000 (15:22 +0000)]
* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex, updateSearchIndex, patchSql
* Duplicate archive() as DatabaseBase::patchPath(), clean up patchSql to use this

14 years agoMake DB_STD the normal DB access level. Some scripts need DB_ADMIN, so return that...
Chad Horohoe [Sun, 9 Aug 2009 13:40:43 +0000 (13:40 +0000)]
Make DB_STD the normal DB access level. Some scripts need DB_ADMIN, so return that in them.

14 years agofindhooks and syntaxChecker don't need DB access :)
Alexandre Emsenhuber [Sun, 9 Aug 2009 13:31:15 +0000 (13:31 +0000)]
findhooks and syntaxChecker don't need DB access :)

14 years agoMake $site and $lang global, just to be safe. Call finalSetup() in loadWikimediaSetti...
Chad Horohoe [Sun, 9 Aug 2009 12:55:56 +0000 (12:55 +0000)]
Make $site and $lang global, just to be safe. Call finalSetup() in loadWikimediaSettings()

14 years agoMove $wgUseNormalUser setting to constructors.
Chad Horohoe [Sun, 9 Aug 2009 12:26:11 +0000 (12:26 +0000)]
Move $wgUseNormalUser setting to constructors.

14 years ago* set $wgUseRootUser in __construct() so that it's available in config files
Alexandre Emsenhuber [Sun, 9 Aug 2009 12:17:03 +0000 (12:17 +0000)]
* set $wgUseRootUser in __construct() so that it's available in config files
* added missing global declaration for $slaveIndexes in FixSlaveDesync::execute()

14 years agoUse parsekit instead. php -l sucks.
Chad Horohoe [Sat, 8 Aug 2009 23:13:03 +0000 (23:13 +0000)]
Use parsekit instead. php -l sucks.

14 years agoMove a few more of these to subclass Maintenance.
Chad Horohoe [Sat, 8 Aug 2009 22:33:17 +0000 (22:33 +0000)]
Move a few more of these to subclass Maintenance.

14 years ago* (bug 20131) PHP Notice: Undfined index: page_latest in includes/ChangesList.php...
Alexandre Emsenhuber [Sat, 8 Aug 2009 20:47:11 +0000 (20:47 +0000)]
* (bug 20131) PHP Notice: Undfined index: page_latest in includes/ChangesList.php on line 476

Special:Recentchangeslinked now also selects the 'page_latest' field for users having the 'rollback' right, as Special:Recentchanges does

14 years agoUnused global.
Chad Horohoe [Sat, 8 Aug 2009 20:36:02 +0000 (20:36 +0000)]
Unused global.

14 years agoMake this script really work :)
Alexandre Emsenhuber [Sat, 8 Aug 2009 19:35:48 +0000 (19:35 +0000)]
Make this script really work :)
* Fatal error: Call to undefined method DatabaseMysql::getTable()
* Fatal error: Cannot use object of type stdClass as array
* return $pendingDBs from nextJobDB::getPendingDbs()

14 years agoDeprecate the $wgExtraRandompageSQL config variable by adding a hook, SpecialRandomBe...
Alex Z [Sat, 8 Aug 2009 19:09:16 +0000 (19:09 +0000)]
Deprecate the $wgExtraRandompageSQL config variable by adding a hook, SpecialRandomBeforeSQL
This allows extensions more flexibility to modify the query,
or replace it entirely by setting their own query and returning false
$wgExtraRandompageSQL still retained for back-compat

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 8 Aug 2009 18:05:50 +0000 (18:05 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agofixes for r54633: Add wfMsgExt for parsing PLURAL in message "newmessagesdifflink"
Jan Luca Naumann [Sat, 8 Aug 2009 17:34:12 +0000 (17:34 +0000)]
fixes for r54633: Add wfMsgExt for parsing PLURAL in message "newmessagesdifflink"

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 8 Aug 2009 16:28:49 +0000 (16:28 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 8 Aug 2009 16:12:55 +0000 (16:12 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago(fixes for r54628) Add PLURAL to "last change" message
Jan Luca Naumann [Sat, 8 Aug 2009 16:02:30 +0000 (16:02 +0000)]
(fixes for r54628) Add PLURAL to "last change" message

14 years agoWhitespace changes
Niklas Laxström [Sat, 8 Aug 2009 15:15:04 +0000 (15:15 +0000)]
Whitespace changes

14 years agoMake RELEASE-NOTES entry from r54326 more concise
Roan Kattouw [Sat, 8 Aug 2009 12:47:09 +0000 (12:47 +0000)]
Make RELEASE-NOTES entry from r54326 more concise

14 years ago(fixes for r54590 & bug 20103) Use now only one query and add number to messages...
Jan Luca Naumann [Sat, 8 Aug 2009 10:37:34 +0000 (10:37 +0000)]
(fixes for r54590 & bug 20103) Use now only one query and add number to messages "youhavenewmessages" and "mytalk"

14 years ago* (bug 20127) Fix regression when the executive does not found in the path specified...
Shinjiman [Sat, 8 Aug 2009 10:32:37 +0000 (10:32 +0000)]
* (bug 20127) Fix regression when the executive does not found in the path specified while the SVG renderer is defined. Added detection by the $PATH variable.

14 years agoTake the IPv4 part of mapped addresses rather than broken '.'->':' replace
Aaron Schulz [Sat, 8 Aug 2009 01:22:15 +0000 (01:22 +0000)]
Take the IPv4 part of mapped addresses rather than broken '.'->':' replace

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-08 00:08 UTC)
Siebrand Mazeland [Sat, 8 Aug 2009 00:19:11 +0000 (00:19 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-08 00:08 UTC)

14 years ago* sequence fixes for adding new media ( was adding new clips with generic playback...
Michael Dale [Fri, 7 Aug 2009 22:59:49 +0000 (22:59 +0000)]
* sequence fixes for adding new media ( was adding new clips with generic playback library instead of type based playback lib clips)
* fixed bug where drag and drop of clips did not work where you re-arranged clips while not displaying the add-media-wizard tab
* fixed display of sequence playhead on clip click
* added deselect of clips on escape
* Other minor code cleanup

14 years agoFixed IE5 bug that made the simple search input area too large.
Trevor Parscal [Fri, 7 Aug 2009 21:37:03 +0000 (21:37 +0000)]
Fixed IE5 bug that made the simple search input area too large.

14 years agoRemoved bullet icons from Vector drop down menus in older versions of IE.
Trevor Parscal [Fri, 7 Aug 2009 21:10:41 +0000 (21:10 +0000)]
Removed bullet icons from Vector drop down menus in older versions of IE.

14 years agoMoved some things around to please Apple Dictionary... some more...
Trevor Parscal [Fri, 7 Aug 2009 21:03:24 +0000 (21:03 +0000)]
Moved some things around to please Apple Dictionary... some more...

14 years agoChanged from using point to em units for font size.
Trevor Parscal [Fri, 7 Aug 2009 21:02:47 +0000 (21:02 +0000)]
Changed from using point to em units for font size.

14 years agoRemoved a debugging statement! r54599 must use this too!
Trevor Parscal [Fri, 7 Aug 2009 20:24:52 +0000 (20:24 +0000)]
Removed a debugging statement! r54599 must use this too!

14 years agoOpera 8 can't get a ref to a form element, so it was just spitting out errors. This...
Trevor Parscal [Fri, 7 Aug 2009 20:24:10 +0000 (20:24 +0000)]
Opera 8 can't get a ref to a form element, so it was just spitting out errors. This checks the form element is valid before trying to use it.

14 years agoMade some changes which don't affect normal users, but content loaded into Apple...
Trevor Parscal [Fri, 7 Aug 2009 17:26:08 +0000 (17:26 +0000)]
Made some changes which don't affect normal users, but content loaded into Apple Dictionary should be somewhat more usable.

14 years agoUpdate RELEASE-NOTES for r54590
Jan Luca Naumann [Fri, 7 Aug 2009 16:45:21 +0000 (16:45 +0000)]
Update RELEASE-NOTES for r54590

14 years agoAdd after the link for "My Talk" "<number of new messages(edits)>" if there are some
Jan Luca Naumann [Fri, 7 Aug 2009 16:39:35 +0000 (16:39 +0000)]
Add after the link for "My Talk" "<number of new messages(edits)>" if there are some

14 years agoFix bug 19261 by saving the username as the signature if it is submitted empty
Andrew Garrett [Fri, 7 Aug 2009 16:06:06 +0000 (16:06 +0000)]
Fix bug 19261 by saving the username as the signature if it is submitted empty

14 years agousing wgOut->parseInline for signature preview in preferences. following r54454
Tobias [Fri, 7 Aug 2009 14:44:32 +0000 (14:44 +0000)]
using wgOut->parseInline for signature preview in preferences. following r54454

14 years agoFix apparent regression in r54225
Andrew Garrett [Fri, 7 Aug 2009 14:44:30 +0000 (14:44 +0000)]
Fix apparent regression in r54225

14 years ago* update identation
Alexandre Emsenhuber [Fri, 7 Aug 2009 14:05:26 +0000 (14:05 +0000)]
* update identation
* added missing "global $wgQueryCacheLimit"
* require QueryPage.php to set $wgQueryPages correctly before using it

14 years agoremoved 'wiki' option, already present in Maintenance.php
Alexandre Emsenhuber [Fri, 7 Aug 2009 12:13:39 +0000 (12:13 +0000)]
removed 'wiki' option, already present in Maintenance.php

14 years agoFix E_ERROR: Call to a member function delete() on a non-object in maintenance/clear_...
Alexandre Emsenhuber [Fri, 7 Aug 2009 11:44:18 +0000 (11:44 +0000)]
Fix E_ERROR: Call to a member function delete() on a non-object in maintenance/clear_interwiki_cache.php on line 45

14 years agoWas occassionally failing due to race condition caused by mt_rand behaviour:
Niklas Laxström [Fri, 7 Aug 2009 11:01:15 +0000 (11:01 +0000)]
Was occassionally failing due to race condition caused by mt_rand behaviour:
cache/l10n_cache-en.cdb.tmp.1770228300
cache/l10n_cache-en.cdb.tmp.1770228300