lhc/web/wiklou.git
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 ∼ not ˜
Brian Wolff [Tue, 4 May 2010 04:40:47 +0000 (04:40 +0000)]
(Bug 23397) texvc in html mode should render \sim as ∼ not ˜

˜ appears to be the entity for the type of tilde that goes on top of
letters as an accent. ∼ 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.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 2 May 2010 19:29:35 +0000 (19:29 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-02 19:10:00 UTC)

14 years agoImprove IE6 version check to avoid false positives
Aryeh Gregor [Sun, 2 May 2010 01:59:08 +0000 (01:59 +0000)]
Improve IE6 version check to avoid false positives

Bug 23171.  Not added to RELEASE-NOTES because I'll backport to 1.16.

14 years agoFollowup to r65590: we don't need to explain the meanings of 'true' and 'false' for...
Roan Kattouw [Sat, 1 May 2010 21:26:30 +0000 (21:26 +0000)]
Followup to r65590: we don't need to explain the meanings of 'true' and 'false' for cases like these where a dictionary will suffice. Fix another typo in the RELEASE-NOTES entry as well, and bump $wgStyleVersion for r65591.

14 years agoRephrase potentially confusing comment in r65555
Roan Kattouw [Sat, 1 May 2010 21:17:44 +0000 (21:17 +0000)]
Rephrase potentially confusing comment in r65555

14 years agoBug 23371: Fix CSRF similar to r64677 covering the other three execute()
Platonides [Sat, 1 May 2010 20:16:13 +0000 (20:16 +0000)]
Bug 23371: Fix CSRF similar to r64677 covering the other three execute()
branches. Checks added to mailPassword() and addNewAccountInternal()
(covers addNewAccount & addNewAccountMailPassword).
Paranoia: Use different tokens for login and account creation.

*For wikis allowing public account creation, an attacker could create
many accounts via proxying users, avoiding ip blocks, the anon gets
logged in (wikis using ConfirmEdit to request a captcha for createaccount
are protected from this).

*If the victims were logged users, the attacker could create the
accounts by email and flood innocent parties using the wiki as gateway.

*If the victim was a sysop, the attacker could not only bypass the
captcha protection, but also the username blacklist.

*It also provides a way to bypass the blocks and ping limit for sending
many password resets flooding its targets.

*On private wikis an account creation by targeting a sysop may expose
confidential information.

14 years ago* (bug 23364) Changed native name for Azerbaijani.
Raimond Spekking [Sat, 1 May 2010 19:24:56 +0000 (19:24 +0000)]
* (bug 23364) Changed native name for Azerbaijani.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 1 May 2010 19:15:20 +0000 (19:15 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-01 19:00:00 UTC)

14 years agofixing documentation (it seems the function name has changed)
Tobias [Sat, 1 May 2010 10:56:52 +0000 (10:56 +0000)]
fixing documentation (it seems the function name has changed)

14 years agoWrap UploadFromUrlTest with a special TestSuite that ensures the test database +...
Mark A. Hershberger [Sat, 1 May 2010 02:09:08 +0000 (02:09 +0000)]
Wrap UploadFromUrlTest with a special TestSuite that ensures the test database + global vars are set correctly.  Eventually need to use this wrapper for all tests.

14 years agomore follow-up to r65715: coding style tweaks, etc.
Jack Phoenix [Fri, 30 Apr 2010 22:21:36 +0000 (22:21 +0000)]
more follow-up to r65715: coding style tweaks, etc.

14 years agofollow-up to r65715: convert spaces to tabs for indentation, as per our coding standa...
Jack Phoenix [Fri, 30 Apr 2010 22:06:13 +0000 (22:06 +0000)]
follow-up to r65715: convert spaces to tabs for indentation, as per our coding standards. no functional changes.

14 years agoNo MaxSem, you can't revert r65715 on r65716. Use a class variable instead of a globa...
Platonides [Fri, 30 Apr 2010 21:57:26 +0000 (21:57 +0000)]
No MaxSem, you can't revert r65715 on r65716. Use a class variable instead of a global variable for passing the error from the error handler to user code.

