lhc/web/wiklou.git
13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Tue, 24 Aug 2010 06:37:29 +0000 (06:37 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-24 06:24 UTC)

13 years agoUpdate SkinAfterContent hook to pass the current skin too
Sam Reed [Tue, 24 Aug 2010 01:31:28 +0000 (01:31 +0000)]
Update SkinAfterContent hook to pass the current skin too

So we don't need nasty $wgTitle globals

13 years ago* (bug 24917) Polish as fallback for Kashubia
Sam Reed [Tue, 24 Aug 2010 00:56:56 +0000 (00:56 +0000)]
* (bug 24917) Polish as fallback for Kashubia

13 years agoarrray?
Sam Reed [Mon, 23 Aug 2010 22:52:37 +0000 (22:52 +0000)]
arrray?

13 years agoRemove some unneeded whitespace
Sam Reed [Mon, 23 Aug 2010 22:18:05 +0000 (22:18 +0000)]
Remove some unneeded whitespace

13 years agoTry to improve the funciton comment of getETag() per r70809 CR. Adaptation of Nikerab...
Platonides [Mon, 23 Aug 2010 21:54:45 +0000 (21:54 +0000)]
Try to improve the funciton comment of getETag() per r70809 CR. Adaptation of Nikerabbit proposal.

13 years agoLocalization update for he.
Rotem Liss [Mon, 23 Aug 2010 21:47:26 +0000 (21:47 +0000)]
Localization update for he.

13 years agoLocalFileTest failed if $wgCapitalLinks was false in LocalSettings.
Platonides [Mon, 23 Aug 2010 21:34:20 +0000 (21:34 +0000)]
LocalFileTest failed if $wgCapitalLinks was false in LocalSettings.

13 years agoFollow up r70917. Having $wgCapitalLinks = false; was what caused the errors.
Platonides [Mon, 23 Aug 2010 21:33:41 +0000 (21:33 +0000)]
Follow up r70917. Having $wgCapitalLinks = false; was what caused the errors.

13 years agoUse the common code at switch end if viewing the current version of a page using...
Platonides [Mon, 23 Aug 2010 14:13:41 +0000 (14:13 +0000)]
Use the common code at switch end if viewing the current version of a page using the permalink.
Title related r64876 and r64934 were not applied in that case, nor were they getting their
getRobotPolicy(), like other old revisions (noindex,nofollow).

13 years agore r71445 put static on the right method.
Mark A. Hershberger [Mon, 23 Aug 2010 13:45:07 +0000 (13:45 +0000)]
re r71445 put static on the right method.

13 years agoFix yet another regression in r71342: NS_MAIN was dropped from valid namespaces,...
Niklas Laxström [Mon, 23 Aug 2010 08:46:13 +0000 (08:46 +0000)]
Fix yet another regression in r71342: NS_MAIN was dropped from valid namespaces, breaking at least opensearch

13 years agoFix typo. Spotted by Hamilton Abreu.
Siebrand Mazeland [Mon, 23 Aug 2010 06:46:49 +0000 (06:46 +0000)]
Fix typo. Spotted by Hamilton Abreu.

13 years agoFix complete breakage of new installer due to multiple ob_flush() calls with gzip...
Tim Starling [Mon, 23 Aug 2010 02:31:13 +0000 (02:31 +0000)]
Fix complete breakage of new installer due to multiple ob_flush() calls with gzip handler enabled.

13 years agofollow up r69134. Change all of convertLinkToAllVariants()'s callers to call autoConv...
Philip Tzou [Mon, 23 Aug 2010 02:07:31 +0000 (02:07 +0000)]
follow up r69134. Change all of convertLinkToAllVariants()'s callers to call autoConvertToAllVariants().

13 years agoComment adjustment
Chad Horohoe [Mon, 23 Aug 2010 01:55:16 +0000 (01:55 +0000)]
Comment adjustment

