]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - application/http/UrlUtils.php
Wallabag plugin improvement 417/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 22 Dec 2015 09:20:27 +0000 (10:20 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 27 Dec 2015 14:30:34 +0000 (15:30 +0100)
commit938d9cce77ed5098dd69643795cb4014f3688b35
treeb0bbdd80b81e6f54009f0c67631e69020e2f4399
parent79851b489087f8a3027ecd805255cd13ee6fcf63
Wallabag plugin improvement

  * Fixes a bug where URL weren't properly encoded.
  * Adds Wallabag V2 support.
  * Adds a URL function to handle trailing slash.
  * UT.
  * README updated.
application/Url.php
plugins/wallabag/README.md
plugins/wallabag/WallabagInstance.php [new file with mode: 0644]
plugins/wallabag/config.php.dist
plugins/wallabag/wallabag.html
plugins/wallabag/wallabag.php
tests/Url/UrlTest.php
tests/plugins/PluginWallabagTest.php
tests/plugins/WallabagInstanceTest.php [new file with mode: 0644]