lhc/web/wiklou.git
14 years agoCredits for r66364
Max Semenik [Thu, 13 May 2010 17:58:18 +0000 (17:58 +0000)]
Credits for r66364

14 years ago(bug 22844) Support Micosoft Windows Cache aka WINCACHE
Chad Horohoe [Thu, 13 May 2010 17:41:13 +0000 (17:41 +0000)]
(bug 22844) Support Micosoft Windows Cache aka WINCACHE

14 years agoAvoid E_NOTICE when texttop or textaftersummary is not specified. To support extensio...
Tim Starling [Thu, 13 May 2010 15:09:57 +0000 (15:09 +0000)]
Avoid E_NOTICE when texttop or textaftersummary is not specified. To support extensions such as UploadWizard. Patch by Michael Dale.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 12 May 2010 22:44:31 +0000 (22:44 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-12 22:15:00 UTC)

14 years agofixed some doxygen warnings
Alexandre Emsenhuber [Wed, 12 May 2010 21:26:34 +0000 (21:26 +0000)]
fixed some doxygen warnings

14 years agoDon't escape $wgRightsIcon since it may contain "{$wgScriptPath}"
Alexandre Emsenhuber [Wed, 12 May 2010 20:30:01 +0000 (20:30 +0000)]
Don't escape $wgRightsIcon since it may contain "{$wgScriptPath}"

14 years agoarray_unshift() returns the count of elements in the array, not the array and thus...
Alexandre Emsenhuber [Wed, 12 May 2010 20:01:11 +0000 (20:01 +0000)]
array_unshift() returns the count of elements in the array, not the array and thus this breaks when enabling extensions

14 years agoFix validity error caused by r66068
Aryeh Gregor [Wed, 12 May 2010 18:25:50 +0000 (18:25 +0000)]
Fix validity error caused by r66068

The code to output <meta charset=UTF-8> in HTML5 mode was moved above
the code to output <head>, so you got <meta> before <head>.  Reported by
Roan Kattouw on IRC.  Only affected $wgWellFormedXml = true (the
default), because non-well-formed mode just omits <head> entirely.  :)

14 years agoLocalization update for he, and whitespace fix in en.
Rotem Liss [Wed, 12 May 2010 14:15:06 +0000 (14:15 +0000)]
Localization update for he, and whitespace fix in en.

14 years agoFollow-up r66267: Use formatNum for the number
Raimond Spekking [Wed, 12 May 2010 14:02:17 +0000 (14:02 +0000)]
Follow-up r66267: Use formatNum for the number
* Add new message key to maintenance file.

14 years agoFollowup to r65962: we need to keep jquery.min.js around because cached pages will...
Roan Kattouw [Wed, 12 May 2010 13:46:22 +0000 (13:46 +0000)]
Followup to r65962: we need to keep jquery.min.js around because cached pages will still refer to it.

14 years agoMissing commits from r66268, revert class rename in r66267
Andrew Garrett [Wed, 12 May 2010 13:38:56 +0000 (13:38 +0000)]
Missing commits from r66268, revert class rename in r66267

14 years agoFunction accessibility changes, documentation, revert function rename for r66267
Andrew Garrett [Wed, 12 May 2010 13:37:45 +0000 (13:37 +0000)]
Function accessibility changes, documentation, revert function rename for r66267

14 years agoRewrite of XML Dump Processing:
Andrew Garrett [Wed, 12 May 2010 13:28:13 +0000 (13:28 +0000)]
Rewrite of XML Dump Processing:
* Full rewrite of the WikiImporter class to a new class, XMLDumpImporter, which uses XMLReader instead of the deprecated PHP SAX interface.
* Fixes for the following bugs:
** XML Dump Processor chokes on unrecognised tags.
** Special:Import does not allow you to import a dump including only log entries.
* Added hooks to allow extensions to handle tags in any part of the XML document.
* Fully source-compatible with the previous interface.

14 years agoFollowup r66259 r66168
Sam Reed [Wed, 12 May 2010 09:00:09 +0000 (09:00 +0000)]
Followup r66259 r66168

Wrong column used...

14 years agofollowup r66168: fix typo in variable name
Matthew Britton [Wed, 12 May 2010 08:22:18 +0000 (08:22 +0000)]
followup r66168: fix typo in variable name

