Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 1 | -0/+6 |
| | | | | | | Meaning that they always appear on top of all links Fixes #186 | ||||
* | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 1 | -0/+12 |
| | |||||
* | Adds a taglist view with edit/delete buttons | ArthurHoaro | 2017-05-25 | 1 | -0/+6 |
| | | | | | | * The tag list can be sort alphabetically or by most used tag * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page * New features aren't backported to vintage theme | ||||
* | Add an endpoint to refresh the token | ArthurHoaro | 2017-05-25 | 1 | -0/+6 |
| | | | | Useful for AJAX requests which burns the token | ||||
* | Bugfixes on link deletion, and use a GET form | ArthurHoaro | 2016-12-16 | 1 | -0/+6 |
| | | | | | | | | | | | | Use a GET form to delete links: harmonize with edit_link and preparation for #585 Bug fixes: * LinkDB element can't be passed as reference, fix error: PHP Notice: Indirect modification of overloaded element of LinkDB has no effect * Resource cache folder setting wasn't set correctly | ||||
* | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Fix startsWith and endsWith case | ArthurHoaro | 2016-05-10 | 1 | -13/+13 |
| | |||||
* | Create a FeedBuilder class which build data for both ATOM and RSS feed. | ArthurHoaro | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | Adds a route for ATOM and RSS feeds page | ArthurHoaro | 2016-03-18 | 1 | -0/+12 |
| | |||||
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 1 | -0/+12 |
| | |||||
* | Fixes #403: build the daily page through renderPage() | ArthurHoaro | 2015-12-08 | 1 | -0/+6 |
| | | | | | * new entry in the Router for daily page. * add an always displayed button in demo_plugin | ||||
* | Fixes #176 - Add opensearch functionality | ArthurHoaro | 2015-11-17 | 1 | -0/+6 |
| | | | | | * add a new page in Router: do=opensearch which displays the opensearch plugin * using base64 compressed image to avoid issue encountered with HTTPS | ||||
* | Plugin system - CORE | ArthurHoaro | 2015-11-07 | 1 | -0/+105 |
see shaarli/Shaarli#275 |