Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: explicit method visibility | VirtualTam | 2017-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 1 | -3/+0 |
| | | | | | | | | All plugins can optionally add an init function named `pluginname_init()` which is called when the plugin is loaded. This function is aware of the config, and can return initialization errors, which are displayed in the header template. Note that the previous error system hack no longer work. | ||||
* | Generate a token for every pages | ArthurHoaro | 2016-08-06 | 1 | -0/+1 |
| | |||||
* | Fixes #600 - Shaarli's title is not set with the new config manager | ArthurHoaro | 2016-07-19 | 1 | -8/+2 |
| | | | | | - Fixed title config key - Page title (in head tag) is no longer set through the config manager | ||||
* | Pass the configuration manager to templates | ArthurHoaro | 2016-06-15 | 1 | -0/+2 |
| | |||||
* | Rename configuration key for better sections | ArthurHoaro | 2016-06-11 | 1 | -8/+8 |
| | |||||
* | ConfigManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 1 | -21/+27 |
| | |||||
* | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 1 | -13/+12 |
| | |||||
* | Adds ConfigJson which handle the configuration in JSON format. | ArthurHoaro | 2016-06-11 | 1 | -0/+1 |
| | | | | Also use the Updater to make the transition | ||||
* | Replace $GLOBALS configuration with the configuration manager in the whole ↵ | ArthurHoaro | 2016-06-11 | 1 | -12/+16 |
| | | | | code base | ||||
* | Extract PageBuilder class from index.php | ArthurHoaro | 2016-05-13 | 1 | -0/+145 |