13 years ago(bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also make...
Chad Horohoe [Mon, 23 Aug 2010 01:53:31 +0000 (01:53 +0000)]
(bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also make wfTempDir() return a sane value for Windows on worst-case

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Sun, 22 Aug 2010 23:04:33 +0000 (23:04 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-22 22:34 UTC)

13 years agoFollowup r71441, break up messages by type, iterate over known types. Expand on info...
Chad Horohoe [Sun, 22 Aug 2010 21:52:39 +0000 (21:52 +0000)]
Followup r71441, break up messages by type, iterate over known types. Expand on info in box

13 years agocoding style tweaks
Jack Phoenix [Sun, 22 Aug 2010 21:34:44 +0000 (21:34 +0000)]
coding style tweaks

13 years agoMock object needs to be static too
Chad Horohoe [Sun, 22 Aug 2010 21:22:04 +0000 (21:22 +0000)]
Mock object needs to be static too

13 years agocoding style tweaks for ajax.js
Jack Phoenix [Sun, 22 Aug 2010 21:14:36 +0000 (21:14 +0000)]
coding style tweaks for ajax.js

13 years agoproperly capitalize the word "MediaWiki"
Jack Phoenix [Sun, 22 Aug 2010 21:07:43 +0000 (21:07 +0000)]
properly capitalize the word "MediaWiki"

13 years agoBe consistent with all the child classes
Chad Horohoe [Sun, 22 Aug 2010 20:57:53 +0000 (20:57 +0000)]
Be consistent with all the child classes

13 years agoMake getSoftwareLink() static so I can use it without instantiating (and opening...
Chad Horohoe [Sun, 22 Aug 2010 20:55:07 +0000 (20:55 +0000)]
Make getSoftwareLink() static so I can use it without instantiating (and opening) a bunch of databases I probably can't support. Can't have an abstract parent now, so throw an exception for anyone who writes a child class without bothering to implement it. All of this to add some helpful text links in an infobox in the installer :)

13 years agoKill oracle installer support until its more complete
Chad Horohoe [Sun, 22 Aug 2010 20:06:08 +0000 (20:06 +0000)]
Kill oracle installer support until its more complete

13 years agoFollowup r71367, reusing messages is bad
Chad Horohoe [Sun, 22 Aug 2010 19:36:22 +0000 (19:36 +0000)]
Followup r71367, reusing messages is bad

13 years ago(bug 23703) ForeignAPIRepo fails on findBySha1() when using a 1.14 install as a repos...
Chad Horohoe [Sun, 22 Aug 2010 16:10:58 +0000 (16:10 +0000)]
(bug 23703) ForeignAPIRepo fails on findBySha1() when using a 1.14 install as a repository due to missing 'name' attribute from the API list=allimages

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 22 Aug 2010 15:58:59 +0000 (15:58 +0000)]
Fixed some doxygen warnings

13 years ago* Added file description headers
Alexandre Emsenhuber [Sun, 22 Aug 2010 14:31:05 +0000 (14:31 +0000)]
* Added file description headers
* Added @file where needed

13 years agoSome extensions like to pass an array for the callback, and method_exists() doesn...
Alexandre Emsenhuber [Sun, 22 Aug 2010 12:02:36 +0000 (12:02 +0000)]
Some extensions like to pass an array for the callback, and method_exists() doesn't like that

13 years agoForgot to indent this correctly...
Alexandre Emsenhuber [Sun, 22 Aug 2010 11:59:32 +0000 (11:59 +0000)]
Forgot to indent this correctly...

13 years agoRemoved some specific methods from updaters.inc that can use generic ones
Alexandre Emsenhuber [Sun, 22 Aug 2010 11:57:31 +0000 (11:57 +0000)]
Removed some specific methods from updaters.inc that can use generic ones

13 years ago* Make the MySQL updater work in the new installer
Alexandre Emsenhuber [Sun, 22 Aug 2010 10:37:27 +0000 (10:37 +0000)]
* Make the MySQL updater work in the new installer
* DatabaseInstaller::doUpgrade() is now abstract

TODO: MysqlUpdater::doUpgrade() is horrible, please someone fix it once it could be

13 years agoRelease notes for r71428
Max Semenik [Sun, 22 Aug 2010 10:07:14 +0000 (10:07 +0000)]
Release notes for r71428

13 years ago"Difference between pages" is now displayed instead of "Difference between revisions...
Max Semenik [Sun, 22 Aug 2010 10:06:06 +0000 (10:06 +0000)]
"Difference between pages" is now displayed instead of "Difference between revisions" on diffs when appropriate. This is even more important now that we have Special:ComparePages

13 years agoOops, forgot to change this in r71426
Alexandre Emsenhuber [Sun, 22 Aug 2010 08:32:29 +0000 (08:32 +0000)]
Oops, forgot to change this in r71426

13 years agoMoved PostgreSQL schema update to PostgresUpdater:
Alexandre Emsenhuber [Sun, 22 Aug 2010 08:07:26 +0000 (08:07 +0000)]
Moved PostgreSQL schema update to PostgresUpdater:
* Still not doing sequential updates, but now this should be easier to correct
* Corrected addition of page_restrictions.pr_id field to use the correct sequence name
* Had to change DatabaseUpdater::getOldGlobalUpdates() from private to protected, since PostgreSQL has its own globals for extensions
* Moved do_all_updates() and archive() to the top of updaters.inc so that they are easier to find

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Sat, 21 Aug 2010 23:20:48 +0000 (23:20 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-21 22:44 UTC)

13 years agoRemove globals, expose options in maintenance style, use the ContentLanguage for...
Platonides [Sat, 21 Aug 2010 22:34:12 +0000 (22:34 +0000)]
Remove globals, expose options in maintenance style, use the ContentLanguage for the titles.

13 years agoFollow up r71359. $wgDBtype uneeded now.
Platonides [Sat, 21 Aug 2010 22:11:19 +0000 (22:11 +0000)]
Follow up r71359. $wgDBtype uneeded now.

13 years agoReplace usage of deprecated Parser::tidy()
Platonides [Sat, 21 Aug 2010 21:52:47 +0000 (21:52 +0000)]
Replace usage of deprecated Parser::tidy()

13 years agoFollow up r71412. $wgContLang is not used.
Platonides [Sat, 21 Aug 2010 20:47:15 +0000 (20:47 +0000)]
Follow up r71412. $wgContLang is not used.

13 years agoFix for r71140: PostgresUpdater should extend DatabaseUpdater, not Updater
Alexandre Emsenhuber [Sat, 21 Aug 2010 20:23:42 +0000 (20:23 +0000)]
Fix for r71140: PostgresUpdater should extend DatabaseUpdater, not Updater

13 years agoUse canonical class name.
Platonides [Sat, 21 Aug 2010 19:54:25 +0000 (19:54 +0000)]
Use canonical class name.

13 years ago* Added file description headers
Alexandre Emsenhuber [Sat, 21 Aug 2010 18:20:09 +0000 (18:20 +0000)]
* Added file description headers
* Added @file where needed

13 years agoChange language name of North Frisian (frr) from "Frasch" to "Nordfriisk", per http...
Robin Pepermans [Sat, 21 Aug 2010 18:08:59 +0000 (18:08 +0000)]
Change language name of North Frisian (frr) from "Frasch" to "Nordfriisk", per frr.wikipedia.org/wiki/Wikipedia:Diskusjoon#Nordfriisk

13 years agoAdded $wgAdaptiveMessageCache to avoid caching huge pile of never used messages at...
Niklas Laxström [Sat, 21 Aug 2010 16:41:53 +0000 (16:41 +0000)]
Added $wgAdaptiveMessageCache to avoid caching huge pile of never used messages at twn.

13 years agoAdded file description headers
Alexandre Emsenhuber [Sat, 21 Aug 2010 16:10:56 +0000 (16:10 +0000)]
Added file description headers

13 years agoRevert part of r71391 that was not supposed to go yet.
Niklas Laxström [Sat, 21 Aug 2010 16:04:06 +0000 (16:04 +0000)]
Revert part of r71391 that was not supposed to go yet.

13 years ago@TODO @FIXME -> @todo so that doxygen recognise it correctly
Alexandre Emsenhuber [Sat, 21 Aug 2010 15:53:46 +0000 (15:53 +0000)]
@TODO @FIXME -> @todo so that doxygen recognise it correctly

13 years agoModified Special:Categories to subclass SpecialPage
Alexandre Emsenhuber [Sat, 21 Aug 2010 15:39:07 +0000 (15:39 +0000)]
Modified Special:Categories to subclass SpecialPage

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 21 Aug 2010 15:20:23 +0000 (15:20 +0000)]
Fixed some doxygen warnings

