lhc/web/wiklou.git
13 years agoRemove install-utils.inc marked for 1.19 removal
Sam Reed [Fri, 6 May 2011 20:35:52 +0000 (20:35 +0000)]
Remove install-utils.inc marked for 1.19 removal

13 years agoRemoved more functions marked for removal in 1.19: wfParseCIDR(), wfRFC822Phrase...
Alexandre Emsenhuber [Fri, 6 May 2011 18:22:37 +0000 (18:22 +0000)]
Removed more functions marked for removal in 1.19: wfParseCIDR(), wfRFC822Phrase() and userMailer().

13 years agoRemoved LogPageValidTypes, LogPageLogName, LogPageLogHeader and LogPageActionText...
Alexandre Emsenhuber [Fri, 6 May 2011 18:17:52 +0000 (18:17 +0000)]
Removed LogPageValidTypes, LogPageLogName, LogPageLogHeader and LogPageActionText hooks. They are deprecated since 1.6 or so.

13 years agoRemove functions marked for removal in 1.19
Alexandre Emsenhuber [Fri, 6 May 2011 18:10:53 +0000 (18:10 +0000)]
Remove functions marked for removal in 1.19

13 years ago(bug 10154) Don't allow user to specify days beyond $wgRCMaxAge
Chad Horohoe [Fri, 6 May 2011 15:45:13 +0000 (15:45 +0000)]
(bug 10154) Don't allow user to specify days beyond $wgRCMaxAge

13 years agoFix for r80864, host not server. Like r87498
Chad Horohoe [Fri, 6 May 2011 14:57:05 +0000 (14:57 +0000)]
Fix for r80864, host not server. Like r87498

13 years agoFix 2 more 1.18's from RELEASE-NOTES in r87542
Sam Reed [Fri, 6 May 2011 14:52:12 +0000 (14:52 +0000)]
Fix 2 more 1.18's from RELEASE-NOTES in r87542

13 years agoFollowup r87541
Sam Reed [Fri, 6 May 2011 14:48:00 +0000 (14:48 +0000)]
Followup r87541

Move RELEASE-NOTES to HISTORY

13 years agoBump trunk version since we've branched
Chad Horohoe [Fri, 6 May 2011 14:45:25 +0000 (14:45 +0000)]
Bump trunk version since we've branched

13 years ago5.2.3, like we do everywhere else
Chad Horohoe [Thu, 5 May 2011 22:27:54 +0000 (22:27 +0000)]
5.2.3, like we do everywhere else

13 years agoFix for r87278: if we're installing with the same user we're going to use, skip creat...
Chad Horohoe [Thu, 5 May 2011 21:28:26 +0000 (21:28 +0000)]
Fix for r87278: if we're installing with the same user we're going to use, skip creation && grants since there's no point.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Thu, 5 May 2011 20:38:04 +0000 (20:38 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-05-05 20:28:00 UTC)

13 years agoFollowup r87487: drop unused message
Chad Horohoe [Thu, 5 May 2011 18:55:10 +0000 (18:55 +0000)]
Followup r87487: drop unused message

13 years agoMoved wfTimestampNow() near other wfTimestamp() functions
Alexandre Emsenhuber [Thu, 5 May 2011 17:42:14 +0000 (17:42 +0000)]
Moved wfTimestampNow() near other wfTimestamp() functions

13 years agoFixes ForeignDBRepo SQL server connection. Fixes bug #28836.
Merlijn S. van Deen [Thu, 5 May 2011 15:04:19 +0000 (15:04 +0000)]
Fixes ForeignDBRepo SQL server connection. Fixes bug #28836.

13 years agoPer bug 28738 comment 4, pack ResourceLoader URLs by encoding foo.bar|foo.baz|bar...
Roan Kattouw [Thu, 5 May 2011 13:46:47 +0000 (13:46 +0000)]
Per bug 28738 comment 4, pack ResourceLoader URLs by encoding foo.bar|foo.baz|bar.baz|bar.quux as foo.bar,baz|bar.baz,quux

