Localisation updates for core and extension messages from translatewiki.net (2011...
[lhc/web/wiklou.git] / includes / installer / Installer.php
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
2010-12-07 Chad HorohoeLogic error from r77999
2010-12-07 Chad HorohoeAlso ditch PHP thing. We would've bailed for a bad...
2010-12-07 Chad HorohoeRemove various "success" messages from Welcome screen...
2010-12-06 Chad HorohoeRemove "checking for latest version" feature from the...
2010-11-16 Chad HorohoeEnvironment checks don't need to be public
2010-11-12 Max SemenikFix for r74950: use wfEscapeShellArg()
2010-11-11 PlatonidesDocummentation minor fixes.
2010-11-10 Max SemenikAdded a check for PCRE_UTF8 per report at Support desk
2010-11-09 Chad HorohoeRewrite install step callbacks to use the array model...
2010-11-08 Chad Horohoe(bug 13353) Diff3 version checks are too strict. Just...
2010-11-06 PlatonidesFollow up r75392.
2010-11-06 Chad HorohoeTrying to kill install-utils.inc/old install crap:
2010-11-03 Chad HorohoeOnly show one message when not using intl or utf8_norma...
2010-11-02 Chad HorohoeRename env check to be more like the others
2010-11-01 Chad HorohoeAdd sanity checkbox for external HTTP requests
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-27 Chad HorohoeDon't show new and ok message at the same time
2010-10-27 Chad HorohoeRemove unnecessary writable config dir check
2010-10-25 Chad Horohoe(bug 198: Easy, secure in-place upgrade) Introduce...
2010-10-25 Jure Kajzer* moved installMainpage to CoreInstaller as requested...
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-25 Chad HorohoeRevert mainpage part of r75347. Should go in its own...
2010-10-25 Jure Kajzer* Installer for Oracle fixes
2010-10-18 Max SemenikFixed ImageMagick detection on Windows
2010-10-18 Jure Kajzer* Installer: works (beta). More testing tomorow.
2010-10-17 Chad HorohoeFollowup r74918, rm leftover debugging
2010-10-17 Chad Horohoe* Revert r69013 (Use `` instead of wfShellExec() like...
2010-10-17 Chad HorohoeFollowup r74847, reduce some more duplication by moving...
2010-10-16 Chad HorohoeMake envCheckGraphics use locateExecutable(). Move...
2010-10-15 Max SemenikFixed stupid copy+paste error from r74109
2010-10-01 Max SemenikInstaller: added an environment check for SQLite search...
2010-08-22 Chad HorohoeKill oracle installer support until its more complete
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-21 Alexandre EmsenhuberFixed some doxygen warnings
2010-08-18 Max SemenikInstaller: use human-friendly list of databases, pass...
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...
2010-08-15 Jeroen De DauwError message tweaks
2010-08-15 Jeroen De DauwModified the environment check of the core installer...
2010-08-02 Siebrand Mazeland* Update r70168 to remove patchwork messages [1]
2010-07-29 Mark A. Hershbergerfollow-up r70126 — better warnings
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-29 Mark A. Hershbergerwhite-spaced only changes
2010-07-29 Jeroen De DauwRemoved showStatusMessage from the Installer and WebIns...
2010-07-29 Mark A. HershbergerAdd detection for unicode normalization. Next step...
2010-07-25 PlatonidesI don't think you wanted to assign $IP as a local varia...
2010-07-22 Jeroen De DauwSplit Installer into Installer and CoreInstaller +...
2010-07-21 Jeroen De DauwStyle and doc improvements
2010-07-21 Jeroen De Dauw@ -> wfSuppressWarnings and wfRestoreWarnings
2010-07-21 Jeroen De DauwStyle and doc improvements
2010-07-20 Jeroen De DauwRenamed InstallerDBType to DatabaseInstaller
2010-07-19 Jeroen De DauwClarified field and method visibility
2010-07-18 Mark A. Hershberger* re r69332, r64217: complete removal of WikiSysop...
2010-07-14 Chad HorohoeRevert r64217 (WikiSysop is back, and now (s)he's local...
next