Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #570 from ArthurHoaro/config-manager | Arthur | 2016-07-09 | 2 | -8/+14 |
|\ | | | | | Introduce a configuration manager | ||||
| * | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 2 | -7/+10 |
| | | |||||
| * | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 2 | -4/+7 |
| | | |||||
* | | The tag is no longer private | ArthurHoaro | 2016-05-30 | 1 | -2/+4 |
|/ | | | | A private tag is never loaded for visitor, making this feature useless. | ||||
* | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ↵ | ArthurHoaro | 2016-03-21 | 1 | -1/+36 |
| | | | | | | parsed with markdown Also add the tag in tag list in edit_link, so it will appear on autocompletion. | ||||
* | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -7/+12 |
| | | | | Instead of trying to fix broken content for Markdown parsing, parse it unescaped, then sanatize sensible tags such as scripts, etc. | ||||
* | Merge pull request #388 from ArthurHoaro/pluginadmin | Arthur | 2016-01-31 | 1 | -0/+2 |
|\ | | | | | Fixes #378 - Plugin administration UI. | ||||
| * | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #379 from ArthurHoaro/plugin-markdown | Arthur | 2016-01-31 | 1 | -0/+112 |
|\ \ | |/ |/| | PLUGIN Markdown | ||||
| * | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 1 | -0/+112 |
| | | | | | | | | | | | | | | | | | | | | Parse link description in Markdown (HTML) before rendering. * hard remove of Shaarli's HTML before parsing. * Using Parsedown <https://github.com/erusev/parsedown> PHP lib. * Includes basic markdown CSS. * Style: removed 400px height max limit for shaares. * Unit tests. | ||||
* | | Merge pull request #417 from ArthurHoaro/wallabag-improve | VirtualTam | 2016-01-02 | 2 | -1/+63 |
|\ \ | | | | | | | Wallabag plugin improvement | ||||
| * | | Wallabag plugin improvement | ArthurHoaro | 2015-12-27 | 2 | -1/+63 |
| |/ | | | | | | | | | | | | | | | * Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated. | ||||
* / | QRCode plugin: use url instead of real_url | ArthurHoaro | 2015-12-22 | 1 | -2/+2 |
|/ | | | | | | Fixes #414 and avoid usage of redirector in QRCode. Also fixed a bug with URL encoding. | ||||
* | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge pull request #281 from ArthurHoaro/plugin-wallabag | Arthur | 2015-11-08 | 1 | -0/+49 |
|\ | | | | | PLUGIN wallabag | ||||
| * | unit tests for the wallabag plugin | ArthurHoaro | 2015-11-08 | 1 | -0/+49 |
| | | | | | | | | | | + removed exit error if the config is not found + coding style | ||||
* | | Merge pull request #280 from ArthurHoaro/plugin-readityourself | Arthur | 2015-11-08 | 1 | -0/+75 |
|\ \ | | | | | | | PLUGIN readityourself | ||||
| * | | unit tests for readityourself plugin + remove hard error | ArthurHoaro | 2015-11-08 | 1 | -0/+75 |
| |/ | |||||
* | | Merge pull request #279 from ArthurHoaro/plugin-addlink_toolbar | Arthur | 2015-11-08 | 1 | -0/+100 |
|\ \ | | | | | | | PLUGIN: addlink_toolbar | ||||
| * | | unit test for addlink_toolbar + coding style | ArthurHoaro | 2015-11-08 | 1 | -0/+100 |
| |/ | |||||
* | | Merge pull request #284 from ArthurHoaro/plugin-playvideos | Arthur | 2015-11-07 | 1 | -0/+61 |
|\ \ | | | | | | | PLUGIN playvideos | ||||
| * | | Add unit tests for Playvideos plugin | ArthurHoaro | 2015-11-07 | 1 | -0/+61 |
| |/ | | | | | | | + coding style | ||||
* | | Merge pull request #285 from ArthurHoaro/plugin-qrcode | Arthur | 2015-11-07 | 1 | -0/+67 |
|\ \ | | | | | | | PLUGIN QRCode | ||||
| * | | Add unit tests for the QRCode plugin | ArthurHoaro | 2015-11-07 | 1 | -0/+67 |
| |/ | | | | | | | + coding style | ||||
* / | Add unit test for archiveorg plugin | ArthurHoaro | 2015-11-07 | 1 | -0/+48 |
|/ | | | | + coding style | ||||
* | Unit tests for Router and PluginManager. | ArthurHoaro | 2015-11-07 | 1 | -0/+0 |
| | |||||
* | Plugin system - CORE | ArthurHoaro | 2015-11-07 | 1 | -0/+21 |
see shaarli/Shaarli#275 |