aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/addlink_toolbar
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-10/+10
|
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-1/+1
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-2/+2
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* namespacing: \Shaarli\RouterVirtualTam2019-01-121-0/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Shaarli's translationArthurHoaro2017-10-221-2/+11
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* Remove CSS call for addlink toolbar pluginArthurHoaro2017-01-151-16/+0
| | | | Fixes #724
* Improve theme dependent plugin placeholders:ArthurHoaro2016-12-013-11/+21
| | | | | | | | | - buttons_toolbar: now expect links represented by an array instead of HTML content - fields_toolbar: now expect a form represented by an array instead of HTML content - action_plugin: now expect links represented by an array instead of HTML content Default templates updated accordingly mprove theme dependent plugin placeholders:
* Fix: add missing final newlines, untabify textVirtualTam2016-08-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+1
|
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-113-0/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* unit test for addlink_toolbar + coding styleArthurHoaro2015-11-081-2/+11
|
* PLUGIN: addlink_toolbarArthurHoaro2015-11-083-0/+39
Add a field in linklist page to paste a new link. Displayed in fields toolbar.