lhc/web/wiklou.git
13 years agoPer ^demon's comment on r71430: moved doUpgrade() to DatabaseInstaller (did not remov...
Alexandre Emsenhuber [Tue, 7 Sep 2010 20:57:53 +0000 (20:57 +0000)]
Per ^demon's comment on r71430: moved doUpgrade() to DatabaseInstaller (did not remove the stub method in Oracle installer)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 7 Sep 2010 20:50:14 +0000 (20:50 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-07 20:20:00 UTC)

13 years agoadded Maintenance::afterFinalSetup() instead of having to define a callback with...
Alexandre Emsenhuber [Tue, 7 Sep 2010 20:45:04 +0000 (20:45 +0000)]
added Maintenance::afterFinalSetup() instead of having to define a callback with MW_CMDLINE_CALLBACK

13 years agoMoved update_row_exists() to install-utils.inc since extensions may use it in LoadExt...
Alexandre Emsenhuber [Tue, 7 Sep 2010 20:42:47 +0000 (20:42 +0000)]
Moved update_row_exists() to install-utils.inc since extensions may use it in LoadExtensionSchemaUpdates hook (such ad CodeReview) and updaters.inc is no more loaded at this time since r72539

13 years agoFollow-up r32085. Delay the transaction begin until after the object is initialized.
Platonides [Tue, 7 Sep 2010 20:11:53 +0000 (20:11 +0000)]
Follow-up r32085. Delay the transaction begin until after the object is initialized.
We would get some queries into the transaction ''sometimes'', depending if it was already initialised or not, and one code path left the transaction open.

13 years agoFollow-up r71641: Fix typo to let linkTrail work
Raimond Spekking [Tue, 7 Sep 2010 18:44:35 +0000 (18:44 +0000)]
Follow-up r71641: Fix typo to let linkTrail work

13 years agoDatabaseSqliteStandalone should ignore $wgDBprefix, too
Max Semenik [Tue, 7 Sep 2010 17:34:42 +0000 (17:34 +0000)]
DatabaseSqliteStandalone should ignore $wgDBprefix, too

13 years ago* do_all_updates() is dead
Chad Horohoe [Tue, 7 Sep 2010 14:33:11 +0000 (14:33 +0000)]
* do_all_updates() is dead
* Less $wgDatabase
* update.php now uses new Maintenance class

13 years agoFollowup r72535, I suppose I shouldn't break the old installer yet
Chad Horohoe [Tue, 7 Sep 2010 12:48:48 +0000 (12:48 +0000)]
Followup r72535, I suppose I shouldn't break the old installer yet

13 years agoMove ora to oracle. Stuff expects these directories to match $wgDBtype
Chad Horohoe [Tue, 7 Sep 2010 12:46:07 +0000 (12:46 +0000)]
Move ora to oracle. Stuff expects these directories to match $wgDBtype

13 years agoPer wikitech-l discussion: it would be nice if the various DBMSs we support kept...
Chad Horohoe [Tue, 7 Sep 2010 12:37:13 +0000 (12:37 +0000)]
Per wikitech-l discussion: it would be nice if the various DBMSs we support kept all of their docs in one place. So make a place and move two already existing READMEs there. Add some info to /docs/database.txt about this as well. Postgres, Oracle, Mssql need to add some info kthnx :)

13 years agoPartial revert r72527, unrelated/unfinished changes
Chad Horohoe [Tue, 7 Sep 2010 11:37:37 +0000 (11:37 +0000)]
Partial revert r72527, unrelated/unfinished changes

13 years agoComment fix
Chad Horohoe [Tue, 7 Sep 2010 11:34:34 +0000 (11:34 +0000)]
Comment fix

