lhc/web/wiklou.git
13 years agoAdd `watchlist`.`wl_notificationtimestamp` through addField() instead of duplicating...
Alexandre Emsenhuber [Sun, 12 Sep 2010 07:58:00 +0000 (07:58 +0000)]
Add `watchlist`.`wl_notificationtimestamp` through addField() instead of duplicating the code in do_watchlist_update()

13 years agoFollow-up r72829: we also have the hasOption() method for that
Alexandre Emsenhuber [Sat, 11 Sep 2010 21:56:11 +0000 (21:56 +0000)]
Follow-up r72829: we also have the hasOption() method for that

13 years agoCode cleanup: unused globals, empty statements, typos...
Platonides [Sat, 11 Sep 2010 21:55:21 +0000 (21:55 +0000)]
Code cleanup: unused globals, empty statements, typos...

13 years agoFollow-up r72827: do_image_index_update() is also unused since r11360
Alexandre Emsenhuber [Sat, 11 Sep 2010 21:30:22 +0000 (21:30 +0000)]
Follow-up r72827: do_image_index_update() is also unused since r11360

13 years agoUsing oimplode( ',', $to ) in wfDebug would only result in the same problem as the...
Sam Reed [Sat, 11 Sep 2010 21:08:48 +0000 (21:08 +0000)]
Using oimplode( ',', $to ) in wfDebug would only result in the same problem as the listed bug (object, object, object) that was being worked around

Bug linked tested on php 5.3.2 gives expected results. Can we optionally work around this now?

13 years agoLocalization update for he.
Rotem Liss [Sat, 11 Sep 2010 20:59:39 +0000 (20:59 +0000)]
Localization update for he.

