lhc/web/wiklou.git
14 years agoImprove $attribs documentation in Html
Aryeh Gregor [Wed, 23 Sep 2009 15:16:05 +0000 (15:16 +0000)]
Improve $attribs documentation in Html

As suggested by Nikerabbit on code review for r56778, noted how boolean
attributes are handled in a function-level comment.  Also adjusted
comments to reduce duplication by referring to other functions'
comments.

14 years agobefore processing wikipage js ::
Michael Dale [Wed, 23 Sep 2009 15:00:35 +0000 (15:00 +0000)]
before processing wikipage js ::
* make sure its a valid wikipage
* in the User or MediaWiki namespace
* and ends with .js

* removed $wgEnableScriptLoaderJsFile support for "file" based includes.  (was a off by default config option that I don't see much use for)

14 years agoSet fallback for xal to ru
Siebrand Mazeland [Wed, 23 Sep 2009 14:48:30 +0000 (14:48 +0000)]
Set fallback for xal to ru

14 years ago(bug 20780) Fix in UploadBase::detectScript: should check for '<a href', not '<a...
Bryan Tong Minh [Wed, 23 Sep 2009 14:13:42 +0000 (14:13 +0000)]
(bug 20780) Fix in UploadBase::detectScript: should check for '<a href', not '<a'. The question remains on whether detectScript is redundant to IEContentAnalyzer.

14 years ago(bug 20773) Disabling LocalisationUpdate breaks stuff. Added a check that verifies...
Roan Kattouw [Wed, 23 Sep 2009 13:51:47 +0000 (13:51 +0000)]
(bug 20773) Disabling LocalisationUpdate breaks stuff. Added a check that verifies each dependency object is a CacheDependency before using it, and considers the cache expired otherwise.

14 years agoRevert r56812. Broken.
Siebrand Mazeland [Wed, 23 Sep 2009 12:43:08 +0000 (12:43 +0000)]
Revert r56812. Broken.

14 years ago(bug 19858) Depreciated <big> tag replaced by style in all messages, see also:
Purodha B Blissenbach [Wed, 23 Sep 2009 12:30:01 +0000 (12:30 +0000)]
(bug 19858) Depreciated <big> tag replaced by style in all messages, see also:
http://translatewiki.net/w/i.php?title=Support&oldid=1528886#MediaWiki:Mainpagetext.2Fen

14 years agogeneric method to extract text layer of a document
ThomasV [Wed, 23 Sep 2009 12:28:19 +0000 (12:28 +0000)]
generic method to extract text layer of a document

14 years agoDon't really need to make this <big>, <strong> will do.
Chad Horohoe [Wed, 23 Sep 2009 12:03:20 +0000 (12:03 +0000)]
Don't really need to make this <big>, <strong> will do.

14 years ago*STAB* Fix for r56806: remove debugging code
Alexandre Emsenhuber [Wed, 23 Sep 2009 11:35:51 +0000 (11:35 +0000)]
*STAB* Fix for r56806: remove debugging code

14 years ago* (bug 16310) Credits page now lists IP addresses rather than saying the number of...
Alexandre Emsenhuber [Wed, 23 Sep 2009 11:31:52 +0000 (11:31 +0000)]
* (bug 16310) Credits page now lists IP addresses rather than saying the number of anonymous users that edited the page
* Some whitespaces fixes

14 years agoRemove a few language codes that were 'supported' without any localisation. Have...
Siebrand Mazeland [Wed, 23 Sep 2009 07:09:50 +0000 (07:09 +0000)]
Remove a few language codes that were 'supported' without any localisation. Have no known projects that use localisation for them. Language support could be re-added if a sufficient localisation level would be reached in translatewiki.net.
* Ladin (lld) (added in r17267)
* Laz (lzz) (added in r17267)
* Megleno-Romanian (Greek script) (added in r30519)

Also removed trailing whitespace from file.

14 years agoMissing commit for r56798
Aaron Schulz [Wed, 23 Sep 2009 03:42:18 +0000 (03:42 +0000)]
Missing commit for r56798

14 years agomissing wfProfileOut() calls
Aaron Schulz [Wed, 23 Sep 2009 00:34:57 +0000 (00:34 +0000)]
missing wfProfileOut() calls

14 years agoWorkaround for bugs with Commonist (mwapi-based) and other upload bots.
Brion Vibber [Tue, 22 Sep 2009 23:44:32 +0000 (23:44 +0000)]
Workaround for bugs with Commonist (mwapi-based) and other upload bots.
The upload form recently started checking for wpEditToken, but this is only actually needed when we do uploads by URL -- file uploads can't be injected by a CSRF script. Now skipping the token check if the token was empty and we're doing a regular file upload.
Confirmed that Commonist current JNLP release can upload to Wikimedia Commons with this patch.

14 years agoSet right-deletedcontent msg
Aaron Schulz [Tue, 22 Sep 2009 22:56:54 +0000 (22:56 +0000)]
Set right-deletedcontent msg

14 years ago* Split out 'deletedcontent' from 'undelete' right (bug 19199/bug 9884)
Aaron Schulz [Tue, 22 Sep 2009 22:30:09 +0000 (22:30 +0000)]
* Split out 'deletedcontent' from 'undelete' right (bug 19199/bug 9884)
* Don't blue-link unviewable hidden revisions

14 years agoLocalisation updates for core messages from translatewiki.net 2009-09-22 21:29 UTC)
Siebrand Mazeland [Tue, 22 Sep 2009 21:57:33 +0000 (21:57 +0000)]
Localisation updates for core messages from translatewiki.net 2009-09-22 21:29 UTC)

