summaryrefslogtreecommitdiffstats
path: root/install.php
Commit message (Collapse)AuthorAgeFilesLines
* Update installation checks for now-nonexistant config files. Refs #69.Sam Wilson2015-10-041-5/+5
|
* Clean codenashe2015-08-111-6/+6
| | | | Replace dirname(__FILE__) by __DIR__.
* Change PHP version requirementnashe2015-08-051-4/+4
| | | | | Require at least PHP 5.4: this is the oldest "old stable" version of PHP that can be downloaded.
* l10n support for moonmoonPascal Chevrel2012-03-121-48/+34
|
* Refactor installation code to be more readable, reduce the use of temporary ↵Pascal Chevrel2012-03-101-66/+48
| | | | variables and constants, also switches template to HTML5
* fix install process and admin section which are currently broken because of ↵Pascal Chevrel2012-03-081-22/+22
| | | | the separation of classes in separate files. Now the files calling those classes are including app/app.php, also, I changed the variable name in the installation wizard to so as to avoid confusion with already used in the admin section
* refactor testing of requirements to have more readable and expandable code, ↵Pascal Chevrel2012-03-071-16/+27
| | | | any new file requirement is now an addition to the array
* Make install process less painful by preventing Maurice Svay2010-05-171-7/+9
| | | | making it not replayable.
* Initial commitMaurice Svay2010-02-161-0/+209