14 years agoSpecial:Userrights didn't recognize user as self if person didn't capitalize
Brian Wolff [Wed, 12 May 2010 06:31:40 +0000 (06:31 +0000)]
Special:Userrights didn't recognize user as self if person didn't capitalize
the first letter of their name, and thus wouldn't honour $wgGroupsAddToSelf
if user accidently forgot to capitalize their name.

Possibly a regression from r57064

14 years agoFollow-up r66234: support GENDER in 'siteuser'
Siebrand Mazeland [Tue, 11 May 2010 23:21:29 +0000 (23:21 +0000)]
Follow-up r66234: support GENDER in 'siteuser'

14 years ago* support GENDER in 'siteuser'
Siebrand Mazeland [Tue, 11 May 2010 22:54:03 +0000 (22:54 +0000)]
* support GENDER in 'siteuser'
* update formatting here and there

14 years agoFollowup to r66232 do same for limit text, and module rights
Sam Reed [Tue, 11 May 2010 22:34:41 +0000 (22:34 +0000)]
Followup to r66232 do same for limit text, and module rights

14 years agoMixture of things.
Sam Reed [Tue, 11 May 2010 22:30:18 +0000 (22:30 +0000)]
Mixture of things.

Couple of class comments

Normalisation of "." usage at end of lines (removed)

Normalisation of {prefix}parameter as per bug 23461

14 years agostylize.php, remove trailing whitespace, break a long line
Siebrand Mazeland [Tue, 11 May 2010 22:24:24 +0000 (22:24 +0000)]
stylize.php, remove trailing whitespace, break a long line

14 years agoFurther followup to r66168
Sam Reed [Tue, 11 May 2010 21:37:10 +0000 (21:37 +0000)]
Further followup to r66168

Fixup rest per Roans comments, though, not exactly as he wrote ;)

14 years agoFollowup to r66168
Sam Reed [Tue, 11 May 2010 21:17:23 +0000 (21:17 +0000)]
Followup to r66168

sha1 overrides sha1base36

Update ApiQueryAllimages similarily, seeing as it doesn't state it either

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Tue, 11 May 2010 21:02:56 +0000 (21:02 +0000)]
Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 11 May 2010 19:47:05 +0000 (19:47 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-11 19:40:00 UTC)

14 years agoKeep formats that are not in $wgAdvertisedFeedTypes from being advertised. Useful...
Mark A. Hershberger [Tue, 11 May 2010 19:36:47 +0000 (19:36 +0000)]
Keep formats that are not in $wgAdvertisedFeedTypes from being advertised.  Useful for things like LiquidThreads that use this function to provide links without modifying third party modules to support wgAdvertisedFeedTypes.

14 years agoPatched jquery-1.4.2 to not crash in IE7 when a style property is set with 'null...
Trevor Parscal [Tue, 11 May 2010 19:25:44 +0000 (19:25 +0000)]
Patched jquery-1.4.2 to not crash in IE7 when a style property is set with 'null' or 'NaN' as a value.

