lhc/web/wiklou.git
14 years agoCustomise display of thread search result titles.
Andrew Garrett [Fri, 14 Aug 2009 16:06:11 +0000 (16:06 +0000)]
Customise display of thread search result titles.
* Show the subject, not the title.
* Link to the post in context, not by itself.

14 years ago(bug 20090) BCP 47 issues
Niklas Laxström [Fri, 14 Aug 2009 15:41:48 +0000 (15:41 +0000)]
(bug 20090) BCP 47 issues

14 years agoGIF metadata extraction fixes:
Andrew Garrett [Fri, 14 Aug 2009 13:18:23 +0000 (13:18 +0000)]
GIF metadata extraction fixes:
* Fast failure when inconsistencies are detected.
* Skip non-GCF, non-application extensions too.
* Fix error where seeking was not being done properly for non-netscape application extensions.

14 years agoUpdate doc for deprecated 'MagicWordMagicWords': refer to $magicWords instead of...
Siebrand Mazeland [Fri, 14 Aug 2009 11:48:40 +0000 (11:48 +0000)]
Update doc for deprecated 'MagicWordMagicWords': refer to $magicWords instead of LanguageGetMagic hook.

14 years agoAdded --group option to show number of jobs per job type
Alexandre Emsenhuber [Fri, 14 Aug 2009 11:15:47 +0000 (11:15 +0000)]
Added --group option to show number of jobs per job type

14 years agoAdd DiscussionThreading info to export-0.4.xsd. TODO: Test against real data to make...
Andrew Garrett [Fri, 14 Aug 2009 10:17:06 +0000 (10:17 +0000)]
Add DiscussionThreading info to export-0.4.xsd. TODO: Test against real data to make sure I did it right :P

