(bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS part of...
[lhc/web/wiklou.git] / includes / installer / Installer.php
2012-02-08 Max SemenikSort extension names on those lame Linux file systems:)
2012-01-26 Chad HorohoeRemove last two vestiges of ss_admins. It still exists...
2012-01-04 Max SemenikMade installer not install on SQLite less than 3.3...
2011-12-31 Sam ReedAdd braces
2011-12-12 Chad HorohoeStupid fatal
2011-12-12 Chad HorohoeSeparate Cli/Web logic for envCheckServer() per CR...
2011-12-10 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-29 Chad HorohoeFix r102137. CliInstaller needs to override wgServer...
2011-11-23 Brian WolffMake installer error out if php was compiled without...
2011-11-22 Chad Horohoe(bug 29747) eAccelerator shared memory caching has...
2011-11-22 Sam ReedFew bits of documentation
2011-11-06 Daniel FriesenMake the CliInstaller use --server to set wgServer...
2011-11-01 Antoine Mussobug 32100 installer complains about suhosin GET limit
2011-10-19 Alexandre Emsenhuber* Changed ParserOptions to store a Language object...
2011-10-18 Sam ReedAdd documentation
2011-10-11 Mark A. HershbergerFeed my OCD
2011-08-19 Max SemenikDon't check for each database's availability twice...
2011-08-13 Max SemenikRm debugging hack from r94029.
2011-08-06 Max SemenikWarn user if mod_security is present
2011-08-04 Chad HorohoeMove UNORM_ related defines inside of UtfNormal. $globa...
2011-08-03 Mark A. Hershberger* Make envCheckPath() specific to each installer, web...
2011-08-03 Mark A. Hershbergerre: r93635
2011-08-01 Mark A. HershbergerFixes Bug #30061 - Command line installer $wgScriptPath
2011-07-31 Brion Vibber* (bug 30131) XCache with variable caching disabled...
2011-07-30 Max Semenik:facepalm: Installer checked for magic_quotes_runtime...
2011-07-18 Chad Horohoe(bug 29959) Installer fatal when cURL and allow_url_fop...
2011-07-08 Chad HorohoeRevert r91263 (fixing $wgScriptPath for cli installer...
2011-07-01 Mark A. HershbergerFix for Bug #29628 - scriptpath Option of maintenance...
2011-06-21 Chad Horohoe(bug 29492) Long-running steps in the installer (such...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-16 Tim StarlingFixes for r90105, r90193:
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-06-15 Tim Starling* (bug 28798) Set $wgServer in the default LocalSetting...
2011-06-10 Tim StarlingPostgreSQL install fixes:
2011-06-08 Mark A. HershbergerRevert r89374, r88936 backports.
2011-06-07 PlatonidesFollow up r89707. No need for the explicit concatenations.
2011-06-07 Thomas Griesquick fix for bug28983 . Do not use $path in the loop...
2011-06-05 Max SemenikFollow-up r89254 and r89481: re-did loading extension...
2011-06-03 Mark A. HershbergerFix for bug #28172 (“wfGetDB called when it shouldn...
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-27 Sam ReedMFB r88946
2011-05-20 Chad HorohoeCleanup to extension directory checks. Saves a check...
2011-05-20 PlatonidesDo not block the installer (through an unhandled except...
2011-05-20 Mark A. Hershbergerw/s cleanup
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-11 Ryan Kaldarireadding generic public domain option per comments...
2011-05-11 Ryan KaldariUpdating license choices for installer. CC public domai...
2011-05-07 Happy-melonCentralise the minimum-required-php-version in a MW_MIN...
2011-05-05 Roan KattouwFor bug 28738, have the installer check for the Suhosin...
2011-05-02 Sam ReedDocumentation
2011-05-01 Chad HorohoeWhen we failed to detect a DB driver, put the help...
2011-04-27 Max SemenikBug 28039 - Boldface all fatals. Moved showError()...
2011-04-12 Leons PetrazickisFixes to DB2 support. DB2 support integration with...
2011-04-11 Max SemenikBug 28478: database error in DatabaseSqlite::getFulltex...
2011-04-10 PlatonidesRemove double ; from r84971
2011-04-01 Max SemenikWe developers are so elitist, running shiny machines...
2011-03-29 Max SemenikTweaks for key generation:
2011-03-29 Chad Horohoeminor cleanup
2011-03-29 Chad Horohoe(bug 26481) $wgUpgradeKey/$wgSecretKey values sometimes...
2011-03-25 Max Semenik(bug 27171) Incorrect error message during extension...
2011-03-24 PlatonidesUse class name Html in canonical form.
2011-03-20 Max SemenikInstaller: require_once extensions, simple require...
2011-03-20 Max SemenikFixed <doclink> broken by r83023
2011-03-14 Tim StarlingRequire at least PHP 5.2.3. There's not much point...
2011-03-07 Max SemenikBug 27920 - Installer sets $wgUseImageMagick = true...
2011-03-06 Chad Horohoe(bug 17691) Support CC0 license in installer
2011-03-06 Chad Horohoe(bug 27901) Missing php version in config-using531 msg
2011-03-04 Chad Horohoe(bug 27781) Pt 2: Check for minimum PHP version in...
2011-03-04 Chad HorohoeCleanup r83022: just use IGNORE
2011-03-01 Chad HorohoeKill all other uses of $wgHooks in includeExtensions...
2011-03-01 Chad HorohoeSkip site stats insertion if theres already a row....
2011-02-26 Max SemenikFollow-up r82845: fix $wgScriptPath detection.
2011-02-26 Max Semenik(bug 1379) Installer directory conflicts with some...
2011-02-23 Chad HorohoePartial revert r81779, $wgHooks is needed. Also add...
2011-02-19 Max SemenikFollow-up r76456: more thorough check for UTF-8 support...
2011-02-19 Sam ReedMore function level documentation
2011-02-08 Platonides$IP marked as global again in line 1208, function inclu...
2011-01-31 Chad Horohoe(bug 26857) Fatal error during installation enabling...
2011-01-28 Chad HorohoegoodNames isn't used anymore
2011-01-28 Chad HorohoeMinor cleanup, docs
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-26 PlatonidesTransforming a message uses automatically $wgTitle...
2011-01-25 PlatonidesgenerateUpgradeKey() could produce NULL return, which...
2011-01-25 PlatonidesThe function wfShorthandToInteger() is precisely for...
2011-01-25 Krinklewhitespace fix (tab too many)
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Chad Horohoe(bug 26907) MediaWiki Default -> MediaWiki default
2011-01-24 Chad HorohoeWorkaround null Title error in parser during main page...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-21 Chad HorohoePartially revert r69738 (splitting Installer/CoreInstal...
2011-01-06 Chad HorohoeRevert r78000 (removing PHP version from environment...
2011-01-05 Chad HorohoeMove pass/fail message out of doEnvironmentChecks(...
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-16 Sam ReedRemoving trailing whitespace
2010-12-13 Roan KattouwFollowup r76220: locateExecutableInDefaultPaths() was...
2010-12-11 PlatonidesRemove that ugly unset( $vars['_lsExists'] );
2010-12-10 Tim Starling* Hide the "back" buttons on the completion pages,...
2010-12-09 Tim Starling* Made the web upgrade process more friendly. Instead...
2010-12-07 Chad HorohoeTypofix r77999
next