MyShaarli/tests/plugins
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
..
test Unit tests for Router and PluginManager. 2015-11-07 15:27:22 +01:00
PluginAddlinkTest.php unit test for addlink_toolbar + coding style 2015-11-08 12:40:14 +01:00
PluginArchiveorgTest.php Add unit test for archiveorg plugin 2015-11-07 16:40:25 +01:00
PluginPlayvideosTest.php Add unit tests for Playvideos plugin 2015-11-07 16:30:56 +01:00
PluginReadityourselfTest.php unit tests for readityourself plugin + remove hard error 2015-11-08 12:42:29 +01:00
PluginWallabagTest.php unit tests for the wallabag plugin 2015-11-08 12:44:29 +01:00
PlugQrcodeTest.php URL encode links when a redirector is set. 2015-11-26 20:14:38 +01:00