lhc/web/wiklou.git
12 years agoFixes Bug 31865 - Tag <dws> for discarding whitespaces.
Mark A. Hershberger [Mon, 21 Nov 2011 01:45:23 +0000 (01:45 +0000)]
Fixes Bug 31865 - Tag <dws> for discarding whitespaces.
Patch with parser tests from Van de Bugger

12 years agoSpecial:Log title can be an invalid thus trigger a Fatal error
Antoine Musso [Sun, 20 Nov 2011 22:39:26 +0000 (22:39 +0000)]
Special:Log title can be an invalid thus trigger a Fatal error

follow up r103711

12 years agoMove the hidden input with the title inside the <div> (adding a silly one for two...
Platonides [Sun, 20 Nov 2011 21:38:15 +0000 (21:38 +0000)]
Move the hidden input with the title inside the <div> (adding a silly one for two-button search).
Removes dumb XHTML1 conformance warning about <input> (an inline element) not being able to be there
(a place for a block element). (Bug 13381)

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Sun, 20 Nov 2011 21:18:38 +0000 (21:18 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoUse local context to get messages
Alexandre Emsenhuber [Sun, 20 Nov 2011 19:15:39 +0000 (19:15 +0000)]
Use local context to get messages

12 years agoUse WikiPage instead of Article to call updateRevisionOn()
Alexandre Emsenhuber [Sun, 20 Nov 2011 18:59:23 +0000 (18:59 +0000)]
Use WikiPage instead of Article to call updateRevisionOn()

12 years agoChange <br clear="all/left" to <br style="clear: in inline html.
Platonides [Sun, 20 Nov 2011 18:57:59 +0000 (18:57 +0000)]
Change <br clear="all/left" to <br style="clear:  in inline html.
(Bug 13381) Improve the XHTML strictness

12 years ago(bug 1672) Add $wgDisableUploadScriptChecks to allow disabling of the HTML/JS detecti...
Roan Kattouw [Sun, 20 Nov 2011 18:57:47 +0000 (18:57 +0000)]
(bug 1672) Add $wgDisableUploadScriptChecks to allow disabling of the HTML/JS detection for uploads. Patch by Emufarmers

12 years ago(bug 24037) Add byte length of revision to Special:Contributions. Patch by Umherirrender
Roan Kattouw [Sun, 20 Nov 2011 18:17:49 +0000 (18:17 +0000)]
(bug 24037) Add byte length of revision to Special:Contributions. Patch by Umherirrender

12 years agoBraces, spaces, documentation
Sam Reed [Sun, 20 Nov 2011 18:02:38 +0000 (18:02 +0000)]
Braces, spaces, documentation

12 years ago* (bug 29635) update.php for Postgres creates sequences, then fails when it to rename...
Sam Reed [Sun, 20 Nov 2011 17:54:47 +0000 (17:54 +0000)]
* (bug 29635) update.php for Postgres creates sequences, then fails when it to rename sequences to those same names

Patch by Luigi Corsaro

12 years ago(bug 310720) Make Http::request() (and, by extension, get() and post() as well) accep...
Roan Kattouw [Sun, 20 Nov 2011 17:45:18 +0000 (17:45 +0000)]
(bug 310720) Make Http::request() (and, by extension, get() and post() as well) accept a 'userAgent' option. Patch by Chad Horohoe

12 years ago* (bug 24765) User tool links edit hook
Sam Reed [Sun, 20 Nov 2011 15:16:54 +0000 (15:16 +0000)]
* (bug 24765) User tool links edit hook

Original patch by "biolizard", updated to not use $this in static, and added relevant documentation

12 years agoQuery already does ORDER BY value, so remove manual order by from r103759
Sam Reed [Sun, 20 Nov 2011 15:01:09 +0000 (15:01 +0000)]
Query already does ORDER BY value, so remove manual order by from r103759

12 years ago* (bug 13577) Optimize query in Special Unusedcategories & Special Mostlinkedcategori...
Sam Reed [Sun, 20 Nov 2011 14:49:07 +0000 (14:49 +0000)]
* (bug 13577) Optimize query in Special Unusedcategories & Special Mostlinkedcategories by using category table

Patch by Nicolas Dumazet, updated in line with changed code

If unbounded it does a filesort. With a limit, it's a fine query

Marking as not expensive

12 years ago(bug 7304) Links on redirect pages no longer cause the redirect page to show up as...
Roan Kattouw [Sun, 20 Nov 2011 14:32:59 +0000 (14:32 +0000)]
(bug 7304) Links on redirect pages no longer cause the redirect page to show up as a redirect to the linked page on Special:Whatlinkshere. Patch by Bawolff, using the redirect table instead of page_is_redirect to identify redirects

12 years agoFix typo in r103751
Roan Kattouw [Sun, 20 Nov 2011 13:02:34 +0000 (13:02 +0000)]
Fix typo in r103751

12 years agoFix spaces to tabs
Sam Reed [Sun, 20 Nov 2011 11:41:42 +0000 (11:41 +0000)]
Fix spaces to tabs

12 years agoIn the spirit of r103745, guard against invalid user names in SpecialContributions...
Roan Kattouw [Sun, 20 Nov 2011 11:29:56 +0000 (11:29 +0000)]
In the spirit of r103745, guard against invalid user names in SpecialContributions and SpecialDeletedContributions by checking for invalidity early, then passing User objects around. Loosely based on Søren Løvborg's patch on bug 26854

12 years ago* (bug 32506) Inconsistent behavior for Special:EditWatchlist/raw when submitting...
Sam Reed [Sun, 20 Nov 2011 10:58:46 +0000 (10:58 +0000)]
* (bug 32506) Inconsistent behavior for Special:EditWatchlist/raw when submitting an empty watchlist

Patch by Brad Jorsch

12 years ago(bug 26854) Invalid user names go unchecked. Applied most of the patch submitted...
Roan Kattouw [Sun, 20 Nov 2011 10:55:58 +0000 (10:55 +0000)]
(bug 26854) Invalid user names go unchecked. Applied most of the patch submitted by Søren Løvborg, checking for null return values from User::newFromName()

12 years agoStreamFile::StreamFile() tweaks:
Aaron Schulz [Sun, 20 Nov 2011 10:24:04 +0000 (10:24 +0000)]
StreamFile::StreamFile() tweaks:
* Replaced unused $request param with $sendErrors to suppress sending error messages
* Added boolean return value (success/failure)

12 years agoimage_auth.php cleanups:
Aaron Schulz [Sun, 20 Nov 2011 08:50:13 +0000 (08:50 +0000)]
image_auth.php cleanups:
* Factored main code into wfImageAuthMain()
* Made preg_match() for $name account for "page3-" type specifiers in the thumb name
* Code style cleanups

12 years agoFix Bug #32105 - Copyright/trademark/terms of use not showing in
Mark A. Hershberger [Sat, 19 Nov 2011 23:42:17 +0000 (23:42 +0000)]
Fix Bug #32105 - Copyright/trademark/terms of use not showing in
Simple skin

Don't really know why this was hidden, anyway.

12 years ago(bug 1697) Special:Log make Title an User object when the log type expect it
Antoine Musso [Sat, 19 Nov 2011 21:22:30 +0000 (21:22 +0000)]
(bug 1697) Special:Log make Title an User object when the log type expect it

12 years agoRELEASE-NOTES-1.19 for r103706, r103708
Sam Reed [Sat, 19 Nov 2011 21:17:50 +0000 (21:17 +0000)]
RELEASE-NOTES-1.19 for r103706, r103708

CREDITS for r103705

12 years ago* (bug 32505) Incorrect spacing on messages for Special:EditWatchlist/raw results
Sam Reed [Sat, 19 Nov 2011 21:14:42 +0000 (21:14 +0000)]
* (bug 32505) Incorrect spacing on messages for Special:EditWatchlist/raw results

Patch by Brad Jorsch

12 years ago* (bug 19698) Inverse selection for Special:Contributions
Sam Reed [Sat, 19 Nov 2011 21:03:43 +0000 (21:03 +0000)]
* (bug 19698) Inverse selection for Special:Contributions

Manually updated patch to fix conflicts

12 years ago* (bug 8859) Database::update should take array of tables too
Sam Reed [Sat, 19 Nov 2011 20:17:29 +0000 (20:17 +0000)]
* (bug 8859) Database::update should take array of tables too

Original patch by Andrew Dunbar

Also apply in DatabaseOracle and DB2 code as they override update

12 years agoBug 13759 - memcached predefined hashes
Sam Reed [Sat, 19 Nov 2011 20:01:33 +0000 (20:01 +0000)]
Bug 13759 - memcached predefined hashes

Patch by Zac Bristow

Half of the patch was already applied. Updated documentation to match

12 years agoFollowup r103692: don't add a query per row
Roan Kattouw [Sat, 19 Nov 2011 19:01:08 +0000 (19:01 +0000)]
Followup r103692: don't add a query per row

12 years agoparserTests: add --filter as an alias of --regex
Antoine Musso [Sat, 19 Nov 2011 18:24:43 +0000 (18:24 +0000)]
parserTests: add --filter as an alias of --regex

PHPUnit use the --filter option and I keep incorrectly using it for
parserTest. So this is adding an alias of --regex.

12 years agoMore updater message updates and normalisation
Sam Reed [Sat, 19 Nov 2011 17:39:56 +0000 (17:39 +0000)]
More updater message updates and normalisation

Fix a call to $this->db->applyPatch() to $this->applyPatch()

12 years agoRELEASE-NOTES for r103692
Roan Kattouw [Sat, 19 Nov 2011 17:30:56 +0000 (17:30 +0000)]
RELEASE-NOTES for r103692

12 years ago(bug 32228) Special:Search doesn't conserve profile when new search terms are entered
Roan Kattouw [Sat, 19 Nov 2011 17:27:34 +0000 (17:27 +0000)]
(bug 32228) Special:Search doesn't conserve profile when new search terms are entered

12 years agoFollowup r103685
Sam Reed [Sat, 19 Nov 2011 17:21:55 +0000 (17:21 +0000)]
Followup r103685

Not sure why I reinvented the wheel. Oh well, doing it properly now

12 years ago(bug 30368) When a page is moved, link to and display the new name rather than the...
Roan Kattouw [Sat, 19 Nov 2011 17:21:43 +0000 (17:21 +0000)]
(bug 30368) When a page is moved, link to and display the new name rather than the old name on Special:Newpages. Did this by treating relying on rc_cur_id instead of rc_namespace & rc_title when building the list. This is safe because the Newpages query already joins against page, so we know the rc_cur_id points to an existing page.

12 years ago* (bug 32020) Improve messages output by the database updaters
Sam Reed [Sat, 19 Nov 2011 17:18:22 +0000 (17:18 +0000)]
* (bug 32020) Improve messages output by the database updaters

Patch by David Baumgarten

12 years agoBug 32397 - #userlogin is too narrow
Antoine Musso [Sat, 19 Nov 2011 17:04:13 +0000 (17:04 +0000)]
Bug 32397 - #userlogin is too narrow

Patch by A. D. Bergi

12 years agorevert r103694 r103687
Antoine Musso [Sat, 19 Nov 2011 17:00:57 +0000 (17:00 +0000)]
revert r103694 r103687

Need to find a better way to fix that cache issue :(

12 years agoBug 32238 - phaseout wgEnableTooltipsAndAccesskeys
Antoine Musso [Sat, 19 Nov 2011 16:40:23 +0000 (16:40 +0000)]
Bug 32238 - phaseout wgEnableTooltipsAndAccesskeys

12 years agoclosing a store is only available for CDB type
Antoine Musso [Sat, 19 Nov 2011 16:31:42 +0000 (16:31 +0000)]
closing a store is only available for CDB type

follow up r103684

12 years ago* (bug 32470) Increase the length of ug_group
Sam Reed [Sat, 19 Nov 2011 16:26:28 +0000 (16:26 +0000)]
* (bug 32470) Increase the length of ug_group

Postgres doesn't need extending...

12 years agoadd possibility to close a LCStore_CDB
Antoine Musso [Sat, 19 Nov 2011 16:23:52 +0000 (16:23 +0000)]
add possibility to close a LCStore_CDB
also close an LCStore_CDB after checking for expiry

12 years agoGlobal tables died
Sam Reed [Sat, 19 Nov 2011 16:19:35 +0000 (16:19 +0000)]
Global tables died

12 years agoMake ResourceLoader::register() non-recursive, was calling itself recursively on...
Roan Kattouw [Sat, 19 Nov 2011 16:02:26 +0000 (16:02 +0000)]
Make ResourceLoader::register() non-recursive, was calling itself recursively on every page load.

12 years agoLocalisation update for core and extension messages from translatewiki.net
Raimond Spekking [Sat, 19 Nov 2011 14:32:52 +0000 (14:32 +0000)]
Localisation update for core and extension messages from translatewiki.net

12 years agoFixes broken alignment of catlinks in cologneblue and simple skins.
Derk-Jan Hartman [Sat, 19 Nov 2011 14:32:45 +0000 (14:32 +0000)]
Fixes broken alignment of catlinks in cologneblue and simple skins.

Follow up to r102297
Fixes bug 32460

12 years agoIncorporate a router into our maintenance/dev/ code to better handle the variety...
Daniel Friesen [Sat, 19 Nov 2011 14:14:57 +0000 (14:14 +0000)]
Incorporate a router into our maintenance/dev/ code to better handle the variety of file types we support.

12 years agoFix the sitesub of cologneblue. Follow up to r80785
Derk-Jan Hartman [Sat, 19 Nov 2011 14:09:58 +0000 (14:09 +0000)]
Fix the sitesub of cologneblue. Follow up to r80785

12 years agoFix an issue with the header of CologneBlue. Introduced in r97657
Derk-Jan Hartman [Sat, 19 Nov 2011 13:48:02 +0000 (13:48 +0000)]
Fix an issue with the header of CologneBlue. Introduced in r97657

Fixes bug 32474

12 years agobug 32086 get fixed in 1.18 not 1.18
Antoine Musso [Sat, 19 Nov 2011 11:42:25 +0000 (11:42 +0000)]
bug 32086 get fixed in 1.18 not 1.18

r101478 did not get merged in 1.18

12 years ago* Use local context to get messages
Alexandre Emsenhuber [Sat, 19 Nov 2011 09:44:03 +0000 (09:44 +0000)]
* Use local context to get messages
* Escape 'word-separator' and 'parentheses' messages

12 years agoUse ParserOptions::newFromContext() instead of 'new ParserOptions' to use the local...
Alexandre Emsenhuber [Sat, 19 Nov 2011 08:54:03 +0000 (08:54 +0000)]
Use ParserOptions::newFromContext() instead of 'new ParserOptions' to use the local context instead of relying on $wgUser and $wgLang

12 years agoUse WikiPage instead of Article
Alexandre Emsenhuber [Sat, 19 Nov 2011 08:51:20 +0000 (08:51 +0000)]
Use WikiPage instead of Article

12 years agoFollow-up r103332: fix "invalidoldimage" error message to say "oldimage" instead...
Alexandre Emsenhuber [Sat, 19 Nov 2011 08:29:49 +0000 (08:29 +0000)]
Follow-up r103332: fix "invalidoldimage" error message to say "oldimage" instead of "oldid"

12 years agoMade ChangesList generate page links with rcid=x for new pages when $wgUseNPPatrol...
Aaron Schulz [Sat, 19 Nov 2011 05:37:24 +0000 (05:37 +0000)]
Made ChangesList generate page links with rcid=x for new pages when $wgUseNPPatrol is on (not just $wgUseRCPatrol)

12 years agoMake $wgDummyLanguageCodes an associative array so it maps to the correct codes;...
Robin Pepermans [Sat, 19 Nov 2011 05:18:32 +0000 (05:18 +0000)]
Make $wgDummyLanguageCodes an associative array so it maps to the correct codes; and use it in WikimediaIncubator to check whether the wiki exists (so e.g. Wx/sgs recognizes that the wiki corresponding to Wx/bat-smg exists). The extension is compatible with the old $wgDummyLanguageCodes array.

12 years agoDon't force a localization cache rebuild if it will be handled automatically.
gicode [Sat, 19 Nov 2011 02:53:37 +0000 (02:53 +0000)]
Don't force a localization cache rebuild if it will be handled automatically.

12 years ago* Use ParserOptions::newFromContext() to not depend on $wgUser and $wgLang
Alexandre Emsenhuber [Fri, 18 Nov 2011 21:36:57 +0000 (21:36 +0000)]
* Use ParserOptions::newFromContext() to not depend on $wgUser and $wgLang
* Use a WikiPage object instead of Article to get the text or the ParserOutput and create the object directly in getParsedSectionOrText()
* Use Title::getLatestRevID() instead of Article::getRevIdFetched() since the latter will always return the current revision ID when 0 is passed as second parameter to the constructor
* Pass the User object to Revision::getText()
* Removed double setting of $wgTitle

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Fri, 18 Nov 2011 14:57:27 +0000 (14:57 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agofollowup to r103448, tighten up code
Ariel Glenn [Fri, 18 Nov 2011 09:08:29 +0000 (09:08 +0000)]
followup to r103448, tighten up code

12 years agoFix for r103502: make PoolWorkArticleView::doWork() return true when the parse is...
Alexandre Emsenhuber [Fri, 18 Nov 2011 07:10:03 +0000 (07:10 +0000)]
Fix for r103502: make PoolWorkArticleView::doWork() return true when the parse is successful; also fixed getIsDirty() to return the member parameter and not try to execute a non-existing function

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Thu, 17 Nov 2011 22:50:20 +0000 (22:50 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoUse local context to get messages
Alexandre Emsenhuber [Thu, 17 Nov 2011 20:30:28 +0000 (20:30 +0000)]
Use local context to get messages

12 years ago* Added WikiPage::getParserOutput() and changed Article::getParserOutput() to use it
Alexandre Emsenhuber [Thu, 17 Nov 2011 20:21:54 +0000 (20:21 +0000)]
* Added WikiPage::getParserOutput() and changed Article::getParserOutput() to use it
* WikiPage::getParserOutput() requires a ParserOptions object (and optionally the revision ID) instead of an User object, removes an hidden dependency on $wgLang. For this reason, WikiPage::isParserCacheUsed() now also uses a ParserOptions object instead of an User object (doesn't change anything in the code except the variable name and it's not called in extensions)
* Moved PoolWorkArticleView to WikiPage.php and added an entry in the AutoLoader and moved output-related stuff directly in Article::view() so that in can be shared with WikiPage::getParserOutput() (removes code duplication, etc.)
* Added the revision ID to the PoolCounter key so that it knows which revision is being parsed and doesn't wait for another parse operation with same options but different revisions
* Removed Article::doViewParse(), Article::tryDirtyCache() and Article::getOutputFromWikitext() since they are now integrated in PoolWorkArticleView and Article::view() and there are no callers in extensions. This also fixes a bug since Article::doViewParse() will get another ParserOptions instance with special options set in Article::view() not be repercuted.
* Updated DifferenceEngine to use the new system
* Updated docs/memcached.txt to correct method names

12 years agoFix the rest of 'inlanguage ' in r93765
Sam Reed [Thu, 17 Nov 2011 19:06:30 +0000 (19:06 +0000)]
Fix the rest of 'inlanguage ' in r93765

12 years agoFix trailing space in r93765
Sam Reed [Thu, 17 Nov 2011 19:00:09 +0000 (19:00 +0000)]
Fix trailing space in r93765

12 years ago(bug 32450) MediaWiki: .js|.css pages parsed [[Category:#]] links
Antoine Musso [Thu, 17 Nov 2011 16:46:45 +0000 (16:46 +0000)]
(bug 32450) MediaWiki: .js|.css pages parsed [[Category:#]] links

This patch skip the [[Category:#]] parsing logic when the Title is in
NS_MEDIAWIKI and ends with .js or .css. This way the code is kept as is
and pages are no more categorized.

How to reproduce the issue:

$ echo 'var foo = "[[Category:bug32450]]"' \
| php maintenance/parse.php --title MediaWiki:Foobar.js
<p>var foo = ""
</p>
$

Note how the text got stripped.

After this patch:

$ echo 'var foo = "[[Category:bug32450]]"' \
| php maintenance/parse.php --title MediaWiki:Foobar.js
<p>var foo = "[[Category:bug32450]]"
</p>
$

TEST PLAN:
==========

$ php parserTests.php --quiet
This is MediaWiki version 1.19alpha (r103473).

Reading tests from "tests/parser/parserTests.txt"...
Reading tests from "tests/parser/extraParserTests.txt"...
Passed 654 of 654 tests (100%)... ALL TESTS PASSED!
$

12 years agoApply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken after r86041
Mark A. Hershberger [Thu, 17 Nov 2011 16:00:41 +0000 (16:00 +0000)]
Apply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken after r86041

12 years agoAdapt and re-apply Michael Newton's patch from Bug 24464 - Execute
Mark A. Hershberger [Thu, 17 Nov 2011 15:16:03 +0000 (15:16 +0000)]
Adapt and re-apply Michael Newton's patch from Bug 24464 - Execute
LoginAuthenticateAudit hook more often.

Also updated release notes.

12 years agouse spaces for usage indentation
Antoine Musso [Thu, 17 Nov 2011 14:46:17 +0000 (14:46 +0000)]
use spaces for usage indentation

12 years ago* Use the fact that WikiPage::getLatest() is updated when editing the page since...
Alexandre Emsenhuber [Thu, 17 Nov 2011 10:33:20 +0000 (10:33 +0000)]
* Use the fact that WikiPage::getLatest() is updated when editing the page since r103383
* Moved override of $wgTitle and creation of EditPage object to the place they will be used

12 years agoskip Media: links in addition to Special: links
Antoine Musso [Thu, 17 Nov 2011 10:10:40 +0000 (10:10 +0000)]
skip Media: links in addition to Special: links

That one triggered an exception stack trace when using Media:foo as
a target on Special:WhatLinksHere.

Example:
Special:WhatLinksHere/Media:file.png

That is a rare occurence that "should not happen". I am not sure it is
worth backporting to 1.18 although it impacts live site:

http://en.wikipedia.org/wiki/Special:WhatLinksHere/Media:BSicon_uBS2lf.svg

12 years ago* Removed Preferences::validateEmail() to that e-mail address modification is in...
Alexandre Emsenhuber [Thu, 17 Nov 2011 10:06:56 +0000 (10:06 +0000)]
* Removed Preferences::validateEmail() to that e-mail address modification is in another special page, no callers
* Added $form parameter to Preferences::cleanSignature() and Preferences::validateSignature(), they are passed to the functions since r102879
* Use local context to get messages

12 years agoif user id is 0 and username is actually an IP, write it as <ip>, not <username>
Ariel Glenn [Thu, 17 Nov 2011 09:20:51 +0000 (09:20 +0000)]
if user id is 0 and username is actually an IP, write it as <ip>, not <username>

12 years agoPut $fallback back that was accidentally removed in r96692. Spotted by Merlissimo.
Siebrand Mazeland [Thu, 17 Nov 2011 04:43:41 +0000 (04:43 +0000)]
Put $fallback back that was accidentally removed in r96692. Spotted by Merlissimo.

Cannot explain how this happened.

12 years agoFollow-up r103437: fix typo and add quotes.
Siebrand Mazeland [Thu, 17 Nov 2011 03:28:48 +0000 (03:28 +0000)]
Follow-up r103437: fix typo and add quotes.

12 years agoDocumentation
Aaron Schulz [Thu, 17 Nov 2011 03:14:05 +0000 (03:14 +0000)]
Documentation

12 years agoTweak message updated in r103386.
Siebrand Mazeland [Thu, 17 Nov 2011 03:13:33 +0000 (03:13 +0000)]
Tweak message updated in r103386.

12 years agorevert r103396 (breaks unit tests) - In lots of these places $u is undefined (for...
Brian Wolff [Wed, 16 Nov 2011 23:55:40 +0000 (23:55 +0000)]
revert r103396 (breaks unit tests) - In lots of these places $u is undefined (for example, of a user doesn't specify a name, we havn't created a user object yet at the time of that check). Probably need to do something like create a second hook for loginAuditUserTotallyFailed or something.

12 years agoMoved File classes to filerepo/file (as well as ArchivedFile)
Aaron Schulz [Wed, 16 Nov 2011 22:55:48 +0000 (22:55 +0000)]
Moved File classes to filerepo/file (as well as ArchivedFile)

12 years agoFixed comment typo
Aaron Schulz [Wed, 16 Nov 2011 22:33:34 +0000 (22:33 +0000)]
Fixed comment typo

12 years agoApplying Michael Newton's patch from Bug 24464 - Execute
Mark A. Hershberger [Wed, 16 Nov 2011 22:24:03 +0000 (22:24 +0000)]
Applying Michael Newton's patch from Bug 24464 - Execute
LoginAuthenticateAudit hook more often

Tested and it *seems* reasonable to me.

12 years agoApply patch from Bug 17056 - list items in Special:NewPages should
Mark A. Hershberger [Wed, 16 Nov 2011 21:43:32 +0000 (21:43 +0000)]
Apply patch from Bug 17056 - list items in Special:NewPages should
    each link to the first revision of the page
Patch from Umherirrender

12 years agoApply jdanni's patch from from 2+ years ago for Bug 15218 - LinkSearch results should...
Mark A. Hershberger [Wed, 16 Nov 2011 21:25:31 +0000 (21:25 +0000)]
Apply jdanni's patch from from 2+ years ago for Bug 15218 - LinkSearch results should use as much of the path as is provided, not simply search by domain

Patch only updates the messages.

12 years ago* Put the LinkCache update in WikiPage::updateRevisionOn() so that we are sure that...
Alexandre Emsenhuber [Wed, 16 Nov 2011 21:03:06 +0000 (21:03 +0000)]
* Put the LinkCache update in WikiPage::updateRevisionOn() so that we are sure that it is executed every time that function get called (and the update succeeds of course); and removed the call to Title::resetArticleID() which is already done by insertOn()
* Also update $this->mLatest and $this->mIsRedirect in updateRevisionOn() (will use this in ApiEditPage to have to create another istance just to grab the new revision ID)
* In WikiPage::doEdit(), get the current latest before going through the process since it's now updated in updateRevisionOn() (would break RecentChange::notifyEdit() otherwise) and pass the current redirect state to use the optimisation in updateRedirectOn() if possible

12 years agoPer Aaron, fix for r102973: create directly a WikiFilePage object and call setFile...
Alexandre Emsenhuber [Wed, 16 Nov 2011 20:54:40 +0000 (20:54 +0000)]
Per Aaron, fix for r102973: create directly a WikiFilePage object and call setFile() on it to restore previous behaviour

12 years agoFixed totally broken --file parameter (running the sha1 for one file)
Aaron Schulz [Wed, 16 Nov 2011 20:38:24 +0000 (20:38 +0000)]
Fixed totally broken --file parameter (running the sha1 for one file)

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Wed, 16 Nov 2011 20:05:35 +0000 (20:05 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoFollowup to r103365, actually include said patch file
OverlordQ [Wed, 16 Nov 2011 19:55:21 +0000 (19:55 +0000)]
Followup to r103365, actually include said patch file

12 years agoFollowup to r100640, use correct name scheme for sequence, correct references to...
OverlordQ [Wed, 16 Nov 2011 19:54:38 +0000 (19:54 +0000)]
Followup to r100640, use correct name scheme for sequence, correct references to sequence and add optional patch file for sites following trunk

12 years ago(bug 31535; bug 332) Properly truncate upload summaries (img_description) on the...
Brian Wolff [Wed, 16 Nov 2011 19:50:59 +0000 (19:50 +0000)]
(bug 31535; bug 332) Properly truncate upload summaries (img_description) on the php side.

Before it would get truncated when inserted into the 255 byte db field. This is bad as it can leave dangling multi-byte unicode sequences, additionally, since directly after upload we appearently cache the file object, this can result in the comment in the file history table being super-huge.

This also removes the parenthesis in the comment field in the table. Its a table, we don't need to use () to visually separate it from the rest of the page content.

This commit also causes '...' (or the i18n'ed equivalent) to be appended when truncated a comment. Previously that didn't happen. Also I changed it to use a method that doesn't check for '*' as a special value to mean no description. I looked at the toolserver db, and even uploads to enwikipedia from 2002 don't use '*' as special no-description marker.

12 years agoRegister new message key from r103314 for maintenance scripts
Raimond Spekking [Wed, 16 Nov 2011 19:03:43 +0000 (19:03 +0000)]
Register new message key from r103314 for maintenance scripts

12 years agoFix extension URL
Sam Reed [Wed, 16 Nov 2011 16:59:21 +0000 (16:59 +0000)]
Fix extension URL

12 years agoOn errors not using OutputPage, Content-Type header wasn't set,
Platonides [Wed, 16 Nov 2011 16:53:12 +0000 (16:53 +0000)]
On errors not using OutputPage, Content-Type header wasn't set,
although we output localised UTF-8 messaged.

12 years ago* Use WikiPage instead of Article
Alexandre Emsenhuber [Wed, 16 Nov 2011 15:57:56 +0000 (15:57 +0000)]
* Use WikiPage instead of Article
* Create the WikiPage object directly in execute() and pass it to both delete() and deleteFile()
* Reordered parameters of delete() and deleteFile() to be consistent and take both on the WikiPage and User objects (instead of relying on $wgUser); no callers outside of this class
* Fixed deleteFile() to match the behaviour of FileDeleteForm with oldimage parameter
* Pass the User object to getPermissionsError()
* Factorised duplicated code
* Added missing error code to ApiBase (and also a new one)
* Added missing possible error codes (with a new one too)

12 years agoFollow-up r101449 and friends: no need to consider LC rebuild a database update and...
Max Semenik [Wed, 16 Nov 2011 15:21:44 +0000 (15:21 +0000)]
Follow-up r101449 and friends: no need to consider LC rebuild a database update and especially it shouldn't be listed separately for every DB updater

12 years agobug 28643 improvement to serbian variants conversion
Antoine Musso [Wed, 16 Nov 2011 15:12:00 +0000 (15:12 +0000)]
bug 28643 improvement to serbian variants conversion

This patch is a PARTIAL merge of /branches/nikola/phase3 ::

r85224 avoid double conversion when text already use the correct variant
r85239 minor fixes to previous
r85308 documentation (@since 1.18 update to 1.19)
r101359 guessVariant doc + boolean typecast
r101369 tests
r103131 additional test

Test plan:
==========
$ ./phpunit.php --filter LanguageSr
PHPUnit 3.6.3 by Sebastian Bergmann.

Configuration read from /srv/trunk/tests/phpunit/suite.xml

.....

Time: 1 second, Memory: 78.50Mb

OK (5 tests, 19 assertions)
$

12 years agoComments, braces, explicit member variables
Sam Reed [Wed, 16 Nov 2011 13:22:03 +0000 (13:22 +0000)]
Comments, braces, explicit member variables

Remove a couple of unused variables