* Expand these URLs in ResourceLoaderContext
* Build and emit these URLs in OutputPage::makeResourceLoaderLink() and in mw.loader
* Throw an exception in ResourceLoader::register() for module names that contain pipe characters or commas. Commas need to be forbidden for this packing feature to work. Pipes were already forbidden but weren't checked for

13 years agoFor bug 28738, have the installer check for the Suhosin GET variable length limit...
Roan Kattouw [Thu, 5 May 2011 11:52:23 +0000 (11:52 +0000)]
For bug 28738, have the installer check for the Suhosin GET variable length limit and set $wgResourceLoaderMaxQueryLength correspondingly in LocalSettings.php . Of course this only works for new installs, no idea if this can be handled cleanly for upgrades

13 years agoUPGRADE updates:
Tim Starling [Thu, 5 May 2011 10:37:20 +0000 (10:37 +0000)]
UPGRADE updates:
* $wgDBadminuser is no longer required
* $wgUpgradeKey is no longer required
* The installer has moved to /mw-config
* You can't change the encoding any more so that's not a concern
* Moved the 1.16 info to its own section
* Cleaned up heading consistency and levels so that it looks nice in the table of contents in the new installer
* Removed duplicate backup section

13 years agoFix PHP notice in r85922. Sorry for the holdup, I kinda forgot about it
Leo Koppelkamm [Thu, 5 May 2011 09:12:55 +0000 (09:12 +0000)]
Fix PHP notice in r85922. Sorry for the holdup, I kinda forgot about it

13 years agoBug 28822 - Upgrade from normal 1.16 wiki to 1.17 fails with fatal error
Max Semenik [Thu, 5 May 2011 08:20:15 +0000 (08:20 +0000)]
Bug 28822 - Upgrade from normal 1.16 wiki to 1.17 fails with fatal error

13 years agoKill $wgSkinExtensionFunctions. Way back in r4934 when it was introduced, it was...
Chad Horohoe [Thu, 5 May 2011 06:29:33 +0000 (06:29 +0000)]
Kill $wgSkinExtensionFunctions. Way back in r4934 when it was introduced, it was near the beginning of Setup.php, and $wgExtensionFunctions was near the end. Thus, they served two different purposes for doing extension setup. Refactoring over time has brought these processes side-by-side and thus the unused (and less-featured) one is getting the axe.

-1 more awful global \o/

13 years ago* Fix for bug 28534: IE 6 content type detection again
Tim Starling [Thu, 5 May 2011 05:29:50 +0000 (05:29 +0000)]
* Fix for bug 28534: IE 6 content type detection again
* Fix for bug 28639: user object instance cache pollution
* Release notes formatting tweak.

13 years ago(bug 28641) Doc fix for wfEmptyMsg()
Chad Horohoe [Thu, 5 May 2011 05:26:27 +0000 (05:26 +0000)]
(bug 28641) Doc fix for wfEmptyMsg()

13 years ago(bug 23495) Allow createAndPromote.php to create non-sysop users
Chad Horohoe [Thu, 5 May 2011 05:11:50 +0000 (05:11 +0000)]
(bug 23495) Allow createAndPromote.php to create non-sysop users

13 years agoAdded jquery.appear, which adds a new event which fires the first time something...
Trevor Parscal [Wed, 4 May 2011 23:26:43 +0000 (23:26 +0000)]
Added jquery.appear, which adds a new event which fires the first time something comes into view. This is useful for lazy-loading data.

13 years agoLikely that nobody is calling getPath() on a ForeignAPI repo, but best to warn them...
Russ Nelson [Wed, 4 May 2011 23:17:00 +0000 (23:17 +0000)]
Likely that nobody is calling getPath() on a ForeignAPI repo, but best to warn them anyway.

