MyShaarli/application
Guillaume Virlet ef591e7ee2 Url: introduce global helper functions for cleanup and scheme detection
Relates to #314 & #326

Additions:
 - add global `cleanup_url()` and `get_url_scheme()` functions

Modifications:
 - replace `Url` usage in `index.php` by calls to global functions
 - fix `Url` tests not being run: PHPUnit expects a single test class per file
   - move classes to separate files
2015-09-08 22:00:37 +02:00
..
.htaccess LinkDB: move to a proper file, add test coverage 2015-06-11 00:45:45 +02: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 PHP: ensure 5.3 compatibility, refactor timezone utilities 2015-07-13 13:06:06 +02:00
HttpUtils.php HTTP: move utils to a proper file, add tests 2015-09-06 19:30:26 +02:00
LinkDB.php Url: introduce global helper functions for cleanup and scheme detection 2015-09-08 22:00:37 +02:00
TimeZone.php Installation: default to the server's timezone 2015-08-04 23:54:03 +02:00
Url.php Url: introduce global helper functions for cleanup and scheme detection 2015-09-08 22:00:37 +02:00
Utils.php Session ID: extend the regex to match possible hash representations 2015-09-06 16:14:24 +02:00