lhc/web/wiklou.git
13 years agofollow-up to r66538: more of the same
Jack Phoenix [Sun, 16 May 2010 16:55:14 +0000 (16:55 +0000)]
follow-up to r66538: more of the same

13 years ago* (bug 23548) Allow access of another users watchlist through watchlistraw using...
Sam Reed [Sun, 16 May 2010 16:37:34 +0000 (16:37 +0000)]
* (bug 23548) Allow access of another users watchlist through watchlistraw using token and username

Refactored code into static method, and reused in both places

13 years ago*spaces -> tabs for indentation
Jack Phoenix [Sun, 16 May 2010 16:31:13 +0000 (16:31 +0000)]
*spaces -> tabs for indentation
*trimmed trailing spaces
*made cologneblue.css readable
*no functional changes

13 years agoDon't setup mwsuggest when browsers cannot getElementById forms
Derk-Jan Hartman [Sun, 16 May 2010 16:30:04 +0000 (16:30 +0000)]
Don't setup mwsuggest when browsers cannot getElementById forms
This happens with Opera 8 for instance. Fixes bug 19586

13 years agoUpdate wgStyleVersion. Follow up to r66534 and r66535
Derk-Jan Hartman [Sun, 16 May 2010 15:47:38 +0000 (15:47 +0000)]
Update wgStyleVersion. Follow up to r66534 and r66535

13 years agoAdd styles for printing wikitables.
Derk-Jan Hartman [Sun, 16 May 2010 15:42:46 +0000 (15:42 +0000)]
Add styles for printing wikitables.

Fixes bug 23507.
Follow up of r48842

13 years agoWhen printing, make sure the table sortindicator has a bit of margin from the header.
Derk-Jan Hartman [Sun, 16 May 2010 15:14:24 +0000 (15:14 +0000)]
When printing, make sure the table sortindicator has a bit of margin from the header.

13 years agoAPI: document uiprop=email parameter
Matthew Britton [Sun, 16 May 2010 13:23:56 +0000 (13:23 +0000)]
API: document uiprop=email parameter

13 years agoTransclude message of the submit button per {{int:}} into the explaination message...
Raimond Spekking [Sun, 16 May 2010 12:05:32 +0000 (12:05 +0000)]
Transclude message of the submit button per {{int:}} into the explaination message to keep text in sync.
Per suggestion of "User:The Evil IP address" at translatewiki

13 years agoFix for r66504 per Nikerabbit's CR. Actually copy-paste and not adjust issue.
Siebrand Mazeland [Sun, 16 May 2010 08:26:14 +0000 (08:26 +0000)]
Fix for r66504 per Nikerabbit's CR. Actually copy-paste and not adjust issue.

13 years agoLocalisation updates for core namespaces from translatewiki.net
Siebrand Mazeland [Sun, 16 May 2010 08:23:22 +0000 (08:23 +0000)]
Localisation updates for core namespaces from translatewiki.net
* add pt-br user/user_talk to aliases, and pt as primary per http://translatewiki.net/wiki/Thread:Support/Namespaces_in_pt

13 years agoHTML5 fix: Bad value for attribute size on element input: The empty string is not...
Siebrand Mazeland [Sat, 15 May 2010 23:57:50 +0000 (23:57 +0000)]
HTML5 fix: Bad value for attribute size on element input: The empty string is not a valid positive integer.

Spotted in Special:BlockList. Also fixed when attribute value is false.

13 years agoHTML5 fix: short tag not allowed for <td>
Siebrand Mazeland [Sat, 15 May 2010 23:37:15 +0000 (23:37 +0000)]
HTML5 fix: short tag not allowed for <td>

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 15 May 2010 20:16:26 +0000 (20:16 +0000)]
Fixed some doxygen warnings

13 years agoLocalisation updates for core namespaces from translatewiki.net
Siebrand Mazeland [Sat, 15 May 2010 20:15:43 +0000 (20:15 +0000)]
Localisation updates for core namespaces from translatewiki.net