14 years agoInitial commit of the Selenium framework
Ryan Lane [Fri, 30 Apr 2010 20:45:52 +0000 (20:45 +0000)]
Initial commit of the Selenium framework

14 years agoLocalization update for he.
Rotem Liss [Fri, 30 Apr 2010 20:30:33 +0000 (20:30 +0000)]
Localization update for he.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 30 Apr 2010 19:17:20 +0000 (19:17 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-30 19:00:00 UTC)

14 years agoFollow up r65672. FIXED.
Platonides [Thu, 29 Apr 2010 22:02:44 +0000 (22:02 +0000)]
Follow up r65672. FIXED.

14 years agoActually check sourceFile for failure, showing the error message in the install.
Platonides [Thu, 29 Apr 2010 21:49:58 +0000 (21:49 +0000)]
Actually check sourceFile for failure, showing the error message in the install.
See report on http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/33902
Fixed several tag nesting problems from setup_database().
Make sourceFile() always use text errors in the installer. It can't handle
exceptions properly (introduced in r36211). But they are appropiate for update.php
thus the ugly branches.
The installer now always handles sourceFile() errors.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 29 Apr 2010 19:22:42 +0000 (19:22 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-29 19:00:00 UTC)

14 years agoKill 5.0.x compat functions, we require 5.1+ anyway
Chad Horohoe [Thu, 29 Apr 2010 19:06:11 +0000 (19:06 +0000)]
Kill 5.0.x compat functions, we require 5.1+ anyway

14 years ago* (bug 23284) Times are now rounded correctly
Alexandre Emsenhuber [Thu, 29 Apr 2010 15:09:22 +0000 (15:09 +0000)]
* (bug 23284) Times are now rounded correctly

14 years agoallow img_auth.php to use path= in place of PATH_INFO, so it can be used in CGI mode...
Daniel Kinzler [Thu, 29 Apr 2010 10:32:18 +0000 (10:32 +0000)]
allow img_auth.php to use path= in place of PATH_INFO, so it can be used in CGI mode. Use with RewriteRule ^/w/images/(.*)$ /w/img_auth.php?path=bell-style

14 years agofollow-up on r65546#c6661: minor code style issue. (suggested by Nikerabbit)
Tobias [Thu, 29 Apr 2010 10:28:28 +0000 (10:28 +0000)]
follow-up on r65546#c6661: minor code style issue. (suggested by Nikerabbit)

14 years agoFollowup r64509, need bmp after image/x-ms-bmp
Chad Horohoe [Thu, 29 Apr 2010 10:24:52 +0000 (10:24 +0000)]
Followup r64509, need bmp after image/x-ms-bmp

14 years agofixing r65546: move variable decleration up
Tobias [Wed, 28 Apr 2010 21:43:23 +0000 (21:43 +0000)]
fixing r65546: move variable decleration up

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 28 Apr 2010 19:46:05 +0000 (19:46 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-28 19:20:00 UTC)

14 years agoUnused $wgTitle
Chad Horohoe [Wed, 28 Apr 2010 19:13:43 +0000 (19:13 +0000)]
Unused $wgTitle

14 years ago* Add accesskey 'b' and tooltip to the summary field of edit mode
Raimond Spekking [Wed, 28 Apr 2010 18:40:51 +0000 (18:40 +0000)]
* Add accesskey 'b' and tooltip to the summary field of edit mode

14 years agoMarked Database::newFromParams() as deprecated, cleaned up a few mysqlisms in comments
Max Semenik [Wed, 28 Apr 2010 18:12:42 +0000 (18:12 +0000)]
Marked Database::newFromParams() as deprecated, cleaned up a few mysqlisms in comments

14 years agoget complete coverage
Mark A. Hershberger [Wed, 28 Apr 2010 16:18:33 +0000 (16:18 +0000)]
get complete coverage

14 years agoLocalization update for he.
Rotem Liss [Wed, 28 Apr 2010 14:33:35 +0000 (14:33 +0000)]
Localization update for he.

14 years agoFollow up r65590. Release notes typos.
Platonides [Wed, 28 Apr 2010 12:28:28 +0000 (12:28 +0000)]
Follow up r65590. Release notes typos.