14 years agoAllow extra buttons and hidden fields to be included in HTMLForm. Accessible either...
Happy-melon [Tue, 22 Sep 2009 20:05:28 +0000 (20:05 +0000)]
Allow extra buttons and hidden fields to be included in HTMLForm.  Accessible either before Form construction (as HTMLFormField subclasses that can be passed in the Descriptor array as for other input) or after (as methods addHiddenField() and addButton(), respectively).

14 years agoadded missing json function in stand alone usage
Michael Dale [Tue, 22 Sep 2009 19:22:26 +0000 (19:22 +0000)]
added missing json function in stand alone usage

14 years agoFix "Invalid argument for foreach()" in Html
Aryeh Gregor [Tue, 22 Sep 2009 17:41:34 +0000 (17:41 +0000)]
Fix "Invalid argument for foreach()" in Html

Reported by Nikerabbit on IRC to happen on Preferences, although I
couldn't reproduce immediately.  The change should be helpful for this
kind of thing anyway.

14 years ago* (bug 20631) Preview of personal JavaScript and CSS pages now works again
Alexandre Emsenhuber [Tue, 22 Sep 2009 16:52:40 +0000 (16:52 +0000)]
* (bug 20631) Preview of personal JavaScript and CSS pages now works again
* introduced SkinTemplate::$useHeadElement as switch for backward compatibility for extension skins using the old way of generating the <head> element:
** false (default): no change from previous version
** true: <head> specific items set in SkinTemplate::outputPage() are no longer generated (avoid double execution of some functions) and the result of OutputPage::headElement() is stored in the 'headelement' item
* updated all core skin to use this new method, some extensions using MonoBookTemplate but not extending SkinMonoBook (or for other core skins) will need to set $useHeadElement to true to work properly though
* Made Skin::userCanPreview() public since it's needed in OutputPage::getHeadScripts()
* Pass the Skin object from OutputPage::headElement() to OutputPage::getHeadScripts() rather than getting it from $wgUser

14 years agoadd ProofreadPage.sql
Brion Vibber [Tue, 22 Sep 2009 16:50:09 +0000 (16:50 +0000)]
add ProofreadPage.sql
(todo: move this whole script out of core!)

14 years agoFix regression in sql.php: needs to run w/ DB admin privileges in order to do DB...
Brion Vibber [Tue, 22 Sep 2009 16:41:04 +0000 (16:41 +0000)]
Fix regression in sql.php: needs to run w/ DB admin privileges in order to do DB updates

