| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Add a description to plugin parameters
|
| |
| |
| |
| |
| |
| | |
Plugin parameter can contain a description in their meta file under the key:
parameter.<param_name>="<description>"
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
|
| |
|
|
|
|
| |
Add a bunch of plugin placeholders in templates
|
|
see shaarli/Shaarli#275
|