14 years agoFollow-up per r65570 CR, also check wgEnableWriteAPI.
Happy-melon [Wed, 28 Apr 2010 12:27:57 +0000 (12:27 +0000)]
Follow-up per r65570 CR, also check wgEnableWriteAPI.

14 years agoSet globals consisitently for TitlePermissionTest.php
Mark A. Hershberger [Wed, 28 Apr 2010 04:28:38 +0000 (04:28 +0000)]
Set globals consisitently for TitlePermissionTest.php

14 years ago* Clean up tests so that they run together as well as separately
Mark A. Hershberger [Wed, 28 Apr 2010 04:27:30 +0000 (04:27 +0000)]
* Clean up tests so that they run together as well as separately
* TODO: Still tracking down a bug with the tests+jobqueue that shows up during UploadFromURLTest.php

14 years agoResource changes needed for $wgVectorShowVariantName (see r65590) to function properly.
Trevor Parscal [Tue, 27 Apr 2010 22:13:29 +0000 (22:13 +0000)]
Resource changes needed for $wgVectorShowVariantName (see r65590) to function properly.

14 years agoAdded $wgVectorShowVariantName global configuration varaible which causes Vector...
Trevor Parscal [Tue, 27 Apr 2010 22:11:04 +0000 (22:11 +0000)]
Added $wgVectorShowVariantName global configuration varaible which causes Vector to render the the variants drop-down menu with a label showing the current variant name. This is off by default, pending further research into it's user experience implications. Addresses bug #20193.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 27 Apr 2010 18:59:21 +0000 (18:59 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-27 18:15:00 UTC)

14 years agoFix for r65579: removed "!" that should really not be there...
Alexandre Emsenhuber [Tue, 27 Apr 2010 18:15:55 +0000 (18:15 +0000)]
Fix for r65579: removed "!" that should really not be there...

14 years ago* (bug 23298) Interwiki links with prefix only in log summaries now link to the corre...
Alexandre Emsenhuber [Tue, 27 Apr 2010 18:09:37 +0000 (18:09 +0000)]
* (bug 23298) Interwiki links with prefix only in log summaries now link to the correct link

14 years agoRewrite ajaxwatch.js to use the API watch action, and JQuery. Allows it to be used...
Happy-melon [Tue, 27 Apr 2010 15:09:04 +0000 (15:09 +0000)]
Rewrite ajaxwatch.js to use the API watch action, and JQuery.  Allows it to be used to asynchronise any watch links, not just the watch tab/links/spinny-starry-thing.  Will make it nice and easy to add unwatch links to Special:Watchlist, etc.

14 years agoAdded $wgLocalStylePath global variable, and solved bug #22858 by using this new...
Trevor Parscal [Mon, 26 Apr 2010 21:02:30 +0000 (21:02 +0000)]
Added $wgLocalStylePath global variable, and solved bug #22858 by using this new variable in the Vector skin for the inclusion of skins/vector/csshover.htc. HTC files are not cross-domain friendly, so in production environments where $wgStylePath is set to point to bits.wikimedia.org, this will throw JavaScript errors on the page. By adding this new global, which is identical to $wgStylePath except that it will not become customized when $wgStylePath is, we can ensure that certain files, if needed, are always loaded from the same domain as the site.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 26 Apr 2010 19:31:58 +0000 (19:31 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-26 19:15:00 UTC)

14 years agoFixed some doxygen warnings and updated doc
Alexandre Emsenhuber [Mon, 26 Apr 2010 19:31:55 +0000 (19:31 +0000)]
Fixed some doxygen warnings and updated doc

14 years agofixing bug 20186: allow filtering SpecialContributions for RevisionDeleted edits...
Tobias [Mon, 26 Apr 2010 16:35:02 +0000 (16:35 +0000)]
fixing bug 20186: allow filtering SpecialContributions for RevisionDeleted edits. See also bug 20186 comment 22

14 years agoLocalization update for he.
Rotem Liss [Mon, 26 Apr 2010 16:03:00 +0000 (16:03 +0000)]
Localization update for he.

14 years agoModification to LocalFile::getHistory for custom repos
Jack D. Pond [Mon, 26 Apr 2010 14:44:54 +0000 (14:44 +0000)]
Modification to LocalFile::getHistory for custom repos
Hard coded OldLocalFile::getHistory now used only when oldFileFromRowFactory not declared - for backwards compatibility

