summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed page reload after logoutKamil Domanski2011-06-201-1/+1
|
* and even more properly now ;PKamil Domanski2011-06-191-1/+1
|
* index now properly reloaded after setupKamil Domanski2011-06-191-1/+1
|
* shipped apps are no longer hardcodedKamil Domanski2011-06-191-16/+30
|
* allow disabling apps, install apps as disabledKamil Domanski2011-06-191-0/+1
|
* move installation of shipped apps to setupKamil Domanski2011-06-191-0/+16
|
* default to sqlite3 over sqlite2 for new installationsRobin Appelman2011-06-161-2/+2
|
* use sqlite3 if sqlite2 isn't availableRobin Appelman2011-06-141-3/+8
|
* Make max upload filesize configurable for apache hostsRobin Appelman2011-05-291-1/+4
|
* fix a potential infinite loop when installing with sqliteRobin Appelman2011-05-281-0/+2
|
* New installer.François Kubler2011-05-171-87/+117
| | | | | | | | | | * Forms have been revamped (CSS + javascript), * Process has been improved : errors are displayed on the form page, * Some changes in the index.php page so that everything related to installation is in lib/setup.php * Also added a small function in OC_HELPER class to set input values. All these should improve the installation process in terms of ergonomics. Well, I do hope so.
* renamed installer.php to setup.phpJakob Sack2011-05-061-0/+146