aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode
Commit message (Collapse)AuthorAgeFilesLines
* 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