lhc/web/wiklou.git
13 years agoFix for r54225: parameter delimiter is ",", not "."
Alexandre Emsenhuber [Thu, 11 Nov 2010 12:37:22 +0000 (12:37 +0000)]
Fix for r54225: parameter delimiter is ",", not "."

13 years ago* Followed-up r76267:
Aaron Schulz [Thu, 11 Nov 2010 12:18:28 +0000 (12:18 +0000)]
* Followed-up r76267:
** Made RE_IPV6_ADD and sanitizeIP() hande '::'.
** RE_IPV6_ADD is no longer over-inclusive (# of octets and '::' must be valid)
* Removed weird debugging code
* Broke long line

13 years ago(bug 25877) Don't focus search box when clicking SimpleSearch's magnifying class...
Roan Kattouw [Thu, 11 Nov 2010 10:15:49 +0000 (10:15 +0000)]
(bug 25877) Don't focus search box when clicking SimpleSearch's magnifying class button

13 years agofixes Bug 25812
Mark A. Hershberger [Thu, 11 Nov 2010 04:50:24 +0000 (04:50 +0000)]
fixes Bug 25812

13 years agoCombine config.css with vector.css so it gets flipped too, plus one less request :)
Chad Horohoe [Wed, 10 Nov 2010 22:11:18 +0000 (22:11 +0000)]
Combine config.css with vector.css so it gets flipped too, plus one less request :)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 10 Nov 2010 21:42:18 +0000 (21:42 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-10 21:28:00 UTC)

13 years agoAdded dirs per recent modifications
Alexandre Emsenhuber [Wed, 10 Nov 2010 20:21:49 +0000 (20:21 +0000)]
Added dirs per recent modifications

13 years agoVarious unused variables, add some braces
Sam Reed [Wed, 10 Nov 2010 19:49:04 +0000 (19:49 +0000)]
Various unused variables, add some braces

Explicitally define some variables used in hook type calls

13 years agoforeach loop is pointless if you're then just going to keep a counter manually
Sam Reed [Wed, 10 Nov 2010 19:19:46 +0000 (19:19 +0000)]
foreach loop is pointless if you're then just going to keep a counter manually

Hence switch foreach to for loop

13 years agoAdded a check for PCRE_UTF8 per report at Support desk
Max Semenik [Wed, 10 Nov 2010 16:45:28 +0000 (16:45 +0000)]
Added a check for PCRE_UTF8 per report at Support desk

13 years agoDrop setup_database() here too. Only caller is the old installer
Chad Horohoe [Wed, 10 Nov 2010 16:06:42 +0000 (16:06 +0000)]
Drop setup_database() here too. Only caller is the old installer

13 years agoPostgres updater stuff, needs review
Chad Horohoe [Wed, 10 Nov 2010 16:06:16 +0000 (16:06 +0000)]
Postgres updater stuff, needs review
* Move setup_database() from DatabasePostgres to PostgresInstaller
** Add install step after interwiki for the COMMIT
** Put the table creation test (should we abstract this?) in setupDatabase()
** The leftover stuff in initial_setup() also belongs in setupDatabase(), I think?

13 years ago(bug 25856) fix exaggerated indentation of checkbox text
Chad Horohoe [Wed, 10 Nov 2010 15:37:55 +0000 (15:37 +0000)]
(bug 25856) fix exaggerated indentation of checkbox text

13 years agoRemove bullets from radio lists
Chad Horohoe [Wed, 10 Nov 2010 15:29:51 +0000 (15:29 +0000)]
Remove bullets from radio lists

13 years agoFixed some doxygen warnings (and some whitespaces removal I forgot to commit in r76386)
Alexandre Emsenhuber [Wed, 10 Nov 2010 14:48:40 +0000 (14:48 +0000)]
Fixed some doxygen warnings (and some whitespaces removal I forgot to commit in r76386)

13 years agoQuick fix: @fixme doesn't exist on doxygen ;)
Alexandre Emsenhuber [Wed, 10 Nov 2010 14:41:46 +0000 (14:41 +0000)]
Quick fix: @fixme doesn't exist on doxygen ;)