13 years agoFixes for r72024:
Tim Starling [Tue, 7 Sep 2010 10:38:19 +0000 (10:38 +0000)]
Fixes for r72024:
* Renamed MediaHandler::verifyFileHook() to verifyUpload() since it isn't a hook and the fact that it operates on files is obvious.
* Separated some concerns by simply passing verifyUpload() function a file path instead of an UploadBase object and MIME type. This simplifies the implementation of subclasses, makes the function accessible to non-UploadBase callers, and avoids breaking the interface constantly due to UploadBase changes.
* Have verifyUpload() return a Status object instead of allowing the idiosyncratic and feature-poor error array convention from UploadBase to infect MediaHandler.

The required update to PagedTiffHandler will be in a subsequent commit.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 6 Sep 2010 19:28:27 +0000 (19:28 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-0^6 19:05:00 UTC)

13 years agoRewrite User::getSkin, broken in r49493 because requesting the skin for a particular...
Andrew Garrett [Mon, 6 Sep 2010 12:11:57 +0000 (12:11 +0000)]
Rewrite User::getSkin, broken in r49493 because requesting the skin for a particular title had the side-effect of changing the title associated with the stored Skin object, causing weirdness like the wrong namespace tabs.

13 years agoFollow-up r70137: Made asynchronous upload working a bit more. It now fully works...
Bryan Tong Minh [Mon, 6 Sep 2010 10:18:53 +0000 (10:18 +0000)]
Follow-up r70137: Made asynchronous upload working a bit more. It now fully works from the API; works still needs to be done for the normal UI. PHPUnit tests are updated and should cover most code paths that can be called from the API.

ApiUpload:
* Added "statuskey" parameter; this is the key that is returned by an async upload
* Refactored warnings transformation into its own function
* filename is no longer required on all uploads

UploadFromUrlJob:
* Moved upload results to its own entry in $_SESSION, instead of using the one from upload
* Fix storing in session by calling wfSetupSession and session_write_close where needed

Tests:
* Set $wgUser in ApiSetup, so that individual tests don't have to do this for themselves
* Added tests to cover most code paths from the API
* Fixed UploadFromUrlTestSuite so that its tests are included in a regular phpunit invocation (something strange with the AutoLoader; not sure what)

Other files:
* Allow passing session id to wfSetupSession
* Explicitly close the session before doing jobs, so that jobs can't manipulate the current session

13 years agoFirefox interpretes links starting with // as if they would start with http://. If...
Jens Frank [Sun, 5 Sep 2010 21:54:01 +0000 (21:54 +0000)]
Firefox interpretes links starting with // as if they would start with . If the wiki is installed in /, we get // as path

13 years agoGet rid of Language::usesFirstLettersInLists()
Aryeh Gregor [Sun, 5 Sep 2010 20:43:00 +0000 (20:43 +0000)]
Get rid of Language::usesFirstLettersInLists()

Added by me in r69810, but never used.  It's not clear to me if it's
needed, but if so, it can be re-added later.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 5 Sep 2010 19:25:47 +0000 (19:25 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-05 18:56:00 UTC)

13 years agocoding style tweaks
Jack Phoenix [Sun, 5 Sep 2010 18:35:34 +0000 (18:35 +0000)]
coding style tweaks

13 years agotrim trailing spaces
Jack Phoenix [Sun, 5 Sep 2010 18:00:33 +0000 (18:00 +0000)]
trim trailing spaces

13 years agoSuggest running update.php on database error
Aryeh Gregor [Sun, 5 Sep 2010 17:40:47 +0000 (17:40 +0000)]
Suggest running update.php on database error

This is a pretty frequently asked question in #mediawiki -- most
database errors are probably due to not running update.php.

13 years agoLocalization update for he.
Rotem Liss [Sun, 5 Sep 2010 14:42:05 +0000 (14:42 +0000)]
Localization update for he.

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 5 Sep 2010 13:31:34 +0000 (13:31 +0000)]
Fixed some doxygen warnings

13 years ago(bug 24977) Remove the duplicate Access Key to compare selected revision in history
Platonides [Sun, 5 Sep 2010 13:21:04 +0000 (13:21 +0000)]
(bug 24977) Remove the duplicate Access Key to compare selected revision in history

