aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #417 from ArthurHoaro/wallabag-improveVirtualTam2016-01-022-1/+63
|\ \ | | | | | | Wallabag plugin improvement
| * | Wallabag plugin improvementArthurHoaro2015-12-272-1/+63
| |/ | | | | | | | | | | | | | | * Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated.
* / 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
* Merge pull request #281 from ArthurHoaro/plugin-wallabagArthur2015-11-081-0/+49
|\ | | | | PLUGIN wallabag
| * unit tests for the wallabag pluginArthurHoaro2015-11-081-0/+49
| | | | | | | | | | + removed exit error if the config is not found + coding style
* | Merge pull request #280 from ArthurHoaro/plugin-readityourselfArthur2015-11-081-0/+75
|\ \ | | | | | | PLUGIN readityourself
| * | unit tests for readityourself plugin + remove hard errorArthurHoaro2015-11-081-0/+75
| |/
* | Merge pull request #279 from ArthurHoaro/plugin-addlink_toolbarArthur2015-11-081-0/+100
|\ \ | | | | | | PLUGIN: addlink_toolbar
| * | unit test for addlink_toolbar + coding styleArthurHoaro2015-11-081-0/+100
| |/
* | Merge pull request #284 from ArthurHoaro/plugin-playvideosArthur2015-11-071-0/+61
|\ \ | | | | | | PLUGIN playvideos
| * | Add unit tests for Playvideos pluginArthurHoaro2015-11-071-0/+61
| |/ | | | | | | + coding style
* | Merge pull request #285 from ArthurHoaro/plugin-qrcodeArthur2015-11-071-0/+67
|\ \ | | | | | | PLUGIN QRCode
| * | Add unit tests for the QRCode pluginArthurHoaro2015-11-071-0/+67
| |/ | | | | | | + coding style
* / Add unit test for archiveorg pluginArthurHoaro2015-11-071-0/+48
|/ | | | + coding style
* Unit tests for Router and PluginManager.ArthurHoaro2015-11-071-0/+0
|
* Plugin system - COREArthurHoaro2015-11-071-0/+21
see shaarli/Shaarli#275