lhc/web/wiklou.git
12 years ago(bug 31679) Fixed use of 'allowusertalk'
Aaron Schulz [Thu, 13 Oct 2011 22:23:13 +0000 (22:23 +0000)]
(bug 31679) Fixed use of 'allowusertalk'

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Thu, 13 Oct 2011 19:52:53 +0000 (19:52 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoDocumentation
Sam Reed [Thu, 13 Oct 2011 18:44:26 +0000 (18:44 +0000)]
Documentation

Swap a lot of "@returns" to "@return"

12 years agoFixes bug 31496. Patch by Tomer A. I tested it by trying to upload a file with a...
Amir E. Aharoni [Thu, 13 Oct 2011 16:48:30 +0000 (16:48 +0000)]
Fixes bug 31496. Patch by Tomer A. I tested it by trying to upload a file with a very long name.

12 years agoFollowup r85756
Sam Reed [Thu, 13 Oct 2011 16:40:22 +0000 (16:40 +0000)]
Followup r85756

Update code to use boolean, as it's not going to be null

12 years agoMade the arrow point in the correct direction according to the user's language, which...
Amir E. Aharoni [Thu, 13 Oct 2011 13:43:02 +0000 (13:43 +0000)]
Made the arrow point in the correct direction according to the user's language, which may be different from the wiki language.

12 years agoUse same case for the setListoutput() call than the definition
Alexandre Emsenhuber [Thu, 13 Oct 2011 12:34:39 +0000 (12:34 +0000)]
Use same case for the setListoutput() call than the definition

12 years agoMoved wfSpecialList() to Language::specialList() so that it can be used in the contex...
Alexandre Emsenhuber [Thu, 13 Oct 2011 11:46:21 +0000 (11:46 +0000)]
Moved wfSpecialList() to Language::specialList() so that it can be used in the context of special pages instead of relying unconditionally of $wgLang. Updated all calls in core and added a @deprecated comment to wfSpecialList() but not a wfDeprecated() call since it's still used in SiteMatrix and StalePages extensions.

12 years agoTemporarily disable pre-upload SVG thumbnailing in Special:Upload and Special:UploadW...
Brion Vibber [Wed, 12 Oct 2011 22:46:31 +0000 (22:46 +0000)]
Temporarily disable pre-upload SVG thumbnailing in Special:Upload and Special:UploadWizard; workaround for worst part so far of bug 31643: some SVG files hanging Firefox during pre-upload thumbnail generation.

It's possible that this isn't SVG-specific though; large JPEGs are so far known to take a couple seconds and still pause the browser UI, but some SVGs hang Firefox 7/8/9 indefinitely when loaded as a data URI.

Upstream Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=694165

12 years agoconvenience function call addExtensionField was lacking the true parameter for the...
Thomas Gries [Wed, 12 Oct 2011 21:39:32 +0000 (21:39 +0000)]
convenience function call addExtensionField was lacking the true parameter for the sqlPath. I added that

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Wed, 12 Oct 2011 20:32:07 +0000 (20:32 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoRemoved unused method SpecialMergeHistory::getPageLink() that would throw an error...
Alexandre Emsenhuber [Wed, 12 Oct 2011 15:42:42 +0000 (15:42 +0000)]
Removed unused method SpecialMergeHistory::getPageLink() that would throw an error because SpecialMergeHistory::userCan() does not exist

12 years ago* Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), LogEvents...
Alexandre Emsenhuber [Wed, 12 Oct 2011 15:09:04 +0000 (15:09 +0000)]
* Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), LogEventsList::userCan(), LogEventsList::userCanBitfield(), File::userCan() and its subclasses so that they can check against any user instead of always $wgUser.
* Updated callers that have a context or may use another user than $wgUser
* Revision::getUser(), Revision::getUserText(), Revision::getComment() and Revision::getText() also have a User as parameter, but it will be used only when Revision::FOR_THIS_USER is passed in the first parameter