13 years agoLocalisation updates for core special page aliases from translatewiki.net
Siebrand Mazeland [Sat, 15 May 2010 20:05:24 +0000 (20:05 +0000)]
Localisation updates for core special page aliases from translatewiki.net

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

13 years agoAdd special page aliases, fix namespace names.
Siebrand Mazeland [Sat, 15 May 2010 19:57:59 +0000 (19:57 +0000)]
Add special page aliases, fix namespace names.

13 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Sat, 15 May 2010 19:32:14 +0000 (19:32 +0000)]
Localisation updates for core magic words from translatewiki.net

13 years agoLocalisation updates for core namespaces from translatewiki.net
Siebrand Mazeland [Sat, 15 May 2010 19:04:26 +0000 (19:04 +0000)]
Localisation updates for core namespaces from translatewiki.net

13 years agoAdd missing global
Roan Kattouw [Sat, 15 May 2010 18:29:55 +0000 (18:29 +0000)]
Add missing global

13 years agoAPI: (bug 23534) Fix regression from r46809 (!) causing DB query error
Roan Kattouw [Sat, 15 May 2010 18:00:55 +0000 (18:00 +0000)]
API: (bug 23534) Fix regression from r46809 (!) causing DB query error

13 years agoLocalization update for he, and whitespace and comment fixes in en.
Rotem Liss [Sat, 15 May 2010 16:10:20 +0000 (16:10 +0000)]
Localization update for he, and whitespace and comment fixes in en.

13 years agoMinor part of bug 23473 - For the top level ApiMain/ApiQuery modules, note that modul...
Sam Reed [Sat, 15 May 2010 11:07:31 +0000 (11:07 +0000)]
Minor part of bug 23473 - For the top level ApiMain/ApiQuery modules, note that module help is available before

Minor comment tweak to ApiQueryIWLinks

13 years agocoding style tweaks
Jack Phoenix [Sat, 15 May 2010 10:39:41 +0000 (10:39 +0000)]
coding style tweaks

13 years agoParser.php: trim trailing spaces
Jack Phoenix [Sat, 15 May 2010 10:35:54 +0000 (10:35 +0000)]
Parser.php: trim trailing spaces

13 years agoRemove \n
Siebrand Mazeland [Fri, 14 May 2010 21:59:55 +0000 (21:59 +0000)]
Remove \n

13 years agoRemove Title Case
Siebrand Mazeland [Fri, 14 May 2010 21:56:33 +0000 (21:56 +0000)]
Remove Title Case

