Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7720 from ideaship/autoconfig_fix | Vincent Petry | 2014-03-28 | 1 | -2/+4 |
|\ | | | | | fix autoconfig | ||||
| * | fix autoconfig | ideaship | 2014-03-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In array_merge, $post overrides $opts (concerns data directory). Always merge $post before calling display(). Default value for dbtype which may still be undefined in display(). Fixes several problems related to autoconfig: - installation.php only showed $AUTOCONFIG data if it was called after install() had come back with errors - if autoconfig.php was set, installation.php showed an editable field with the wrong data in it; then, regardless of any changes, the value from autoconfig.php was used - installation.php used undefined indeces (dbtype, dbIsSet, directoryIsSet) | ||||
* | | Added warning for Mac OS on setup page | Vincent Petry | 2014-03-20 | 1 | -0/+21 |
|/ | |||||
* | Change MySQL to MySQL/MariaDB in the frontend | Joas Schilling | 2014-02-07 | 1 | -1/+1 |
| | | | | Fix issue #6269 | ||||
* | fixing autoconfig handling | Thomas Müller | 2014-02-05 | 1 | -4/+5 |
| | |||||
* | DRY for database type radiolist | Bart Visscher | 2014-01-31 | 1 | -0/+17 |
| | |||||
* | Do setup default value handling in the controller not the template | Bart Visscher | 2014-01-31 | 1 | -1/+11 |
| | |||||
* | Merge branch 'master' into setup | Bart Visscher | 2014-01-31 | 1 | -2/+17 |
| | | | | | Conflicts: core/setup.php | ||||
* | fix undefined $htaccessWorking | Morris Jobke | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | Copyright and small fix | Bart Visscher | 2013-10-02 | 1 | -1/+7 |
| | |||||
* | fixing typo on $htaccessWorking - testing own code before pushing is appreciated | Thomas Müller | 2013-09-24 | 1 | -1/+2 |
| | |||||
* | Check for failure in creating htaccessWorking testfile | Bart Visscher | 2013-09-10 | 1 | -2/+12 |
| | |||||
* | Move core setup code to controller class | Bart Visscher | 2013-09-10 | 1 | -0/+79 |