aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LinkDBTest.php
Commit message (Expand)AuthorAgeFilesLines
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-647/+0
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-121-3/+1
* namespacing: \Shaarli\Exceptions\IOExceptionVirtualTam2019-01-121-1/+3
* lint: apply phpcbf to tests/VirtualTam2018-12-021-3/+3
* Add a button to set links as stickyArthurHoaro2018-10-061-4/+6
* Tag sort - UT + comment + fix filter and visibilityArthurHoaro2018-05-291-0/+100
* Move tag renaming code to LinkDB and unit test itArthurHoaro2017-08-051-0/+55
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-1/+1
|\
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-251-1/+1
* | Adding ability to display subtags in tagcloudLucas Cimon2017-05-241-2/+29
* | Move database read/write to FileUtils class + additional unit testsArthurHoaro2017-03-211-1/+1
|/
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-11/+11
* Unit Test for the new ID systemArthurHoaro2016-12-121-6/+33
* LinkDB: update datastore method namesVirtualTam2016-10-201-4/+4
* LinkDB: do not prefix privates with an underscoreVirtualTam2016-10-201-2/+2
* Better whitespace handling in tagsArthurHoaro2016-08-021-26/+4
* add unit testChris Kuethe2016-08-021-0/+26
* Merge pull request #558 from ArthurHoaro/hashtag4Arthur2016-07-091-1/+3
|\
| * Hashtag systemArthurHoaro2016-06-061-1/+3
* | Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-091-1/+1
|\ \ | |/ |/|
| * Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-111-1/+1
* | Merge pull request #583 from ArthurHoaro/enhance/tag-caseArthur2016-06-031-2/+4
|\ \ | |/ |/|
| * Fixes #497: ignore case difference between tagsArthurHoaro2016-05-311-2/+4
* | Fixes #480: add an option to urlencode redirector URLArthurHoaro2016-04-091-0/+7
|/
* Refactor filter in LinkDBArthurHoaro2016-03-251-4/+52
* 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