Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 1 | -0/+109 |
| | |||||
* | Unit tests for Router and PluginManager. | ArthurHoaro | 2015-11-07 | 1 | -177/+177 |
| | |||||
* | PHP: ensure 5.3 compatibility, refactor timezone utilities | VirtualTam | 2015-07-13 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | Relates to #250 Modifications - supported version - bump required version from 5.1.0 to 5.3.x - update README - add PHP 5.3 to Travis environments - rewrite array declarations: explicitely use array() instead of [] - move checkPHPVersion to application/Utils.php - move timezone functions to application/TimeZone.php - cleanup code - improve test coverage Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | All settings are now stored in config.php | ArthurHoaro | 2015-07-09 | 1 | -0/+177 |
Isolate functions related to config in Config.php + add unit tests + code_sniffer. options.php is not supported anymore, but its content will be automatically saved into config.php Fixes #shaarli/Shaarli#41 *TODO*: update [documentation](https://github.com/shaarli/Shaarli/wiki#configuration). |