Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #406 from ArthurHoaro/qrcode-style | VirtualTam | 2015-12-09 | 1 | -5/+3 | |
|\ | | | | | Fixes #403 : Remove QRCode in core CSS and fix plugin layout | |||||
| * | Fixes #403 : Remove QRCode in core CSS and fix plugin layout | ArthurHoaro | 2015-12-07 | 1 | -5/+3 | |
| | | ||||||
* | | Merge pull request #408 from ArthurHoaro/gototop | VirtualTam | 2015-12-09 | 2 | -0/+12 | |
|\ \ | | | | | | | Adding a new placeholder in render_footer hook. | |||||
| * | | Adding a new placeholder in render_footer hook. | ArthurHoaro | 2015-12-08 | 2 | -0/+12 | |
| |/ | | | | | | | Allow free elements at the end of the page. | |||||
* / | Fixes #403: build the daily page through renderPage() | ArthurHoaro | 2015-12-08 | 1 | -0/+2 | |
|/ | | | | | * new entry in the Router for daily page. * add an always displayed button in demo_plugin | |||||
* | [doc] add apache2 CSP config | nodiscc | 2015-11-30 | 1 | -1/+9 | |
| | ||||||
* | remove obsolete doc | nodiscc | 2015-11-30 | 1 | -8/+8 | |
| | ||||||
* | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Fixes #328 - URL encode links when a redirector is set * WARNING - template edit - new variable available : "real_url" Contains the final real url (redirected or any other change on original URL) * Don't redirect shaares link in RSS/Atom. * Affects links shaared in description. * Move text2clickable and keepMultipleSpaces to Utils.php + unit test UPDATE: * keepMultipleSpaces renamed to space2nbsp * space2nbsp improved to handle single space at line beginning * links in text description aren't 'nofollow' anymore | |||||
* | Bugfix: do not store plugin errors in data.php | ArthurHoaro | 2015-11-22 | 2 | -2/+2 | |
| | | | | | | Before this, calling writeConfig() would have write error messages in data.php, because it uses 'plugins' array which is used for plugin configuration. Causing the message error appear everytime. | |||||
* | cleanup: remove the executable bit from source scripts | VirtualTam | 2015-11-11 | 7 | -0/+0 | |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | |||||
* | Handle errors raised by plugins in template. fixes #370 | ArthurHoaro | 2015-11-08 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #286 from ArthurHoaro/plugin-demo_plugin | Arthur | 2015-11-08 | 4 | -0/+327 | |
|\ | | | | | PLUGIN demo_plugin | |||||
| * | PLUGIN demo_plugin | ArthurHoaro | 2015-11-08 | 4 | -0/+327 | |
| | | | | | | | | | | This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own. | |||||
* | | Merge pull request #281 from ArthurHoaro/plugin-wallabag | Arthur | 2015-11-08 | 5 | -0/+72 | |
|\ \ | | | | | | | PLUGIN wallabag | |||||
| * | | unit tests for the wallabag plugin | ArthurHoaro | 2015-11-08 | 1 | -7/+15 | |
| | | | | | | | | | | | | | | | + removed exit error if the config is not found + coding style | |||||
| * | | PLUGIN wallabag | ArthurHoaro | 2015-11-07 | 5 | -0/+64 | |
| |/ | | | | | | | Add a Wallabag icon in linklist for each link. | |||||
* | | Merge pull request #280 from ArthurHoaro/plugin-readityourself | Arthur | 2015-11-08 | 4 | -0/+47 | |
|\ \ | | | | | | | PLUGIN readityourself | |||||
| * | | unit tests for readityourself plugin + remove hard error | ArthurHoaro | 2015-11-08 | 1 | -7/+15 | |
| | | | ||||||
| * | | PLUGIN readityourself | ArthurHoaro | 2015-11-08 | 4 | -0/+39 | |
| |/ | | | | | | | Add an icon for each link (linklist) for ReadItYourself | |||||
* | | Merge pull request #279 from ArthurHoaro/plugin-addlink_toolbar | Arthur | 2015-11-08 | 3 | -0/+48 | |
|\ \ | | | | | | | PLUGIN: addlink_toolbar | |||||
| * | | unit test for addlink_toolbar + coding style | ArthurHoaro | 2015-11-08 | 1 | -2/+11 | |
| | | | ||||||
| * | | PLUGIN: addlink_toolbar | ArthurHoaro | 2015-11-08 | 3 | -0/+39 | |
| |/ | | | | | | | | | | | Add a field in linklist page to paste a new link. Displayed in fields toolbar. | |||||
* | | Merge pull request #284 from ArthurHoaro/plugin-playvideos | Arthur | 2015-11-07 | 6 | -0/+10658 | |
|\ \ | | | | | | | PLUGIN playvideos | |||||
| * | | Add unit tests for Playvideos plugin | ArthurHoaro | 2015-11-07 | 1 | -2/+12 | |
| | | | | | | | | | | | | + coding style | |||||
| * | | PLUGIN playvideos | ArthurHoaro | 2015-11-07 | 6 | -0/+10648 | |
| |/ | | | | | | | Display a button in buttons toolbar which allows to play all videos found. | |||||
* | | Merge pull request #285 from ArthurHoaro/plugin-qrcode | Arthur | 2015-11-07 | 6 | -0/+1322 | |
|\ \ | | | | | | | PLUGIN QRCode | |||||
| * | | Add unit tests for the QRCode plugin | ArthurHoaro | 2015-11-07 | 1 | -4/+9 | |
| | | | | | | | | | | | | + coding style | |||||
| * | | PLUGIN QRCode | ArthurHoaro | 2015-11-07 | 6 | -0/+1317 | |
| |/ | | | | | | | Add an icon in linklist to display links QRCode | |||||
* | | Add unit test for archiveorg plugin | ArthurHoaro | 2015-11-07 | 1 | -2/+9 | |
| | | | | | | | | + coding style | |||||
* | | PLUGIN archiveorg | ArthurHoaro | 2015-11-07 | 3 | -0/+19 | |
|/ | | | | Display an archive.org icon in linklist, foreach links. | |||||
* | Plugins TODO.md | ArthurHoaro | 2015-11-07 | 1 | -0/+28 | |