aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PlugQrcodeTest.php
Commit message (Collapse)AuthorAgeFilesLines
* QRCode plugin: use url instead of real_urlArthurHoaro2015-12-221-2/+2
| | | | | | Fixes #414 and avoid usage of redirector in QRCode. Also fixed a bug with URL encoding.
* URL encode links when a redirector is set.ArthurHoaro2015-11-261-2/+2
| | | | | | | | | | | | | | | | | 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-0/+67
+ coding style