| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Probably related to the introduction of .gitattribute with forced line ending.
|
|\
| |
| | |
Fixes #378 - Plugin administration UI.
|
| | |
|
|\ \
| |/
|/| |
PLUGIN Markdown
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Additions:
- [makefile] check versioned files are not executable
- [travis] call the new make target
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
| |
| |
| | |
Probably a line ending issue...
|
|\ \
| | |
| | | |
Wallabag plugin improvement
|
| |/
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |/
| |
| |
| |
| |
| | |
Fixes #414 and avoid usage of redirector in QRCode.
Also fixed a bug with URL encoding.
|
|/
|
|
|
| |
* fixes a regression misplacing QRCode popup.
* adds a 'show' class in JS to handle CSS transition.
|
|\
| |
| | |
Fixes #403 : Remove QRCode in core CSS and fix plugin layout
|
| | |
|
|\ \
| | |
| | | |
Adding a new placeholder in render_footer hook.
|
| |/
| |
| |
| | |
Allow free elements at the end of the page.
|
|/
|
|
|
| |
* new entry in the Router for daily page.
* add an always displayed button in demo_plugin
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
|
|\
| |
| | |
PLUGIN demo_plugin
|
| |
| |
| |
| |
| | |
This plugin try to cover Shaarli's plugin API entirely.
Can be used by plugin developper to make their own.
|
|\ \
| | |
| | | |
PLUGIN wallabag
|
| | |
| | |
| | |
| | |
| | | |
+ removed exit error if the config is not found
+ coding style
|
| |/
| |
| |
| | |
Add a Wallabag icon in linklist for each link.
|
|\ \
| | |
| | | |
PLUGIN readityourself
|
| | | |
|
| |/
| |
| |
| | |
Add an icon for each link (linklist) for ReadItYourself
|
|\ \
| | |
| | | |
PLUGIN: addlink_toolbar
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
Add a field in linklist page to paste a new link.
Displayed in fields toolbar.
|
|\ \
| | |
| | | |
PLUGIN playvideos
|
| | |
| | |
| | |
| | | |
+ coding style
|
| |/
| |
| |
| | |
Display a button in buttons toolbar which allows to play all videos found.
|
|\ \
| | |
| | | |
PLUGIN QRCode
|
| | |
| | |
| | |
| | | |
+ coding style
|
| |/
| |
| |
| | |
Add an icon in linklist to display links QRCode
|
| |
| |
| |
| | |
+ coding style
|
|/
|
|
| |
Display an archive.org icon in linklist, foreach links.
|
|
|