14 years ago(bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new variable...
Matěj Grabovský [Tue, 11 May 2010 16:24:14 +0000 (16:24 +0000)]
(bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new variable {{REVISIONMONTH1}} when unpadded version is needed.

14 years ago* (bug 21346) Make deleted images searchable by hash
Sam Reed [Mon, 10 May 2010 22:41:16 +0000 (22:41 +0000)]
* (bug 21346) Make deleted images searchable by hash

Based roughly on ApiQueryAllimages

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 10 May 2010 20:43:54 +0000 (20:43 +0000)]
Fixed some doxygen warnings

14 years agoAdjusted padding to compensate for reducing the icon sizes in r66151.
Trevor Parscal [Mon, 10 May 2010 20:39:47 +0000 (20:39 +0000)]
Adjusted padding to compensate for reducing the icon sizes in r66151.

14 years agoApiQueryDeletedrevs doesn't enumerate all available pages
Sam Reed [Mon, 10 May 2010 20:35:24 +0000 (20:35 +0000)]
ApiQueryDeletedrevs doesn't enumerate all available pages

14 years agoFixup getPossibleErrors description from r66150, add missing placeholders
Sam Reed [Mon, 10 May 2010 18:54:33 +0000 (18:54 +0000)]
Fixup getPossibleErrors description from r66150, add missing placeholders

14 years agoScaled down link icons for the Vector skin - previous icons were 16px, now they are...
Trevor Parscal [Mon, 10 May 2010 18:29:31 +0000 (18:29 +0000)]
Scaled down link icons for the Vector skin - previous icons were 16px, now they are 10px which fits within the appx 12-13px line-height much better. Resolves bug #23453

14 years ago* (bug 23460) Parse action should have a section option
Sam Reed [Mon, 10 May 2010 18:27:58 +0000 (18:27 +0000)]
* (bug 23460) Parse action should have a section option

Also add uselang parameter, not originally added in r63428

Clarify section description in both. Move global into if statement

14 years agoMove some braces to match coding styles
Sam Reed [Mon, 10 May 2010 17:12:09 +0000 (17:12 +0000)]
Move some braces to match coding styles

14 years agoRemove blank comment line
Sam Reed [Mon, 10 May 2010 16:29:29 +0000 (16:29 +0000)]
Remove blank comment line

14 years ago(bug 18488) Added maintenance script refreshCategoryCounts.php. Based on Happy-Mellon...
Max Semenik [Mon, 10 May 2010 15:47:45 +0000 (15:47 +0000)]
(bug 18488) Added maintenance script refreshCategoryCounts.php. Based on Happy-Mellon's patch from that bug, heavily refactored by me

14 years ago* (bug 23458) Add support for pageid parameter to action=parse requests
Sam Reed [Mon, 10 May 2010 14:17:21 +0000 (14:17 +0000)]
* (bug 23458) Add support for pageid parameter to action=parse requests

Nest code in else for oldid. Add in missing assignment to $wgTitle in that code path

Remove some whitespace. Fix minor typo/wrong word

14 years agoNicer wording, as per werdna on irc
Sam Reed [Mon, 10 May 2010 13:30:22 +0000 (13:30 +0000)]
Nicer wording, as per werdna on irc

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 9 May 2010 14:06:36 +0000 (14:06 +0000)]
Fixed some doxygen warnings

14 years agoMaybe I should proofread RELEASE-NOTES before I commit
Chad Horohoe [Sun, 9 May 2010 14:02:30 +0000 (14:02 +0000)]
Maybe I should proofread RELEASE-NOTES before I commit

14 years agoDrop XmlFunctions.php. It is no longer necessary to our evil plans.
Chad Horohoe [Sun, 9 May 2010 13:50:26 +0000 (13:50 +0000)]
Drop XmlFunctions.php. It is no longer necessary to our evil plans.

14 years agoTweak bugs so they both get linked in installer
Chad Horohoe [Sun, 9 May 2010 13:20:59 +0000 (13:20 +0000)]
Tweak bugs so they both get linked in installer

14 years agoWrap <gallery> in <nowiki> to keep release-notes in installer from exploding. Need...
Chad Horohoe [Sun, 9 May 2010 13:18:37 +0000 (13:18 +0000)]
Wrap <gallery> in <nowiki> to keep release-notes in installer from exploding. Need a better solution in the long run.

14 years ago*stab* forgot those ones
Alexandre Emsenhuber [Sun, 9 May 2010 12:48:44 +0000 (12:48 +0000)]
*stab* forgot those ones

14 years agoMoved entries for configuration settings changes to correct location
Alexandre Emsenhuber [Sun, 9 May 2010 12:47:57 +0000 (12:47 +0000)]
Moved entries for configuration settings changes to correct location

14 years ago* (bug 23448) MediaWiki:Summary-preview is now displayed instead of MediaWiki:Subject...
Alexandre Emsenhuber [Sun, 9 May 2010 12:41:57 +0000 (12:41 +0000)]
* (bug 23448) MediaWiki:Summary-preview is now displayed instead of MediaWiki:Subject-preview when previewing summary
Regression from r59655.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 9 May 2010 10:43:04 +0000 (10:43 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-09 09:50:00 UTC)

14 years ago(bug 23440) Add "selected" to $boolAttribs
Chad Horohoe [Sun, 9 May 2010 09:32:43 +0000 (09:32 +0000)]
(bug 23440) Add "selected" to $boolAttribs

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 8 May 2010 20:04:48 +0000 (20:04 +0000)]
Fixed some doxygen warnings