13 years ago* (bug 24804) Corrected commafying in Polish and Ukrainian
Alexandre Emsenhuber [Sat, 21 Aug 2010 14:57:08 +0000 (14:57 +0000)]
* (bug 24804) Corrected commafying in Polish and Ukrainian

13 years agobreak lines a 80 chars
Alexandre Emsenhuber [Sat, 21 Aug 2010 14:54:24 +0000 (14:54 +0000)]
break lines a 80 chars

13 years agoFollow up r71289. getServerVersion() call was needed to initialise numeric_version.
Platonides [Sat, 21 Aug 2010 14:53:39 +0000 (14:53 +0000)]
Follow up r71289. getServerVersion() call was needed to initialise numeric_version.
In fact, we can use getServerVersion() here.

13 years agoFollow up r71289. $wgContLang is now unused.
Platonides [Sat, 21 Aug 2010 14:44:25 +0000 (14:44 +0000)]
Follow up r71289. $wgContLang is now unused.

13 years agoCommit local change about not using $ourdb as global.
Platonides [Sat, 21 Aug 2010 14:34:16 +0000 (14:34 +0000)]
Commit local change about not using $ourdb as global.

13 years agoTry to address some of the issues of r70608.
Platonides [Sat, 21 Aug 2010 14:33:32 +0000 (14:33 +0000)]
Try to address some of the issues of r70608.