14 years ago* (bug 20702) Parser functions can now be used correctly in MediaWiki:Missing-article
Alexandre Emsenhuber [Tue, 22 Sep 2009 11:13:41 +0000 (11:13 +0000)]
* (bug 20702) Parser functions can now be used correctly in MediaWiki:Missing-article

14 years agoFollow-up to r56746: prevent notices by adding global $wgJsMimeType
Siebrand Mazeland [Tue, 22 Sep 2009 10:42:20 +0000 (10:42 +0000)]
Follow-up to r56746: prevent notices by adding global $wgJsMimeType

14 years ago* (bug 20720) moved userjs and sitejs to after core scripts and before all extension...
Michael Dale [Tue, 22 Sep 2009 01:00:06 +0000 (01:00 +0000)]
* (bug 20720) moved userjs and sitejs to after core scripts and before all extension code.
* removed setupSkinUserJs (not called anywhere) same functionality in getHeadScripts
* moved Skin::getHeadScripts() to outputPage::getHeadScripts()
** ( part of an effort to clean up scripts insertion to OutputPage )
** Standard skin was the only skin that implemented the getHeadScripts method. Has been merged into a skin::OutputPage method.

14 years agoAdd the user_properties table to the default for $wgSharedTables
Alex Z [Mon, 21 Sep 2009 23:40:42 +0000 (23:40 +0000)]
Add the user_properties table to the default for $wgSharedTables

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-21 21:55 UTC)
Siebrand Mazeland [Mon, 21 Sep 2009 22:17:50 +0000 (22:17 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-21 21:55 UTC)

14 years agoFix for r56551: Added missing "</li>" when reducing indentation, passed validation...
Alexandre Emsenhuber [Mon, 21 Sep 2009 20:31:33 +0000 (20:31 +0000)]
Fix for r56551: Added missing "</li>" when reducing indentation, passed validation with HTML 5, but not XHTML 1.0 Transitional :)

14 years agoJust a little cosmetic change, removed empty line in <head> since OutputPage::headEle...
Alexandre Emsenhuber [Mon, 21 Sep 2009 20:06:28 +0000 (20:06 +0000)]
Just a little cosmetic change, removed empty line in <head> since OutputPage::headElement() already adds a new line to separate this from OutputPage::buildCssLinks()

14 years ago(bug 20353) wfShellExec() malfunctioning on NT builds 6002 and above. Patch by Jimmy Xu.
Chad Horohoe [Mon, 21 Sep 2009 19:50:16 +0000 (19:50 +0000)]
(bug 20353) wfShellExec() malfunctioning on NT builds 6002 and above. Patch by Jimmy Xu.

14 years agoNew configuration variable $wgShowPageOnRedlink that can be set to show the page...
Tobias [Mon, 21 Sep 2009 19:21:12 +0000 (19:21 +0000)]
New configuration variable $wgShowPageOnRedlink that can be set to show the page instead of an edit interface when visiting a red link. The value can be specified for specific usergroups and namespaces.

14 years agoUse slave for unbuffered reading in cleanupTable.inc, leaving the master for buffered...
Andrew Garrett [Mon, 21 Sep 2009 17:34:24 +0000 (17:34 +0000)]
Use slave for unbuffered reading in cleanupTable.inc, leaving the master for buffered writing