13 years agoMade user global constants class constants so that autoloader magic can be used.
Bryan Tong Minh [Sun, 5 Sep 2010 13:16:23 +0000 (13:16 +0000)]
Made user global constants class constants so that autoloader magic can be used.

13 years ago* Standardised file description headers
Alexandre Emsenhuber [Sun, 5 Sep 2010 13:15:48 +0000 (13:15 +0000)]
* Standardised file description headers
* added @file where needed
* added file description headers where needed

13 years ago* added file description header
Alexandre Emsenhuber [Sun, 5 Sep 2010 10:02:59 +0000 (10:02 +0000)]
* added file description header
* added @ingroup Database

13 years agoRemove usage of deprecated makeKnownLinkObj().
Platonides [Sat, 4 Sep 2010 22:25:59 +0000 (22:25 +0000)]
Remove usage of deprecated makeKnownLinkObj().
Added a parserTest for each call of the old makeKnownLinkObj (and checked that they pass now with linkKnown).

13 years agoFix parsertests after r72349.
Platonides [Sat, 4 Sep 2010 21:44:50 +0000 (21:44 +0000)]
Fix parsertests after r72349.

13 years agoFollow up r72394. Remove global line.
Platonides [Sat, 4 Sep 2010 21:35:23 +0000 (21:35 +0000)]
Follow up r72394. Remove global line.

13 years agoMove dumpInterwiki.inc over dumpInterwiki.php
Platonides [Sat, 4 Sep 2010 21:33:49 +0000 (21:33 +0000)]
Move dumpInterwiki.inc over dumpInterwiki.php

13 years agoConverting dumpInterwiki.php into new Maintenance. In two steps to get better diffs.
Platonides [Sat, 4 Sep 2010 21:32:28 +0000 (21:32 +0000)]
Converting dumpInterwiki.php into new Maintenance. In two steps to get better diffs.
dumpInterwiki.inc is copied from rebuildInterwiki.inc + diverging changes.
Prepare rebuildInterwiki.php to use the specials db list like dumpInterwiki (r19198, bug 3529). We need to somewhere get where are they really hosted.

13 years agoload.php5 support for r72349
Max Semenik [Sat, 4 Sep 2010 19:54:39 +0000 (19:54 +0000)]
load.php5 support for r72349

13 years agoTweaked Rusyn language name per request on TWN
Max Semenik [Sat, 4 Sep 2010 19:20:21 +0000 (19:20 +0000)]
Tweaked Rusyn language name per request on TWN

13 years agoPort rebuildInterwiki to the new Maintenance system.
Platonides [Sat, 4 Sep 2010 19:15:42 +0000 (19:15 +0000)]
Port rebuildInterwiki to the new Maintenance system.

13 years agoFollow up r36814. Make the deprecated function call the non-deprecated one instead...
Platonides [Sat, 4 Sep 2010 18:46:18 +0000 (18:46 +0000)]
Follow up r36814. Make the deprecated function call the non-deprecated one instead of the other way around.