12 years ago(bug 31637) Do not extract tiff:Orientation from XMP data, since then it will be...
Brian Wolff [Wed, 12 Oct 2011 14:13:06 +0000 (14:13 +0000)]
(bug 31637) Do not extract tiff:Orientation from XMP data, since then it will be used to rotate images, which is kind of unexpected.

Most people only really expect the Exif data to be used for rotating images (if that), so its unexpected when the xmp property causes an image to be rotated. So disable extracting that property from XMP.

12 years agonamespaceGenderAliases for gl
Niklas Laxström [Wed, 12 Oct 2011 13:05:25 +0000 (13:05 +0000)]
namespaceGenderAliases for gl
Ref: http://translatewiki.net/wiki/Thread:Support/Gender_in_namespace_names
Ping bug 31622

12 years agoGender updates.
Amir E. Aharoni [Wed, 12 Oct 2011 09:17:44 +0000 (09:17 +0000)]
Gender updates.

12 years ago* Use local context instead of global variables
Alexandre Emsenhuber [Wed, 12 Oct 2011 09:12:22 +0000 (09:12 +0000)]
* Use local context instead of global variables
* Fixed case of Language::timeanddate() call

12 years agoCheck for read only database after checking if the user is logged in, so that anonymo...
Alexandre Emsenhuber [Wed, 12 Oct 2011 09:09:00 +0000 (09:09 +0000)]
Check for read only database after checking if the user is logged in, so that anonymous users accessing this page while the wiki is read only won't think this is a temporary error

12 years agoRemove hardcoded commit statements for pg installer.
Mark A. Hershberger [Tue, 11 Oct 2011 21:54:10 +0000 (21:54 +0000)]
Remove hardcoded commit statements for pg installer.

12 years agoBit more refactoring
Sam Reed [Tue, 11 Oct 2011 21:34:53 +0000 (21:34 +0000)]
Bit more refactoring

12 years agoDon't reinvent the wheel to do parameter existence checking
Sam Reed [Tue, 11 Oct 2011 21:28:31 +0000 (21:28 +0000)]
Don't reinvent the wheel to do parameter existence checking

Stops running the code outside the class when there's no point attempting it

12 years agoFix cli install so that db user is created if needed.
Mark A. Hershberger [Tue, 11 Oct 2011 21:24:00 +0000 (21:24 +0000)]
Fix cli install so that db user is created if needed.