13 years agoPart 1 of Bug 23524 - Api Modules as followup to bug 14473 (Add iwlinks table to...
Sam Reed [Fri, 14 May 2010 20:54:55 +0000 (20:54 +0000)]
Part 1 of Bug 23524 - Api Modules as followup to bug 14473 (Add iwlinks table to track inline interwiki link usage)

Addition of ApiQueryIWLinks (prop=iwlinks)

13 years agofixed some doxygen warnings
Alexandre Emsenhuber [Fri, 14 May 2010 20:51:16 +0000 (20:51 +0000)]
fixed some doxygen warnings

13 years agoStart adding support for leaving user's messages. Begin using it in UploadFromUrl.php
Mark A. Hershberger [Fri, 14 May 2010 20:36:23 +0000 (20:36 +0000)]
Start adding support for leaving user's messages.  Begin using it in UploadFromUrl.php
In the end, we should probably use a template if its around and do something sane with the subject line if not.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 14 May 2010 19:11:09 +0000 (19:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-14 18:40:00 UTC)

13 years agoMove jobqueue classes to their own directory.
Mark A. Hershberger [Fri, 14 May 2010 16:23:26 +0000 (16:23 +0000)]
Move jobqueue classes to their own directory.

13 years agometadata is one word...
Sam Reed [Fri, 14 May 2010 11:25:41 +0000 (11:25 +0000)]
metadata is one word...

13 years agoMuch better solution to making tabbing to the search box act the way it should in...
Trevor Parscal [Thu, 13 May 2010 22:00:54 +0000 (22:00 +0000)]
Much better solution to making tabbing to the search box act the way it should in the presence of collapsible navigation.

13 years agoBeing bold and changing the default skin. Monobook est mort, vive le Vector!
Chad Horohoe [Thu, 13 May 2010 19:50:59 +0000 (19:50 +0000)]
Being bold and changing the default skin. Monobook est mort, vive le Vector!

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 13 May 2010 19:11:24 +0000 (19:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-13 18:40:00 UTC)

13 years agofixed some doxygen warnings
Alexandre Emsenhuber [Thu, 13 May 2010 19:03:15 +0000 (19:03 +0000)]
fixed some doxygen warnings

13 years agoSets tabindex="1" on search inputs.
Trevor Parscal [Thu, 13 May 2010 18:31:53 +0000 (18:31 +0000)]
Sets tabindex="1" on search inputs.

13 years agoFollowup r66364, add WinCache support to installer
Chad Horohoe [Thu, 13 May 2010 18:07:48 +0000 (18:07 +0000)]
Followup r66364, add WinCache support to installer

13 years agorv r66366
Max Semenik [Thu, 13 May 2010 18:02:54 +0000 (18:02 +0000)]
rv  r66366

13 years agoCredits for r66364
Max Semenik [Thu, 13 May 2010 17:58:18 +0000 (17:58 +0000)]
Credits for r66364

13 years ago(bug 22844) Support Micosoft Windows Cache aka WINCACHE
Chad Horohoe [Thu, 13 May 2010 17:41:13 +0000 (17:41 +0000)]
(bug 22844) Support Micosoft Windows Cache aka WINCACHE

13 years agoAvoid E_NOTICE when texttop or textaftersummary is not specified. To support extensio...
Tim Starling [Thu, 13 May 2010 15:09:57 +0000 (15:09 +0000)]
Avoid E_NOTICE when texttop or textaftersummary is not specified. To support extensions such as UploadWizard. Patch by Michael Dale.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 12 May 2010 22:44:31 +0000 (22:44 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-12 22:15:00 UTC)

13 years agofixed some doxygen warnings
Alexandre Emsenhuber [Wed, 12 May 2010 21:26:34 +0000 (21:26 +0000)]
fixed some doxygen warnings

13 years agoDon't escape $wgRightsIcon since it may contain "{$wgScriptPath}"
Alexandre Emsenhuber [Wed, 12 May 2010 20:30:01 +0000 (20:30 +0000)]
Don't escape $wgRightsIcon since it may contain "{$wgScriptPath}"

13 years agoarray_unshift() returns the count of elements in the array, not the array and thus...
Alexandre Emsenhuber [Wed, 12 May 2010 20:01:11 +0000 (20:01 +0000)]
array_unshift() returns the count of elements in the array, not the array and thus this breaks when enabling extensions

13 years agoFix validity error caused by r66068
Aryeh Gregor [Wed, 12 May 2010 18:25:50 +0000 (18:25 +0000)]
Fix validity error caused by r66068

The code to output <meta charset=UTF-8> in HTML5 mode was moved above
the code to output <head>, so you got <meta> before <head>.  Reported by
Roan Kattouw on IRC.  Only affected $wgWellFormedXml = true (the
default), because non-well-formed mode just omits <head> entirely.  :)

13 years agoLocalization update for he, and whitespace fix in en.
Rotem Liss [Wed, 12 May 2010 14:15:06 +0000 (14:15 +0000)]
Localization update for he, and whitespace fix in en.

13 years agoFollow-up r66267: Use formatNum for the number
Raimond Spekking [Wed, 12 May 2010 14:02:17 +0000 (14:02 +0000)]
Follow-up r66267: Use formatNum for the number
* Add new message key to maintenance file.