13 years agoMake happy check-vars. This shows it that getQuery() returns an ApiQuery (more specif...
Platonides [Sat, 4 Sep 2010 18:31:37 +0000 (18:31 +0000)]
Make happy check-vars. This shows it that getQuery() returns an ApiQuery (more specifically, that getQuery() doesn't return an article)

13 years ago* added file description headers
Alexandre Emsenhuber [Sat, 4 Sep 2010 18:13:18 +0000 (18:13 +0000)]
* added file description headers
* changed a @ingroup Media to FileRepo

13 years agoFollow-up r72340. Remove functions defined twice.
Platonides [Sat, 4 Sep 2010 15:09:08 +0000 (15:09 +0000)]
Follow-up r72340. Remove functions defined twice.

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 4 Sep 2010 15:08:02 +0000 (15:08 +0000)]
Fixed some doxygen warnings

13 years agoCorrecting "Remember my login on this computer" to "Remember my login in this browser...
Robin Pepermans [Sat, 4 Sep 2010 14:03:19 +0000 (14:03 +0000)]
Correcting "Remember my login on this computer" to "Remember my login in this browser" because it is browser-specific

13 years ago(Bug 20697) - Decrease size (area) of remove.png and add.png for aesthetic reasons
Platonides [Sat, 4 Sep 2010 13:55:13 +0000 (13:55 +0000)]
(Bug 20697) - Decrease size (area) of remove.png and add.png for aesthetic reasons
Follows r56032.

13 years agoMore whitespace updates for files touched in r72342:
Siebrand Mazeland [Sat, 4 Sep 2010 13:48:16 +0000 (13:48 +0000)]
More whitespace updates for files touched in r72342:
* stylize.php run
* code formatting updates
* updated a few comments
* added braces where not used

13 years agoUse canonical class name.
Platonides [Sat, 4 Sep 2010 13:45:14 +0000 (13:45 +0000)]
Use canonical class name.

13 years agoFollow-up r72349.
Platonides [Sat, 4 Sep 2010 13:27:12 +0000 (13:27 +0000)]
Follow-up r72349.
Remove unused globals $wgStylePath, $wgStyleVersion, $wgUser and the no longer used $wgJQueryOnEveryPage.

13 years agoStylize files added in r72349
Siebrand Mazeland [Sat, 4 Sep 2010 12:53:01 +0000 (12:53 +0000)]
Stylize files added in r72349

13 years agoForce User.php include for EDIT_TOKEN_SUFFIX
Platonides [Sat, 4 Sep 2010 11:51:11 +0000 (11:51 +0000)]
Force User.php include for EDIT_TOKEN_SUFFIX

13 years agoBetter solution for r72367, this allows file modules to always be written in ltr...
Trevor Parscal [Sat, 4 Sep 2010 10:53:57 +0000 (10:53 +0000)]
Better solution for r72367, this allows file modules to always be written in ltr, while site modules are written in whatever $wgContLang is.

13 years agoOnly flip CSS if dir is different from $wgContLang
Trevor Parscal [Sat, 4 Sep 2010 10:28:41 +0000 (10:28 +0000)]
Only flip CSS if dir is different from $wgContLang

13 years agoAllow flipping skin output on $wgLang rather than $wgContLang. Resource loader gracef...
Trevor Parscal [Sat, 4 Sep 2010 10:24:23 +0000 (10:24 +0000)]
Allow flipping skin output on $wgLang rather than $wgContLang. Resource loader gracefully flips CSS for us, so this is finally an option.

13 years agoFixes bug introduced r71767 - the stripping of = from the right side of data URLs...
Trevor Parscal [Sat, 4 Sep 2010 10:20:57 +0000 (10:20 +0000)]
Fixes bug introduced r71767 - the stripping of = from the right side of data URLs. Aparently this was misdiagnosed and Firefox was tollerant of it. By removing it, as suggested by Nikerabbit, images are working in Gecko and Webkit.

13 years agoRemoving remnants of merging mistakes. These files are way out of date and not in...
Trevor Parscal [Sat, 4 Sep 2010 10:13:06 +0000 (10:13 +0000)]
Removing remnants of merging mistakes. These files are way out of date and not in use.

13 years agoAnd while I'm a it, moved $wgLivePasswordStrengthChecks with other similar settings
Alexandre Emsenhuber [Sat, 4 Sep 2010 09:50:56 +0000 (09:50 +0000)]
And while I'm a it, moved $wgLivePasswordStrengthChecks with other similar settings

13 years agoTemporarily disable data URL embedding by default until we figure out how to make...
Trevor Parscal [Sat, 4 Sep 2010 09:44:01 +0000 (09:44 +0000)]
Temporarily disable data URL embedding by default until we figure out how to make this work reliably. At least Chrome and possibly Opera were having issues with data URLs.

13 years agoRemoved trailing spaces
Alexandre Emsenhuber [Sat, 4 Sep 2010 09:29:25 +0000 (09:29 +0000)]
Removed trailing spaces

13 years agoDelete resources/mw directory, seems to be a remnant of a botched merge
Trevor Parscal [Sat, 4 Sep 2010 09:01:22 +0000 (09:01 +0000)]
Delete resources/mw directory, seems to be a remnant of a botched merge

13 years agoFix a bug in the resource loader causing it to return no Content-Type header for...
Trevor Parscal [Sat, 4 Sep 2010 08:38:45 +0000 (08:38 +0000)]
Fix a bug in the resource loader causing it to return no Content-Type header for 304s. Firefox doesn't care but Chrome seems to, so we always set the right Content-Type

13 years agoFollowup to r72349: fix database error caused by update.php indirectly (via Localisat...
Trevor Parscal [Sat, 4 Sep 2010 07:54:55 +0000 (07:54 +0000)]
Followup to r72349: fix database error caused by update.php indirectly (via LocalisationCache::recache() and MessageBlobStore::clear()) trying to clear out the msg_resource table before it's even created it.

13 years ago* simplified file description header or load.php
Alexandre Emsenhuber [Sat, 4 Sep 2010 06:46:50 +0000 (06:46 +0000)]
* simplified file description header or load.php
* and while I'm a it: svn:eol-style native (!)

13 years agoFixed server path being built wrongly, appending load.php. This was masked by PHP...
Trevor Parscal [Sat, 4 Sep 2010 06:25:42 +0000 (06:25 +0000)]
Fixed server path being built wrongly, appending load.php. This was masked by PHP's path info. Fixes issue in r72349.

13 years ago* added @file
Alexandre Emsenhuber [Sat, 4 Sep 2010 06:17:07 +0000 (06:17 +0000)]
* added @file
* whitespaces fixes
* double quotes to simple quotes where possible

13 years agoFollow-up r72340: Special page and its user rights have gone
Raimond Spekking [Sat, 4 Sep 2010 06:08:21 +0000 (06:08 +0000)]
Follow-up r72340: Special page and its user rights have gone

13 years agoFollow-up r72340: Special page has gone
Raimond Spekking [Sat, 4 Sep 2010 05:53:45 +0000 (05:53 +0000)]
Follow-up r72340: Special page has gone

13 years agoFollowup to r72349, PG table def + updater for module_deps
OverlordQ [Sat, 4 Sep 2010 04:14:51 +0000 (04:14 +0000)]
Followup to r72349, PG table def + updater for module_deps

13 years agoFollowup to r72349, PG tables + updater
OverlordQ [Sat, 4 Sep 2010 04:10:23 +0000 (04:10 +0000)]
Followup to r72349, PG tables + updater

13 years agoMerging resourceloader branch into trunk. Full documentation is at http://www.mediawi...
Roan Kattouw [Sat, 4 Sep 2010 04:00:09 +0000 (04:00 +0000)]
Merging resourceloader branch into trunk. Full documentation is at mediawiki.org/wiki/ResourceLoader and a general overview has been posted on wikitech-li <http://lists.wikimedia.org/pipermail/wikitech-l/2010-September/049253.html>. One important change is that all JS is now loaded at the bottom, so any scripts assuming things from wikibits or whatever are present will fail.

13 years agoBraces and spaces
Sam Reed [Sat, 4 Sep 2010 03:43:33 +0000 (03:43 +0000)]
Braces and spaces

13 years agow/s changes
Mark A. Hershberger [Sat, 4 Sep 2010 01:06:34 +0000 (01:06 +0000)]
w/s changes

13 years agoAdd changes that I missed in r72340
Mark A. Hershberger [Sat, 4 Sep 2010 01:02:56 +0000 (01:02 +0000)]
Add changes that I missed in r72340

13 years ago* Remove $wg*Selenium* globals as they are only used for testing.
Mark A. Hershberger [Sat, 4 Sep 2010 00:58:57 +0000 (00:58 +0000)]
* Remove $wg*Selenium* globals as they are only used for testing.
* mglaser said the SpecialSelenium page wasn't needed so I'm removing it – I suggest its functionality be put in an extension if needed.
* Add verbose option (requires patch to Testing_Selenium) to RunSeleniumTests.
* TODO: add .ini file to hold local configuration
* TODO: add ability to sniff available browsers from Grid server instead of hard-coding.

13 years agore r72335: forgot to include this 'global' keyword.
Mark A. Hershberger [Sat, 4 Sep 2010 00:18:01 +0000 (00:18 +0000)]
re r72335: forgot to include this 'global' keyword.

13 years agoBug 6204 - TOC not properly rendered when using $wgMaxTocLevel
Conrad Irwin [Sat, 4 Sep 2010 00:03:45 +0000 (00:03 +0000)]
Bug 6204 - TOC not properly rendered when using $wgMaxTocLevel

Credit for mini-patch to Brandon Ooi

13 years ago* add wfRunMaintenance() script to simplify maint script writing
Mark A. Hershberger [Sat, 4 Sep 2010 00:01:30 +0000 (00:01 +0000)]
* add wfRunMaintenance() script to simplify maint script writing
* replace use of array_key_exists with isset()
* add helloWorld example to go with http://www.mediawiki.org/wiki/Manual:Writing_maintenance_scripts

13 years agoOnly display Examples section if it's got anything in the array
Sam Reed [Fri, 3 Sep 2010 22:58:09 +0000 (22:58 +0000)]
Only display Examples section if it's got anything in the array

13 years agoFollow-up r72319. Use linkKnown() and skip a few parameters.
Platonides [Fri, 3 Sep 2010 22:10:07 +0000 (22:10 +0000)]
Follow-up r72319. Use linkKnown() and skip a few parameters.

13 years agoFollow-up r65504. Use canonical class name.
Platonides [Fri, 3 Sep 2010 22:07:46 +0000 (22:07 +0000)]
Follow-up r65504. Use canonical class name.

13 years agoRemove call to deprecated function Linker::makeKnownLink from function specialLink.
Platonides [Fri, 3 Sep 2010 21:53:02 +0000 (21:53 +0000)]
Remove call to deprecated function Linker::makeKnownLink from function specialLink.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 3 Sep 2010 21:48:42 +0000 (21:48 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-09-03 21:31:00 UTC)

13 years agoFollow-up r70970. There's no StubUser any more, so no point in showing the wfDebug...
Platonides [Fri, 3 Sep 2010 21:39:50 +0000 (21:39 +0000)]
Follow-up r70970. There's no StubUser any more, so no point in showing the wfDebug on each request.

13 years agoFix sequence renaming to be backwards-compat with older versions of PG. Needs merged...
OverlordQ [Fri, 3 Sep 2010 21:17:33 +0000 (21:17 +0000)]
Fix sequence renaming to be backwards-compat with older versions of PG. Needs merged with 1.16

13 years agoComment fix
Chad Horohoe [Fri, 3 Sep 2010 21:14:52 +0000 (21:14 +0000)]
Comment fix

13 years agoBump cl_collation from smallint to a text
Greg Sabino Mullane [Fri, 3 Sep 2010 21:08:16 +0000 (21:08 +0000)]
Bump cl_collation from smallint to a text

13 years agoFurther categorylinks schema changes
Aryeh Gregor [Fri, 3 Sep 2010 20:52:08 +0000 (20:52 +0000)]
Further categorylinks schema changes

Per review by Tim, I made two changes:

1) Fix cl_sortkey to be varbinary(255).

2) Expand cl_collation to varbinary(32), and change $wgCollationVersion
to $wgCategoryCollation, to account for the variety of collations we
might have.  tinyint is too small.  I could have gone with int, but
that's annoyingly inscrutable in practice, as we all know from namespace
fields.

