lhc/web/wiklou.git
13 years agoDisable $wgExperimentalHtmlIds again by default
Aryeh Gregor [Wed, 2 Mar 2011 01:35:33 +0000 (01:35 +0000)]
Disable $wgExperimentalHtmlIds again by default

See bug 27733, bug 27694, bug 27474.  Reverts r70526.  Should be
backported to 1.17 (along with removing r70526's RELEASE-NOTES).  Can be
ported to WMF as well, but it's kind of trivial to replicate in
LocalSettings.php, so doesn't really have to be.

13 years ago* (bug 27761) Fix regression: pages with Esperanto titles containing convertible...
Brion Vibber [Tue, 1 Mar 2011 21:20:40 +0000 (21:20 +0000)]
* (bug 27761) Fix regression: pages with Esperanto titles containing convertible character sequences became unreachable

Fixes regression from r70871 -- a comparison originally made against the raw GET 'title' variable was changed to use WebRequest::getText() instead, which performs character conversion. This caused infinite redirect loops for titles containing convertible forms such as "ux", which in a recodable field would be round-tripped via "uxx".
This fix changes the comparison to use WebRequest::getVal(), restoring the original direct comparison and avoiding the redirect loops.

(Another nice reminder that this old system with the pseudo charset conversion is obsolete -- it should be replaced with a more modern browser-based input conversion that can apply to all text input fields.)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Tue, 1 Mar 2011 21:06:54 +0000 (21:06 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-03-01 21:01:00 UTC)

13 years agoFix help wordwrap in namespaceDupes.php
Antoine Musso [Tue, 1 Mar 2011 20:44:15 +0000 (20:44 +0000)]
Fix help wordwrap in namespaceDupes.php

help wordwrap is handled by the Maintenance class automatically.
Tabulations and new line are not needed anymore.

13 years agogeneric and specific parameters separated in help output
Antoine Musso [Tue, 1 Mar 2011 20:42:55 +0000 (20:42 +0000)]
generic and specific parameters separated in help output

Play with array_diff_key to output Maintenance class parameters separately
from the script specific parameters which are shown below. Will hopefully
make easier to find out in the list of supported parameters.

Example usage with maintenance/attachLatest.php:

$ php maintenance/attachLatest.php --help

Fix page_latest entries in the page table

Usage: php attachLatest.php [--conf|--dbpass|--dbuser|--fix|--globals|--help|--memory-limit|--quiet|--server|--wiki]

Generic maintenance parameters:
    --help: Display this help message
    --quiet: Whether to supress non-error output
    --conf: Location of LocalSettings.php, if not default
    --wiki: For specifying the wiki ID
    --globals: Output globals at the end of processing for debugging
    --memory-limit: Set a specific memory limit for the script, "max"
        for no limit or "default" to avoid changing it
    --server: The protocol and server name to use in URLs, e.g.
        http://en.wikipedia.org. This is sometimes necessary because server name
        detection may fail in command line scripts.

Script dependant parameters:
    --dbuser: The DB user to use for this script
    --dbpass: The password to use for this script

Script specific parameters:
    --fix: Actually fix the entries, will dry run otherwise

$

Commit best viewed by ignoring white spaces:
 svn diff -x -bu maintenance/Maintenance.php

13 years agoFollowup r83029, message key fixes
Chad Horohoe [Tue, 1 Mar 2011 18:49:12 +0000 (18:49 +0000)]
Followup r83029, message key fixes

13 years ago(bug 12070) After Installation MySQL was blocked. GRANT with IDENTIFIED BY will overw...
Chad Horohoe [Tue, 1 Mar 2011 18:46:16 +0000 (18:46 +0000)]
(bug 12070) After Installation MySQL was blocked. GRANT with IDENTIFIED BY will overwrite the password of an existing user silently, moving CREATE USER and GRANT to two separate operations so we can handle the different errors. Put in HISTORY, needs backporting with RELEASE-NOTES

13 years agoKill all other uses of $wgHooks in includeExtensions() other than LoadExtensionSchema...
Chad Horohoe [Tue, 1 Mar 2011 17:54:15 +0000 (17:54 +0000)]
Kill all other uses of $wgHooks in includeExtensions() other than LoadExtensionSchemaUpdates (which is the *only* one we want). People do stupid stuff in places like ParserFirstCallInit, and we don't want to risk them doing something like opening a DB connection or other things that are gonna fail

13 years agoSkip site stats insertion if theres already a row. Happens if install fails part...
Chad Horohoe [Tue, 1 Mar 2011 17:16:45 +0000 (17:16 +0000)]
Skip site stats insertion if theres already a row. Happens if install fails part-way and then reattempts

13 years ago* forgot about those ...
Jure Kajzer [Tue, 1 Mar 2011 13:58:50 +0000 (13:58 +0000)]
* forgot about those ...

13 years ago* OracleInstaller now also supports installation with (requested by Tim):
Jure Kajzer [Tue, 1 Mar 2011 13:50:52 +0000 (13:50 +0000)]
* OracleInstaller now also supports installation with (requested by Tim):
** preexisting account
** privileged account into a restricted account
* DatabaseOracle fixed a fixme (made by Reedy)

13 years agoActiveAbstracts needs translate (used in abstracts production for xml dumps, the...
Ariel Glenn [Tue, 1 Mar 2011 13:36:25 +0000 (13:36 +0000)]
ActiveAbstracts needs translate (used in abstracts production for xml dumps, the alternative, autoConvert(), does a lot more work)

13 years agoMissing line break in wfDebug() call
Alexandre Emsenhuber [Tue, 1 Mar 2011 08:55:13 +0000 (08:55 +0000)]
Missing line break in wfDebug() call

13 years agoPer Reedy, fix for r82034: forgot to change a wfGetCacheNotice() call (and also chang...
Alexandre Emsenhuber [Tue, 1 Mar 2011 08:52:38 +0000 (08:52 +0000)]
Per Reedy, fix for r82034: forgot to change a wfGetCacheNotice() call (and also changed a comment)

13 years agosvn:eol-style native
Alexandre Emsenhuber [Tue, 1 Mar 2011 08:49:36 +0000 (08:49 +0000)]
svn:eol-style native

13 years ago* fixed INDEX change (i missed that one)
Jure Kajzer [Tue, 1 Mar 2011 07:40:53 +0000 (07:40 +0000)]
* fixed INDEX change (i missed that one)

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Tue, 1 Mar 2011 01:03:18 +0000 (01:03 +0000)]
Localisation updates from translatewiki.net.

13 years ago(bug 27785) Fallback language for Kabardian (kbd) is English now.
Purodha B Blissenbach [Mon, 28 Feb 2011 23:49:53 +0000 (23:49 +0000)]
(bug 27785) Fallback language for Kabardian (kbd) is English now.

13 years agoDon't allow user to create a Project namespace that conflicts with existing namespaces
Chad Horohoe [Mon, 28 Feb 2011 23:15:14 +0000 (23:15 +0000)]
Don't allow user to create a Project namespace that conflicts with existing namespaces

13 years agoFollowup to r82874, restore lost edits
OverlordQ [Mon, 28 Feb 2011 21:57:56 +0000 (21:57 +0000)]
Followup to r82874, restore lost edits

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Mon, 28 Feb 2011 21:27:29 +0000 (21:27 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-02-28 21:08:00 UTC)

13 years agoClosing tags in jQuery-element creation. Bug in jQuery, using the shortcut doens...
Krinkle [Mon, 28 Feb 2011 21:20:23 +0000 (21:20 +0000)]
Closing tags in jQuery-element creation. Bug in jQuery, using the shortcut doens't work in IE8, it needs to be <open></close>

13 years agoFormOptions: adds doc & tests
Antoine Musso [Mon, 28 Feb 2011 20:58:34 +0000 (20:58 +0000)]
FormOptions: adds doc & tests

13 years agoRm nonstandard and redundant styles for Special:SpecialPages; really no need for...
Happy-melon [Mon, 28 Feb 2011 18:43:05 +0000 (18:43 +0000)]
Rm nonstandard and redundant styles for Special:SpecialPages; really no need for them, plus using an out-of-order header level is bad for accessibility.

13 years agogenerate caller graphs in doxygen
Antoine Musso [Mon, 28 Feb 2011 17:33:03 +0000 (17:33 +0000)]
generate caller graphs in doxygen

13 years agoCommit some uncommited documentation from my w/c
Sam Reed [Mon, 28 Feb 2011 16:37:34 +0000 (16:37 +0000)]
Commit some uncommited documentation from my w/c

13 years agoConsisten wording as requested by Der Umherirrende, see:
Purodha B Blissenbach [Mon, 28 Feb 2011 16:35:58 +0000 (16:35 +0000)]
Consisten wording as requested by Der Umherirrende, see:
http://translatewiki.net/wiki/Thread:Support/change_message 'rev-deleted-comment'

13 years agoBlindly fix the error produced in r82880.
Platonides [Mon, 28 Feb 2011 15:16:40 +0000 (15:16 +0000)]
Blindly fix the error produced in r82880.

13 years agoMaintenance script to import all scripts in the MediaWiki namespace from a local...
Bryan Tong Minh [Mon, 28 Feb 2011 13:54:14 +0000 (13:54 +0000)]
Maintenance script to import all scripts in the MediaWiki namespace from a local site.
Useful for local debugging of broken scripts.

13 years agoFollowup for r81340:
Tim Starling [Mon, 28 Feb 2011 03:15:39 +0000 (03:15 +0000)]
Followup for r81340:
* Allow any language code which consists entirely of valid title characters, and does not contain any path-traversal characters, to be customised via the uselang parameter. Language::isValidCode() represents this concept.
* Add some shortcuts preventing Language and LocalisationCache from looking for localisation files for a language code which does not follow the usual form of language codes in MediaWiki, i.e. /[a-z-]*/. This concept is represented by Language::isValidBuiltInCode().
* Do not allow colon characters in file names, per Platonides' suggestion on CR.

13 years agoFixed fatal error in Preprocessor_Hash due to r82645
Tim Starling [Mon, 28 Feb 2011 02:40:39 +0000 (02:40 +0000)]
Fixed fatal error in Preprocessor_Hash due to r82645

13 years agoRevert r81576: The fact that there are two checks, one close to the inclusion and...
Tim Starling [Mon, 28 Feb 2011 02:35:57 +0000 (02:35 +0000)]
Revert r81576: The fact that there are two checks, one close to the inclusion and one exposed to the user, was a deliberate security measure. Only the fact that they are the same was intended to be temporary.

13 years agoMinor fix in ZIP64 code from r82783. Note that this code is, before and after this...
Tim Starling [Mon, 28 Feb 2011 02:26:47 +0000 (02:26 +0000)]
Minor fix in ZIP64 code from r82783. Note that this code is, before and after this fix, untested and unused. I only committed it because I thought it might be a helpful starting point for future development.

13 years agoAdd mime type/info for .eml files
Mark A. Hershberger [Mon, 28 Feb 2011 00:05:04 +0000 (00:05 +0000)]
Add mime type/info for .eml files

13 years agoDeleting .svnignore file, it's already there in the svn props
Sam Reed [Sun, 27 Feb 2011 21:45:11 +0000 (21:45 +0000)]
Deleting .svnignore file, it's already there in the svn props

13 years agoRefactor out the duplication I left with a TODO in r79659
Sam Reed [Sun, 27 Feb 2011 21:31:47 +0000 (21:31 +0000)]
Refactor out the duplication I left with a TODO in r79659

13 years agoTweak documentation
Sam Reed [Sun, 27 Feb 2011 21:11:45 +0000 (21:11 +0000)]
Tweak documentation

Fix constant use in UploadTest

13 years agoTweak comments, remove some unused stuff.
Sam Reed [Sun, 27 Feb 2011 21:10:11 +0000 (21:10 +0000)]
Tweak comments, remove some unused stuff.

Explicit definitions, move a few minor bits around

13 years agoRemove unneeded commented code, that I accidently added in r82461
Derk-Jan Hartman [Sun, 27 Feb 2011 21:06:09 +0000 (21:06 +0000)]
Remove unneeded commented code, that I accidently added in r82461

13 years agoMoved stuff so the cURL class can be used to post files and added constants so you...
Jeroen De Dauw [Sun, 27 Feb 2011 20:48:52 +0000 (20:48 +0000)]
Moved stuff so the cURL class can be used to post files and added constants so you can check if the class allows for file posting

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Sun, 27 Feb 2011 20:16:58 +0000 (20:16 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-02-27 19:50:00 UTC)

13 years agoMore bits of documentation
Sam Reed [Sun, 27 Feb 2011 15:23:41 +0000 (15:23 +0000)]
More bits of documentation

13 years agoTweak some documentation
Sam Reed [Sun, 27 Feb 2011 00:40:06 +0000 (00:40 +0000)]
Tweak some documentation

Add some braces

Explicitally define a variable

13 years ago$somevariable; doesn't count as defining a variable
Sam Reed [Sun, 27 Feb 2011 00:36:10 +0000 (00:36 +0000)]
$somevariable; doesn't count as defining a variable

13 years agoRemove unreachable return
Sam Reed [Sun, 27 Feb 2011 00:29:21 +0000 (00:29 +0000)]
Remove unreachable return

Swap "dieout" for "die" in DatabaseMssql

13 years agor82877 fixup. It should have only removed the = null bit.
Platonides [Sat, 26 Feb 2011 23:47:41 +0000 (23:47 +0000)]
r82877 fixup. It should have only removed the = null bit.

13 years agoRemove NewParserHelpers.php and use instead the original TestFileIterator from which...
Platonides [Sat, 26 Feb 2011 23:45:35 +0000 (23:45 +0000)]
Remove NewParserHelpers.php and use instead the original TestFileIterator from which it was copied in r79411.
Remove the $this->parserTest checks as r79411 did. They are no longer needed. They were here since
TestFileIterator addition in r62006 back when this file was called parserTests.inc, before being renamed twice
without preserving history.
The wfDie(); wasn't intended to fall into trunk. It was marking a dead branch and got committed by error in r76149.

13 years agoReapply the @ingroup change which was done in r78389 at the same time it was copied.
Platonides [Sat, 26 Feb 2011 23:44:37 +0000 (23:44 +0000)]
Reapply the @ingroup change which was done in r78389 at the same time it was copied.
The © corruption seem to have been done at the same time, as this doesn't need r78389 reapplied.

13 years agoReadding parserTests.php and testHelpers.inc with history back to r73884 when they...
Platonides [Sat, 26 Feb 2011 23:36:30 +0000 (23:36 +0000)]
Readding parserTests.php and testHelpers.inc with history back to r73884 when they had also been moved without telling svn about it.
Follow up to r78389 and r82873.

13 years agoRemove testHelpers.{inc,php} for recommiting with history lost in r78389.
Platonides [Sat, 26 Feb 2011 23:31:44 +0000 (23:31 +0000)]
Remove testHelpers.{inc,php} for recommiting with history lost in r78389.

13 years agoUpdated distributors docs.
Platonides [Sat, 26 Feb 2011 22:53:11 +0000 (22:53 +0000)]
Updated distributors docs.
Added load.php to the entry point list.
Mention maintenance/install.php existence.
Added section explaining that they shall run maintenance/update.php on update.

13 years agoMove the include_path finding code to Fallback class.
Platonides [Sat, 26 Feb 2011 22:37:58 +0000 (22:37 +0000)]
Move the include_path finding code to Fallback class.
Checking availability when calling, as only UserMailer uses it.

13 years agoDisable the old conversion from Windows-1252 unless the wiki has $wgLegacyEncoding...
Platonides [Sat, 26 Feb 2011 22:30:41 +0000 (22:30 +0000)]
Disable the old conversion from Windows-1252 unless the wiki has $wgLegacyEncoding set.
Has been done since r6920 (code added in r4438).
Also skipping the hashing if the windows-1252 password is the same we already probed.
The function_exists is not needed, since in such case GlobalFunctions would make it a wrapper to Fallback::iconv()

13 years agoFinally commit the testing stuff I have been with this week. Could be considered...
Platonides [Sat, 26 Feb 2011 21:49:42 +0000 (21:49 +0000)]
Finally commit the testing stuff I have been with this week. Could be considered a continuation of r79411.
Mixture of the NewParserTests.php with old code present in MediaWikiParserTest.php, reverting r79184 (revert of a revert...) and even eval().
Using the iterator as dataProvider, but defering the insertion of articles, as the dataprovider is processed on load, before switching dbs.
Each parser test appear now as a phpunit test. This means that by adding 683 tests (partly from extensions) we now surpass two thousand tests.
The downside of that is that they become painfully slow.
Initialise $wgHooks to $wgHooks, not to array() (r82499) as otherwise we lose ParserFirstCallInit registrations.
There's no attempt to support extensions registering to $wgParser instead of using ParserFirstCallInit properly (Cite falls in this category).

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Sat, 26 Feb 2011 21:12:01 +0000 (21:12 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-02-26 20:52:00 UTC)

13 years agoCase insensitivity for r82860
Max Semenik [Sat, 26 Feb 2011 17:04:26 +0000 (17:04 +0000)]
Case insensitivity for r82860

13 years agoFollow-up r82856: instead of remembering magic table names, just analyse its structur...
Max Semenik [Sat, 26 Feb 2011 16:45:35 +0000 (16:45 +0000)]
Follow-up r82856: instead of remembering magic table names, just analyse its structure, added tests.

13 years agoFollow-up r82843: Fix RELEASE-NOTES
Bryan Tong Minh [Sat, 26 Feb 2011 16:31:03 +0000 (16:31 +0000)]
Follow-up r82843: Fix RELEASE-NOTES

13 years agoFollow-up r82853: Filter out create restriction from SpecialProtectedPages and Api...
Bryan Tong Minh [Sat, 26 Feb 2011 16:29:48 +0000 (16:29 +0000)]
Follow-up r82853: Filter out create restriction from SpecialProtectedPages and Api. Added Title::getFilteredRestrictionTypes() for this purpose.

13 years agoAdd TEMPORARY TABLE support to Sqlite
Bryan Tong Minh [Sat, 26 Feb 2011 14:30:52 +0000 (14:30 +0000)]
Add TEMPORARY TABLE support to Sqlite

13 years ago(bug 27700) The upload protection can now also be set for files that do not exist.
Bryan Tong Minh [Sat, 26 Feb 2011 13:51:46 +0000 (13:51 +0000)]
(bug 27700) The upload protection can now also be set for files that do not exist.
Sort of follow-up to r79655, adds create to $wgRestrictionTypes in DefaultSettings.php as well and removes it when not applicable.

13 years agoTurn hidden help into always-visible info box for user rights info
Chad Horohoe [Sat, 26 Feb 2011 13:51:03 +0000 (13:51 +0000)]
Turn hidden help into always-visible info box for user rights info

13 years agoDon't even try to get user's IP address if he has 'ipblock-exempt' right
Alexandre Emsenhuber [Sat, 26 Feb 2011 13:28:02 +0000 (13:28 +0000)]
Don't even try to get user's IP address if he has 'ipblock-exempt' right

13 years agoMore prominent mention of r82845
Max Semenik [Sat, 26 Feb 2011 13:07:37 +0000 (13:07 +0000)]
More prominent mention of r82845

13 years agoTweak comment, we don't create LS in the conf dir anymore, you have to upload it
Chad Horohoe [Sat, 26 Feb 2011 12:56:32 +0000 (12:56 +0000)]
Tweak comment, we don't create LS in the conf dir anymore, you have to upload it

13 years agoFollow-up r82845: fix $wgScriptPath detection.
Max Semenik [Sat, 26 Feb 2011 12:51:35 +0000 (12:51 +0000)]
Follow-up r82845: fix $wgScriptPath detection.

13 years ago(bug 1379) Installer directory conflicts with some hosts' configuration panel.
Max Semenik [Sat, 26 Feb 2011 12:35:23 +0000 (12:35 +0000)]
(bug 1379) Installer directory conflicts with some hosts' configuration panel.

Renamed config/ to mw-config/, however left aliases for b/c.

13 years agoRemove double parser test from r82843
Bryan Tong Minh [Sat, 26 Feb 2011 12:19:55 +0000 (12:19 +0000)]
Remove double parser test from r82843

13 years ago(bug 27679) Broken embedded files with special characters are no longer double HTML...
Bryan Tong Minh [Sat, 26 Feb 2011 12:08:59 +0000 (12:08 +0000)]
(bug 27679) Broken embedded files with special characters are no longer double HTML escaped
Was a double escape in Linker::makeBrokenImageLinkObj. I checked the callers and other usages in the function and $prefix and $inside appear to be assumed HTML fragments
Added parser tests: Passed 622 of 624 tests (99.68%)... 2 tests failed! Those two tests already failed for me before this patch

13 years agoNull -> null, reorder docs to match signature
Chad Horohoe [Sat, 26 Feb 2011 10:55:44 +0000 (10:55 +0000)]
Null -> null, reorder docs to match signature

13 years agoFix bug that caused "Non-string key given" exception.
Niklas Laxström [Sat, 26 Feb 2011 08:19:21 +0000 (08:19 +0000)]
Fix bug that caused "Non-string key given" exception.
Broken since introducsed in r10810 almost six years ago.
This proves that the exception in message caches is valid and covers errors.
Tested that exception is no longer thrown.

13 years agoFollowup r82810, r82813, r82814
Sam Reed [Fri, 25 Feb 2011 21:41:19 +0000 (21:41 +0000)]
Followup r82810, r82813, r82814

Only display hidden stuff if any vaguely related property is set

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Fri, 25 Feb 2011 21:28:08 +0000 (21:28 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-02-25 20:05:00 UTC)

13 years agoFix double indenting
Sam Reed [Fri, 25 Feb 2011 20:24:08 +0000 (20:24 +0000)]
Fix double indenting

13 years agoOne minor followup to r82810
Sam Reed [Fri, 25 Feb 2011 20:22:54 +0000 (20:22 +0000)]
One minor followup to r82810

return $vals; early, rather than indenting all of the code another level

13 years ago(follow-up r82810) Address Reedy's comments on irc.
Brian Wolff [Fri, 25 Feb 2011 20:16:19 +0000 (20:16 +0000)]
(follow-up r82810) Address Reedy's comments on irc.

13 years ago(bug 27715) Make imageinfo api module respect revDelete.
Brian Wolff [Fri, 25 Feb 2011 19:51:37 +0000 (19:51 +0000)]
(bug 27715) Make imageinfo api module respect revDelete.

This treats metadata and similar properties to be deleted if the file is deleted, since they
are derived from the file, and i know examples of where the file was deleted to hide sensitive
data in exif. Does still show the file size if file is deleted, because that is what is done
in interface. Follows what ApiQueryLogEvents does and outputs userhidden="" if the user cannot
be displayed due to being hidden.

Due to this bug, all the secret oversight cabal info could be visible for images, so probably
should be merged into wmf stuff soon as possible.

13 years agoImplement getRequireOnlyOneParameterErrorMessages, to make the error messages require...
Sam Reed [Fri, 25 Feb 2011 19:09:39 +0000 (19:09 +0000)]
Implement getRequireOnlyOneParameterErrorMessages, to make the error messages requireOnlyOneParameter can throw.

Use in 4 modules for more dynamicness

13 years agoDisplay userid, and actually put username in user (like usual)
Sam Reed [Fri, 25 Feb 2011 17:21:34 +0000 (17:21 +0000)]
Display userid, and actually put username in user (like usual)

Fix up a bad description

13 years agoCommit stuff from my w/c
Sam Reed [Fri, 25 Feb 2011 16:53:33 +0000 (16:53 +0000)]
Commit stuff from my w/c

Remove white line

Make second if else if (they're opposites)

13 years ago* (bug 27708) list=users does not have a property to return user id
Sam Reed [Fri, 25 Feb 2011 16:19:44 +0000 (16:19 +0000)]
* (bug 27708) list=users does not have a property to return user id

Add userid to ApiQueryUsers

Move userid in ApiQueryAllUsers before name

13 years ago* (bug 27680) Fix for r82273: wgCanonicalSpecialPageName no longer false when request...
Alexandre Emsenhuber [Fri, 25 Feb 2011 11:48:14 +0000 (11:48 +0000)]
* (bug 27680) Fix for r82273: wgCanonicalSpecialPageName no longer false when requesting a special page with subpage parameter

The problem is that in this case $wgOut's Title object is not exactely the same $wgTitle because of line 600 of SpecialPage:
$wgTitle = $page->getTitle();
which strips the subpage parameter. Now using SpecialPage::resolveAliasWithSubpage() so that it works in all cases.

Also PHP strikes again for not allowing SpecialPage::resolveAliasWithSubpage( $title->getDBkey() )[0] syntax. YAY :)

13 years ago* (bug 24230) Added JAR detection. ZIP archives containing a .class file will be...
Tim Starling [Fri, 25 Feb 2011 04:51:17 +0000 (04:51 +0000)]
* (bug 24230) Added JAR detection. ZIP archives containing a .class file will be rejected by default. Malformed ZIP archives will be rejected due to the danger of ambiguous parsing on the client side.
* Removed the ZIP subtypes from $wgMimeTypeBlacklist, they no longer need to be there.
* Added ZipDirectoryReader. Added some small ZIP files which are used to test its various error cases. Most were constructed with a hex editor.
* Fixed getStatusArray() to return a consistent type regardless of whether the error message has parameters. This allows error messages with no parameters to work with the Status object conversion code in UploadBase::verifyFile().

13 years agochanging implied if-statement into a real if-statment; Passes strict settings of...
Krinkle [Thu, 24 Feb 2011 23:10:04 +0000 (23:10 +0000)]
changing implied if-statement into a real if-statment; Passes strict settings of JSHint now as well

13 years agoRefactor code a little bit, save doing redundant checks if known not necessary.
Sam Reed [Thu, 24 Feb 2011 23:03:55 +0000 (23:03 +0000)]
Refactor code a little bit, save doing redundant checks if known not necessary.

Improves flow a little

13 years agoBit of documentation, explicitness, variable definition
Sam Reed [Thu, 24 Feb 2011 23:03:00 +0000 (23:03 +0000)]
Bit of documentation, explicitness, variable definition

13 years agocaching selector instead of re-creating the jQuery object for 'this' two or three...
Krinkle [Thu, 24 Feb 2011 23:02:56 +0000 (23:02 +0000)]
caching selector instead of re-creating the jQuery object for 'this' two or three times

13 years agoRemoved white-background from ul.gallery; Updated commonPrint gallery styles
Krinkle [Thu, 24 Feb 2011 21:16:41 +0000 (21:16 +0000)]
Removed white-background from ul.gallery; Updated commonPrint gallery styles

Since a while now proper margins and overflow prevent underlines and stuff from shining through other elements (such as tables, thumbs and galleries). Therefore there's no longer a need to force a white-background which caused ugly galleries on (parts of) pages with a non-white background (ie. a table.wikitable, or div.toccolours or  Commons' {{Information}} template)

The printstyles were outdated (stil targeted <table> instead of the new fluid galleries' <ul>). Updated now and white background removed there as well

* This commit fixes (bug 27458) Remove white background-color from ul.gallery
* r65923 introduced print-style for galleries (to make them look like galleries instead of tables)
* r77411 made galleries fluid and therewith changed the element from <table> to <ul>

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Thu, 24 Feb 2011 20:48:38 +0000 (20:48 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-02-24 20:21:00 UTC)

13 years agoFixup one missed alias rename from r82739
Sam Reed [Thu, 24 Feb 2011 20:46:45 +0000 (20:46 +0000)]
Fixup one missed alias rename from r82739

13 years ago* EOL w/s cleanup
Mark A. Hershberger [Thu, 24 Feb 2011 20:23:49 +0000 (20:23 +0000)]
* EOL w/s cleanup
* Normalize function names to eliminate two references to “HalfParsedDATA”

13 years agoFollowup to r82739 (bug 27688)
Sam Reed [Thu, 24 Feb 2011 18:46:12 +0000 (18:46 +0000)]
Followup to r82739 (bug 27688)

Remove u1 table aliases

13 years ago* (bug 27688) Simplify queries to list user block information
Sam Reed [Thu, 24 Feb 2011 18:43:44 +0000 (18:43 +0000)]
* (bug 27688) Simplify queries to list user block information

Also expose block expiry information, listed on Users, but not all users

Some minor simplifications to come

13 years agoFix core parserTests for recent <gallery> changes
OverlordQ [Thu, 24 Feb 2011 17:16:31 +0000 (17:16 +0000)]
Fix core parserTests for recent <gallery> changes

13 years agoMore member variable documentation
Sam Reed [Thu, 24 Feb 2011 17:04:49 +0000 (17:04 +0000)]
More member variable documentation

13 years agoFix variable name in comment
Alexandre Emsenhuber [Thu, 24 Feb 2011 16:19:42 +0000 (16:19 +0000)]
Fix variable name in comment

13 years agoFollowup r82727, improve comments, cast return value to bool
Sam Reed [Thu, 24 Feb 2011 16:00:06 +0000 (16:00 +0000)]
Followup r82727, improve comments, cast return value to bool

13 years agoSeems the api edit watch/unwatch wasn't too well tested (after it got poked a lot)
Sam Reed [Thu, 24 Feb 2011 15:51:51 +0000 (15:51 +0000)]
Seems the api edit watch/unwatch wasn't too well tested (after it got poked a lot)

EditPage::commitWatch() unconditionally  does a watch/unwatch...

And multiple watches of a watched page end up with an INSERT IGNORE, so not a big deal

13 years ago* (bug 27681) Set $namespaceGenderAliases for Portuguese (pt and pt-br)
Sam Reed [Thu, 24 Feb 2011 13:59:58 +0000 (13:59 +0000)]
* (bug 27681) Set $namespaceGenderAliases for Portuguese (pt and pt-br)

Add release notes for 2 other language bugs too

13 years agoAdd a couple of type hints noticed when poking bug 27673
Sam Reed [Thu, 24 Feb 2011 11:59:51 +0000 (11:59 +0000)]
Add a couple of type hints noticed when poking bug 27673