14 years agoFix case in class name
Alexandre Emsenhuber [Sat, 8 May 2010 18:02:08 +0000 (18:02 +0000)]
Fix case in class name

14 years ago* (bug 23422) mp3 files can now be moved
Alexandre Emsenhuber [Sat, 8 May 2010 14:01:17 +0000 (14:01 +0000)]
* (bug 23422) mp3 files can now be moved

14 years agoInstaller is no longer hardcoded to xhtml doctype
Niklas Laxström [Sat, 8 May 2010 13:45:14 +0000 (13:45 +0000)]
Installer is no longer hardcoded to xhtml doctype

Refactored the doctype and html tag building into Html::htmlHeader()
from OutputPage.

14 years agoStyle
Niklas Laxström [Sat, 8 May 2010 13:35:36 +0000 (13:35 +0000)]
Style

14 years ago* (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
Alexandre Emsenhuber [Sat, 8 May 2010 13:23:11 +0000 (13:23 +0000)]
* (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
* one indentation fix in WatchlistEditor.php

14 years ago* (bug 19721) API action=help should have a way to just list for a specific module
Sam Reed [Sat, 8 May 2010 11:45:41 +0000 (11:45 +0000)]
* (bug 19721) API action=help should have a way to just list for a specific module

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 7 May 2010 21:01:38 +0000 (21:01 +0000)]
Fixed some doxygen warnings

14 years agoFix r66008: don't declare wfArrayMap() twice
Roan Kattouw [Fri, 7 May 2010 14:24:57 +0000 (14:24 +0000)]
Fix r66008: don't declare wfArrayMap() twice

14 years agoAdd newline and eol-style
Chad Horohoe [Fri, 7 May 2010 13:53:22 +0000 (13:53 +0000)]
Add newline and eol-style

14 years agoStop using mySQL-specific interwiki.sql, broke this into new file interwiki.list...
Chad Horohoe [Fri, 7 May 2010 13:51:19 +0000 (13:51 +0000)]
Stop using mySQL-specific interwiki.sql, broke this into new file interwiki.list. Move interwiki population to its own installer step so it can return errors independently of table creation

14 years agoFix jQuery support since we now version it
Chad Horohoe [Fri, 7 May 2010 13:28:29 +0000 (13:28 +0000)]
Fix jQuery support since we now version it

14 years agoTypo in docs
Chad Horohoe [Fri, 7 May 2010 12:47:23 +0000 (12:47 +0000)]
Typo in docs

14 years agoMerge new-installer branch to trunk
Chad Horohoe [Fri, 7 May 2010 12:25:01 +0000 (12:25 +0000)]
Merge new-installer branch to trunk
* This is not complete yet, and should not be used outside of testing. Using it on a production database may ruin everything. This is the reason for the second entry point of new-index.php. You've been warned.
* Known issues are at [[mw:New-installer_issues]]. Please add new items to the list if you find them.

14 years agoLocalization update for he.
Rotem Liss [Fri, 7 May 2010 11:10:14 +0000 (11:10 +0000)]
Localization update for he.

14 years agoFixed some doxygen warnings and removed trailing spaces
Alexandre Emsenhuber [Thu, 6 May 2010 21:07:37 +0000 (21:07 +0000)]
Fixed some doxygen warnings and removed trailing spaces

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 6 May 2010 18:22:35 +0000 (18:22 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-06 18:10:00 UTC)

14 years agofix logic error that spews warnings in r65905
Mark A. Hershberger [Wed, 5 May 2010 23:54:17 +0000 (23:54 +0000)]
fix logic error that spews warnings in r65905

14 years agoSame
Chad Horohoe [Wed, 5 May 2010 23:28:00 +0000 (23:28 +0000)]
Same

14 years agoThe pipe | character in urls is now escaped. This solves a parser test
Platonides [Wed, 5 May 2010 22:37:59 +0000 (22:37 +0000)]
The pipe | character in urls is now escaped. This solves a parser test
where a pipe in a url query inside an image caption confused the parser.

Windows file://c|/... urls may be affected. See
http://en.wikipedia.org/wiki/File_URI_scheme#Windows_2

14 years agoAdd a isAnimatedImage() helper function to imagehandlers.
Derk-Jan Hartman [Wed, 5 May 2010 22:37:27 +0000 (22:37 +0000)]
Add a isAnimatedImage() helper function to imagehandlers.

Should return true for animated GIFs and hopefully soon for APNGs

14 years agoRecovered parser test whose content got broken in r12975, functionality broken in...
Platonides [Wed, 5 May 2010 21:58:39 +0000 (21:58 +0000)]
Recovered parser test whose content got broken in r12975, functionality broken in r14635.

Changed what used to be EXT_LINK_TEXT_CLASS to
define( 'EXT_LINK_TEXT_CLASS', '[^\]\\x00-\\x08\\x0a-\\x1F]' );
In plain English, do not allow control characters in description. We still allow tabs
there, since they may arrive from a paste.

We should probably make the space between the text and the description mandatory, it needs testing.

These tests only work with the Hash Preprocessor, since the DOM Preprocessor changes them into the
replacement character. Should we autolink an URL with a FFFD? That will require changing some regex
into unicode ones.

14 years agoAdded versions to the URLs of all images in the Vector skin.
Trevor Parscal [Wed, 5 May 2010 21:42:41 +0000 (21:42 +0000)]
Added versions to the URLs of all images in the Vector skin.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 5 May 2010 20:30:35 +0000 (20:30 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-05 20:10:00 UTC)

14 years agoSwitch MediaWiki to jQuery 1.4.2 (was 1.3.2) and enable jQuery on every page by default.
Roan Kattouw [Wed, 5 May 2010 20:15:34 +0000 (20:15 +0000)]
Switch MediaWiki to jQuery 1.4.2 (was 1.3.2) and enable jQuery on every page by default.
* Make jQuery version configurable with $wgJQueryVersion ; current options are 1.3.2 and 1.4.2
* Make minifying of jQuery configurable with $wgJQueryMinified (enabled by default)
* Allow inclusion of jQuery on every page served by MW with $wgJQueryOnEveryPage (enabled by default)

14 years agoSome weird people are using HTMLForm without a submission callback.
Andrew Garrett [Wed, 5 May 2010 02:42:03 +0000 (02:42 +0000)]
Some weird people are using HTMLForm without a submission callback.

14 years agoImprove CSS for print versions
Derk-Jan Hartman [Wed, 5 May 2010 00:08:13 +0000 (00:08 +0000)]
Improve CSS for print versions

* No backgrounds for thumb and gallery frames.
* Proper aligning for gallery frames
* Support RTL languages (floatleft/right, thumbs and tocindent) Fixes bug 20344.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 4 May 2010 19:39:23 +0000 (19:39 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-04 19:10:00 UTC)

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Tue, 4 May 2010 19:28:13 +0000 (19:28 +0000)]
Fixed some doxygen warnings