To make the upgrade easier for non-trunk users, I updated the old patch
file to incorporate the new changes, using the updatelog table so that
people upgrading from 1.16 won't have to do two alters on categorylinks.
I didn't test the upgrade-from-1.16 code path yet, so if anyone tests
that and it seems not to break, commenting to that effect would be
appreciated.

Also removed wfDeprecated() from archive().  Do *not* add this to
functions that are still actively used in core.  If you think this
function is so terrible that it really mustn't be used, remove callers
yourself, don't pester every single developer with messages in the hope
that someone else will do it for you.

13 years agoAddress comment on r63710, rm unused paramters
Chad Horohoe [Fri, 3 Sep 2010 19:40:01 +0000 (19:40 +0000)]
Address comment on r63710, rm unused paramters

13 years agoMoved OracleUpdater to its own file so that I can stop asking me why this file is...
Alexandre Emsenhuber [Fri, 3 Sep 2010 18:53:19 +0000 (18:53 +0000)]
Moved OracleUpdater to its own file so that I can stop asking me why this file is missing

13 years agoadded file description header
Alexandre Emsenhuber [Fri, 3 Sep 2010 18:24:42 +0000 (18:24 +0000)]
added file description header

13 years agoFollowup r72238, remove &
Sam Reed [Fri, 3 Sep 2010 16:00:58 +0000 (16:00 +0000)]
Followup r72238, remove &

