lhc/web/wiklou.git
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

12 years agoTrim some long lines. Add fullstops
Sam Reed [Wed, 16 Nov 2011 13:18:00 +0000 (13:18 +0000)]
Trim some long lines. Add fullstops

12 years agoFollow-up r103202: removed unused global declaration
Alexandre Emsenhuber [Wed, 16 Nov 2011 13:17:53 +0000 (13:17 +0000)]
Follow-up r103202: removed unused global declaration

12 years agoFill up, and synchronise RELEASE-NOTES-1.18
Sam Reed [Wed, 16 Nov 2011 13:00:56 +0000 (13:00 +0000)]
Fill up, and synchronise RELEASE-NOTES-1.18

12 years agoadd checkbox for listauthors on export form if wgExportAllowListContributors set
Ariel Glenn [Wed, 16 Nov 2011 12:01:58 +0000 (12:01 +0000)]
add checkbox for listauthors on export form if wgExportAllowListContributors set

12 years agoClarify comment in r103019
Roan Kattouw [Wed, 16 Nov 2011 10:37:27 +0000 (10:37 +0000)]
Clarify comment in r103019

12 years agoFollowup r103294, remove a space that got added on the end of the method
John Du Hart [Wed, 16 Nov 2011 04:39:21 +0000 (04:39 +0000)]
Followup r103294, remove a space that got added on the end of the method

12 years agoFollowing r100264, update usages in core
John Du Hart [Wed, 16 Nov 2011 04:37:17 +0000 (04:37 +0000)]
Following r100264, update usages in core

12 years agoRemoved the 'eclipse helper' bit on top of every API module
John Du Hart [Wed, 16 Nov 2011 00:17:26 +0000 (00:17 +0000)]
Removed the 'eclipse helper' bit on top of every API module

It's a parctice that dates back to 2006 when the API was first written, and frankly isn't covered by the coding conventions. Same thing with the docblocks, they're all copypasted with some bits changed and don't even make sense if you look at them in the genereated code docs.
I don't feel that any of us depend on this anymore (get a better IDE), so in the inerest of consistancy it's time we said goodbye to it.

12 years agoDeprecated WikiPage::preSaveTransform() in favour of Parser::preSaveTransform() and...
Alexandre Emsenhuber [Tue, 15 Nov 2011 21:46:05 +0000 (21:46 +0000)]
Deprecated WikiPage::preSaveTransform() in favour of Parser::preSaveTransform() and updated callers; added wfDeprecated() call since there are no callers in extensions

12 years agoAdded Article::newFromWikiPage() function to create an appropriate Article object...
Aaron Schulz [Tue, 15 Nov 2011 19:41:32 +0000 (19:41 +0000)]
Added Article::newFromWikiPage() function to create an appropriate Article object from a WikiPage and keep the process cache vars of the later

12 years agoMake wfExpandUrl use wfRemoveDotSegments on the resulting path. This finishes
gicode [Tue, 15 Nov 2011 18:53:20 +0000 (18:53 +0000)]
Make wfExpandUrl use wfRemoveDotSegments on the resulting path.  This finishes
off bug 32168.

Also follow-up r103199 (related) to use isset.

12 years agoRemoved useless constructor, just use parent's one which is identical
Alexandre Emsenhuber [Tue, 15 Nov 2011 18:28:26 +0000 (18:28 +0000)]
Removed useless constructor, just use parent's one which is identical

12 years agoMoved read only check after permissions and block so that the user doesn't think...
Alexandre Emsenhuber [Tue, 15 Nov 2011 18:26:05 +0000 (18:26 +0000)]
Moved read only check after permissions and block so that the user doesn't think the error is temporary in case he doesn't have the permission and the database is in read only mode

12 years ago* Factorise common code in ImagePage::delete() and allow normal page deletion if...
Alexandre Emsenhuber [Tue, 15 Nov 2011 18:08:34 +0000 (18:08 +0000)]
* Factorise common code in ImagePage::delete() and allow normal page deletion if $wgUploadMaintenance is true
* Moved $wgUploadMaintenance check after permissions and read only, so that the user doesn't think the error is temporary if he both doesn't have the permission and $wgUploadMaintenance is true
* Show normal error page when $wgUploadMaintenance and added a message for the error title
* Moved watchlist updating to FileDeletForm::execute(), it has nothing to do in doDelete() (would also be executed for api requests, etc.)
* Added $user parameter to FileDeletForm::doDelete() to pass the user doing the action
* Use WikiPage instead of Article

12 years agoAdd wfAssembleUrl and unit tests. This is the next step towards fixing
gicode [Tue, 15 Nov 2011 17:38:20 +0000 (17:38 +0000)]
Add wfAssembleUrl and unit tests. This is the next step towards fixing
bug 32168.  This function is the inverse of wfParseUrl and is useful when you
need to modify part of a URL and have to put it back together.

Further, with the addition of this function, there is sufficient code in core
to create a proper URI class.

12 years agoFixup for r102997. If you add returns to a profiled function,
Platonides [Tue, 15 Nov 2011 16:35:52 +0000 (16:35 +0000)]
Fixup for r102997. If you add returns to a profiled function,
you should make sure to wfProfileOut on all branches.

12 years agoFollow-up r103179: $handled variable undefined
Platonides [Tue, 15 Nov 2011 16:27:16 +0000 (16:27 +0000)]
Follow-up r103179: $handled variable undefined

12 years agoAddress fixme on r101644 (bug 32325, bug 32263), originally for bug 31822. PHP 5...
Chad Horohoe [Tue, 15 Nov 2011 15:04:36 +0000 (15:04 +0000)]
Address fixme on r101644 (bug 32325, bug 32263), originally for bug 31822. PHP 5.2 below 5.2.7 throws a warning when you try to fopen() in append mode. Fixed by only fwrite()ing to STDIN|STDERR when in cli, use print otherwise (per Tim's suggestion).

People didn't seem to like the idea of bumping the minimum version to 5.2.7 since some distros like being behind the times.

12 years agoThe names for Kashmiri were in Urdu and Hindi. Change to native names per http:/...
Robin Pepermans [Tue, 15 Nov 2011 13:27:14 +0000 (13:27 +0000)]
The names for Kashmiri were in Urdu and Hindi. Change to native names per ks.wikipedia.org/wiki/User_talk:SPQRobin

12 years agoFollowup r102575, recreate export-0.6.xsd copied with export-0.5.xsd history
Sam Reed [Tue, 15 Nov 2011 11:04:00 +0000 (11:04 +0000)]
Followup r102575, recreate export-0.6.xsd copied with export-0.5.xsd history

12 years agoFollowup r102575, delete export-0.6.xsd to create from a copy of export-0.5.xsd
Sam Reed [Tue, 15 Nov 2011 11:02:21 +0000 (11:02 +0000)]
Followup r102575, delete export-0.6.xsd to create from a copy of export-0.5.xsd

12 years ago(bug 32241) Fix flickering behavior in IE. Patch by Lupo. See also r102948
Roan Kattouw [Tue, 15 Nov 2011 09:59:32 +0000 (09:59 +0000)]
(bug 32241) Fix flickering behavior in IE. Patch by Lupo. See also r102948

12 years agoFollow up r102802. Bug 32359
Santhosh Thottingal [Tue, 15 Nov 2011 04:28:34 +0000 (04:28 +0000)]
Follow up r102802. Bug 32359
Use negative sign itself instead of $_[0] since $_ is mixed type.
Add more test cases.