14 years agoBelated RELEASE-NOTES conflict for r65278
Roan Kattouw [Tue, 4 May 2010 19:05:47 +0000 (19:05 +0000)]
Belated RELEASE-NOTES conflict for r65278

14 years agoReading a parser test file with no tests matching the regex was counted as a FAIL.
Platonides [Tue, 4 May 2010 16:39:04 +0000 (16:39 +0000)]
Reading a parser test file with no tests matching the regex was counted as a FAIL.

14 years agoFixed a couple of typos.
Platonides [Tue, 4 May 2010 16:32:32 +0000 (16:32 +0000)]
Fixed a couple of typos.
'Parents of subpages, two levels up' test from r17687 was working but the expected result was wrong.
Added a second link to also take trailing text into account.

14 years agoSpecifying --run-disabled with --regex should run the tests matching the regex (disab...
Platonides [Tue, 4 May 2010 16:03:02 +0000 (16:03 +0000)]
Specifying --run-disabled with --regex should run the tests matching the regex (disabled or not), and *only them*. Not all tests!

14 years agoModified message to not give out wrong html. Added parser test to keep track of this.
Platonides [Tue, 4 May 2010 15:54:16 +0000 (15:54 +0000)]
Modified message to not give out wrong html. Added parser test to keep track of this.

14 years agoSet searchmenu-new-nocreate as an ignorable message.
Derk-Jan Hartman [Tue, 4 May 2010 15:40:17 +0000 (15:40 +0000)]
Set searchmenu-new-nocreate as an ignorable message.

Follow up to r65902

14 years agoAdd a new searchmenu-new-nocreate message
Derk-Jan Hartman [Tue, 4 May 2010 15:36:53 +0000 (15:36 +0000)]
Add a new searchmenu-new-nocreate message

This message is shown when no title matches the searchterm and when the user is not allowed to create pages either.
The message is empty be default and balances r61555 from bug 19600.

See also the related bug 20976

14 years agojson_decode -> FormatJson::decode
Platonides [Tue, 4 May 2010 15:29:17 +0000 (15:29 +0000)]
json_decode -> FormatJson::decode

14 years agoDo not add the license selector when uploading a new version of a file
Derk-Jan Hartman [Tue, 4 May 2010 15:07:37 +0000 (15:07 +0000)]
Do not add the license selector when uploading a new version of a file

When using "upload a new version", the information in the license field is ignored during submit.
The field has no use in this mode because the information is only added in the filelog, not on
the filepage. As such we should just not add it at all when uploading a new version.

This closes bug 23241.

14 years agoFix for r65818: the proper permission is 'createpage', not 'create'. Skip checking...
Bryan Tong Minh [Tue, 4 May 2010 14:48:56 +0000 (14:48 +0000)]
Fix for r65818: the proper permission is 'createpage', not 'create'. Skip checking 'createpage' in isAllowed, because a user could have permission to reupload but not to upload.

14 years ago(Bug 23397) texvc in html mode should render \sim as &sim; not &tilde;
Brian Wolff [Tue, 4 May 2010 04:40:47 +0000 (04:40 +0000)]
(Bug 23397) texvc in html mode should render \sim as &sim; not &tilde;

&tilde; appears to be the entity for the type of tilde that goes on top of
letters as an accent. &sim; is the operator for similar to. Both are HTML 4
entites.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 3 May 2010 20:52:32 +0000 (20:52 +0000)]
Fixed some doxygen warnings

