MyShaarli/tests
ArthurHoaro 90e5bd65c9 URL encode links when a redirector is set.
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
2015-11-26 20:14:38 +01:00
..
HttpUtils HTTP: move server URL functions to HttpUtils.php 2015-09-14 20:27:16 +02:00
plugins URL encode links when a redirector is set. 2015-11-26 20:14:38 +01:00
Url cleanup: remove the executable bit from source scripts 2015-11-11 19:19:24 +01:00
utils Session ID: extend the regex to match possible hash representations 2015-09-06 16:14:24 +02:00
.htaccess LinkDB: move to a proper file, add test coverage 2015-06-11 00:45:45 +02:00
ApplicationUtilsTest.php application: move checkPHPVersion from Utils to ApplicationUtils 2015-11-24 01:40:44 +01:00
CachedPageTest.php CachedPage: move to a proper file, add tests 2015-08-13 23:48:06 +02:00
CacheTest.php Cache: simplify cached content cleanup, improve tests 2015-08-13 23:51:31 +02:00
ConfigTest.php Unit tests for Router and PluginManager. 2015-11-07 15:27:22 +01:00
LinkDBTest.php URL encode links when a redirector is set. 2015-11-26 20:14:38 +01:00
PluginManagerTest.php Unit tests for Router and PluginManager. 2015-11-07 15:27:22 +01:00
RouterTest.php Unit tests for Router and PluginManager. 2015-11-07 15:27:22 +01:00
TimeZoneTest.php Installation: default to the server's timezone 2015-08-04 23:54:03 +02:00
UtilsTest.php URL encode links when a redirector is set. 2015-11-26 20:14:38 +01:00