Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #384 from roidelapluie/master | VirtualTam | 2015-11-23 | 1 | -10/+10 |
|\ | | | | | fill session info when shaarli is in open mode | ||||
| * | Fix authentification when Shaarli is in Open Mode. | Julien Pivotto | 2015-11-23 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #377 from ArthurHoaro/search-tag-autocomplete | VirtualTam | 2015-11-22 | 3 | -43/+62 |
|\ \ | | | | | | | Fixes #360 - Auto-complete more than one tag in tag filter field | ||||
| * | | Fixes #360 - Auto-complete more than one tag in tag filter field | ArthurHoaro | 2015-11-17 | 3 | -43/+62 |
| | | | | | | | | | | | | | | | | | | * Group awesomplete for multi data in a single JS file. * Use it in editlink and linklist. * Move awesomplete JS lib at the end of page in editlink. | ||||
* | | | Merge pull request #277 from virtualtam/doxygen | VirtualTam | 2015-11-22 | 3 | -1/+2383 |
|\ \ \ | | | | | | | | | Add a target to generate Doxygen documentation | ||||
| * | | | Add a target to generate Doxygen documentation | VirtualTam | 2015-11-22 | 3 | -28/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #95 Customizations for PHP/Shaarli: - add project information - index PHP files - index global functions - exclude directories Usage $ make doxygen $ firefox doxygen/index.html & Notes - classes can be found under "Data Structures" - global functions can be found under "Files > Globals > Functions" Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | | | Add default Doxygen configuration | VirtualTam | 2015-11-22 | 1 | -0/+2362 |
|/ / / | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | | Merge pull request #387 from ArthurHoaro/bookmarklet-quote | VirtualTam | 2015-11-22 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | Fixes #382: Bookmarklet can not retrieve title when there is a quotation mark in it | ||||
| * | | | Fixes #382: Bookmarklet can not retrieve title when there is a quotation ↵ | ArthurHoaro | 2015-11-22 | 1 | -4/+4 |
| | |/ | |/| | | | | | | | | | | | | | mark in it bookmarklet fields weren't correctly escaped | ||||
* | | | Merge pull request #376 from ArthurHoaro/opensearch | VirtualTam | 2015-11-22 | 4 | -1/+61 |
|\ \ \ | | | | | | | | | Fixes #176 - Add opensearch functionality | ||||
| * | | | Fixes #176 - Add opensearch functionality | ArthurHoaro | 2015-11-17 | 4 | -1/+61 |
| | |/ | |/| | | | | | | | | | | * add a new page in Router: do=opensearch which displays the opensearch plugin * using base64 compressed image to avoid issue encountered with HTTPS | ||||
* | | | Merge pull request #385 from ArthurHoaro/plugins-error-fix | Arthur | 2015-11-22 | 3 | -4/+4 |
|\ \ \ | |_|/ |/| | | Bugfix: do not store plugin errors in data.php | ||||
| * | | Bugfix: do not store plugin errors in data.php | ArthurHoaro | 2015-11-22 | 3 | -4/+4 |
|/ / | | | | | | | | | | | 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. | ||||
* | | Merge pull request #383 from ArthurHoaro/master | Arthur | 2015-11-18 | 2 | -3/+3 |
|\ \ | |/ |/| | Bump version to v0.6.0 | ||||
| * | Bump version to v0.6.0v0.6.0 | ArthurHoaro | 2015-11-18 | 2 | -3/+3 |
|/ | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
* | Merge pull request #374 from virtualtam/cleanup | VirtualTam | 2015-11-11 | 14 | -0/+0 |
|\ | | | | | cleanup: remove the executable bit from source scripts | ||||
| * | cleanup: remove the executable bit from source scripts | VirtualTam | 2015-11-11 | 14 | -0/+0 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #373 from virtualtam/index/format-globals-comments | VirtualTam | 2015-11-11 | 1 | -33/+99 |
|\ | | | | | index.php: group globals by theme, format comments | ||||
| * | index.php: group globals by theme, format comments | VirtualTam | 2015-11-11 | 1 | -33/+99 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #275 from shaarli/plugin-proposition | Arthur | 2015-11-08 | 61 | -483/+13269 |
|\ | | | | | Plugin proposition | ||||
| * | Handle errors raised by plugins in template. fixes #370 | ArthurHoaro | 2015-11-08 | 4 | -22/+48 |
| | | |||||
| * | 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 | 7 | -0/+125 |
| |\ \ | | | | | | | | | PLUGIN wallabag | ||||
| | * | | unit tests for the wallabag plugin | ArthurHoaro | 2015-11-08 | 2 | -7/+64 |
| | | | | | | | | | | | | | | | | | | | | + removed exit error if the config is not found + coding style | ||||
| | * | | PLUGIN wallabag | ArthurHoaro | 2015-11-07 | 6 | -0/+68 |
| | |/ | | | | | | | | | | Add a Wallabag icon in linklist for each link. | ||||
| * | | Merge pull request #280 from ArthurHoaro/plugin-readityourself | Arthur | 2015-11-08 | 5 | -0/+122 |
| |\ \ | | | | | | | | | PLUGIN readityourself | ||||
| | * | | unit tests for readityourself plugin + remove hard error | ArthurHoaro | 2015-11-08 | 2 | -7/+90 |
| | | | | |||||
| | * | | 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 | 4 | -0/+148 |
| |\ \ | | | | | | | | | PLUGIN: addlink_toolbar | ||||
| | * | | unit test for addlink_toolbar + coding style | ArthurHoaro | 2015-11-08 | 2 | -2/+111 |
| | | | | |||||
| | * | | 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 | 7 | -0/+10719 |
| |\ \ | | | | | | | | | PLUGIN playvideos | ||||
| | * | | Add unit tests for Playvideos plugin | ArthurHoaro | 2015-11-07 | 2 | -2/+73 |
| | | | | | | | | | | | | | | | | + 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 | 7 | -0/+1389 |
| |\ \ | | | | | | | | | PLUGIN QRCode | ||||
| | * | | Add unit tests for the QRCode plugin | ArthurHoaro | 2015-11-07 | 2 | -4/+76 |
| | | | | | | | | | | | | | | | | + coding style | ||||
| | * | | PLUGIN QRCode | ArthurHoaro | 2015-11-07 | 6 | -0/+1317 |
| | |/ | | | | | | | | | | Add an icon in linklist to display links QRCode | ||||
| * | | Merge pull request #283 from ArthurHoaro/plugin-archiveorg | Arthur | 2015-11-07 | 4 | -0/+74 |
| |\ \ | | |/ | |/| | PLUGIN archiveorg | ||||
| | * | Add unit test for archiveorg plugin | ArthurHoaro | 2015-11-07 | 2 | -2/+57 |
| | | | | | | | | | | | | + coding style | ||||
| | * | PLUGIN archiveorg | ArthurHoaro | 2015-11-07 | 3 | -0/+19 |
| |/ | | | | | | | Display an archive.org icon in linklist, foreach links. | ||||
| * | Add plugins folder to test analysis | ArthurHoaro | 2015-11-07 | 1 | -2/+2 |
| | | |||||
| * | Unit tests for Router and PluginManager. | ArthurHoaro | 2015-11-07 | 4 | -184/+184 |
| | | |||||
| * | Template upgrade to handle plugin zones | ArthurHoaro | 2015-11-07 | 17 | -1311/+146 |
| | | | | | | | | Add a bunch of plugin placeholders in templates | ||||
| * | Plugins TODO.md | ArthurHoaro | 2015-11-07 | 1 | -0/+28 |
| | | |||||
| * | Plugin system - CORE | ArthurHoaro | 2015-11-07 | 8 | -197/+1190 |
| | | | | | | | | see shaarli/Shaarli#275 | ||||
* | | Merge pull request #368 from ArthurHoaro/returnurl-again | Arthur | 2015-11-07 | 3 | -8/+15 |
|\ \ | |/ |/| | Fixes #356 - adding a link should return added link's hash | ||||
| * | Fixes #356 | ArthurHoaro | 2015-11-04 | 3 | -8/+15 |
|/ | | | | | * adding a link should return added link's hash * allow redirection relative urls in generateLocation | ||||
* | Bump version to 0.5.4v0.5.4 | VirtualTam | 2015-09-14 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Fixes: - PHP session IDs: handle hash algorithms and bits per char representations Minor changes: - HTTPS: support being served behing an SSL-enabled proxy - HTTP/Server utilities: refactor & add test coverage Project & documentation: - improve/rewrite `README.md` - update contributor list - update `index.php` header Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Update project information: contributors, `index.php` header | VirtualTam | 2015-09-14 | 2 | -6/+18 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> |