13 years agoFollowup r76439, next button is conditional on whether we allow $wgUpgradeKey
Chad Horohoe [Wed, 10 Nov 2010 13:03:06 +0000 (13:03 +0000)]
Followup r76439, next button is conditional on whether we allow $wgUpgradeKey

13 years agoDisable forward/back when installer is disabled
Chad Horohoe [Wed, 10 Nov 2010 12:58:22 +0000 (12:58 +0000)]
Disable forward/back when installer is disabled

13 years agoMade file description header consistent with other ones
Alexandre Emsenhuber [Wed, 10 Nov 2010 12:20:22 +0000 (12:20 +0000)]
Made file description header consistent with other ones

13 years ago* (bug 19944) Link on image thumbnails no longer link to "Media:" namespace in some...
Alexandre Emsenhuber [Wed, 10 Nov 2010 09:16:28 +0000 (09:16 +0000)]
* (bug 19944) Link on image thumbnails no longer link to "Media:" namespace in some cases
* (bug 25670) wfFindFile() now checks the namespace of the given title, only "File" and "Media" are allowed now

The problem with bug 19944 was that the cache in RepoGroup was holding a file with a Title that has its namespace set to NS_MEDIA; the cache is now only used for title with namespace set to NS_FILE.
Also modified ImageGallery to not call wfFindFile() on non-NS_FILE title; was obviously breaking the above fix.

13 years agoFix for r70871: need explicit check against null since current check also catches...
Alexandre Emsenhuber [Wed, 10 Nov 2010 08:28:26 +0000 (08:28 +0000)]
Fix for r70871: need explicit check against null since current check also catches "0", thus making an infinite redirect loop for that article

13 years ago* (bug 17996) HTTP redirects are now combined when requesting a special page
Alexandre Emsenhuber [Wed, 10 Nov 2010 08:22:00 +0000 (08:22 +0000)]
* (bug 17996) HTTP redirects are now combined when requesting a special page

