Moved constant values from initialiseFromUser() to class definition
[lhc/web/wiklou.git] / includes / installer / WebInstallerPage.php
2010-12-16 Sam ReedRemoving trailing whitespace
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 Tim StarlingModify config-install-done, hopefully this is what...
2010-12-07 Chad HorohoeTypofix r77949
2010-12-07 Chad HorohoeFollowup r77883, rm the _ExternalHTTP stuff as well...
2010-12-07 Tim Starling* Pop up a download box for LocalSettings.php when...
2010-12-06 Brandon HarrisRevert r77860, which was a reversion of r75832.
2010-12-06 Tim StarlingFix fatal error when admin name is blank
2010-12-06 Tim Starling* Reformatted several text documents to be a hybrid...
2010-12-06 KrinkleAdding reference to bug 26267. Follow-up on r77123
2010-12-06 Tim StarlingReverted r75832 per my comments on CR, unanswered for...
2010-11-23 Krinkle* Swapping enableForOther locked input-field from disab...
2010-11-23 KrinklePressing enter in an input field doesn't trigger displa...
2010-11-10 Chad HorohoeFollowup r76439, next button is conditional on whether...
2010-11-10 Chad HorohoeDisable forward/back when installer is disabled
2010-11-08 Chad HorohoeMove config-admin-help back to correct box
2010-11-05 Chad HorohoeDynamically generate CSS (using vector now). Handles...
2010-11-05 Chad HorohoeRm unused warning system from WebInstallerOutput (mostl...
2010-11-04 Chad HorohoeReplace XML->HTML methods throughout most of the installer
2010-11-01 Brandon Harris* Added tipsy library
2010-11-01 Chad HorohoeAdd sanity checkbox for external HTTP requests
2010-10-31 Sam ReedMore deprecated method calls
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-26 Chad HorohoeReduce more WebInstaller bloat, move getFieldset(Start...
2010-10-26 Chad HorohoeFollowup r75392: reduce some duplication, eliminate...
2010-10-25 Chad Horohoe(bug 198: Easy, secure in-place upgrade) Introduce...
2010-10-18 Jure Kajzer* Installer: works (beta). More testing tomorow.
2010-10-17 Chad HorohoeFixup r71449, can't use $var::method() in < 5.3 :(
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-01 Chad HorohoeFix author list duplication.
2010-09-01 Chad HorohoeSkip install entirely if we did an upgrade
2010-08-22 Chad HorohoeFollowup r71441, break up messages by type, iterate...
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-22 Alexandre Emsenhuber* Make the MySQL updater work in the new installer
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-21 Alexandre EmsenhuberFixed some doxygen warnings
2010-08-12 Chad HorohoeTypofix. Now you can actually enable uploads
2010-08-12 Chad Horohoe(bug 24766) Installer is installing all extensions...
2010-08-08 Chad HorohoeTweak output from install. Make non-fatals still say...
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-25 Sam ReedMore unused globals
2010-07-22 Jeroen De DauwSplit Installer into Installer and CoreInstaller +...
2010-07-21 Jeroen De DauwClarified field and method visibility and doc improvements
2010-07-20 Jeroen De DauwDoc and style improvements
2010-07-19 Jeroen De DauwClarified field and method visibility
2010-07-19 Jeroen De DauwSplit WebInstallerPage and deriving classes from WebIns...