aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* remove obsolete docnodiscc2015-11-301-8/+8
|
* URL encode links when a redirector is set.ArthurHoaro2015-11-261-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.phpArthurHoaro2015-11-222-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 scriptsVirtualTam2015-11-117-0/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Handle errors raised by plugins in template. fixes #370ArthurHoaro2015-11-081-3/+3
|
* Merge pull request #286 from ArthurHoaro/plugin-demo_pluginArthur2015-11-084-0/+327
|\ | | | | PLUGIN demo_plugin
| * PLUGIN demo_pluginArthurHoaro2015-11-084-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-wallabagArthur2015-11-085-0/+72
|\ \ | | | | | | PLUGIN wallabag
| * | unit tests for the wallabag pluginArthurHoaro2015-11-081-7/+15
| | | | | | | | | | | | | | | + removed exit error if the config is not found + coding style
| * | PLUGIN wallabagArthurHoaro2015-11-075-0/+64
| |/ | | | | | | Add a Wallabag icon in linklist for each link.
* | Merge pull request #280 from ArthurHoaro/plugin-readityourselfArthur2015-11-084-0/+47
|\ \ | | | | | | PLUGIN readityourself
| * | unit tests for readityourself plugin + remove hard errorArthurHoaro2015-11-081-7/+15
| | |
| * | PLUGIN readityourselfArthurHoaro2015-11-084-0/+39
| |/ | | | | | | Add an icon for each link (linklist) for ReadItYourself
* | Merge pull request #279 from ArthurHoaro/plugin-addlink_toolbarArthur2015-11-083-0/+48
|\ \ | | | | | | PLUGIN: addlink_toolbar
| * | 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.
* | Merge pull request #284 from ArthurHoaro/plugin-playvideosArthur2015-11-076-0/+10658
|\ \ | | | | | | PLUGIN playvideos
| * | Add unit tests for Playvideos pluginArthurHoaro2015-11-071-2/+12
| | | | | | | | | | | | + coding style
| * | PLUGIN playvideosArthurHoaro2015-11-076-0/+10648
| |/ | | | | | | Display a button in buttons toolbar which allows to play all videos found.
* | Merge pull request #285 from ArthurHoaro/plugin-qrcodeArthur2015-11-076-0/+1322
|\ \ | | | | | | PLUGIN QRCode
| * | Add unit tests for the QRCode pluginArthurHoaro2015-11-071-4/+9
| | | | | | | | | | | | + coding style
| * | PLUGIN QRCodeArthurHoaro2015-11-076-0/+1317
| |/ | | | | | | Add an icon in linklist to display links QRCode
* | Add unit test for archiveorg pluginArthurHoaro2015-11-071-2/+9
| | | | | | | | + coding style
* | PLUGIN archiveorgArthurHoaro2015-11-073-0/+19
|/ | | | Display an archive.org icon in linklist, foreach links.
* Plugins TODO.mdArthurHoaro2015-11-071-0/+28