Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require PHP 7.2 | Romain d'Alverny | 2022-01-10 | 1 | -4/+4 |
| | | | | moonmoon now supports PHP 7.2 to 8.1. | ||||
* | Cleanup install.php | nashe | 2017-10-17 | 1 | -19/+9 |
| | |||||
* | Use new *_path helpers in install.php | nashe | 2017-10-17 | 1 | -2/+2 |
| | |||||
* | Move the setup page into a view | nashe | 2017-10-17 | 1 | -118/+1 |
| | |||||
* | Files to test for +w rights were not removed by the installer | nashe | 2017-07-16 | 1 | -0/+3 |
| | | | | It leds to some issues with the cache. | ||||
* | Add an option to disable feed certificate check | nashe | 2017-07-13 | 1 | -1/+2 |
| | |||||
* | Require PHP 5.6 | nashe | 2017-07-08 | 1 | -4/+4 |
| | | | | Do not try to support EOL versions of PHP. | ||||
* | Add spanish choice in install | nashe | 2017-07-07 | 1 | -1/+9 |
| | | | | Fixes #90. | ||||
* | Coding style (fixes #91 ) | nashe | 2017-07-07 | 1 | -3/+3 |
| | |||||
* | Do not encode website's URL in the config.yml | nashe | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Move the debug directive to configuration file | nashe | 2017-05-28 | 1 | -1/+2 |
| | |||||
* | Update installation checks for now-nonexistant config files. Refs #69. | Sam Wilson | 2015-10-04 | 1 | -5/+5 |
| | |||||
* | Clean code | nashe | 2015-08-11 | 1 | -6/+6 |
| | | | | Replace dirname(__FILE__) by __DIR__. | ||||
* | Change PHP version requirement | nashe | 2015-08-05 | 1 | -4/+4 |
| | | | | | Require at least PHP 5.4: this is the oldest "old stable" version of PHP that can be downloaded. | ||||
* | l10n support for moonmoon | Pascal Chevrel | 2012-03-12 | 1 | -48/+34 |
| | |||||
* | Refactor installation code to be more readable, reduce the use of temporary ↵ | Pascal Chevrel | 2012-03-10 | 1 | -66/+48 |
| | | | | variables and constants, also switches template to HTML5 | ||||
* | fix install process and admin section which are currently broken because of ↵ | Pascal Chevrel | 2012-03-08 | 1 | -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 Chevrel | 2012-03-07 | 1 | -16/+27 |
| | | | | any new file requirement is now an addition to the array | ||||
* | Make install process less painful by preventing | Maurice Svay | 2010-05-17 | 1 | -7/+9 |
| | | | | making it not replayable. | ||||
* | Initial commit | Maurice Svay | 2010-02-16 | 1 | -0/+209 |