13 years agoVarious fixes for CleanUpTest
Chad Horohoe [Wed, 4 May 2011 23:09:18 +0000 (23:09 +0000)]
Various fixes for CleanUpTest

13 years agoMove CleanUpTest, fixes in next commit
Chad Horohoe [Wed, 4 May 2011 23:05:25 +0000 (23:05 +0000)]
Move CleanUpTest, fixes in next commit

13 years agoThis part of the API seems universally ignored. If anybody needs this, they're going...
Russ Nelson [Wed, 4 May 2011 22:26:48 +0000 (22:26 +0000)]
This part of the API seems universally ignored. If anybody needs this, they're going to have to modify every caller anyway, so it serves no purpose by existing. There, now my commit message is longer than the code being changed. My work here is done.

13 years agoRevert r81542 for now, too lazy to fix this properly
Chad Horohoe [Wed, 4 May 2011 22:08:40 +0000 (22:08 +0000)]
Revert r81542 for now, too lazy to fix this properly

13 years agoDocumentation
Sam Reed [Wed, 4 May 2011 21:23:25 +0000 (21:23 +0000)]
Documentation

Remove unused variables

13 years agomw.loader fixes
Krinkle [Wed, 4 May 2011 20:58:14 +0000 (20:58 +0000)]
mw.loader fixes
* Renaming locally declared function "request" to "getScriptTag" to avoid confusion or conflict with the other local "request" function inside the mw.loader closure
* (bug 26804) Code clean up ($skin was generated locally already)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Wed, 4 May 2011 20:09:49 +0000 (20:09 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-05-04 19:40:00 UTC)

13 years agoNo current need for an alias to getPath()
Russ Nelson [Wed, 4 May 2011 18:34:50 +0000 (18:34 +0000)]
No current need for an alias to getPath()

13 years ago* (bug 28812) API's parse module documentation should no longer include section tree...
Sam Reed [Wed, 4 May 2011 18:14:30 +0000 (18:14 +0000)]
* (bug 28812) API's parse module documentation should no longer include section tree warning

Remove wrong comment

