MyShaarli/tests
ArthurHoaro 1557cefbd7 Fixes #410 - Retrieve title fails in multiple cases
* `get_http_url()` renamed to `get_http_response()`.
  * Use the same HTTP context to retrieve response headers and content.
  * Follow HTTP 301 and 302 redirections to retrieve the title (default max 3 redirections).
  * Add `LinkUtils` to extract titles and charset.
  * Try to retrieve charset from HTTP headers first (new), then HTML content.
  * Use mb_string to re-encode title if necessary.
2016-01-11 21:19:31 +01:00
..
HttpUtils Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +01:00
plugins Merge pull request #417 from ArthurHoaro/wallabag-improve 2016-01-02 20:09:29 +01:00
Url Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +01:00
utils Link filter refactoring 2016-01-06 19:53:04 +01:00
.htaccess LinkDB: move to a proper file, add test coverage 2015-06-11 00:45:45 +02:00
ApplicationUtilsTest.php application: default to the "stable" branch for update checks 2015-11-27 00:10:43 +01:00
CachedPageTest.php application: refactor version checks, move to ApplicationUtils 2015-11-26 23:19:37 +01:00
CacheTest.php Remove dummycache folder on tear down. 2015-12-03 19:27:34 +01:00
ConfigTest.php Unit tests for Router and PluginManager. 2015-11-07 15:27:22 +01:00
LinkDBTest.php Link filter refactoring 2016-01-06 19:53:04 +01:00
LinkFilterTest.php Link filter refactoring 2016-01-06 19:53:04 +01:00
LinkUtilsTest.php Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +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