@yaauie: Set the error_level in your php.ini, do not use calls to error_reporting() for that.

13 years agowfSpecialProtectedtitles() is no longer used. Follow up r71130.
Platonides [Sat, 21 Aug 2010 13:58:54 +0000 (13:58 +0000)]
wfSpecialProtectedtitles() is no longer used. Follow up r71130.

13 years agocoding style tweaks
Jack Phoenix [Sat, 21 Aug 2010 12:00:28 +0000 (12:00 +0000)]
coding style tweaks

13 years agoOne more fix to namespace stuff. Follow-up r71342.
Niklas Laxström [Sat, 21 Aug 2010 08:20:21 +0000 (08:20 +0000)]
One more fix to namespace stuff. Follow-up r71342.

I don't see no reason to not to default to array() instead of null.

13 years agoToo much indirection in aliases doesn't seem to work with my version of Doxygen
Niklas Laxström [Sat, 21 Aug 2010 08:17:01 +0000 (08:17 +0000)]
Too much indirection in aliases doesn't seem to work with my version of Doxygen

13 years agoMostly indentation fixes
Niklas Laxström [Sat, 21 Aug 2010 08:15:22 +0000 (08:15 +0000)]
Mostly indentation fixes

13 years agoFix translated core namespaces broken in r71342.
Niklas Laxström [Sat, 21 Aug 2010 08:05:16 +0000 (08:05 +0000)]
Fix translated core namespaces broken in r71342.

The parser tests don't fail anymore (after I was able to run them in the first place)

13 years agoFix indentation
Niklas Laxström [Sat, 21 Aug 2010 08:01:33 +0000 (08:01 +0000)]
Fix indentation

13 years agoFixed yet another breakage introduced by r70608: bug 24764 - broken old installer...
Max Semenik [Sat, 21 Aug 2010 06:36:40 +0000 (06:36 +0000)]
Fixed yet another breakage introduced by r70608: bug 24764 - broken old installer form. Next time please use a HTML validator every time you change HTML output.