13 years agoPartial revert of r87345. Causing unreadable buttons in ArticleFeedback (http://i...
Krinkle [Wed, 4 May 2011 17:23:17 +0000 (17:23 +0000)]
Partial revert of r87345. Causing unreadable buttons in ArticleFeedback (i.imgur.com/PyxOw.png ), likely breaks other things as well.

13 years agoFollow-up r87411: Remove stray f
Raimond Spekking [Wed, 4 May 2011 17:23:14 +0000 (17:23 +0000)]
Follow-up r87411: Remove stray f

13 years agoFollow-up r87394: Add reference back to MediaWiki::performRequestForTitle per IAlex...
Paul Copperman [Wed, 4 May 2011 17:17:27 +0000 (17:17 +0000)]
Follow-up r87394: Add reference back to MediaWiki::performRequestForTitle per IAlex' comment.

13 years agoTag names can't contain template parameters (thanksfully)
Platonides [Wed, 4 May 2011 14:40:25 +0000 (14:40 +0000)]
Tag names can't contain template parameters (thanksfully)

13 years agoFollow-up r87326: Add regression test.
Paul Copperman [Wed, 4 May 2011 11:51:38 +0000 (11:51 +0000)]
Follow-up r87326: Add regression test.

13 years agoRemove references from function parameters in Wiki.php. They aren't needed for object...
Paul Copperman [Wed, 4 May 2011 11:50:34 +0000 (11:50 +0000)]
Remove references from function parameters in Wiki.php. They aren't needed for objects and sometimes cause warnings when called with non-vars.

13 years agoFollow-up r87266: Fix parser test
Paul Copperman [Wed, 4 May 2011 11:48:47 +0000 (11:48 +0000)]
Follow-up r87266: Fix parser test

13 years agoFollow-up r87210: Add MediaWikiLangTestCase to the autoloader and make the class...
Paul Copperman [Wed, 4 May 2011 11:46:28 +0000 (11:46 +0000)]
Follow-up r87210: Add MediaWikiLangTestCase to the autoloader and make the class abstract.

13 years agoDrop the $out params I added before I added context to Skin, as well deprecate some...
Daniel Friesen [Wed, 4 May 2011 10:43:40 +0000 (10:43 +0000)]
Drop the $out params I added before I added context to Skin, as well deprecate some of the $out params in other methods.

13 years ago* fixed tableName handling for internal purposes (bug if using sharedDB as i need...
Jure Kajzer [Wed, 4 May 2011 10:43:34 +0000 (10:43 +0000)]
* fixed tableName handling for internal purposes (bug if using sharedDB as i need raw table name)

13 years agoSome release notes updates:
Tim Starling [Wed, 4 May 2011 02:09:16 +0000 (02:09 +0000)]
Some release notes updates:
* Removed the obsolete part about continuous integration models. I already removed it in the 1.16 branch and will shortly remove it from the 1.17 branch.
* Updated the information about supported databases.
* Removed the part about XHTML support since we target HTML 5 now.
* Say what mediawiki-l is instead of saying what it isn't.

13 years agoAdd proper $out setting to Skin::getCategories which is present in the other similar...
Daniel Friesen [Wed, 4 May 2011 01:53:05 +0000 (01:53 +0000)]
Add proper $out setting to Skin::getCategories which is present in the other similar methods. Replaces r87380.

13 years agoAdd hack to shut up fatals when getCategories() is called without an actual OutputPage
Chad Horohoe [Wed, 4 May 2011 01:43:03 +0000 (01:43 +0000)]
Add hack to shut up fatals when getCategories() is called without an actual OutputPage

13 years agoFollow up r87210
Platonides [Tue, 3 May 2011 22:37:14 +0000 (22:37 +0000)]
Follow up r87210

13 years agoRemove unused global
Platonides [Tue, 3 May 2011 22:15:57 +0000 (22:15 +0000)]
Remove unused global

13 years agoUse canonical case
Platonides [Tue, 3 May 2011 22:14:52 +0000 (22:14 +0000)]
Use canonical case

13 years agomw.util.test fixes
Krinkle [Tue, 3 May 2011 21:57:33 +0000 (21:57 +0000)]
mw.util.test fixes
* Remove hiding of rows after the test, in almost all cases someone will want to unhide these, especially in case of an error; Plus, there were some inconsistencies in firefox with the hovering of the last (non-collapsible) row.
* Changing mw.util.addCSS to a style that is actually visible on the action=mwutiltest page.
* Making the entire row red in case of errors (easier finding of the error)
* Moving $.isDomElement tests to mw.util.test instead of in comments
* Adding missing tests for all mw.util properties
* Fix bug where $.isDomElement fails if the passed argument isn't an object at all (eg. null or undefined). Check variable first before checking object property (<code>$.isDomElement( document.getElementById('notexist') );</code> returned TypeError: Result of expression 'el' [null] is not an object.)
** Adding test for this
* Try/Catch the evaluation
** Reports catched exceptions through mw.log instead of using throw. This way non-consoled browsers can be easily debugged through mw.log's console.
** Fixes: (bug 28803) mw.util.test doesn't handle exceptions
* Using a canonical variable instead of a localized one in the tests.
** Fixes: (bug 28788) 2 tests related to wgTitle in mediawiki.util.test are broken for non-English wikis.

13 years agor87345: Restore black link color
Leo Koppelkamm [Tue, 3 May 2011 21:26:30 +0000 (21:26 +0000)]
r87345: Restore black link color

13 years ago(bug 19408) user_properties.up_property: 32 bytes is not enough.
Chad Horohoe [Tue, 3 May 2011 21:08:44 +0000 (21:08 +0000)]
(bug 19408) user_properties.up_property: 32 bytes is not enough.
Increased it to 255 bytes to be like page titles
Some minor tweaks to modifyField() in the installer to make it more useful and added insertUpdateRow()

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Tue, 3 May 2011 20:29:05 +0000 (20:29 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-05-02 20:13:00 UTC)

13 years agoOnly one extension was using getThumbnail
Russ Nelson [Tue, 3 May 2011 19:55:49 +0000 (19:55 +0000)]
Only one extension was using getThumbnail

13 years agoFollow up r87220. r86795 tests are now embedded into PreprocessorTest.php
Platonides [Tue, 3 May 2011 19:53:13 +0000 (19:53 +0000)]
Follow up r87220. r86795 tests are now embedded into PreprocessorTest.php

13 years ago(bug 22227) Special:Listfiles no longer throws an error on bogus file entries
Chad Horohoe [Tue, 3 May 2011 19:49:20 +0000 (19:49 +0000)]
(bug 22227) Special:Listfiles no longer throws an error on bogus file entries

13 years agoWe can't check if it's a parentNode->type == name_node so early, since
Platonides [Tue, 3 May 2011 19:48:50 +0000 (19:48 +0000)]
We can't check if it's a parentNode->type == name_node so early, since
it may be just a single } and end up being a literal.

13 years agoRevert r86473 and redo more cleanly. Fix black link color complained about in Bug...
Leo Koppelkamm [Tue, 3 May 2011 19:11:23 +0000 (19:11 +0000)]
Revert r86473 and redo more cleanly. Fix black link color complained about in Bug 28690

13 years agoMoved "printfooter" and debug HTML away from "bodytext" so that they can be easily...
Alexandre Emsenhuber [Tue, 3 May 2011 17:23:17 +0000 (17:23 +0000)]
Moved "printfooter" and debug HTML away from "bodytext" so that they can be easily modified by extensions with the SkinTemplateOutputPageBeforeExec hook; always moved generation of debug HTML just before executing the hook so that it includes more items

13 years agoFixes bug #28694: Set maxlength of revisiondelete comment to 100.
Mark A. Hershberger [Tue, 3 May 2011 17:21:43 +0000 (17:21 +0000)]
Fixes bug #28694: Set maxlength of revisiondelete comment to 100.

13 years agoAdded a function that returns the list of supported formats to ApiMain
Max Semenik [Tue, 3 May 2011 16:54:16 +0000 (16:54 +0000)]
Added a function that returns the list of supported formats to ApiMain

13 years agoFix Bug 28354: Edit tab is shown as "view source" for blocked users, which breaks...
Paul Copperman [Tue, 3 May 2011 13:18:57 +0000 (13:18 +0000)]
Fix Bug 28354: Edit tab is shown as "view source" for blocked users, which breaks squid caching

* Skip user block checks for Title::quickUserCan(). This restores the behavior from 1.16 rsp. before r65504.
* Remove unnecessary check for "$short && count($errors)", this is already handled by getUserPermissionsErrorsInternal().

13 years agoTablesorter: Add a title attribute to sort arrows ( Bug 21453 )
Leo Koppelkamm [Tue, 3 May 2011 11:44:35 +0000 (11:44 +0000)]
Tablesorter: Add a title attribute to sort arrows ( Bug 21453 )

13 years agoFix Bug 26315: White pixels around user-icon
Leo Koppelkamm [Tue, 3 May 2011 11:09:10 +0000 (11:09 +0000)]
Fix Bug 26315: White pixels around user-icon

13 years agoRemoved Skin::$usercss, always false, nothing sets this
Alexandre Emsenhuber [Tue, 3 May 2011 09:43:34 +0000 (09:43 +0000)]
Removed Skin::$usercss, always false, nothing sets this

13 years agoRemove empty files left by r16526, r29128 and r83029
Platonides [Mon, 2 May 2011 22:36:14 +0000 (22:36 +0000)]
Remove empty files left by r16526, r29128 and r83029

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2011...
Raimond Spekking [Mon, 2 May 2011 21:56:28 +0000 (21:56 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2011-05-02 21:42:00 UTC)

13 years agoKill & from r87290
Sam Reed [Mon, 2 May 2011 21:38:48 +0000 (21:38 +0000)]
Kill & from r87290

13 years ago* (bug 20468) User::invalidateCache throws 1205: Lock wait timeout exceeded
Sam Reed [Mon, 2 May 2011 20:29:44 +0000 (20:29 +0000)]
* (bug 20468) User::invalidateCache throws 1205: Lock wait timeout exceeded

Severly limit the number of calls that actually update the database (for no gain!). Leaving stuff that needs to update memcached

Still, there's probably quite a lot of these calls which are still superfluous

13 years agoAdd makeInsertOptions
Sam Reed [Mon, 2 May 2011 20:14:17 +0000 (20:14 +0000)]
Add makeInsertOptions

Allow Sqlite to OR IGNORE on UPDATE or INSERT

13 years agoSwitching arrows in Special:FileList to match the usual behaviour in MW. Bug 18962
Leo Koppelkamm [Mon, 2 May 2011 19:56:28 +0000 (19:56 +0000)]
Switching arrows in Special:FileList to match the usual behaviour in MW. Bug 18962

13 years ago(bug 28375) When using existing DB user, grants aren't added to new tables
Chad Horohoe [Mon, 2 May 2011 18:54:31 +0000 (18:54 +0000)]
(bug 28375) When using existing DB user, grants aren't added to new tables

13 years agoFix and add some comments.
Russ Nelson [Mon, 2 May 2011 18:48:35 +0000 (18:48 +0000)]
Fix and add some comments.

13 years agoLocalization fix for he.
Rotem Liss [Mon, 2 May 2011 18:35:17 +0000 (18:35 +0000)]
Localization fix for he.

13 years agoLocalization fixes for he, and updating links in en.
Rotem Liss [Mon, 2 May 2011 18:33:13 +0000 (18:33 +0000)]
Localization fixes for he, and updating links in en.

13 years agoFollow-up r83795: fix E_NOTICE due to undefined array member.
Happy-melon [Mon, 2 May 2011 18:31:42 +0000 (18:31 +0000)]
Follow-up r83795: fix E_NOTICE due to undefined array member.

13 years agoAdjust maxwidth calculation for galleries. Bug 27577
Leo Koppelkamm [Mon, 2 May 2011 18:00:09 +0000 (18:00 +0000)]
Adjust maxwidth calculation for galleries. Bug 27577

13 years agoFix r87203: don't use a for..in loop on an array
Roan Kattouw [Mon, 2 May 2011 17:57:24 +0000 (17:57 +0000)]
Fix r87203: don't use a for..in loop on an array

13 years agoTypo Typo Typo
Alexandre Emsenhuber [Mon, 2 May 2011 17:39:29 +0000 (17:39 +0000)]
Typo Typo Typo

13 years agoA few minor RSD changes
Sam Reed [Mon, 2 May 2011 17:32:42 +0000 (17:32 +0000)]
A few minor RSD changes

13 years ago* Removed Skin::reallyGenerateUserStylesheet() nothing uses it and nothing overrides it
Alexandre Emsenhuber [Mon, 2 May 2011 17:30:17 +0000 (17:30 +0000)]
* Removed Skin::reallyGenerateUserStylesheet() nothing uses it and nothing overrides it
* Corrected Skin::generateUserJs() and Skin::generateUserStylesheet()'s comments: nothing override them anymore, also marked them as deprecated, only usage is action=raw&gen=(css|js)

13 years agoDocumentation
Sam Reed [Mon, 2 May 2011 16:58:29 +0000 (16:58 +0000)]
Documentation

13 years agoFollowup r87253, doc tweak for trunk (this is in 1.17 rel-notes now)
Chad Horohoe [Mon, 2 May 2011 16:40:44 +0000 (16:40 +0000)]
Followup r87253, doc tweak for trunk (this is in 1.17 rel-notes now)

13 years agoMoved Skin::$mWatchLinkNum to SkinLegacy since it's only used there and made it prote...
Alexandre Emsenhuber [Mon, 2 May 2011 15:32:20 +0000 (15:32 +0000)]
Moved Skin::$mWatchLinkNum to SkinLegacy since it's only used there and made it protected per documentation (nothing else apart SkinLegacy uses it)

13 years agoGet the revision ID from the OutputPage object instead of making a copy
Alexandre Emsenhuber [Mon, 2 May 2011 15:26:19 +0000 (15:26 +0000)]
Get the revision ID from the OutputPage object instead of making a copy

13 years agoTablesorter: use mw.config.get() to access globals; force mdy for english contentlang
Leo Koppelkamm [Mon, 2 May 2011 11:55:45 +0000 (11:55 +0000)]
Tablesorter: use mw.config.get() to access globals; force mdy for english contentlang

13 years agoMake jquery.tablesorter more resilient by checking multiple cells before assuming...
Leo Koppelkamm [Mon, 2 May 2011 11:31:45 +0000 (11:31 +0000)]
Make jquery.tablesorter more resilient by checking multiple cells before assuming a type. Fixes Bug 28775

13 years agoFollowup r87225
Sam Reed [Mon, 2 May 2011 11:12:48 +0000 (11:12 +0000)]
Followup r87225

Best to rename everything when you rename something

13 years agoFollow up r86363 - Missing a dollar sign.
Brian Wolff [Mon, 2 May 2011 07:42:14 +0000 (07:42 +0000)]
Follow up r86363 - Missing a dollar sign.

Fixes the: Notice: Use of undefined constant i - assumed 'i' in /var/www/w/phase3/includes/db/LoadBalancer.php on line 745

13 years agoMake a method static per the comment, update the only non static usage (in Parser...
Sam Reed [Sun, 1 May 2011 23:59:41 +0000 (23:59 +0000)]
Make a method static per the comment, update the only non static usage (in Parser) itself

13 years agoDocumentation tweaks, additions and updates
Sam Reed [Sun, 1 May 2011 23:54:41 +0000 (23:54 +0000)]
Documentation tweaks, additions and updates

13 years agoFollow up r87210
Platonides [Sun, 1 May 2011 23:02:27 +0000 (23:02 +0000)]
Follow up r87210

13 years ago* (bug 28265) allow outputting of comments for action=expandtemplates
Sam Reed [Sun, 1 May 2011 22:11:05 +0000 (22:11 +0000)]
* (bug 28265) allow outputting of comments for action=expandtemplates

13 years ago* (bug 27185) API: Add Special:ComparePages
Sam Reed [Sun, 1 May 2011 21:56:02 +0000 (21:56 +0000)]
* (bug 27185) API: Add Special:ComparePages

13 years agoWhen we failed to detect a DB driver, put the help info in the failure box, rather...
Chad Horohoe [Sun, 1 May 2011 21:48:15 +0000 (21:48 +0000)]
When we failed to detect a DB driver, put the help info in the failure box, rather than hiding it in a little help box nobody's going to find

13 years agoConvert r86795 tests into a dataProvider
Platonides [Sun, 1 May 2011 21:33:16 +0000 (21:33 +0000)]
Convert r86795 tests into a dataProvider

13 years agoRefactor out common code
Sam Reed [Sun, 1 May 2011 21:28:00 +0000 (21:28 +0000)]
Refactor out common code

13 years agoUse HTML5 for formatted API output
Max Semenik [Sun, 1 May 2011 21:19:40 +0000 (21:19 +0000)]
Use HTML5 for formatted API output