13 years agoFollowup r72234, pass $this->mConn instead of null
Sam Reed [Fri, 3 Sep 2010 15:53:08 +0000 (15:53 +0000)]
Followup r72234, pass $this->mConn instead of null

13 years agoFollowup r72108, put the history file in $IP/maintenance rather than the cwd. Also...
Chad Horohoe [Fri, 3 Sep 2010 14:24:40 +0000 (14:24 +0000)]
Followup r72108, put the history file in $IP/maintenance rather than the cwd. Also add it to svnignore.

13 years agoFollow up r72164. The list was still there.
Platonides [Fri, 3 Sep 2010 14:04:50 +0000 (14:04 +0000)]
Follow up r72164. The list was still there.

13 years agoFollow up r72202 rename of Message::key() to wfMessage()
Platonides [Fri, 3 Sep 2010 14:00:01 +0000 (14:00 +0000)]
Follow up r72202 rename of Message::key() to wfMessage()

13 years agoWiden header documentation
Sam Reed [Fri, 3 Sep 2010 01:06:06 +0000 (01:06 +0000)]
Widen header documentation

13 years agoFixing bad cpmmand to make phpunit work r72250
Priyanka Dhanda [Fri, 3 Sep 2010 00:57:56 +0000 (00:57 +0000)]
Fixing bad cpmmand to make phpunit work r72250

13 years agoActually does what r72249 claimed to do.
Trevor Parscal [Fri, 3 Sep 2010 00:48:22 +0000 (00:48 +0000)]
Actually does what r72249 claimed to do.

13 years agoFixed PHPUnit < 3.5 compatibiliy breaking change r72248, now we automatically use...
Trevor Parscal [Fri, 3 Sep 2010 00:41:52 +0000 (00:41 +0000)]
Fixed PHPUnit < 3.5 compatibiliy breaking change r72248, now we automatically use the new/old way by checking for 'PHPUnit/Autoload.php'.

13 years agoUsing PHPUnit/Autoload.php instead of trying to include everything by hand all the...
Trevor Parscal [Fri, 3 Sep 2010 00:31:52 +0000 (00:31 +0000)]
Using PHPUnit/Autoload.php instead of trying to include everything by hand all the time.

13 years agoPartial revert of r72240
Sam Reed [Thu, 2 Sep 2010 23:43:14 +0000 (23:43 +0000)]
Partial revert of r72240

13 years agoAlign URL's
Sam Reed [Thu, 2 Sep 2010 23:37:15 +0000 (23:37 +0000)]
Align URL's