13 years agoFollowup to r65962: we need to keep jquery.min.js around because cached pages will...
Roan Kattouw [Wed, 12 May 2010 13:46:22 +0000 (13:46 +0000)]
Followup to r65962: we need to keep jquery.min.js around because cached pages will still refer to it.

13 years agoMissing commits from r66268, revert class rename in r66267
Andrew Garrett [Wed, 12 May 2010 13:38:56 +0000 (13:38 +0000)]
Missing commits from r66268, revert class rename in r66267

13 years agoFunction accessibility changes, documentation, revert function rename for r66267
Andrew Garrett [Wed, 12 May 2010 13:37:45 +0000 (13:37 +0000)]
Function accessibility changes, documentation, revert function rename for r66267

13 years agoRewrite of XML Dump Processing:
Andrew Garrett [Wed, 12 May 2010 13:28:13 +0000 (13:28 +0000)]
Rewrite of XML Dump Processing:
* Full rewrite of the WikiImporter class to a new class, XMLDumpImporter, which uses XMLReader instead of the deprecated PHP SAX interface.
* Fixes for the following bugs:
** XML Dump Processor chokes on unrecognised tags.
** Special:Import does not allow you to import a dump including only log entries.
* Added hooks to allow extensions to handle tags in any part of the XML document.
* Fully source-compatible with the previous interface.

13 years agoFollowup r66259 r66168
Sam Reed [Wed, 12 May 2010 09:00:09 +0000 (09:00 +0000)]
Followup r66259 r66168

Wrong column used...

13 years agofollowup r66168: fix typo in variable name
Matthew Britton [Wed, 12 May 2010 08:22:18 +0000 (08:22 +0000)]
followup r66168: fix typo in variable name

13 years agoSpecial:Userrights didn't recognize user as self if person didn't capitalize
Brian Wolff [Wed, 12 May 2010 06:31:40 +0000 (06:31 +0000)]
Special:Userrights didn't recognize user as self if person didn't capitalize
the first letter of their name, and thus wouldn't honour $wgGroupsAddToSelf
if user accidently forgot to capitalize their name.

Possibly a regression from r57064

13 years agoFollow-up r66234: support GENDER in 'siteuser'
Siebrand Mazeland [Tue, 11 May 2010 23:21:29 +0000 (23:21 +0000)]
Follow-up r66234: support GENDER in 'siteuser'

13 years ago* support GENDER in 'siteuser'
Siebrand Mazeland [Tue, 11 May 2010 22:54:03 +0000 (22:54 +0000)]
* support GENDER in 'siteuser'
* update formatting here and there

13 years agoFollowup to r66232 do same for limit text, and module rights
Sam Reed [Tue, 11 May 2010 22:34:41 +0000 (22:34 +0000)]
Followup to r66232 do same for limit text, and module rights

13 years agoMixture of things.
Sam Reed [Tue, 11 May 2010 22:30:18 +0000 (22:30 +0000)]
Mixture of things.

Couple of class comments

Normalisation of "." usage at end of lines (removed)

Normalisation of {prefix}parameter as per bug 23461

13 years agostylize.php, remove trailing whitespace, break a long line
Siebrand Mazeland [Tue, 11 May 2010 22:24:24 +0000 (22:24 +0000)]
stylize.php, remove trailing whitespace, break a long line

13 years agoFurther followup to r66168
Sam Reed [Tue, 11 May 2010 21:37:10 +0000 (21:37 +0000)]
Further followup to r66168

Fixup rest per Roans comments, though, not exactly as he wrote ;)

13 years agoFollowup to r66168
Sam Reed [Tue, 11 May 2010 21:17:23 +0000 (21:17 +0000)]
Followup to r66168

sha1 overrides sha1base36

