Do not assume that the current working dir is phase3/config
[lhc/web/wiklou.git] / includes / installer / CoreInstaller.php
2010-12-09 Tim Starling* Made the web upgrade process more friendly. Instead...
2010-12-07 Chad HorohoeAddress fixme on r67621: use $wgDefaultSkin instead...
2010-12-07 Chad HorohoeFollowup r77883, rm the _ExternalHTTP stuff as well...
2010-12-06 Tim Starling* Update NoLocalSettings.php for the new installer...
2010-12-01 Mark A. Hershbergerrandom w/s cleanup
2010-11-21 PlatonidesFollow up r77058 per CR
2010-11-20 PlatonidesRevert r76394 after r76806 and document in getInstallSt...
2010-11-19 Tim Starling* In CoreInstaller, fixed notice when extensions are...
2010-11-16 PlatonidesRevert r76393 and make $wgUpgradeKey like $wgSecretKey...
2010-11-09 Chad HorohoeFollowup r76391 per CR: just do $wgUpgradeKey in genera...
2010-11-09 Chad HorohoeFollowup r75392. Per IRC, we should generate a default...
2010-11-09 Chad HorohoeRewrite install step callbacks to use the array model...
2010-11-09 Chad Horohoerm stray character
2010-11-09 Chad Horohoelocalsettings step no longer exists, and path doesn...
2010-10-30 Chad HorohoePer r75386 CR, use newMainPage()
2010-10-30 Chad HorohoeRevert r75654 per CR, doEdit() already takes care of...
2010-10-29 Chad Horohoe(bug 22308) Search should find text in default main...
2010-10-25 Chad Horohoe(bug 198: Easy, secure in-place upgrade) Introduce...
2010-10-25 Chad HorohoeFollowup r75371, use MediaWiki default user and content...
2010-10-25 Jure Kajzer* moved installMainpage to CoreInstaller as requested...
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-23 Chad HorohoeFix a few visibilities, add a @todo
2010-10-17 Chad Horohoe* Revert r69013 (Use `` instead of wfShellExec() like...
2010-10-17 Chad HorohoeFor some reason we're not calling preInstall() like...
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-29 Chad HorohoeMove 'no license' further down the list. We want people...
2010-09-10 Chad HorohoeDocument a few things
2010-08-23 Tim StarlingFix complete breakage of new installer due to multiple...
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-18 Chad HorohoeUse absolute path to i18n file, relative path is likely...
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...
2010-08-12 Chad Horohoe(bug 24766) Installer is installing all extensions...
2010-08-03 Mark A. HershbergerWhitespace, mis-spelling
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-29 Jeroen De DauwStyle and doc improvements
2010-07-29 Jeroen De DauwFollow up to r70140
2010-07-24 Sam ReedRemoval of unused globals
2010-07-22 Jeroen De DauwSplit Installer into Installer and CoreInstaller +...