14 years agoKill last vestiges of mediawiki_version. Nobody actually uses it anymore, it just...
Chad Horohoe [Mon, 26 Apr 2010 13:46:04 +0000 (13:46 +0000)]
Kill last vestiges of mediawiki_version. Nobody actually uses it anymore, it just gets silently updated (and only for Postgres at that)

14 years agoLocalisation updates Chinese
Shinjiman [Mon, 26 Apr 2010 00:10:53 +0000 (00:10 +0000)]
Localisation updates Chinese
making more consistent message as zh-Hant per r65519

14 years ago(bug 23313) Move watchlisthidepatrolled above token in watchlist preferences to enhan...
Siebrand Mazeland [Sun, 25 Apr 2010 23:11:12 +0000 (23:11 +0000)]
(bug 23313) Move watchlisthidepatrolled above token in watchlist preferences to enhance preference grouping.

14 years agoAs well as fixing the broken implementation of sslVerifyHost, correct its documentati...
Andrew Garrett [Sun, 25 Apr 2010 23:10:53 +0000 (23:10 +0000)]
As well as fixing the broken implementation of sslVerifyHost, correct its documentation and implement a new option, sslVerifyCert, to do what the documentation said that sslVerifyHost did.

Note that CURLOPT_SSL_VERIFYHOST controls *only* the verification of hostname against the hostname on the certificate.

14 years agoFollow-up 65339: fix 'pass by reference' warning as reported in bug 23322.
Siebrand Mazeland [Sun, 25 Apr 2010 22:57:12 +0000 (22:57 +0000)]
Follow-up 65339: fix 'pass by reference' warning as reported in bug 23322.

14 years agoHttpFunctions: Fix bug where sslVerifyHost was only added to the CURL options when...
Andrew Garrett [Sun, 25 Apr 2010 22:53:19 +0000 (22:53 +0000)]
HttpFunctions: Fix bug where sslVerifyHost was only added to the CURL options when it would have no effect anyway.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 25 Apr 2010 19:08:29 +0000 (19:08 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-25 18:40:00 UTC)

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 25 Apr 2010 09:51:55 +0000 (09:51 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoAdd a comment with the used message keys to make sure the grep find them
Raimond Spekking [Sat, 24 Apr 2010 20:37:56 +0000 (20:37 +0000)]
Add a comment with the used message keys to make sure the grep find them

14 years ago* Add accesskey 's' and tooltip to 'Save' button at Special:Preferences
Raimond Spekking [Sat, 24 Apr 2010 20:07:13 +0000 (20:07 +0000)]
* Add accesskey 's' and tooltip to 'Save' button at Special:Preferences

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 24 Apr 2010 20:01:43 +0000 (20:01 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-24 19:50:00 UTC)

14 years agoAppend " and errors" to getDescription for ApiParamInfo to signify that information...
Sam Reed [Sat, 24 Apr 2010 11:58:52 +0000 (11:58 +0000)]
Append " and errors" to getDescription for ApiParamInfo to signify that information about the errors a module can return is there

14 years agoFix hooks.txt to match code, minor followup to r65506
Sam Reed [Sat, 24 Apr 2010 11:12:07 +0000 (11:12 +0000)]
Fix hooks.txt to match code, minor followup to r65506

14 years ago* (bug 23276) Add hook to Special:NewPages to modify query
Sam Reed [Sat, 24 Apr 2010 11:05:15 +0000 (11:05 +0000)]
* (bug 23276) Add hook to Special:NewPages to modify query

Patch by Dan Barrett

14 years ago* Refactor super-long title function
Mark A. Hershberger [Sat, 24 Apr 2010 06:22:11 +0000 (06:22 +0000)]
* Refactor super-long title function
* Add tests to achieve almost-complete coverage since I want to make sure my changes don't break thinks.
* Still need to write tests for checkPermissionHooks
* Tests could probably be cleaned up a lot.

14 years agotypo
Mark A. Hershberger [Sat, 24 Apr 2010 01:14:13 +0000 (01:14 +0000)]
typo