13 years agoMove [[MediaWiki:bad image list]] to the beginning.
Platonides [Fri, 20 Aug 2010 22:43:41 +0000 (22:43 +0000)]
Move [[MediaWiki:bad image list]] to the beginning.
This should fix the random failing bad image tests (since r70917?)
mentioned in [[Special:Code/MediaWiki/70938#c8458]].
They seem to be a mixture of conflict of messagecache and the internal
wfIsBadImage() cache. By always having the message in NS_MEDIAWIKI by
the time it is extracted, there shouldn't be more problems.

13 years agoDocument functions
Alexandre Emsenhuber [Fri, 20 Aug 2010 21:20:18 +0000 (21:20 +0000)]
Document functions

13 years ago* Standardised file description headers
Alexandre Emsenhuber [Fri, 20 Aug 2010 20:39:04 +0000 (20:39 +0000)]
* Standardised file description headers
* Added some descriptions
* Added @file where needed

13 years agoRevert the change to Preprocessor_DOM.php of r71286.
Platonides [Fri, 20 Aug 2010 18:03:45 +0000 (18:03 +0000)]
Revert the change to Preprocessor_DOM.php of r71286.
The parsertest "Link with 3 brackets" passes again.

13 years agoMake fixLinksFromArticle public and static
Chad Horohoe [Fri, 20 Aug 2010 16:49:17 +0000 (16:49 +0000)]
Make fixLinksFromArticle public and static

13 years agoLike the installer, make Special:Version header localizable. Want to reduce some...
Chad Horohoe [Fri, 20 Aug 2010 16:35:00 +0000 (16:35 +0000)]
Like the installer, make Special:Version header localizable. Want to reduce some duplication here

13 years agoMissing else condition was breaking namespaces for everyone else but me. Followup...
Niklas Laxström [Fri, 20 Aug 2010 16:28:02 +0000 (16:28 +0000)]
Missing else condition was breaking namespaces for everyone else but me. Followup r71342

13 years agoPartial r71363 revert, unrelated changes
Chad Horohoe [Fri, 20 Aug 2010 15:25:41 +0000 (15:25 +0000)]
Partial r71363 revert, unrelated changes

13 years agoFixup help output. Remove a few documented but unused options
Chad Horohoe [Fri, 20 Aug 2010 15:21:24 +0000 (15:21 +0000)]
Fixup help output. Remove a few documented but unused options

13 years agoMissed the svn del
Chad Horohoe [Fri, 20 Aug 2010 14:48:31 +0000 (14:48 +0000)]
Missed the svn del

13 years agoRefactor convertLinks to not use DB::newFromParams() crap, make updaters use the...
Chad Horohoe [Fri, 20 Aug 2010 14:47:57 +0000 (14:47 +0000)]
Refactor convertLinks to not use DB::newFromParams() crap, make updaters use the maintenance script to reduce duplication, other minor fixes

13 years agoOptimize a produced animated GIF with OptimizeTransparency, better would be to use...
Derk-Jan Hartman [Fri, 20 Aug 2010 13:37:20 +0000 (13:37 +0000)]
Optimize a produced animated GIF with OptimizeTransparency, better would be to use optimize, but it breaks transparent GIFs. Fixes Bug 11822.
Only add animated gif options for animated gifs.

13 years agoAdd getMagickVersion(). Will use this to provide optimization of animated gifs.
Derk-Jan Hartman [Fri, 20 Aug 2010 13:22:02 +0000 (13:22 +0000)]
Add getMagickVersion(). Will use this to provide optimization of animated gifs.

13 years agoOf course didn't mean to commit var_dump
Niklas Laxström [Fri, 20 Aug 2010 10:30:24 +0000 (10:30 +0000)]
Of course didn't mean to commit var_dump

13 years agoTrying to clean up the mess with $wgCanonicalNamespaceNames and $wgExtraNamespaces.
Niklas Laxström [Fri, 20 Aug 2010 10:25:10 +0000 (10:25 +0000)]
Trying to clean up the mess with $wgCanonicalNamespaceNames and $wgExtraNamespaces.

Now those two together define the set of namespaces used in the wiki.
$wgExtraNamespaces is for user configuration and overrides, while
$wgCanonicalNamespaceNames is for extension adding their own namespaces.
No code should access those two directly for reading. Instead they should use
MWNamespace::getCanonicalNamespaces.

Also fixed indentation with spaces to tabs in Language.php

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Fri, 20 Aug 2010 09:38:10 +0000 (09:38 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-20 09:25 UTC)

13 years agoApply hack from 1.16wmf4 in r71329 to trunk (follow-up to r71327). The version in...
Andrew Garrett [Fri, 20 Aug 2010 06:19:37 +0000 (06:19 +0000)]
Apply hack from 1.16wmf4 in r71329 to trunk (follow-up to r71327). The version in r71327 breaks special pages.

13 years ago(bug 24837) Fix issue where namespaces which were localised but not defined were...
Andrew Garrett [Fri, 20 Aug 2010 05:32:24 +0000 (05:32 +0000)]
(bug 24837) Fix issue where namespaces which were localised but not defined were returned by Language::getNamespaces()

13 years agoAdding helpful comment :)
Ryan Kaldari [Fri, 20 Aug 2010 01:47:52 +0000 (01:47 +0000)]
Adding helpful comment :)