14 years agoMerge r56715 from wmf-deployment (Moved unbuffered-ness to below count query to fix...
Andrew Garrett [Mon, 21 Sep 2009 16:41:09 +0000 (16:41 +0000)]
Merge r56715 from wmf-deployment (Moved unbuffered-ness to below count query to fix brokenness)

14 years ago* (bug 20730) Fix to Special:Version ViewVC link for branch checkouts
Brion Vibber [Mon, 21 Sep 2009 16:33:42 +0000 (16:33 +0000)]
* (bug 20730) Fix to Special:Version ViewVC link for branch checkouts
Reverts r49997; link is now using the checkout revision which makes pathrev work properly again for branches, so we don't need to use the (apparently non-functional) revision parameter instead.

14 years agoUse unbuffered queries in cleanupTable maintenance scripts. Prevents OOM issues.
Andrew Garrett [Mon, 21 Sep 2009 16:15:07 +0000 (16:15 +0000)]
Use unbuffered queries in cleanupTable maintenance scripts. Prevents OOM issues.

14 years agoLocalization update.
Rotem Liss [Mon, 21 Sep 2009 14:50:24 +0000 (14:50 +0000)]
Localization update.

14 years agoFollow-up to r56684 - fix message parameters for Login::ILLEGAL
Happy-melon [Mon, 21 Sep 2009 14:19:24 +0000 (14:19 +0000)]
Follow-up to r56684 - fix message parameters for Login::ILLEGAL

14 years agoFollow-up to r56683 - unnecessary abstraction
Happy-melon [Mon, 21 Sep 2009 14:18:26 +0000 (14:18 +0000)]
Follow-up to r56683 - unnecessary abstraction

14 years agoFollow-up to r56684 - set message keys in Login.php, and readd the ExternalUser check...
Happy-melon [Mon, 21 Sep 2009 13:53:58 +0000 (13:53 +0000)]
Follow-up to r56684 - set message keys in Login.php, and readd the ExternalUser check that got lost somewhere in the branch merge.

14 years agoFollow-up to r56684 - stop people registering invalid usernames.
Happy-melon [Mon, 21 Sep 2009 11:58:29 +0000 (11:58 +0000)]
Follow-up to r56684 - stop people registering invalid usernames.

14 years agoFollowup r56684: Add new message 'createaccounterror' for errors on account creation...
Chad Horohoe [Mon, 21 Sep 2009 11:37:19 +0000 (11:37 +0000)]
Followup r56684: Add new message 'createaccounterror' for errors on account creation page. Doesn't make much sense to say "Login error" here :)

14 years agoFollow-up to r56684; fix newuser log.
Happy-melon [Mon, 21 Sep 2009 10:57:06 +0000 (10:57 +0000)]
Follow-up to r56684; fix newuser log.

14 years ago(bug 20751) ForeignApiRepo does not urldecode filenames. Based on patch by Marcin...
Chad Horohoe [Mon, 21 Sep 2009 01:33:06 +0000 (01:33 +0000)]
(bug 20751) ForeignApiRepo does not urldecode filenames. Based on patch by Marcin Cieślak.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-20 23:06 UTC)
Siebrand Mazeland [Sun, 20 Sep 2009 23:35:04 +0000 (23:35 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-20 23:06 UTC)

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-20 23:06 UTC)
Siebrand Mazeland [Sun, 20 Sep 2009 23:17:35 +0000 (23:17 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-20 23:06 UTC)

14 years agoAdd 'noemailcreate'
Siebrand Mazeland [Sun, 20 Sep 2009 23:05:52 +0000 (23:05 +0000)]
Add 'noemailcreate'

14 years agoConsistency fix
Siebrand Mazeland [Sun, 20 Sep 2009 22:33:52 +0000 (22:33 +0000)]
Consistency fix

14 years ago(bug16979) Add tracking categories for __INDEX__ and __NOINDEX__.
Happy-melon [Sun, 20 Sep 2009 22:14:09 +0000 (22:14 +0000)]
(bug16979) Add tracking categories for __INDEX__ and __NOINDEX__.

14 years agoFollow-up on r55909: showLogExtract can now tell Pager to ignore wgRequest offset...
Tobias [Sun, 20 Sep 2009 22:07:44 +0000 (22:07 +0000)]
Follow-up on r55909: showLogExtract can now tell Pager to ignore wgRequest offset. Needed for block notice on SpecialContributions. Also small fix for SpecialBlockip (after r56420)

14 years agoFollow-ups to r56684: add a member function for extensions to add header text cleanly...
Happy-melon [Sun, 20 Sep 2009 21:24:48 +0000 (21:24 +0000)]
Follow-ups to r56684: add a member function for extensions to add header text cleanly, and tweak variable names in api/ApiLogin.php.

14 years ago* (bug 20726) Title::getLatestRevID's documentation now says that the function return...
Alexandre Emsenhuber [Sun, 20 Sep 2009 20:39:48 +0000 (20:39 +0000)]
* (bug 20726) Title::getLatestRevID's documentation now says that the function returns false if the page doesn't exist

14 years agoMerge in Login rewrite, second time lucky.
Happy-melon [Sun, 20 Sep 2009 20:28:27 +0000 (20:28 +0000)]
Merge in Login rewrite, second time lucky.

14 years agoNew function for ExternalUser to get the local User corresponding to the external...
Happy-melon [Sun, 20 Sep 2009 18:53:17 +0000 (18:53 +0000)]
New function for ExternalUser to get the local User corresponding to the external one.

14 years agoDocument and tidy HTMLForm.php. :P
Happy-melon [Sun, 20 Sep 2009 18:50:38 +0000 (18:50 +0000)]
Document and tidy HTMLForm.php.  :P

14 years agobug 20745 Query error in Special:ListUsers
Aaron Schulz [Sun, 20 Sep 2009 14:10:50 +0000 (14:10 +0000)]
bug 20745 Query error in Special:ListUsers

14 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Sun, 20 Sep 2009 10:36:02 +0000 (10:36 +0000)]
Localisation updates for core magic words from translatewiki.net

