aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-0/+1
|
* Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-2/+1
|
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-1/+2
| | | | | | | | | - Shaarli can be fully used by prefixing any URL with /index.php/ - {$base_path} used in templates already works with this configuration - Assets path (outside of theme's assets) must be prefixed with {$root_url}/ - Documentation section in « Server configuration » Fixes #1590
* Fix plugin base path in core pluginsArthurHoaro2020-09-221-2/+2
| | | | | | | Also fix note check in archiveorg plugin, and regression on vintage template. Documentation regarding relative path has been added. Fixes #1548
* Fix broken css/js files on individual shaare pagesImmánuel!2020-09-061-2/+2
|
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-262-9/+11
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-3/+3
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Remove QRCode link to an external serviceArthurHoaro2019-05-252-2/+1
|
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\RouterVirtualTam2019-01-121-0/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: apply phpcbf to plugins/VirtualTam2018-12-021-1/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Shaarli's translationArthurHoaro2017-10-222-1/+10
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-121-0/+28
| | | | | Fixes #33 (wow!) Relates to #395
* Plugins W3C complianceArthurHoaro2016-11-051-1/+1
| | | | Add an alt attribute to images
* Fixes #411: remove hardcoded plugin icon sizeArthurHoaro2016-02-281-1/+1
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+1
|
* tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+0
| | | | | | | | Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #418 from ArthurHoaro/qrcode-bugVirtualTam2015-12-231-1/+5
|\ | | | | QRCode plugin: use url instead of real_url
| * QRCode plugin: use url instead of real_urlArthurHoaro2015-12-221-1/+5
| | | | | | | | | | | | Fixes #414 and avoid usage of redirector in QRCode. Also fixed a bug with URL encoding.
* | Fixes QRCode styleArthurHoaro2015-12-214-5/+52
|/ | | | | * 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 layoutArthurHoaro2015-12-071-5/+3
|
* 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
* 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