12 years agoAvoid warnings from PG about improper escaping.
Mark A. Hershberger [Tue, 11 Oct 2011 20:49:28 +0000 (20:49 +0000)]
Avoid warnings from PG about improper escaping.
See http://www.postgresql.org/docs/8.1/static/release-8-1.html

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Tue, 11 Oct 2011 19:57:27 +0000 (19:57 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoSome docs and a test for FileRepo::storeBatch()
Russ Nelson [Tue, 11 Oct 2011 19:49:29 +0000 (19:49 +0000)]
Some docs and a test for FileRepo::storeBatch()

12 years agoadded 'key' in 'Dropping .. key' in dropIndex which was missing there
Thomas Gries [Tue, 11 Oct 2011 18:33:35 +0000 (18:33 +0000)]
added 'key' in 'Dropping .. key' in dropIndex which was missing there

12 years agoFix comment blocks that start /* to /**
Sam Reed [Tue, 11 Oct 2011 18:30:50 +0000 (18:30 +0000)]
Fix comment blocks that start /* to /**

12 years agoself-revert back to protected functions addIndex and dropIndex as suggested in http...
Thomas Gries [Tue, 11 Oct 2011 18:17:44 +0000 (18:17 +0000)]
self-revert back to protected functions addIndex and dropIndex as suggested in mediawiki.org/wiki/Special:Code/MediaWiki/99510#c24137

12 years agochg protected to public function addIndex and dropIndex . This is i.a. needed for...
Thomas Gries [Tue, 11 Oct 2011 17:52:38 +0000 (17:52 +0000)]
chg protected to public function addIndex and dropIndex . This is i.a. needed for schema updating in OpenID extension in conformity with contemporary updater routines, see comments on rev97447

12 years agoMake Skin::formatDebugHTML() work again since there is now usage memory
Alexandre Emsenhuber [Tue, 11 Oct 2011 15:50:01 +0000 (15:50 +0000)]
Make Skin::formatDebugHTML() work again since there is now usage memory

12 years agolist=allusers was throwing fatals when invalid user names occurred in the database...
Roan Kattouw [Tue, 11 Oct 2011 15:45:27 +0000 (15:45 +0000)]
list=allusers was throwing fatals when invalid user names occurred in the database. Address this scenario gracefully

12 years ago(bug 31588, sort of) Jpeg metadata code wasn't handling padding bytes properly.
Brian Wolff [Tue, 11 Oct 2011 14:05:23 +0000 (14:05 +0000)]
(bug 31588, sort of) Jpeg metadata code wasn't handling padding bytes properly.

Per the spec, segments can have arbitrary runs of 0xFF's between segments that should be skipped.

12 years ago* Use local context instead of global variables
Alexandre Emsenhuber [Tue, 11 Oct 2011 13:12:40 +0000 (13:12 +0000)]
* Use local context instead of global variables
* Call Linker methods statically

12 years agoFix usage example of Linker::specialLink()
Alexandre Emsenhuber [Tue, 11 Oct 2011 13:00:17 +0000 (13:00 +0000)]
Fix usage example of Linker::specialLink()

12 years agoUse dataProvider for the testIsValidUserName method. Followup r99466
Santhosh Thottingal [Tue, 11 Oct 2011 10:25:58 +0000 (10:25 +0000)]
Use dataProvider for the testIsValidUserName method. Followup r99466

12 years agoStylize.php changes
Santhosh Thottingal [Tue, 11 Oct 2011 10:02:50 +0000 (10:02 +0000)]
Stylize.php changes

12 years agoTestcases for isValidUserName method of User.php.
Santhosh Thottingal [Tue, 11 Oct 2011 09:17:36 +0000 (09:17 +0000)]
Testcases for isValidUserName method of User.php.
There are many cases this method will fail for non-latin languages,
but not added now since there are bugs reported on that already and results
a rewrite of the method as per UAX 31 standard.

12 years agomoar w/s changes!
Mark A. Hershberger [Tue, 11 Oct 2011 04:07:51 +0000 (04:07 +0000)]
moar w/s changes!

12 years agoAdd documentation
Sam Reed [Tue, 11 Oct 2011 03:57:53 +0000 (03:57 +0000)]
Add documentation

Add addExtensionField and addExtensionIndex utility functions

12 years agoFeed my OCD
Mark A. Hershberger [Tue, 11 Oct 2011 03:49:40 +0000 (03:49 +0000)]
Feed my OCD

12 years agoRemove duplicate bits from the optionmap
Mark A. Hershberger [Tue, 11 Oct 2011 03:24:21 +0000 (03:24 +0000)]
Remove duplicate bits from the optionmap

12 years agoupdated the message text so that it now says Nothing to migrate...done.
Thomas Gries [Tue, 11 Oct 2011 00:41:34 +0000 (00:41 +0000)]
updated the message text so that it now says Nothing to migrate...done.

12 years agoensure tests for mw.Uri work in non-browser environments
Neil Kandalgaonkar [Mon, 10 Oct 2011 23:29:07 +0000 (23:29 +0000)]
ensure tests for mw.Uri work in non-browser environments

12 years agoprotocol-relative URLs for javascript. Could also be extended to relative urls of...
Neil Kandalgaonkar [Mon, 10 Oct 2011 23:15:16 +0000 (23:15 +0000)]
protocol-relative URLs for javascript. Could also be extended to relative urls of any kind -- now mw.Uri is just "relative" to the current URL

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Mon, 10 Oct 2011 21:36:52 +0000 (21:36 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoensured uri is scoped in a few tests
Neil Kandalgaonkar [Mon, 10 Oct 2011 21:33:00 +0000 (21:33 +0000)]
ensured uri is scoped in a few tests

12 years agoadded shortcut method for commonly used method combination
Jeroen De Dauw [Mon, 10 Oct 2011 21:05:02 +0000 (21:05 +0000)]
added shortcut method for commonly used method combination

12 years agoPer r99404: message has translatable content now
Raimond Spekking [Mon, 10 Oct 2011 20:19:09 +0000 (20:19 +0000)]
Per r99404: message has translatable content now

12 years ago* Factorise calls to getTitle() and getSkin()
Alexandre Emsenhuber [Mon, 10 Oct 2011 18:05:59 +0000 (18:05 +0000)]
* Factorise calls to getTitle() and getSkin()
* Use Linker::linkKnown() instead of link() where possible
* Escape some messages that are escaped in other usages
* Use Title::isSpecial() instead of checking that getPrefixedDBkey() is equals to $wgContLang->specialPage()

12 years agoUnbreak sending emails using mailTargets() in safe_mode
Max Semenik [Mon, 10 Oct 2011 17:41:22 +0000 (17:41 +0000)]
Unbreak sending emails using mailTargets() in safe_mode

12 years agoFixes for SkinLegacy::specialPagesList():
Alexandre Emsenhuber [Mon, 10 Oct 2011 15:21:56 +0000 (15:21 +0000)]
Fixes for SkinLegacy::specialPagesList():
* Use XmlSelect, Html::rawElement() and Xml::submitButton() to make sure things are correctly escaped
* Get a Title object instead of using $wgContLang->specialPage()
* Redirect to index.php and changed the name of the <select> to title to use the common way instead of linking to redirect.php?wpDropDown=...

12 years agoInclude a talk link in the default user signature. This seams to be what most people...
Daniel Friesen [Mon, 10 Oct 2011 14:56:09 +0000 (14:56 +0000)]
Include a talk link in the default user signature. This seams to be what most people expect, it's the most user friendly, and it's strange we don't include it by default.

12 years agoFixes for r99354:
Alexandre Emsenhuber [Mon, 10 Oct 2011 14:55:57 +0000 (14:55 +0000)]
Fixes for r99354:
* Restore call to $wgContLang
* Make CategoryViewer extend ContextSource

Also simplify things by using wfMessage() instead of wfMsg*() in some cases

12 years agoRemove configuration specific "As an administrator" from 8 messages. Spotted by Der...
Siebrand Mazeland [Mon, 10 Oct 2011 10:14:31 +0000 (10:14 +0000)]
Remove configuration specific "As an administrator" from 8 messages. Spotted by Der Umherirrende.

12 years agoLanguage specific height correction for titles. Ref Bug 29405 and Bug 30809. Followup...
Santhosh Thottingal [Mon, 10 Oct 2011 04:13:38 +0000 (04:13 +0000)]
Language specific height correction for titles. Ref Bug 29405 and Bug 30809. Followup of r97788

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Sun, 9 Oct 2011 20:04:54 +0000 (20:04 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoFollowup r98212; Ensure that true is passed to all uses of SkinTemplateToolboxEnd...
Daniel Friesen [Sun, 9 Oct 2011 19:54:12 +0000 (19:54 +0000)]
Followup r98212; Ensure that true is passed to all uses of SkinTemplateToolboxEnd where we use getToolbox while they haven't been migrated to use getSidebar.

12 years agoFollowup r98212; Hook documentation.
Daniel Friesen [Sun, 9 Oct 2011 19:42:45 +0000 (19:42 +0000)]
Followup r98212; Hook documentation.

12 years agoFix up makeLinkItem and makeLink:
Daniel Friesen [Sun, 9 Oct 2011 19:39:54 +0000 (19:39 +0000)]
Fix up makeLinkItem and makeLink:
- Don't explicitly name attributes to use (fixes bug on language_links in 1.18)
- Allow makeLink to accept options specifying how to wrap links and text

12 years agoFollowup r99354, fix Fatal error
John Du Hart [Sun, 9 Oct 2011 18:39:27 +0000 (18:39 +0000)]
Followup r99354, fix Fatal error

12 years agoCategoryViewer now requires a Context
John Du Hart [Sun, 9 Oct 2011 16:00:50 +0000 (16:00 +0000)]
CategoryViewer now requires a Context

12 years agoFix bug 31436.
Derk-Jan Hartman [Sun, 9 Oct 2011 15:35:47 +0000 (15:35 +0000)]
Fix bug 31436.
The collection extension is not array based, which caused an extra seperator to be inserted,
but no content. This was broken in r82487 or before in the SkinLegacy rewrite.

12 years agoFU r99323: spread blocks for edit/move attempts via the API (which uses these functions)
Aaron Schulz [Sun, 9 Oct 2011 12:30:13 +0000 (12:30 +0000)]
FU r99323: spread blocks for edit/move attempts via the API (which uses these functions)

12 years ago* Use the context when building the preferences form descriptor
Alexandre Emsenhuber [Sun, 9 Oct 2011 11:43:06 +0000 (11:43 +0000)]
* Use the context when building the preferences form descriptor
* Pass the HTMLForm object to the submit callback so that it can have a context and also access to the form itself (see below). This makes Preferences::tryUISubmit() and Prefrences::tryFormSubmit() signatures incompatible. The only extension calling these is EditUser and I will fix in my next commit.
* Added two extension possibilites (for EditUser): PreferencesForm::getExtraSuccessRedirectParameters() to modify the URL parameters when redirecting after successful save and the fourthparameter to Prefrences::getFormObject() to be able to remove some items from the descriptor
* Pass the user being modified to the HTMLForm to use it to save the preferences instead of doing this unconditionally on $wgUser (to remove one hack in EditUser preferences)

12 years agoDocument return types
Aaron Schulz [Sun, 9 Oct 2011 05:19:11 +0000 (05:19 +0000)]
Document return types

12 years ago(bug 31549; follow-up r83563) Do not include old-style from links in nav links on...
Brian Wolff [Sun, 9 Oct 2011 03:50:03 +0000 (03:50 +0000)]
(bug 31549; follow-up r83563) Do not include old-style from links in nav links on categories.
They can intefere with contradicting pageuntil links which breaks navigation in categories.

Not including release notes since tagging 1.18, and first public release that had bug was 1.18. However bug was present in 1.17wmf1

12 years ago* Only spread blocks on page edit/move attempts via spreadAnyEditBlock(). We don...
Aaron Schulz [Sat, 8 Oct 2011 20:22:53 +0000 (20:22 +0000)]
* Only spread blocks on page edit/move attempts via spreadAnyEditBlock(). We don't want to spread everytime the user's block status is checked as the user may just be viewing something rather than attempting to do anything. For example, if the 'edit' tab were changed to reflect block status, the autoblocks would trigger by a user just *looking* at the page. An example "in the wild" would be the UI checks in r93246.
* Made spreadBlock() protected, no outside callers.

12 years agoCheck if there is a prexisting tfoot, before creating a new one.
Derk-Jan Hartman [Sat, 8 Oct 2011 19:28:10 +0000 (19:28 +0000)]
Check if there is a prexisting tfoot, before creating a new one.

Follow up to r98669, though this was a problem that also could surface without tfoot emulation.

12 years agoAdd a method to HTML for getting just the HTML (As opposed to passing it right to...
John Du Hart [Sat, 8 Oct 2011 19:13:35 +0000 (19:13 +0000)]
Add a method to HTML for getting just the HTML (As opposed to passing it right to Output
Also, if a field is marked as required, it should still be checked to see if it's empty before going to the callback. Don't like that behavior? Don't mark it as required.

12 years agofollow-up r99316 - Fix class name in unit test class.
Brian Wolff [Sat, 8 Oct 2011 19:00:24 +0000 (19:00 +0000)]
follow-up r99316 - Fix class name in unit test class.

12 years agoMake partial dates in XMP not have the ommitted fields fulled out to 1's (reported...
Brian Wolff [Sat, 8 Oct 2011 18:40:00 +0000 (18:40 +0000)]
Make partial dates in XMP not have the ommitted fields fulled out to 1's (reported by AVRS on irc).

Basically, in XMP you can specify partial date (for example 2011-04 for april 2011 with no day).
We were extracting that, and fulling out the day to 01 if it wasn't present (My original resoning when writing
the code was that the nice localized date functions need a full date, but that's a pretty poor rationale for displaying
wrong date). This changes it to just display such year-month things as YYYY:MM.

12 years agoPart of bug 31503 - Allow gender distinction also for user groups
Niklas Laxström [Sat, 8 Oct 2011 14:13:17 +0000 (14:13 +0000)]
Part of bug 31503 - Allow gender distinction also for user groups

12 years agoFollow up to r99307, with some inline comment documentation on why these !important...
Derk-Jan Hartman [Sat, 8 Oct 2011 13:07:07 +0000 (13:07 +0000)]
Follow up to r99307, with some inline comment documentation on why these !important are used.

12 years agoUpdate Chinese conversion tables.
Philip Tzou [Sat, 8 Oct 2011 13:01:41 +0000 (13:01 +0000)]
Update Chinese conversion tables.

12 years agoAdd !important to the tablesorter indicator.
Derk-Jan Hartman [Sat, 8 Oct 2011 12:59:36 +0000 (12:59 +0000)]
Add !important to the tablesorter indicator.

Otherwise it is too easy to do <th style="background:red"> and kill the entire indicator.
Fixes bug 31196 and follow up to r98665

12 years agoFollowup r99305 - change tests to match behaviour. Would set globals but restoring...
Niklas Laxström [Sat, 8 Oct 2011 11:58:01 +0000 (11:58 +0000)]
Followup r99305 - change tests to match behaviour. Would set globals but restoring them manually is just too laborious

12 years agoSmall cleanups to XmlSelect
Niklas Laxström [Sat, 8 Oct 2011 11:41:10 +0000 (11:41 +0000)]
Small cleanups to XmlSelect

12 years agoFix Bug 27643. Update Chinese conversion tables.
Philip Tzou [Sat, 8 Oct 2011 11:30:21 +0000 (11:30 +0000)]
Fix Bug 27643. Update Chinese conversion tables.

12 years ago* Use local context instead of global variables
Alexandre Emsenhuber [Sat, 8 Oct 2011 09:12:42 +0000 (09:12 +0000)]
* Use local context instead of global variables
* Call Linker methods statically

12 years agoReorder ResourceLoader hooks alphabetically
Alexandre Emsenhuber [Sat, 8 Oct 2011 09:07:02 +0000 (09:07 +0000)]
Reorder ResourceLoader hooks alphabetically

12 years agoRevert r84057, r84080, part of r99074: lc() and uc() custom handling for Turkish...
Brion Vibber [Sat, 8 Oct 2011 00:30:50 +0000 (00:30 +0000)]
Revert r84057, r84080, part of r99074: lc() and uc() custom handling for Turkish breaks case-insensitive matches of special page names and parser function keywords (bug 31490)

Deleted extra bug file as that was updated in r99289

12 years agofollowup r99246: fixes for test cases
Brion Vibber [Sat, 8 Oct 2011 00:27:53 +0000 (00:27 +0000)]
followup r99246: fixes for test cases

12 years agoFixed getUsablePages() to account for the fact that getPage() can return null
Aaron Schulz [Sat, 8 Oct 2011 00:16:31 +0000 (00:16 +0000)]
Fixed getUsablePages() to account for the fact that getPage() can return null

12 years agoWe don't need anything from the marker. The title is outside.
Platonides [Fri, 7 Oct 2011 21:05:22 +0000 (21:05 +0000)]
We don't need anything from the marker. The title is outside.

12 years agoForgot to commit this file in r99250.
Platonides [Fri, 7 Oct 2011 21:00:06 +0000 (21:00 +0000)]
Forgot to commit this file in r99250.

12 years agoBug 31445: "Section edit links do not show"
Platonides [Fri, 7 Oct 2011 20:50:10 +0000 (20:50 +0000)]
Bug 31445: "Section edit links do not show"
Always generate the mw:editsection placeholders.
Remove them if not used.
Update the ParserOutput if fetching from ParserCache

12 years agoTests for bug 31490 : turkish magic word with a 'i' are broken :d
Antoine Musso [Fri, 7 Oct 2011 20:18:17 +0000 (20:18 +0000)]
Tests for bug 31490 : turkish magic word with a 'i' are broken :d

The 4 first tests fails and need fixing :-)

Follow up r84057

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Fri, 7 Oct 2011 19:24:23 +0000 (19:24 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoFollow-up r84765, use timestampOrNull
Bryan Tong Minh [Fri, 7 Oct 2011 19:11:08 +0000 (19:11 +0000)]
Follow-up r84765, use timestampOrNull

12 years agoupgrading to jquery 1.6.4 to fix bug #31424
Neil Kandalgaonkar [Fri, 7 Oct 2011 18:53:16 +0000 (18:53 +0000)]
upgrading to jquery 1.6.4 to fix bug #31424

12 years ago(bug 31487) Don't specify -auto-orient, but specify image rotations ourselves
Bryan Tong Minh [Fri, 7 Oct 2011 18:48:36 +0000 (18:48 +0000)]
(bug 31487) Don't specify -auto-orient, but specify image rotations ourselves

12 years agoFollow-up r99224, fix unit tests.
Bryan Tong Minh [Fri, 7 Oct 2011 18:32:08 +0000 (18:32 +0000)]
Follow-up r99224, fix unit tests.

12 years agoFollow-up r98430, use dedicated error message for filename too long error. Adds ...
Bryan Tong Minh [Fri, 7 Oct 2011 18:20:55 +0000 (18:20 +0000)]
Follow-up r98430, use dedicated error message for filename too long error. Adds 'filename-toolong' message.

12 years ago* Use local context instead of global variables, made static function in CreditsActio...
Alexandre Emsenhuber [Fri, 7 Oct 2011 17:49:45 +0000 (17:49 +0000)]
* Use local context instead of global variables, made static function in CreditsAction non-static so that they can use the context
* Added missing Action::msg() method

12 years agoFollow-up r99211: forgot to revert one file
Max Semenik [Fri, 7 Oct 2011 14:21:08 +0000 (14:21 +0000)]
Follow-up r99211: forgot to revert one file

12 years agoRevert r93246: besides the problems pointed out at CR, it also causes bug 31403,...
Max Semenik [Fri, 7 Oct 2011 13:58:16 +0000 (13:58 +0000)]
Revert r93246: besides the problems pointed out at CR, it also causes bug 31403, wreaking havoc on large wikis

12 years agoReverted r83757, ipaddress msg in used by GlobalBlocking
Aaron Schulz [Fri, 7 Oct 2011 05:30:04 +0000 (05:30 +0000)]
Reverted r83757, ipaddress msg in used by GlobalBlocking

12 years agoRedact IP address when unblocking autoblocks
Aaron Schulz [Fri, 7 Oct 2011 00:38:09 +0000 (00:38 +0000)]
Redact IP address when unblocking autoblocks

12 years agoDon't add 'autoblock disabled' flag for IP range blocks
Aaron Schulz [Thu, 6 Oct 2011 22:57:32 +0000 (22:57 +0000)]
Don't add 'autoblock disabled' flag for IP range blocks

12 years agoFurther followup to r91770: revert the RELEASE-NOTES-1.18 entry (was in the 1.19...
Brion Vibber [Thu, 6 Oct 2011 22:21:28 +0000 (22:21 +0000)]
Further followup to r91770: revert the RELEASE-NOTES-1.18 entry (was in the 1.19 file originally)