Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an issue with links not being reversed in code blocks | ArthurHoaro | 2016-10-22 | 1 | -5/+6 |
| | | | | | | Fixes #672 + Markdown to HTML unit test | ||||
* | Use Composer to import Parsedown library | ArthurHoaro | 2016-10-22 | 2 | -1530/+0 |
| | | | | Reference #613 | ||||
* | Isso comments plugin | ArthurHoaro | 2016-10-17 | 4 | -0/+74 |
| | | | | Use Isso client to let visitors comments on permalinks | ||||
* | New init function for plugins, supports errors reporting | ArthurHoaro | 2016-10-14 | 3 | -8/+47 |
| | | | | | | | | All plugins can optionally add an init function named `pluginname_init()` which is called when the plugin is loaded. This function is aware of the config, and can return initialization errors, which are displayed in the header template. Note that the previous error system hack no longer work. | ||||
* | Archive.org plugin: do not propose archival of private notes | Teromene | 2016-10-13 | 1 | -0/+3 |
| | | | | Fixes #637 | ||||
* | Merge pull request #619 from ArthurHoaro/plugins/param-desc | VirtualTam | 2016-08-13 | 1 | -1/+3 |
|\ | | | | | Add a description to plugin parameters | ||||
| * | Add a description to wallabag plugin parameters | ArthurHoaro | 2016-08-02 | 1 | -1/+3 |
| | | |||||
* | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 3 | -14/+14 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #558 from ArthurHoaro/hashtag4 | Arthur | 2016-07-09 | 1 | -2/+39 |
|\ | | | | | Hashtag system | ||||
| * | Hashtag system | ArthurHoaro | 2016-06-06 | 1 | -2/+39 |
| | | | | | | | | | | | | * Hashtag are auto-linked with a filter search * Supports unicode * Compatible with markdown (excluded in code blocks) | ||||
* | | Merge pull request #570 from ArthurHoaro/config-manager | Arthur | 2016-07-09 | 5 | -51/+31 |
|\ \ | |/ |/| | Introduce a configuration manager | ||||
| * | PluginManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 5 | -36/+20 |
| | | |||||
| * | Use the configuration manager for wallabag and readityourself plugin | ArthurHoaro | 2016-06-11 | 2 | -19/+15 |
| | | |||||
* | | The tag is no longer private | ArthurHoaro | 2016-05-30 | 1 | -3/+16 |
|/ | | | | A private tag is never loaded for visitor, making this feature useless. | ||||
* | Markdown: inline code background color | ArthurHoaro | 2016-05-13 | 1 | -0/+7 |
| | |||||
* | Process feeds content with Markdown | ArthurHoaro | 2016-03-26 | 1 | -0/+19 |
| | |||||
* | Merge pull request #520 from ArthurHoaro/plugins/nomarkdown | Arthur | 2016-03-26 | 2 | -11/+53 |
|\ | | | | | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare fro… | ||||
| * | Update markdown plugin README documentation | ArthurHoaro | 2016-03-26 | 1 | -11/+23 |
| | | | | | | | | | | * Add the `.nomarkdown` section. * Update misleading statements. | ||||
| * | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ↵ | ArthurHoaro | 2016-03-21 | 1 | -0/+30 |
| | | | | | | | | | | | | parsed with markdown Also add the tag in tag list in edit_link, so it will appear on autocompletion. | ||||
* | | Plugin: add render_feed hook and call it while generating ATOM and RSS feed. | ArthurHoaro | 2016-03-18 | 1 | -1/+26 |
|/ | | | | Create an example of the new hook in the demo plugin. | ||||
* | Avoids populating a markdown empty container if there's no description. | kalvn | 2016-02-28 | 1 | -1/+4 |
| | |||||
* | Fixes #411: remove hardcoded plugin icon size | ArthurHoaro | 2016-02-28 | 4 | -4/+4 |
| | |||||
* | Merge pull request #491 from ArthurHoaro/markdown-escape2 | Arthur | 2016-02-25 | 1 | -8/+29 |
|\ | | | | | Markdown: don't escape content + sanitize sensible tags | ||||
| * | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -8/+29 |
| | | | | | | | | Instead of trying to fix broken content for Markdown parsing, parse it unescaped, then sanatize sensible tags such as scripts, etc. | ||||
* | | adding styles for code & pre tags | Nicolas Danelon | 2016-02-19 | 1 | -0/+29 |
|/ | |||||
* | Wallabag plugin: add version parameter in the meta file | ArthurHoaro | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Fixes forced git changes | ArthurHoaro | 2016-01-31 | 3 | -57/+57 |
| | | | | Probably related to the introduction of .gitattribute with forced line ending. | ||||
* | Merge pull request #388 from ArthurHoaro/pluginadmin | Arthur | 2016-01-31 | 9 | -2/+11 |
|\ | | | | | Fixes #378 - Plugin administration UI. | ||||
| * | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 9 | -2/+11 |
| | | |||||
* | | Merge pull request #379 from ArthurHoaro/plugin-markdown | Arthur | 2016-01-31 | 6 | -0/+1880 |
|\ \ | |/ |/| | PLUGIN Markdown | ||||
| * | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 6 | -0/+1880 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | tests: add a make target to check file permissions | VirtualTam | 2016-01-17 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Git *wants* to rewrite this file in the exact same way... | ArthurHoaro | 2016-01-06 | 1 | -71/+71 |
| | | | | | | | | Probably a line ending issue... | ||||
* | | Merge pull request #417 from ArthurHoaro/wallabag-improve | VirtualTam | 2016-01-02 | 5 | -10/+108 |
|\ \ | | | | | | | Wallabag plugin improvement | ||||
| * | | Wallabag plugin improvement | ArthurHoaro | 2015-12-27 | 5 | -10/+108 |
| |/ | | | | | | | | | | | | | | | * Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated. | ||||
* | | Merge pull request #418 from ArthurHoaro/qrcode-bug | VirtualTam | 2015-12-23 | 1 | -1/+5 |
|\ \ | | | | | | | QRCode plugin: use url instead of real_url | ||||
| * | | QRCode plugin: use url instead of real_url | ArthurHoaro | 2015-12-22 | 1 | -1/+5 |
| |/ | | | | | | | | | | | Fixes #414 and avoid usage of redirector in QRCode. Also fixed a bug with URL encoding. | ||||
* / | Fixes QRCode style | ArthurHoaro | 2015-12-21 | 4 | -5/+52 |
|/ | | | | | * fixes a regression misplacing QRCode popup. * adds a 'show' class in JS to handle CSS transition. | ||||
* | 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 |