Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fixes #403 : Remove QRCode in core CSS and fix plugin layout | ArthurHoaro | 2015-12-07 | 1 | -5/+3 |
| | |||||
* | 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 | ||||
* | Add unit tests for the QRCode plugin | ArthurHoaro | 2015-11-07 | 1 | -4/+9 |
| | | | | + coding style | ||||
* | PLUGIN QRCode | ArthurHoaro | 2015-11-07 | 6 | -0/+1317 |
Add an icon in linklist to display links QRCode |