13 years agoBug 24832: fatal in Special:ComparePages. I've just removed the diffonly URL paramete...
Max Semenik [Thu, 19 Aug 2010 20:06:54 +0000 (20:06 +0000)]
Bug 24832: fatal in Special:ComparePages. I've just removed the diffonly URL parameter, because: (1) you can't intuitively expect which page should be rendered below a diff of two different pages; (2) diffonly was never available as a UI option, just a hacky GET parameter; (3) it didn't work anyway. This commit reverts most of r68885.

13 years agoreverting self (r71304)
Ryan Kaldari [Thu, 19 Aug 2010 18:40:47 +0000 (18:40 +0000)]
reverting self (r71304)

13 years agochanging -sharpen to -unsharp due to new ImageMagick syntax, bug 24857
Ryan Kaldari [Thu, 19 Aug 2010 18:21:06 +0000 (18:21 +0000)]
changing -sharpen to -unsharp due to new ImageMagick syntax, bug 24857

13 years agoMinor followup to r70480
Sam Reed [Thu, 19 Aug 2010 14:54:09 +0000 (14:54 +0000)]
Minor followup to r70480

Only throw missingparam for string === '' when it is required

RELEASE-NOTES for breaking change

13 years agoMore unused....
Sam Reed [Thu, 19 Aug 2010 11:42:06 +0000 (11:42 +0000)]
More unused....

13 years agoFollowup r54225
Sam Reed [Thu, 19 Aug 2010 11:32:01 +0000 (11:32 +0000)]
Followup r54225

Adding $u->doUpdate(); after $u = new SearchUpdate( $row->rc_cur_id, $title, false );

Seems to make sense, otherwise the function doesn't seem to do a great deal!

13 years agoRemove some more unused variables
Sam Reed [Thu, 19 Aug 2010 11:21:14 +0000 (11:21 +0000)]
Remove some more unused variables

Remove srvus() from Parser, unused, and calling testSrvus wrongly

13 years agoRun ulimit4.sh using /bin/bash to avoid noexec
Aryeh Gregor [Wed, 18 Aug 2010 23:20:56 +0000 (23:20 +0000)]
Run ulimit4.sh using /bin/bash to avoid noexec

Panora200 on IRC reported the error "/bin/bash: bad interpreter:
Permission denied", which we tracked down to the fact that /var/www (or
whatever) was mounted noexec.  Prepending '/bin/bash ' to the command
line should fix it.  Not heavily tested -- I only checked that
wfShellExec() seemed to work from eval.php for trivial uses.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Siebrand Mazeland [Wed, 18 Aug 2010 22:11:00 +0000 (22:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-08-18 21:52 UTC)

13 years agoFollowup to r68338, remove useless code (row is overwritten by loop)
Sam Reed [Wed, 18 Aug 2010 20:34:42 +0000 (20:34 +0000)]
Followup to r68338, remove useless code (row is overwritten by loop)

13 years agoInstaller: use human-friendly list of databases, pass count of drivers for {{PLURAL}}
Max Semenik [Wed, 18 Aug 2010 19:28:41 +0000 (19:28 +0000)]
Installer: use human-friendly list of databases, pass count of drivers for {{PLURAL}}

13 years agoRevert r71250 r71251 r71252 r71253
Sam Reed [Wed, 18 Aug 2010 14:15:32 +0000 (14:15 +0000)]
Revert r71250 r71251 r71252 r71253

Know what the problem is, roughly, can't fix atm, so not leaving phase3 broken

13 years agoRemove some more parameters post r71250
Sam Reed [Wed, 18 Aug 2010 13:55:36 +0000 (13:55 +0000)]
Remove some more parameters post r71250

13 years agoFix wrong removal in r71250
Sam Reed [Wed, 18 Aug 2010 13:50:07 +0000 (13:50 +0000)]
Fix wrong removal in r71250