14 years agoLocalisation updates for special page aliases from translatewiki.net
Siebrand Mazeland [Sun, 20 Sep 2009 10:31:53 +0000 (10:31 +0000)]
Localisation updates for special page aliases from translatewiki.net

14 years agoLocalisation updates for core namespaces from translatewiki.net
Siebrand Mazeland [Sun, 20 Sep 2009 10:28:42 +0000 (10:28 +0000)]
Localisation updates for core namespaces from translatewiki.net

14 years agoInstaller spewing warnings due to disable_functions
Chad Horohoe [Sun, 20 Sep 2009 08:47:12 +0000 (08:47 +0000)]
Installer spewing warnings due to disable_functions

14 years agoFollow up to r56323: fix the broken grant syntax (which I should have tested before...
Benjamin Lees [Sun, 20 Sep 2009 07:15:19 +0000 (07:15 +0000)]
Follow up to r56323: fix the broken grant syntax (which I should have tested before committing).

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-19 20:29 UTC)
Siebrand Mazeland [Sat, 19 Sep 2009 20:48:17 +0000 (20:48 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-19 20:29 UTC)

14 years agoAdd some newlines in messages
Siebrand Mazeland [Sat, 19 Sep 2009 20:10:10 +0000 (20:10 +0000)]
Add some newlines in messages

14 years agoLocalization update for he.
Rotem Liss [Sat, 19 Sep 2009 16:47:50 +0000 (16:47 +0000)]
Localization update for he.

14 years agowfMsgExt, instead of wfMsg
Bryan Tong Minh [Sat, 19 Sep 2009 16:39:51 +0000 (16:39 +0000)]
wfMsgExt, instead of wfMsg

14 years agobug 20739: fix call to missing function
Aaron Schulz [Sat, 19 Sep 2009 16:28:25 +0000 (16:28 +0000)]
bug 20739: fix call to missing function

14 years agoFollow up to r56639: Remove some existence check duplication and fix ApiUpload for...
Bryan Tong Minh [Sat, 19 Sep 2009 15:49:54 +0000 (15:49 +0000)]
Follow up to r56639: Remove some existence check duplication and fix ApiUpload for changed return format of getExistsWarning.

14 years agoFix several messages generated by SpecialUpload::getExistsWarning which were malforma...
Bryan Tong Minh [Sat, 19 Sep 2009 15:42:06 +0000 (15:42 +0000)]
Fix several messages generated by SpecialUpload::getExistsWarning which were malformatted. Also removed all HTML generation from that function.

14 years agoUpdate formatting
Siebrand Mazeland [Sat, 19 Sep 2009 13:08:10 +0000 (13:08 +0000)]
Update formatting

14 years agoFollow-up to r56635 - remove messages associated with Login rewrite that crept into...
Happy-melon [Sat, 19 Sep 2009 12:54:23 +0000 (12:54 +0000)]
Follow-up to r56635 - remove messages associated with Login rewrite that crept into other commit... they'll be back :D

14 years agoImplement a 'root' permission, which grants all other permissions. Useful for debugg...
Happy-melon [Sat, 19 Sep 2009 12:50:00 +0000 (12:50 +0000)]
Implement a 'root' permission, which grants all other permissions.  Useful for debugging and administration.

14 years agoFix User::idFromName to actually return null on failure, as the doc suggests.
Happy-melon [Sat, 19 Sep 2009 12:46:51 +0000 (12:46 +0000)]
Fix User::idFromName to actually return null on failure, as the doc suggests.

14 years agoLocalization update.
Rotem Liss [Sat, 19 Sep 2009 12:39:54 +0000 (12:39 +0000)]
Localization update.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 19 Sep 2009 10:57:09 +0000 (10:57 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoFix overwrite permission checking for users without reupload-shared right.
Bryan Tong Minh [Sat, 19 Sep 2009 09:01:37 +0000 (09:01 +0000)]
Fix overwrite permission checking for users without reupload-shared right.

14 years agofixes bug #20708, where tables containing colspans greater than 1 are still sortable...
Nimish Gautam [Fri, 18 Sep 2009 23:48:15 +0000 (23:48 +0000)]
fixes bug #20708, where tables containing colspans greater than 1 are still sortable by the last column

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-18 22:12 UTC)
Siebrand Mazeland [Fri, 18 Sep 2009 23:01:41 +0000 (23:01 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-18 22:12 UTC)

14 years agoFixes bug #20698, unnecessary space in divs and JS messages
Nimish Gautam [Fri, 18 Sep 2009 22:02:14 +0000 (22:02 +0000)]
Fixes bug #20698, unnecessary space in divs and JS messages

14 years agoAdd $wgRCMaxAge to the message 'activeusers-count' because people are asking "how...
Raimond Spekking [Fri, 18 Sep 2009 21:50:10 +0000 (21:50 +0000)]
Add $wgRCMaxAge to the message 'activeusers-count' because people are asking "how long is 'recent'?"
FormatNum/CommaList for some expressions
Simplify getPageHeader(), use more Xml/Html::functions.

14 years agoSet wpSourceType to file by default for backwards compatibility with user scripts.
Bryan Tong Minh [Fri, 18 Sep 2009 20:43:12 +0000 (20:43 +0000)]
Set wpSourceType to file by default for backwards compatibility with user scripts.

14 years agoUse Html:: functions
Niklas Laxström [Fri, 18 Sep 2009 20:10:25 +0000 (20:10 +0000)]
Use Html:: functions

14 years agobumping version number as new xsd r54472 was approved. fixing spacing
Tomasz Finc [Fri, 18 Sep 2009 17:34:56 +0000 (17:34 +0000)]
bumping version number as new xsd r54472 was approved. fixing spacing

14 years agoTighten up unquoted attribute output
Aryeh Gregor [Fri, 18 Sep 2009 15:28:46 +0000 (15:28 +0000)]
Tighten up unquoted attribute output

Only affects wikis with $wgWellFormedXml = false.  In principle, the old
behavior might have permitted XSS in IE if that setting is false (which
is not the default), but I haven't checked.  See
<http://code.google.com/p/html5lib/issues/detail?id=92>.

14 years ago* API: (bug 20700) Add amprop=default to list default messages in list=allmessages...
Roan Kattouw [Fri, 18 Sep 2009 15:24:00 +0000 (15:24 +0000)]
* API: (bug 20700) Add amprop=default to list default messages in list=allmessages. This adds default="defaultmessagecontent" or defaultmissing="" to customized messages; non-customized messages get no extra attribute.
* Don't parse magic words in messages returned by meta=allmessages , but output the message contents verbatim

14 years agotypecast $attribs to an array to avoid on-site notices
Aaron Schulz [Fri, 18 Sep 2009 14:55:42 +0000 (14:55 +0000)]
typecast $attribs to an array to avoid on-site notices

14 years agoPartial revert of r56602: remove what is probably accidentally committed debugging...
Roan Kattouw [Fri, 18 Sep 2009 14:38:59 +0000 (14:38 +0000)]
Partial revert of r56602: remove what is probably accidentally committed debugging code.

14 years agoForce changedfilter parameter to integer on Special:AbuseFilter.
Andrew Garrett [Fri, 18 Sep 2009 14:30:05 +0000 (14:30 +0000)]
Force changedfilter parameter to integer on Special:AbuseFilter.
Resolves bug 20496

14 years agoDon't drop default attrib values in non-HTML5
Aryeh Gregor [Fri, 18 Sep 2009 14:19:34 +0000 (14:19 +0000)]
Don't drop default attrib values in non-HTML5

Some attributes that have defaults in HTML5 don't have defaults in
XHTML1, particularly type="" on scripts and styles (bug 20713).  There's
not much point in trying to maintain two separate sets of defaults,
so I've just kept the HTML5 ones and haven't tried to strip any defaults
in XHTML1 mode.

14 years agoRemove double catlinks on edit page.
Andrew Garrett [Fri, 18 Sep 2009 14:05:07 +0000 (14:05 +0000)]
Remove double catlinks on edit page.
Resolves bug 20718.

14 years agoShut up warnings from r56420 that have annoyed us few days :o
Niklas Laxström [Fri, 18 Sep 2009 13:57:13 +0000 (13:57 +0000)]
Shut up warnings from r56420 that have annoyed us few days :o

14 years agoRevert functional change from r56594. That broke more than it tried to fix somehow.
Siebrand Mazeland [Fri, 18 Sep 2009 12:49:27 +0000 (12:49 +0000)]
Revert functional change from r56594. That broke more than it tried to fix somehow.

14 years ago* use wfMsgExt with escapenoentities instead of wfMsgHtml (line 679)
Siebrand Mazeland [Fri, 18 Sep 2009 12:43:55 +0000 (12:43 +0000)]
* use wfMsgExt with escapenoentities instead of wfMsgHtml (line 679)
* break long lists of parameters
* remove trailing whitespace

14 years ago* process messages with escapenoentities instead of escape to allow use of for exampl...
Siebrand Mazeland [Fri, 18 Sep 2009 11:51:00 +0000 (11:51 +0000)]
* process messages with escapenoentities instead of escape to allow use of for example &bull; (line 55)
* change string explode to array (lines 53-54)
* break long lists of parameters
* remove trailing whitespace

14 years agoAssorted tweaks.
Tim Starling [Fri, 18 Sep 2009 05:23:10 +0000 (05:23 +0000)]
Assorted tweaks.

14 years agoWas too slow. Trying different approach.
Tim Starling [Fri, 18 Sep 2009 04:27:28 +0000 (04:27 +0000)]
Was too slow. Trying different approach.

14 years agoUse STDERR instead of fopen('php://stderr') when possible
Tim Starling [Fri, 18 Sep 2009 04:26:30 +0000 (04:26 +0000)]
Use STDERR instead of fopen('php://stderr') when possible

14 years agoScript to produce a merged $wgExtensionMessagesFiles for the case where a wiki farm...
Tim Starling [Fri, 18 Sep 2009 03:34:34 +0000 (03:34 +0000)]
Script to produce a merged $wgExtensionMessagesFiles for the case where a wiki farm uses different messages for different wikis.

14 years agoFollow up r56486: revert RELEASE-NOTES (which was incomplete anyway)
Aaron Schulz [Fri, 18 Sep 2009 01:06:00 +0000 (01:06 +0000)]
Follow up r56486: revert RELEASE-NOTES (which was incomplete anyway)

14 years agoFix for r55393, put the padding:0 on the td's rather than the tables
Alex Z [Thu, 17 Sep 2009 23:04:54 +0000 (23:04 +0000)]
Fix for r55393, put the padding:0 on the td's rather than the tables