MyShaarli/application
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
..
.htaccess LinkDB: move to a proper file, add test coverage 2015-06-11 00:45:45 +02:00
ApplicationUtils.php Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +01:00
Cache.php Cache: simplify cached content cleanup, improve tests 2015-08-13 23:51:31 +02:00
CachedPage.php CachedPage: move to a proper file, add tests 2015-08-13 23:48:06 +02:00
Config.php Plugin system - CORE 2015-11-07 15:27:17 +01:00
FileUtils.php install: check file/directory permissions for Shaarli resources 2015-11-24 01:12:35 +01:00
HttpUtils.php Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +01:00
LinkDB.php Fixes #426 - Do not filter with blank tags. 2016-01-06 19:53:25 +01:00
LinkFilter.php Link filter refactoring 2016-01-06 19:53:04 +01:00
LinkUtils.php Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +01:00
PluginManager.php Template upgrade to handle plugin zones 2015-11-07 15:27:22 +01:00
Router.php Fixes #403: build the daily page through renderPage() 2015-12-08 15:51:49 +01:00
TimeZone.php Installation: default to the server's timezone 2015-08-04 23:54:03 +02:00
Url.php Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +01:00
Utils.php Link filter refactoring 2016-01-06 19:53:04 +01:00