aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LinkDBTest.php
Commit message (Expand)AuthorAgeFilesLines
* Support text search across link fields.ArthurHoaro2016-02-151-0/+1
* Improved search: combine AND, exact terms and exclude search.ArthurHoaro2016-02-151-0/+1
* Private/Hidden tagsArthurHoaro2016-02-151-0/+19
* Add exclusion in tag searchArthurHoaro2016-02-151-2/+4
* Link filter refactoringArthurHoaro2016-01-061-208/+21
* application: refactor version checks, move to ApplicationUtilsVirtualTam2015-11-261-1/+1
* URL encode links when a redirector is set.ArthurHoaro2015-11-261-0/+23
* install: check file/directory permissions for Shaarli resourcesVirtualTam2015-11-241-2/+3
* CachedPage: move to a proper file, add testsVirtualTam2015-08-131-6/+2
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-131-6/+6
* LinkDB: prefix private members with an underscoreVirtualTam2015-07-091-2/+2
* LinkDB::filterDay(): check input date formatVirtualTam2015-07-091-10/+13
* LinkDBTest: only check that the datastore is created and non-emptyVirtualTam2015-06-281-10/+4
* Merge remote-tracking branch 'ArthurHoaro/default-links'nodiscc2015-06-261-7/+7
|\
| * Fixes unit tests: checking datastore filesize instead of hash.ArthurHoaro2015-06-241-7/+7
* | LinkDB: do not access global variablesVirtualTam2015-06-241-19/+13
|/
* LinkDB: add 'hidePublicLinks' parameter to the constructorVirtualTam2015-06-241-10/+27
* LinkDB: move to a proper file, add test coverageVirtualTam2015-06-111-0/+509