13 years ago* (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon customizable
Raimond Spekking [Wed, 10 Nov 2010 08:18:21 +0000 (08:18 +0000)]
* (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon customizable
Patch by Yaron

13 years agoResolve bug 25580: pass $pageInfo along to finishImportPage when overriding the impor...
Andrew Garrett [Wed, 10 Nov 2010 00:54:19 +0000 (00:54 +0000)]
Resolve bug 25580: pass $pageInfo along to finishImportPage when overriding the import code

13 years agoLocalization update for he.
Rotem Liss [Tue, 9 Nov 2010 22:05:09 +0000 (22:05 +0000)]
Localization update for he.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 9 Nov 2010 21:12:00 +0000 (21:12 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-09 21:07:00 UTC)

13 years agoFix syntax error from r76392
Alexandre Emsenhuber [Tue, 9 Nov 2010 19:52:06 +0000 (19:52 +0000)]
Fix syntax error from r76392

13 years agoMoved testRunner[|.ora|.postgres].sql to [|oracle/|postgres/]archives/ so that they...
Alexandre Emsenhuber [Tue, 9 Nov 2010 17:41:00 +0000 (17:41 +0000)]
Moved testRunner[|.ora|.postgres].sql to [|oracle/|postgres/]archives/ so that they can be called through DatabaseBase::patchPath(), much simplier

13 years agoFollowup r76391, r76393, rm unused msg
Chad Horohoe [Tue, 9 Nov 2010 17:02:03 +0000 (17:02 +0000)]
Followup r76391, r76393, rm unused msg

13 years agoFollowup r76391 per CR: just do $wgUpgradeKey in generateSecretKey()
Chad Horohoe [Tue, 9 Nov 2010 17:01:09 +0000 (17:01 +0000)]
Followup r76391 per CR: just do $wgUpgradeKey in generateSecretKey()

13 years ago* (bug 17789) Added a note to the total views on Special:Statistics saying that is...
Alexandre Emsenhuber [Tue, 9 Nov 2010 17:00:35 +0000 (17:00 +0000)]
* (bug 17789) Added a note to the total views on Special:Statistics saying that is doesn't count non-existing pages and special pages

13 years agoFollowup r75392. Per IRC, we should generate a default $wgUpgradeKey (took a semi...
Chad Horohoe [Tue, 9 Nov 2010 16:51:08 +0000 (16:51 +0000)]
Followup r75392. Per IRC, we should generate a default $wgUpgradeKey (took a semi-random part of an md5()'d $wgSecretKey) to hopefully encourage people from setting it to things like "abc." Leave it commented, so default behavior is still to keep the installer disabled

13 years agoRewrite install step callbacks to use the array model Ævar said I should use like...
Chad Horohoe [Tue, 9 Nov 2010 15:58:18 +0000 (15:58 +0000)]
Rewrite install step callbacks to use the array model Ævar said I should use like 6 months ago. Still no way for extensions to hook into this, but it's a lot cleaner now for them to maybe do it. Also rids of the useless one-line wrappers around install steps in other objects.

13 years agorm stray character
Chad Horohoe [Tue, 9 Nov 2010 14:43:11 +0000 (14:43 +0000)]
rm stray character

13 years agolocalsettings step no longer exists, and path doesn't go here
Chad Horohoe [Tue, 9 Nov 2010 14:33:03 +0000 (14:33 +0000)]
localsettings step no longer exists, and path doesn't go here

13 years ago* Marked Special:UploadStash unlisted since accessing it only subpage param only...
Alexandre Emsenhuber [Tue, 9 Nov 2010 12:56:05 +0000 (12:56 +0000)]
* Marked Special:UploadStash unlisted since accessing it only subpage param only returns a 403 (and also resolves bug 25813)
* Use OutputPage::getStatusMessage() instead of duplicating the list
* Removed trailing whitespaces

13 years ago* (bug 21364) External links using link= attribute on images now respect $wgExternalL...
Alexandre Emsenhuber [Tue, 9 Nov 2010 12:25:57 +0000 (12:25 +0000)]
* (bug 21364) External links using link= attribute on images now respect $wgExternalLinkTarget

13 years ago* (bug 25843) Links to special pages using link= attribute on images are now normalis...
Alexandre Emsenhuber [Tue, 9 Nov 2010 12:00:53 +0000 (12:00 +0000)]
* (bug 25843) Links to special pages using link= attribute on images are now normalised like normal links to special pages

13 years ago* BLOB temporary handling
Jure Kajzer [Tue, 9 Nov 2010 08:56:15 +0000 (08:56 +0000)]
* BLOB temporary handling
* en/decodeBlob

13 years agoFix per Brion's CR r76342: Avoid spaces get normalized between the 2 different classes
Raimond Spekking [Tue, 9 Nov 2010 08:07:43 +0000 (08:07 +0000)]
Fix per Brion's CR r76342: Avoid spaces get normalized between the 2 different classes

13 years agoReverting unintended change of r76326
Krinkle [Tue, 9 Nov 2010 05:16:17 +0000 (05:16 +0000)]
Reverting unintended change of r76326

13 years agoused accessor as recommended in comments to r73555
Neil Kandalgaonkar [Mon, 8 Nov 2010 23:35:24 +0000 (23:35 +0000)]
used accessor as recommended in comments to r73555

13 years agoAdd CSS classes (including namespace and pagename) to the enhanced recent changes...
Raimond Spekking [Mon, 8 Nov 2010 21:21:32 +0000 (21:21 +0000)]
Add CSS classes (including namespace and pagename) to the enhanced recent changes/watchlist entries
The old RC/WL have such classes since ages.

13 years agoUndeprecate UploadForm:BeforeProcessing. Instead only deprecate the code path that...
Bryan Tong Minh [Mon, 8 Nov 2010 21:07:10 +0000 (21:07 +0000)]
Undeprecate UploadForm:BeforeProcessing. Instead only deprecate the code path that would return the user a blank form with no error message.

13 years agoRevert r72959
Platonides [Mon, 8 Nov 2010 20:51:15 +0000 (20:51 +0000)]
Revert r72959

13 years agoMove config-admin-help back to correct box
Chad Horohoe [Mon, 8 Nov 2010 20:40:55 +0000 (20:40 +0000)]
Move config-admin-help back to correct box

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 8 Nov 2010 20:25:23 +0000 (20:25 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-08 20:05:00 UTC)

13 years agoFix fatal from recent refactoring
Chad Horohoe [Mon, 8 Nov 2010 20:17:13 +0000 (20:17 +0000)]
Fix fatal from recent refactoring

13 years agoAllow downloading LocalSettings after upgrades
Max Semenik [Mon, 8 Nov 2010 19:54:53 +0000 (19:54 +0000)]
Allow downloading LocalSettings after upgrades

13 years agoAdd $namespaceNames for NS_TEMPLATE. extwiki has a lot of template "pages" in NS_MAIN
Raimond Spekking [Mon, 8 Nov 2010 19:47:52 +0000 (19:47 +0000)]
Add $namespaceNames for NS_TEMPLATE. extwiki has a lot of template "pages" in NS_MAIN
See discussion http://ext.wikipedia.org/w/index.php?title=User_talk:Merlissimo&oldid=50865

13 years ago* Following id-naming, underscore to dash
Krinkle [Mon, 8 Nov 2010 19:30:53 +0000 (19:30 +0000)]
* Following id-naming, underscore to dash
* Wrapping mw.log in jQuery/mediaWiki
* Making mw-log-console fixed position instead of absolute (to no longer have it floating on top of the page after scrolling down)
* Added timestamp
* Changed inline styling to stylesheet

13 years agocreated addCSS function in mw.util based on legacy.wikibits
Krinkle [Mon, 8 Nov 2010 18:37:04 +0000 (18:37 +0000)]
created addCSS function in mw.util based on legacy.wikibits

13 years agoResolves bug #20706 by including kbd and samp elements in the rule which fixes monosp...
Trevor Parscal [Mon, 8 Nov 2010 18:20:26 +0000 (18:20 +0000)]
Resolves bug #20706 by including kbd and samp elements in the rule which fixes monospace text sizing already being applied to pre, code and tt.

13 years agoAs per r 75486 CR comments, no prototyping in mw core.
Krinkle [Mon, 8 Nov 2010 18:13:40 +0000 (18:13 +0000)]
As per r 75486 CR comments, no prototyping in mw core.
* Removing those already in jQuery
* Moved othere to jQuery (including Array.compare which was deleted earlier)
* Added tests to the Test Suite
(Follow-up on r75294, r75552, r75486, r75294)

13 years agoMaking comments added in r76283 more clear + added mw.html to test suite
Krinkle [Mon, 8 Nov 2010 17:01:12 +0000 (17:01 +0000)]
Making comments added in r76283 more clear + added mw.html to test suite

13 years agoMore followup r76314, r75832: more unused CSS, unused help image
Chad Horohoe [Mon, 8 Nov 2010 16:30:53 +0000 (16:30 +0000)]
More followup r76314, r75832: more unused CSS, unused help image

13 years agoFollowup r75832: rm unused inline CSS and unused show/hide message
Chad Horohoe [Mon, 8 Nov 2010 16:25:57 +0000 (16:25 +0000)]
Followup r75832: rm unused inline CSS and unused show/hide message

13 years agoFollowup r76088: rewrite relative CSS urls
Chad Horohoe [Mon, 8 Nov 2010 16:19:08 +0000 (16:19 +0000)]
Followup r76088: rewrite relative CSS urls

13 years ago(bug 25839) Set class="blockExpiry" and dir="ltr" (bug suggested direction: ltr;...
Roan Kattouw [Mon, 8 Nov 2010 15:23:42 +0000 (15:23 +0000)]
(bug 25839) Set class="blockExpiry" and dir="ltr" (bug suggested direction: ltr; in CSS, but that doesn't work in this case) on the <span> containing the block expiry in Special:Log. It seems strange to unconditionally set dir="ltr" on something that may contain text in an RTL language, but it seems to leave the latter alone while fixing the display of ISO 8601 timestamps. It's definitely possible there's another issue with dir="ltr" that I overlooked here, so if this does break display of other expiries in RTL, please revert.

13 years agoFollowup r76303. Use a less verbose const VERSION.
Derk-Jan Hartman [Mon, 8 Nov 2010 15:14:20 +0000 (15:14 +0000)]
Followup r76303. Use a less verbose const VERSION.

13 years agoReverts r76070, which was breaking purging. Now caching the thumburls with key filena...
Derk-Jan Hartman [Mon, 8 Nov 2010 15:05:06 +0000 (15:05 +0000)]
Reverts r76070, which was breaking purging. Now caching the thumburls with key filename and value an associative array (based on width x height), with the urls

13 years agoFilerepo inconsistency. Use rawurlencode instead of urlencode.
Derk-Jan Hartman [Mon, 8 Nov 2010 14:46:26 +0000 (14:46 +0000)]
Filerepo inconsistency. Use rawurlencode instead of urlencode.

13 years agoAdd a version number and user-agent string to ForeignAPIRepo.
Derk-Jan Hartman [Mon, 8 Nov 2010 14:39:08 +0000 (14:39 +0000)]
Add a version number and user-agent string to ForeignAPIRepo.

Will identify as "MediaWiki/version ForeignAPIRepo/version"
Current version is 2.0
We could consider adding the known cache times in a UA comment section. Might help isolating abusive usage?

13 years ago(bug 13353) Diff3 version checks are too strict. Just check for the phrase "GNU diffu...
Chad Horohoe [Mon, 8 Nov 2010 14:16:22 +0000 (14:16 +0000)]
(bug 13353) Diff3 version checks are too strict. Just check for the phrase "GNU diffutils" which is what we really want.

13 years agorm unused $configPath
Chad Horohoe [Mon, 8 Nov 2010 13:59:10 +0000 (13:59 +0000)]
rm unused $configPath

13 years agoMinor followup r75809, don't use nested if's unnecesserily
Sam Reed [Mon, 8 Nov 2010 12:23:24 +0000 (12:23 +0000)]
Minor followup r75809, don't use nested if's unnecesserily

13 years ago* (bug 25175) HTML file cache now honor $wgCacheDirectory if $wgFileCacheDirectory...
Alexandre Emsenhuber [Mon, 8 Nov 2010 11:32:40 +0000 (11:32 +0000)]
* (bug 25175) HTML file cache now honor $wgCacheDirectory if $wgFileCacheDirectory is not set

This reverts part of r74797

13 years agoPer r76250, actually use the $skin parameter in makeResourceLoaderLink()
Roan Kattouw [Mon, 8 Nov 2010 11:07:05 +0000 (11:07 +0000)]
Per r76250, actually use the $skin parameter in makeResourceLoaderLink()

13 years agoAdd newlines.
Siebrand Mazeland [Mon, 8 Nov 2010 10:44:35 +0000 (10:44 +0000)]
Add newlines.

13 years agoRemoved some error suppression operators
Alexandre Emsenhuber [Mon, 8 Nov 2010 10:22:54 +0000 (10:22 +0000)]
Removed some error suppression operators

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 8 Nov 2010 10:19:28 +0000 (10:19 +0000)]
Fixed some doxygen warnings

13 years ago* (bug 25829) Special:Mypage and Special:Mytalk now forward oldid, diff and dir param...
Alexandre Emsenhuber [Mon, 8 Nov 2010 10:15:07 +0000 (10:15 +0000)]
* (bug 25829) Special:Mypage and Special:Mytalk now forward oldid, diff and dir parameters

13 years ago$wgUpgradeKey, not $wgUpgradeKey.php ;)
Alexandre Emsenhuber [Mon, 8 Nov 2010 10:13:20 +0000 (10:13 +0000)]
$wgUpgradeKey, not $wgUpgradeKey.php ;)

13 years ago* Moved htmlEscape from mediawiki.util.js to mediawiki.js so that it can be used...
Tim Starling [Sun, 7 Nov 2010 23:46:57 +0000 (23:46 +0000)]
* Moved htmlEscape from mediawiki.util.js to mediawiki.js so that it can be used in the loader.
* Added mediaWiki.html.element(), which provides a safe HTML construction function similar to Xml::element().
* Used element() in various places in mediawiki.js. Fixes escaping issue noted on CR r75170.
* Profiled the new mediaWiki.html.escape() at 1.4 MB/s for special characters and 154 MB/s for non-special characters on my humble laptop. Hopefully that's fast enough to convince Trevor that escaping is unlikely to be a significant component of page render time.
* Profiled mediaWiki.html.element() generating style elements with Cdata at ~17us per iteration. For comparison, $('body').append('<div/>') takes 200us.

13 years agoMinor whitespace change.
Platonides [Sun, 7 Nov 2010 23:17:04 +0000 (23:17 +0000)]
Minor whitespace change.

13 years agoTweak messages 'config-brokenlibxml' and 'config-using531' for consistency.
Siebrand Mazeland [Sun, 7 Nov 2010 22:48:14 +0000 (22:48 +0000)]
Tweak messages 'config-brokenlibxml' and 'config-using531' for consistency.

13 years agoSimilar to r76267 but for JS. Should finish bug 24293.
Aaron Schulz [Sun, 7 Nov 2010 22:46:22 +0000 (22:46 +0000)]
Similar to r76267 but for JS. Should finish bug 24293.

13 years agoMade sanitizeIP() handle CIDR IPs in IPv6 (fixes server-side stuff for bug 24293)
Aaron Schulz [Sun, 7 Nov 2010 21:53:26 +0000 (21:53 +0000)]
Made sanitizeIP() handle CIDR IPs in IPv6 (fixes server-side stuff for bug 24293)

13 years agoFollow-up r65654:
Alexandre Emsenhuber [Sun, 7 Nov 2010 21:05:01 +0000 (21:05 +0000)]
Follow-up r65654:
* Per Hashar: added test cases
* Added some more round() to be really correct

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 7 Nov 2010 21:00:22 +0000 (21:00 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-07 20:44:00 UTC)

13 years ago* Fixed RE_IPV6_ADD for IP networks ending in "::", like "abcd::/y" or "a::/y"
Aaron Schulz [Sun, 7 Nov 2010 20:31:48 +0000 (20:31 +0000)]
* Fixed RE_IPV6_ADD for IP networks ending in "::", like "abcd::/y" or "a::/y"
* Fixed formatHex() for IPv6 by handling prefix properly
* hextoOctet -> hexToOctet
* Assorted code cleanups (mostly with $bits/$network)
* Improved various code comments/docs

13 years agoLocalisation updates from translatewiki.net
Siebrand Mazeland [Sun, 7 Nov 2010 20:18:41 +0000 (20:18 +0000)]
Localisation updates from translatewiki.net
* updates for namespaces

13 years agoLocalisation updates from translatewiki.net
Siebrand Mazeland [Sun, 7 Nov 2010 19:47:38 +0000 (19:47 +0000)]
Localisation updates from translatewiki.net
* updates for core magic words

13 years agoLocalisation updates from translatewiki.net
Siebrand Mazeland [Sun, 7 Nov 2010 19:31:13 +0000 (19:31 +0000)]
Localisation updates from translatewiki.net
* updates for core special page aliases

13 years ago* (bug 25713) SpecialPage::resolveAlias() now normalise spaces to underscores
Alexandre Emsenhuber [Sun, 7 Nov 2010 18:59:39 +0000 (18:59 +0000)]
* (bug 25713) SpecialPage::resolveAlias() now normalise spaces to underscores

13 years agoFix r44442: don't rest restriction fields
Aaron Schulz [Sun, 7 Nov 2010 18:50:35 +0000 (18:50 +0000)]
Fix r44442: don't rest restriction fields

13 years agoSet $ok at the beginning of the function; this variable is missing is case of failure...
Alexandre Emsenhuber [Sun, 7 Nov 2010 18:38:34 +0000 (18:38 +0000)]
Set $ok at the beginning of the function; this variable is missing is case of failure in setupDatabase()

13 years ago* (bug 24833) Files name in includes/diff/ are now less confusing
Alexandre Emsenhuber [Sun, 7 Nov 2010 16:28:11 +0000 (16:28 +0000)]
* (bug 24833) Files name in includes/diff/ are now less confusing

Diff.php                -> WikiDiff3.php, more descriptive
DifferenceEngine.php    -> WikiDiff.php, for consistency with the above and to make way for the file below
DifferenceInterface.php -> DifferenceEngine.php, since it contains the DifferenceEngine class

13 years agoMark wfParseCIDR(), was moved to IP::parseCIDR() in r16625; also tag for removal...
Alexandre Emsenhuber [Sun, 7 Nov 2010 15:51:56 +0000 (15:51 +0000)]
Mark wfParseCIDR(), was moved to IP::parseCIDR() in r16625; also tag for removal, no use in core or extensions.

13 years agoFollow up r76207. It's called $skin here.
Platonides [Sun, 7 Nov 2010 15:12:49 +0000 (15:12 +0000)]
Follow up r76207. It's called $skin here.
This paramter is completely unused, though. Any reason to keep it?

13 years agoTests bad URL handling by ExternalStore::fetchFromURL()
Antoine Musso [Sun, 7 Nov 2010 13:07:19 +0000 (13:07 +0000)]
Tests bad URL handling by ExternalStore::fetchFromURL()
Follow up r68900

13 years agoFollow up r65500 : invalidate Title protection cache.
Antoine Musso [Sun, 7 Nov 2010 11:54:48 +0000 (11:54 +0000)]
Follow up r65500 : invalidate Title protection cache.

13 years agoTest for Language::convertDoubleWidth (followup r64088 and r63776)
Antoine Musso [Sun, 7 Nov 2010 11:30:16 +0000 (11:30 +0000)]
Test for Language::convertDoubleWidth (followup r64088 and r63776)

13 years ago* (bug 25488) Disallowing anonymous users to read pages no longer throws error on...
Alexandre Emsenhuber [Sun, 7 Nov 2010 11:11:32 +0000 (11:11 +0000)]
* (bug 25488) Disallowing anonymous users to read pages no longer throws error on discussion pages with vector as default skin

13 years agoXml::label() tests. Follow up r63675.
Antoine Musso [Sun, 7 Nov 2010 10:06:22 +0000 (10:06 +0000)]
Xml::label() tests. Follow up r63675.

13 years agoKill E_STRICTs from Mail package
Alexandre Emsenhuber [Sun, 7 Nov 2010 09:40:34 +0000 (09:40 +0000)]
Kill E_STRICTs from Mail package

13 years agoRemoved debugging code left in r76234
Alexandre Emsenhuber [Sun, 7 Nov 2010 09:32:36 +0000 (09:32 +0000)]
Removed debugging code left in r76234

13 years ago* (bug 25728) Added $wgPasswordSenderName to allow customise the name associed with...
Alexandre Emsenhuber [Sun, 7 Nov 2010 09:30:42 +0000 (09:30 +0000)]
* (bug 25728) Added $wgPasswordSenderName to allow customise the name associed with $wgPasswordSender

13 years agoRm back-compat (was moved to the class in r36353) wfLoadAllExtensions(). Not used...
Chad Horohoe [Sun, 7 Nov 2010 00:32:35 +0000 (00:32 +0000)]
Rm back-compat (was moved to the class in r36353) wfLoadAllExtensions(). Not used anywhere in core since message cache rewrite in 1.16. Can't find any uses in extensions in recent history.

13 years agoFollow up r75392.
Platonides [Sat, 6 Nov 2010 23:49:06 +0000 (23:49 +0000)]
Follow up r75392.
DefaultSettings.php were not included by LocalSettings, since it was already required in global scope.
Force an inclusion before LocalSettings. It is safe to do so, since it only contains variables, shame to
anyone adding functions or classes there!