14 years agoRecommit r54069 (shinjiman) after general revert r54735: * (bug 20013) Added CSS...
Raimond Spekking [Fri, 14 Aug 2009 08:19:47 +0000 (08:19 +0000)]
Recommit r54069 (shinjiman) after general revert r54735: * (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the
extension version in Special:Version

14 years agoRecommit r53268 (simetrical) after general revert r54735: Fix bug, werdna not on...
Raimond Spekking [Fri, 14 Aug 2009 08:16:51 +0000 (08:16 +0000)]
Recommit r53268 (simetrical) after general revert r54735: Fix bug, werdna not on Special:Version
Recommit r53485 (siebrand) after general revert r54735: Add major contributors raymond, ialex, siebrand
Recommit r54450 (demon) after general revert r54735: Might as well.

14 years ago* stubs for upload proxy (upload to commons from other wikis edit page & insert your...
Michael Dale [Fri, 14 Aug 2009 08:15:41 +0000 (08:15 +0000)]
* stubs for upload proxy (upload to commons from other wikis edit page & insert your result).
* Only firefogg non-proxied api based uploads supported so far.

14 years agoRecommit r52524 (ialex) after general revert r54735: '' => null when 'descriptionmsg...
Raimond Spekking [Fri, 14 Aug 2009 08:12:23 +0000 (08:12 +0000)]
Recommit r52524 (ialex) after general revert r54735: '' => null when 'descriptionmsg' is not set in $wgExtensionCredits to match $descriptionMsg's default value in SpecialVersion::formatCredits()

14 years agoremoteSearchDriver: fixed closeAll for stand alone usage
Michael Dale [Fri, 14 Aug 2009 04:56:52 +0000 (04:56 +0000)]
remoteSearchDriver: fixed closeAll for stand alone usage

14 years agoAdded trim() call to work around mystery bug where whitespace gets appended to single...
Brion Vibber [Fri, 14 Aug 2009 01:30:56 +0000 (01:30 +0000)]
Added trim() call to work around mystery bug where whitespace gets appended to single or double-quoted string tokens; without it we ended up reading in the extra quote on the end as if it were part of the string.

Examples from reading in extension .i18n files:
-    'quiz_reset' => 'Reset',
+    'quiz_reset' => 'Reset"',

-    'very-special-message' => 'Aren\'t I special?',
+    'very-special-message' => 'Aren\'t I special?"
+ ',

-    'nss-db-error' => 'Error reading from authentication database',
+    'nss-db-error' => 'Error reading from authentication database\'',

14 years agoFixed double-escaping bug in ConfEditor's handling of double-quoted strings.
Brion Vibber [Fri, 14 Aug 2009 00:36:42 +0000 (00:36 +0000)]
Fixed double-escaping bug in ConfEditor's handling of double-quoted strings.
For some reason it was *re-escaping* single-quoted strings; this would lead to corruption in LocalisationUpdate.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-13 22:12 UTC)
Siebrand Mazeland [Thu, 13 Aug 2009 22:19:34 +0000 (22:19 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-13 22:12 UTC)

14 years agoFollow-up r54968: this close() should be redundant now
Aaron Schulz [Thu, 13 Aug 2009 21:32:31 +0000 (21:32 +0000)]
Follow-up r54968: this close() should be redundant now

14 years agoFollow-up r54966: more sanity checks
Aaron Schulz [Thu, 13 Aug 2009 21:18:37 +0000 (21:18 +0000)]
Follow-up r54966: more sanity checks

14 years agoFixed 'permission denied' cdb fatals (on windows at least)
Aaron Schulz [Thu, 13 Aug 2009 20:55:26 +0000 (20:55 +0000)]
Fixed 'permission denied' cdb fatals (on windows at least)

14 years agoSanity check $this->handle on close()
Aaron Schulz [Thu, 13 Aug 2009 20:42:19 +0000 (20:42 +0000)]
Sanity check $this->handle on close()

14 years agoadded memchached compatibility to background downloads.
Michael Dale [Thu, 13 Aug 2009 20:39:20 +0000 (20:39 +0000)]
added memchached compatibility to background downloads.

14 years ago* "0 languages of N rebuild" when using threads
Niklas Laxström [Thu, 13 Aug 2009 16:42:44 +0000 (16:42 +0000)]
* "0 languages of N rebuild" when using threads
* Documentation improvements

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-13 14:33 UTC)
Siebrand Mazeland [Thu, 13 Aug 2009 14:40:37 +0000 (14:40 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-13 14:33 UTC)

14 years agofix typo
Raimond Spekking [Thu, 13 Aug 2009 14:28:59 +0000 (14:28 +0000)]
fix typo

14 years agoAdd language codes for the new created wikis (yesterday: ace, ckb, mwl, pnb; July...
Raimond Spekking [Thu, 13 Aug 2009 07:47:59 +0000 (07:47 +0000)]
Add language codes for the new created wikis (yesterday: ace, ckb, mwl, pnb; July: mhr)

14 years agoArgument cleanup
Aaron Schulz [Thu, 13 Aug 2009 01:39:15 +0000 (01:39 +0000)]
Argument cleanup

14 years agoand.... pnb also needs to be defined as RTL
Brion Vibber [Thu, 13 Aug 2009 01:04:42 +0000 (01:04 +0000)]
and.... pnb also needs to be defined as RTL

14 years agoFollowup r54913...throw these on the copyright icons too
Chad Horohoe [Thu, 13 Aug 2009 01:03:48 +0000 (01:03 +0000)]
Followup r54913...throw these on the copyright icons too

14 years ago(bug 20203) "Powered by Mediawiki" now has height/width on image tag
Chad Horohoe [Thu, 13 Aug 2009 00:47:56 +0000 (00:47 +0000)]
(bug 20203) "Powered by Mediawiki" now has height/width on image tag

14 years agoSet up CKB as RTL...
Brion Vibber [Thu, 13 Aug 2009 00:32:41 +0000 (00:32 +0000)]
Set up CKB as RTL...

14 years agoDelete t/maint from MW. Not tests specific to MW, so I've moved them to tools/code...
Chad Horohoe [Thu, 13 Aug 2009 00:12:16 +0000 (00:12 +0000)]
Delete t/maint from MW. Not tests specific to MW, so I've moved them to tools/code-utils

14 years agoImproved image compression!
Trevor Parscal [Thu, 13 Aug 2009 00:01:10 +0000 (00:01 +0000)]
Improved image compression!

14 years agoRemoved extra <div> around Search, fixes bug 17777
Nimish Gautam [Wed, 12 Aug 2009 23:41:04 +0000 (23:41 +0000)]
Removed extra <div> around Search, fixes bug 17777

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-12 22:34 UTC)
Siebrand Mazeland [Wed, 12 Aug 2009 22:52:05 +0000 (22:52 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-12 22:34 UTC)

14 years ago* removed entries for removed functionnalities
Alexandre Emsenhuber [Wed, 12 Aug 2009 21:39:35 +0000 (21:39 +0000)]
* removed entries for removed functionnalities
* fixed entry per r51736

14 years ago* (bug 20037) fixes script-loader loading of color picker (grouped scripts ~usually...
Michael Dale [Wed, 12 Aug 2009 19:10:49 +0000 (19:10 +0000)]
* (bug 20037) fixes script-loader loading of color picker  (grouped scripts ~usually~ need ; at the end of the last expression)
* fixed select transition multiclip select issue
* fixed poster attribute for "embed code"

14 years agofixed layout for adjacent embed clips
Michael Dale [Wed, 12 Aug 2009 18:17:08 +0000 (18:17 +0000)]
fixed layout for adjacent embed clips

14 years agoFixes bug #20193 by adding style rules for the selected class of Vector menus.
Trevor Parscal [Wed, 12 Aug 2009 16:53:30 +0000 (16:53 +0000)]
Fixes bug #20193 by adding style rules for the selected class of Vector menus.

14 years agoMake pointlessly private newFromConds public.
Andrew Garrett [Wed, 12 Aug 2009 15:30:38 +0000 (15:30 +0000)]
Make pointlessly private newFromConds public.

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 :)