Update ApiQueryAllimages similarily, seeing as it doesn't state it either

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Tue, 11 May 2010 21:02:56 +0000 (21:02 +0000)]
Fixed some doxygen warnings

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 11 May 2010 19:47:05 +0000 (19:47 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-11 19:40:00 UTC)

13 years agoKeep formats that are not in $wgAdvertisedFeedTypes from being advertised. Useful...
Mark A. Hershberger [Tue, 11 May 2010 19:36:47 +0000 (19:36 +0000)]
Keep formats that are not in $wgAdvertisedFeedTypes from being advertised.  Useful for things like LiquidThreads that use this function to provide links without modifying third party modules to support wgAdvertisedFeedTypes.

13 years agoPatched jquery-1.4.2 to not crash in IE7 when a style property is set with 'null...
Trevor Parscal [Tue, 11 May 2010 19:25:44 +0000 (19:25 +0000)]
Patched jquery-1.4.2 to not crash in IE7 when a style property is set with 'null' or 'NaN' as a value.

13 years ago(bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new variable...
Matěj Grabovský [Tue, 11 May 2010 16:24:14 +0000 (16:24 +0000)]
(bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new variable {{REVISIONMONTH1}} when unpadded version is needed.

13 years ago* (bug 21346) Make deleted images searchable by hash
Sam Reed [Mon, 10 May 2010 22:41:16 +0000 (22:41 +0000)]
* (bug 21346) Make deleted images searchable by hash

Based roughly on ApiQueryAllimages

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 10 May 2010 20:43:54 +0000 (20:43 +0000)]
Fixed some doxygen warnings

13 years agoAdjusted padding to compensate for reducing the icon sizes in r66151.
Trevor Parscal [Mon, 10 May 2010 20:39:47 +0000 (20:39 +0000)]
Adjusted padding to compensate for reducing the icon sizes in r66151.

13 years agoApiQueryDeletedrevs doesn't enumerate all available pages
Sam Reed [Mon, 10 May 2010 20:35:24 +0000 (20:35 +0000)]
ApiQueryDeletedrevs doesn't enumerate all available pages

13 years agoFixup getPossibleErrors description from r66150, add missing placeholders
Sam Reed [Mon, 10 May 2010 18:54:33 +0000 (18:54 +0000)]
Fixup getPossibleErrors description from r66150, add missing placeholders

13 years agoScaled down link icons for the Vector skin - previous icons were 16px, now they are...
Trevor Parscal [Mon, 10 May 2010 18:29:31 +0000 (18:29 +0000)]
Scaled down link icons for the Vector skin - previous icons were 16px, now they are 10px which fits within the appx 12-13px line-height much better. Resolves bug #23453

13 years ago* (bug 23460) Parse action should have a section option
Sam Reed [Mon, 10 May 2010 18:27:58 +0000 (18:27 +0000)]
* (bug 23460) Parse action should have a section option

Also add uselang parameter, not originally added in r63428

Clarify section description in both. Move global into if statement

13 years agoMove some braces to match coding styles
Sam Reed [Mon, 10 May 2010 17:12:09 +0000 (17:12 +0000)]
Move some braces to match coding styles

13 years agoRemove blank comment line
Sam Reed [Mon, 10 May 2010 16:29:29 +0000 (16:29 +0000)]
Remove blank comment line

13 years ago(bug 18488) Added maintenance script refreshCategoryCounts.php. Based on Happy-Mellon...
Max Semenik [Mon, 10 May 2010 15:47:45 +0000 (15:47 +0000)]
(bug 18488) Added maintenance script refreshCategoryCounts.php. Based on Happy-Mellon's patch from that bug, heavily refactored by me

13 years ago* (bug 23458) Add support for pageid parameter to action=parse requests
Sam Reed [Mon, 10 May 2010 14:17:21 +0000 (14:17 +0000)]
* (bug 23458) Add support for pageid parameter to action=parse requests

Nest code in else for oldid. Add in missing assignment to $wgTitle in that code path

Remove some whitespace. Fix minor typo/wrong word

13 years agoNicer wording, as per werdna on irc
Sam Reed [Mon, 10 May 2010 13:30:22 +0000 (13:30 +0000)]
Nicer wording, as per werdna on irc

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 9 May 2010 14:06:36 +0000 (14:06 +0000)]
Fixed some doxygen warnings