14 years agoThe previous code computing rowStart will fail when there are theads since tHead...
Platonides [Mon, 3 May 2010 20:37:30 +0000 (20:37 +0000)]
The previous code computing rowStart will fail when there are theads since tHead contents are also computed inside table.rows.
However, that code probably worked at some time, so perform a computation to ensure that table.rows isn't getting just the tBody contents.
Please cross browser test.
The last code version of this sortables is on http://yoast.com/articles/sortable-table/ and has changed quite a bit. Joost de Valk suggest
using the jQuery based tablesorter.com.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 3 May 2010 18:39:42 +0000 (18:39 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-03 18:30:00 UTC)

14 years ago* reportQueryError must break execution on parse and execute
Jure Kajzer [Mon, 3 May 2010 14:16:46 +0000 (14:16 +0000)]
* reportQueryError must break execution on parse and execute

14 years agoHTMLForm: Throw exceptions in some circumstances
Andrew Garrett [Mon, 3 May 2010 09:10:50 +0000 (09:10 +0000)]
HTMLForm: Throw exceptions in some circumstances

14 years agoFix for r65818.
Bryan Tong Minh [Sun, 2 May 2010 20:53:18 +0000 (20:53 +0000)]
Fix for r65818.

14 years agoFixed some doxygen warnings and documented warnings
Alexandre Emsenhuber [Sun, 2 May 2010 20:34:40 +0000 (20:34 +0000)]
Fixed some doxygen warnings and documented warnings

14 years ago(bug 18408) All required permissions for uploading (upload, edit, create) are now...
Bryan Tong Minh [Sun, 2 May 2010 20:34:16 +0000 (20:34 +0000)]
(bug 18408) All required permissions for uploading (upload, edit, create) are now checked when loading Special:Upload. Toolbar link for Special:Upload is no longer shown if the user does not have the required permissions.

Found out that UploadBase::isAllowed is a totally inappropriate name for what it is returning. That should perhaps be changed before 1.16 is released.

14 years ago(bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Jan Hartman.
Bryan Tong Minh [Sun, 2 May 2010 19:40:33 +0000 (19:40 +0000)]
(bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Jan Hartman.