13 years agoRevert commenting out in r72239 (leaving whitespace changes
Sam Reed [Sat, 11 Sep 2010 20:54:13 +0000 (20:54 +0000)]
Revert commenting out in r72239 (leaving whitespace changes

13 years agoUse $this->mOptions, and specify Maintenance class for location of DB_ADMIN constant
Sam Reed [Sat, 11 Sep 2010 20:43:45 +0000 (20:43 +0000)]
Use $this->mOptions, and specify Maintenance class for location of DB_ADMIN constant

13 years agoWhitespace fixes
Niklas Laxström [Sat, 11 Sep 2010 20:27:40 +0000 (20:27 +0000)]
Whitespace fixes

13 years agodo_copy_newtalk_to_watchlist() is not called anymore since ages (r9674), so remove it
Alexandre Emsenhuber [Sat, 11 Sep 2010 20:23:01 +0000 (20:23 +0000)]
do_copy_newtalk_to_watchlist() is not called anymore since ages (r9674), so remove it

13 years agoRemove wfPurgeSquidServers - has been deprecated for six years (r5032)
Niklas Laxström [Sat, 11 Sep 2010 20:20:45 +0000 (20:20 +0000)]
Remove wfPurgeSquidServers - has been deprecated for six years (r5032)

13 years agoAdded some __METHOD__ to DatabaseBase::query() calls
Alexandre Emsenhuber [Sat, 11 Sep 2010 19:41:30 +0000 (19:41 +0000)]
Added some __METHOD__ to DatabaseBase::query() calls

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 11 Sep 2010 18:33:36 +0000 (18:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-11 18:18:00 UTC)

13 years agoCanonical case for function and whitespace fixes
Niklas Laxström [Sat, 11 Sep 2010 15:55:02 +0000 (15:55 +0000)]
Canonical case for function and whitespace fixes

13 years ago$dbr was undefined
Niklas Laxström [Sat, 11 Sep 2010 15:48:21 +0000 (15:48 +0000)]
$dbr was undefined

13 years agoMoved drop_index_if_exists() to DatabaseUpdater and renamed it to dropIndex() for...
Alexandre Emsenhuber [Sat, 11 Sep 2010 15:20:39 +0000 (15:20 +0000)]
Moved drop_index_if_exists() to DatabaseUpdater and renamed it to dropIndex() for consistency with dropField()

13 years agoAnd we now have CSSMin
Alexandre Emsenhuber [Sat, 11 Sep 2010 14:29:01 +0000 (14:29 +0000)]
And we now have CSSMin

13 years agoFix warning from r72349, $script is no longer used.
Niklas Laxström [Sat, 11 Sep 2010 14:26:37 +0000 (14:26 +0000)]
Fix warning from r72349, $script is no longer used.

13 years agoQuickfix for Fatal error: don't die on anonymous users.
Niklas Laxström [Sat, 11 Sep 2010 14:24:28 +0000 (14:24 +0000)]
Quickfix for Fatal error: don't die on anonymous users.

13 years agoDon't use echo in maintenance scripts that extends the Maintenance class
Alexandre Emsenhuber [Sat, 11 Sep 2010 14:21:34 +0000 (14:21 +0000)]
Don't use echo in maintenance scripts that extends the Maintenance class

13 years agoRemove $wgIP global, but add a hook instead.
Platonides [Sat, 11 Sep 2010 13:45:51 +0000 (13:45 +0000)]
Remove $wgIP global, but add a hook instead.
This allows extensions to "make mediawiki ignore ips completely", as requested earlier today in #mediawiki

13 years agoFollow up r72799.
Platonides [Sat, 11 Sep 2010 12:21:11 +0000 (12:21 +0000)]
Follow up r72799.
Make this global so the Maps tests can work when called from phpunit.

13 years agoMade CSSMin::remap take both local and remote directory parameters, allowing more...
Trevor Parscal [Sat, 11 Sep 2010 10:20:26 +0000 (10:20 +0000)]
Made CSSMin::remap take both local and remote directory parameters, allowing more felxible configuration. Also made ResourceLoaderFileModule use $wgScriptPath as the base of the remote directory parameter.

13 years agoMoved SQLite specific functions to SqliteUpdater
Alexandre Emsenhuber [Sat, 11 Sep 2010 09:49:57 +0000 (09:49 +0000)]
Moved SQLite specific functions to SqliteUpdater

13 years agoUse message references in 'undeleteextrahelp'.
Siebrand Mazeland [Sat, 11 Sep 2010 09:37:08 +0000 (09:37 +0000)]
Use message references in 'undeleteextrahelp'.

13 years agoFix grammar in 'mimesearch-summary'
Siebrand Mazeland [Sat, 11 Sep 2010 09:31:20 +0000 (09:31 +0000)]
Fix grammar in 'mimesearch-summary'

13 years agoFix whitespace
Niklas Laxström [Sat, 11 Sep 2010 09:20:53 +0000 (09:20 +0000)]
Fix whitespace

13 years agoFix s-max-age to s-maxage
Niklas Laxström [Sat, 11 Sep 2010 09:18:51 +0000 (09:18 +0000)]
Fix s-max-age to s-maxage

13 years agoFixed fatal error - now $user is being checked to be sucessfully built before it...
Trevor Parscal [Sat, 11 Sep 2010 09:09:49 +0000 (09:09 +0000)]
Fixed fatal error - now $user is being checked to be sucessfully built before it's used.

13 years agoFix copy-paste from r72782
Alexandre Emsenhuber [Sat, 11 Sep 2010 08:55:09 +0000 (08:55 +0000)]
Fix copy-paste from r72782

13 years agoMoved modify_field() from updaters.inc to DatabaseUpdater.php so that it can be used...
Alexandre Emsenhuber [Sat, 11 Sep 2010 08:35:39 +0000 (08:35 +0000)]
Moved modify_field() from updaters.inc to DatabaseUpdater.php so that it can be used with DatabaseUpdater::addExtensionUpdate()

13 years agoAdded sorting to module listing in OutputPage::makeResourceLoaderLink. This helps...
Trevor Parscal [Sat, 11 Sep 2010 08:24:39 +0000 (08:24 +0000)]
Added sorting to module listing in OutputPage::makeResourceLoaderLink. This helps prevent unnessecary cache misses.

13 years agoAdded DatabaseUpdater::addExtensionUpdate() to let extensions add their own updates...
Alexandre Emsenhuber [Sat, 11 Sep 2010 08:23:26 +0000 (08:23 +0000)]
Added DatabaseUpdater::addExtensionUpdate() to let extensions add their own updates from the LoadExtensionSchemaUpdates hook.
This uses the same format as the old $wgUpdates, unless callbacks outside the DatabaseUpdater instance will recieve it as first parameter.

13 years agoAdded direction to ResourceLoaderContext hashing (prevents cache mangling), dropped...
Trevor Parscal [Sat, 11 Sep 2010 08:22:32 +0000 (08:22 +0000)]
Added direction to ResourceLoaderContext hashing (prevents cache mangling), dropped it from the startup module (it's not being passed on anyways - it's really just for debugging). Also enforced sorting of parameters in URLs to make them easier to read and less likely to miss cache unnessecarily.

13 years agoMoved a config back to Skin::makeGlobalVaiablesScript because it depends on the user...
Trevor Parscal [Sat, 11 Sep 2010 08:06:38 +0000 (08:06 +0000)]
Moved a config back to Skin::makeGlobalVaiablesScript because it depends on the user object.

13 years agoAdded versions to statically added ResourceLoader script and style tags.
Trevor Parscal [Sat, 11 Sep 2010 08:03:11 +0000 (08:03 +0000)]
Added versions to statically added ResourceLoader script and style tags.

13 years agoFixed user scripts/styles and site scripts/styles - they were totally broken in r7277...
Trevor Parscal [Sat, 11 Sep 2010 07:33:16 +0000 (07:33 +0000)]
Fixed user scripts/styles and site scripts/styles - they were totally broken in r72772 - but now the refactoring is paying off.

13 years agotsearch2 → TSearch2. Spotted by kgh@Translatewiki
Raimond Spekking [Sat, 11 Sep 2010 05:44:27 +0000 (05:44 +0000)]
tsearch2 → TSearch2. Spotted by kgh@Translatewiki

13 years agoFollow-up r72734: Fix typo spotted by kgh@Translatewiki
Raimond Spekking [Sat, 11 Sep 2010 05:37:42 +0000 (05:37 +0000)]
Follow-up r72734: Fix typo spotted by kgh@Translatewiki

13 years agoMajor refactoring of site and user CSS, creating ResourceLoaderUserModule and Resourc...
Trevor Parscal [Sat, 11 Sep 2010 03:26:15 +0000 (03:26 +0000)]
Major refactoring of site and user CSS, creating ResourceLoaderUserModule and ResourceLoaderUserPreferenceModule. Also moved as much of the global variables being generated in Skin::makeGlobalVaiablesScript into the ResourceLoaderStartupModule - which will make configuration changes effective site-wide in 5 minutes instead of whenever all pages are purged from cache - what remains embedded in the HTML is article and user specific - two things we don't know by the time we request the startup module. Also, fixed issue where debug=false was being interpreted to be equivilant to debug=true. Finally, finished integrating the introduction of $wgLoadScript, thus fixing overlooked issues in r72763.

13 years agoFollow-up to r69597: note in the release notes that this also fixes "frame" and provi...
Benjamin Lees [Sat, 11 Sep 2010 02:53:06 +0000 (02:53 +0000)]
Follow-up to r69597: note in the release notes that this also fixes "frame" and provide a bug number.

13 years agoMoved some of the logic for generating styles from wiki pages out of ResourceLoaderSi...
Trevor Parscal [Fri, 10 Sep 2010 23:28:59 +0000 (23:28 +0000)]
Moved some of the logic for generating styles from wiki pages out of ResourceLoaderSiteModule and into ResourceLoaderWikiModule.

13 years agoApplied patch for bug #25044 by Niklas Laxström -- THANKS!
Trevor Parscal [Fri, 10 Sep 2010 21:51:25 +0000 (21:51 +0000)]
Applied patch for bug #25044 by Niklas Laxström -- THANKS!

13 years ago\n to eof
Chad Horohoe [Fri, 10 Sep 2010 21:41:34 +0000 (21:41 +0000)]
\n to eof

13 years agoBroke part of ResourceLoaderSiteModule into ResourceLoaderWikiModule (abstract parent...
Trevor Parscal [Fri, 10 Sep 2010 21:40:42 +0000 (21:40 +0000)]
Broke part of ResourceLoaderSiteModule into ResourceLoaderWikiModule (abstract parent). This paves the way for ResourceLoaderUserModule which will come next.

13 years agoFor Ævar, re-add make tap
Chad Horohoe [Fri, 10 Sep 2010 21:38:10 +0000 (21:38 +0000)]
For Ævar, re-add make tap

13 years agoRemoved a comment, which should have been removed in r72743
Trevor Parscal [Fri, 10 Sep 2010 21:27:19 +0000 (21:27 +0000)]
Removed a comment, which should have been removed in r72743

13 years agoRemoved blank line in array definition.
Trevor Parscal [Fri, 10 Sep 2010 21:19:04 +0000 (21:19 +0000)]
Removed blank line in array definition.

13 years agoFixed remanant of when the site module was called sitejs
Trevor Parscal [Fri, 10 Sep 2010 20:57:05 +0000 (20:57 +0000)]
Fixed remanant of when the site module was called sitejs

13 years agoAdjusted comments
Trevor Parscal [Fri, 10 Sep 2010 20:55:28 +0000 (20:55 +0000)]
Adjusted comments

13 years agotweak "remembermypassword" for consistency with "tog-rememberpassword" (follow-up...
Robin Pepermans [Fri, 10 Sep 2010 20:49:07 +0000 (20:49 +0000)]
tweak "remembermypassword" for consistency with "tog-rememberpassword" (follow-up r72377 / r72718)

13 years agoMerged load and go. At least for now, this seems to make sense.
Trevor Parscal [Fri, 10 Sep 2010 20:45:58 +0000 (20:45 +0000)]
Merged load and go. At least for now, this seems to make sense.

13 years agoFollow up r70957. Remove the double semicolon.
Platonides [Fri, 10 Sep 2010 20:45:17 +0000 (20:45 +0000)]
Follow up r70957. Remove the double semicolon.

13 years agoMoved mediaWiki.loader.go() up to be above scripts that are not wrapped, and need...
Trevor Parscal [Fri, 10 Sep 2010 20:42:44 +0000 (20:42 +0000)]
Moved mediaWiki.loader.go() up to be above scripts that are not wrapped, and need access to stuff being loaded by go().

13 years agoMoved fixaplha to run after scripts are loaded - otherwise the function isn't ready...
Trevor Parscal [Fri, 10 Sep 2010 20:41:07 +0000 (20:41 +0000)]
Moved fixaplha to run after scripts are loaded - otherwise the function isn't ready yet.

13 years agoCleaned up the vector skin, removing $wgVectorExtraStyles (a temporary hack for exper...
Trevor Parscal [Fri, 10 Sep 2010 20:36:48 +0000 (20:36 +0000)]
Cleaned up the vector skin, removing $wgVectorExtraStyles (a temporary hack for experimentation), the generated right-to-left style-sheet (ResourceLoader does this on the fly now) and two unsued images - left over from the copy-past of monobook.

13 years ago(Bug 25138) ApiUndelete begins a transaction, but does not commit.
Platonides [Fri, 10 Sep 2010 20:31:44 +0000 (20:31 +0000)]
(Bug 25138) ApiUndelete begins a transaction, but does not commit.
The UI doesn't use a transaction either, although it seems appropiate.
The begin() should be moved into PageArchive::undelete()

13 years agoAdjusted a comment
Trevor Parscal [Fri, 10 Sep 2010 20:25:46 +0000 (20:25 +0000)]
Adjusted a comment

13 years agoResourceLoaderSiteModule now supports CSS too!
Trevor Parscal [Fri, 10 Sep 2010 20:18:24 +0000 (20:18 +0000)]
ResourceLoaderSiteModule now supports CSS too!

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 10 Sep 2010 20:10:17 +0000 (20:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-10 19:38:00 UTC)

13 years agotypo. Spotted by User:Kghbln@Translatewiki
Raimond Spekking [Fri, 10 Sep 2010 19:14:14 +0000 (19:14 +0000)]
typo. Spotted by User:Kghbln@Translatewiki

13 years agoFix r72737: Oops. I fail
X! [Fri, 10 Sep 2010 19:14:13 +0000 (19:14 +0000)]
Fix r72737: Oops. I fail

13 years agoFollowup to r72736: Alphabetical order
X! [Fri, 10 Sep 2010 19:13:07 +0000 (19:13 +0000)]
Followup to r72736: Alphabetical order

13 years agoFollowup to r70638: Add pageprop descriptions for displaytitle and defaultsort
X! [Fri, 10 Sep 2010 19:12:14 +0000 (19:12 +0000)]
Followup to r70638: Add pageprop descriptions for displaytitle and defaultsort

13 years agoLocalization update for he.
Rotem Liss [Fri, 10 Sep 2010 19:06:05 +0000 (19:06 +0000)]
Localization update for he.

13 years agoClarify definition of "letters" per request on Trenslatewiki: http://translatewiki...
Raimond Spekking [Fri, 10 Sep 2010 19:04:04 +0000 (19:04 +0000)]
Clarify definition of "letters" per request on Trenslatewiki: translatewiki.net/wiki/Thread:Support/Letters

13 years agoFixes issue in r72695 where ResourceLoaderFileModule::getStyles was iterating twice...
Trevor Parscal [Fri, 10 Sep 2010 18:42:26 +0000 (18:42 +0000)]
Fixes issue in r72695 where ResourceLoaderFileModule::getStyles was iterating twice over getPrimaryStyles rather than iterating over getPrimaryStyles and then getSkinsStyles.

13 years agoMade OutputPage only ask for a style from ResourceLoader once with media=all, and...
Trevor Parscal [Fri, 10 Sep 2010 18:24:45 +0000 (18:24 +0000)]
Made OutputPage only ask for a style from ResourceLoader once with media=all, and ResourceLoader respond with styles wrapped in @media [type] { ... } blocks.

13 years agoCopied cleanupDupes.inc in FiveUpgrade.inc since it's only used there
Alexandre Emsenhuber [Fri, 10 Sep 2010 17:34:06 +0000 (17:34 +0000)]
Copied cleanupDupes.inc in FiveUpgrade.inc since it's only used there

13 years agoFor those poor souls who use Windows instead of Make but still need to run tests...
Max Semenik [Fri, 10 Sep 2010 17:31:40 +0000 (17:31 +0000)]
For those poor souls who use Windows instead of Make but still need to run tests...

13 years agoUse the AutoLoader instead of manually requiring these files
Alexandre Emsenhuber [Fri, 10 Sep 2010 16:53:35 +0000 (16:53 +0000)]
Use the AutoLoader instead of manually requiring these files

13 years ago* Modified rebuildImages.php to subclass Mainteance instead of FiveUpgrade
Alexandre Emsenhuber [Fri, 10 Sep 2010 16:47:42 +0000 (16:47 +0000)]
* Modified rebuildImages.php to subclass Mainteance instead of FiveUpgrade
* $fname -> __METHOD__
* fixed two undefined variables notices

13 years agoFollow-up r72377: Change similar messages too
Raimond Spekking [Fri, 10 Sep 2010 13:20:10 +0000 (13:20 +0000)]
Follow-up r72377: Change similar messages too

13 years ago(bug 25042) CSSJanus does not flip direction: rules outside of body { } selectors
Roan Kattouw [Fri, 10 Sep 2010 13:08:54 +0000 (13:08 +0000)]
(bug 25042) CSSJanus does not flip direction: rules outside of body { } selectors

13 years ago$fname -> __METHOD__
Alexandre Emsenhuber [Fri, 10 Sep 2010 12:54:22 +0000 (12:54 +0000)]
$fname -> __METHOD__

13 years agoDocument a few things
Chad Horohoe [Fri, 10 Sep 2010 12:40:21 +0000 (12:40 +0000)]
Document a few things

13 years agoKill $wgDatabase from updaters.inc
Alexandre Emsenhuber [Fri, 10 Sep 2010 11:48:01 +0000 (11:48 +0000)]
Kill $wgDatabase from updaters.inc

The only file where it's still used in core is... includes/installer/DatabaseUpdater.php
There's also a variable named $wgDatabase in extensions/MetavidWiki/maintenance/mv_update.php and extensions/StarterWiki/maintenance/createWikiDBFromStarter.php but it is created directly by these scripts

13 years agoFollow-up r72475: Set $wgAllowAsyncCopyUploads in the test
Bryan Tong Minh [Fri, 10 Sep 2010 11:17:52 +0000 (11:17 +0000)]
Follow-up r72475: Set $wgAllowAsyncCopyUploads in the test

13 years agoRemoved $wgDatabase from dbsource()
Alexandre Emsenhuber [Fri, 10 Sep 2010 11:10:33 +0000 (11:10 +0000)]
Removed $wgDatabase from dbsource()

13 years agoAdded media-type support for static and dynamic ResourceLoader requests.
Trevor Parscal [Fri, 10 Sep 2010 00:21:36 +0000 (00:21 +0000)]
Added media-type support for static and dynamic ResourceLoader requests.

13 years agoFixed mis-keyed resource.
Trevor Parscal [Thu, 9 Sep 2010 22:59:30 +0000 (22:59 +0000)]
Fixed mis-keyed resource.

13 years agoChanged the license to Apache 2.0 - I also hereby grant the copyright to the Wikimedi...
Trevor Parscal [Thu, 9 Sep 2010 22:12:54 +0000 (22:12 +0000)]
Changed the license to Apache 2.0 - I also hereby grant the copyright to the Wikimedia Foundation.

13 years agoFix jQuery loading
Chad Horohoe [Thu, 9 Sep 2010 22:11:19 +0000 (22:11 +0000)]
Fix jQuery loading

13 years agoUsing constant to reduce duplication of CSS URL matching regular expression. Adjusted...
Trevor Parscal [Thu, 9 Sep 2010 21:57:59 +0000 (21:57 +0000)]
Using constant to reduce duplication of CSS URL matching regular expression. Adjusted some naming for readability.

13 years agoFixes issues with complex background rules containing extra information after the...
Trevor Parscal [Thu, 9 Sep 2010 21:41:05 +0000 (21:41 +0000)]
Fixes issues with complex background rules containing extra information after the URL, while using quotes within the url.

13 years agoAdded 2 more options for mime-type detection. We now detect if the Fileinfo PECL...
Trevor Parscal [Thu, 9 Sep 2010 21:34:44 +0000 (21:34 +0000)]
Added 2 more options for mime-type detection. We now detect if the Fileinfo PECL extension is available and use it (PHP 5.3+ will have this more commonly than older versions), then try and use the now deprecated mime_content_type, and finally resort to inferring the mime-type from the file extension. Also, now if all else fails, we will gracefully degrade functionality by not embedding resources with undeterminable mime-types.

13 years agoRemoved trailing commas mistakenly added in r72682
Trevor Parscal [Thu, 9 Sep 2010 21:04:51 +0000 (21:04 +0000)]
Removed trailing commas mistakenly added in r72682

13 years agoAdded registrations for modules that were present but not registered. Also removed...
Trevor Parscal [Thu, 9 Sep 2010 20:31:19 +0000 (20:31 +0000)]
Added registrations for modules that were present but not registered. Also removed 2 scripts; jquery.browser is being replaced by mediWiki.util.client, and jquery.collapsibleTabs belongs to the Vector/CollapsibleTabs extension.

13 years agoUpdated link to official distribution
Trevor Parscal [Thu, 9 Sep 2010 20:02:37 +0000 (20:02 +0000)]
Updated link to official distribution

13 years agoMoved stand-alone libraries to includes/libs.
Trevor Parscal [Thu, 9 Sep 2010 19:57:11 +0000 (19:57 +0000)]
Moved stand-alone libraries to includes/libs.

13 years agoRemoved depencency on wfProfile*
Trevor Parscal [Thu, 9 Sep 2010 19:54:04 +0000 (19:54 +0000)]
Removed depencency on wfProfile*

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 9 Sep 2010 19:53:33 +0000 (19:53 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-09 19:30:00 UTC)

13 years agoMoved dependency of $wgUseDataURLs out of CSSMin and into ResourceLoaderModule.
Trevor Parscal [Thu, 9 Sep 2010 19:48:48 +0000 (19:48 +0000)]
Moved dependency of $wgUseDataURLs out of CSSMin and into ResourceLoaderModule.

13 years agoPer bug 22884, using "localhost" probably won't work on Windows. However, it's not...
Chad Horohoe [Thu, 9 Sep 2010 16:48:03 +0000 (16:48 +0000)]
Per bug 22884, using "localhost" probably won't work on Windows. However, it's not a PHP bug, or even really something we should handle. It's up to the person performing the installation to ensure a connection to MySQL exists; we shouldn't presume 127.0.0.1 is a valid replacement in all Windows scenarios. So, we'll update the help info with a friendly suggestion for those who might hit this.

13 years agooutputHandler() isn't static
Chad Horohoe [Thu, 9 Sep 2010 15:37:23 +0000 (15:37 +0000)]
outputHandler() isn't static

13 years agoLocalization update for he.
Rotem Liss [Thu, 9 Sep 2010 14:22:55 +0000 (14:22 +0000)]
Localization update for he.

13 years agoUse key 'savearticle' in 'missingsummary'.
Siebrand Mazeland [Thu, 9 Sep 2010 06:55:19 +0000 (06:55 +0000)]
Use key 'savearticle' in 'missingsummary'.

13 years ago(bug 25102) Image.php throws E_STRICT. Yes, this breaks back-compat, but nothing...
Chad Horohoe [Thu, 9 Sep 2010 00:53:50 +0000 (00:53 +0000)]
(bug 25102) Image.php throws E_STRICT. Yes, this breaks back-compat, but nothing uses this anyway...mark it for removal in 1.18

13 years agoInitialise wgContLang and $wgLang.
Platonides [Wed, 8 Sep 2010 20:38:20 +0000 (20:38 +0000)]
Initialise wgContLang and $wgLang.
Follow up r72566.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 8 Sep 2010 19:49:40 +0000 (19:49 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-08 19:30:00 UTC)