13 years agoMaybe I should proofread RELEASE-NOTES before I commit
Chad Horohoe [Sun, 9 May 2010 14:02:30 +0000 (14:02 +0000)]
Maybe I should proofread RELEASE-NOTES before I commit

13 years agoDrop XmlFunctions.php. It is no longer necessary to our evil plans.
Chad Horohoe [Sun, 9 May 2010 13:50:26 +0000 (13:50 +0000)]
Drop XmlFunctions.php. It is no longer necessary to our evil plans.

13 years agoTweak bugs so they both get linked in installer
Chad Horohoe [Sun, 9 May 2010 13:20:59 +0000 (13:20 +0000)]
Tweak bugs so they both get linked in installer

13 years agoWrap <gallery> in <nowiki> to keep release-notes in installer from exploding. Need...
Chad Horohoe [Sun, 9 May 2010 13:18:37 +0000 (13:18 +0000)]
Wrap <gallery> in <nowiki> to keep release-notes in installer from exploding. Need a better solution in the long run.

13 years ago*stab* forgot those ones
Alexandre Emsenhuber [Sun, 9 May 2010 12:48:44 +0000 (12:48 +0000)]
*stab* forgot those ones

13 years agoMoved entries for configuration settings changes to correct location
Alexandre Emsenhuber [Sun, 9 May 2010 12:47:57 +0000 (12:47 +0000)]
Moved entries for configuration settings changes to correct location

13 years ago* (bug 23448) MediaWiki:Summary-preview is now displayed instead of MediaWiki:Subject...
Alexandre Emsenhuber [Sun, 9 May 2010 12:41:57 +0000 (12:41 +0000)]
* (bug 23448) MediaWiki:Summary-preview is now displayed instead of MediaWiki:Subject-preview when previewing summary
Regression from r59655.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 9 May 2010 10:43:04 +0000 (10:43 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-09 09:50:00 UTC)

13 years ago(bug 23440) Add "selected" to $boolAttribs
Chad Horohoe [Sun, 9 May 2010 09:32:43 +0000 (09:32 +0000)]
(bug 23440) Add "selected" to $boolAttribs

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 8 May 2010 20:04:48 +0000 (20:04 +0000)]
Fixed some doxygen warnings

13 years agoFix case in class name
Alexandre Emsenhuber [Sat, 8 May 2010 18:02:08 +0000 (18:02 +0000)]
Fix case in class name

13 years ago* (bug 23422) mp3 files can now be moved
Alexandre Emsenhuber [Sat, 8 May 2010 14:01:17 +0000 (14:01 +0000)]
* (bug 23422) mp3 files can now be moved

13 years agoInstaller is no longer hardcoded to xhtml doctype
Niklas Laxström [Sat, 8 May 2010 13:45:14 +0000 (13:45 +0000)]
Installer is no longer hardcoded to xhtml doctype

Refactored the doctype and html tag building into Html::htmlHeader()
from OutputPage.

13 years agoStyle
Niklas Laxström [Sat, 8 May 2010 13:35:36 +0000 (13:35 +0000)]
Style

13 years ago* (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
Alexandre Emsenhuber [Sat, 8 May 2010 13:23:11 +0000 (13:23 +0000)]
* (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
* one indentation fix in WatchlistEditor.php

13 years ago* (bug 19721) API action=help should have a way to just list for a specific module
Sam Reed [Sat, 8 May 2010 11:45:41 +0000 (11:45 +0000)]
* (bug 19721) API action=help should have a way to just list for a specific module

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 7 May 2010 21:01:38 +0000 (21:01 +0000)]
Fixed some doxygen warnings