Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | URL cleanup: add 'campaign_' to the annoying parameters | VirtualTam | 2017-01-04 | 1 | -34/+68 |
| | | | | | | Closes https://github.com/shaarli/Shaarli/issues/735 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Url: introduce global helper functions for cleanup and scheme detection | Guillaume Virlet | 2015-09-08 | 1 | -0/+76 |
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 |