aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/feed/FeedBuilderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-1/+9
| | | | | | | A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to #143
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-1/+3
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-9/+9
|
* Fix subfolder configuration in unit testsArthurHoaro2020-09-121-6/+7
|
* Fixed: Pinned bookmarks are displayed first in ATOM/RSS feedsArthurHoaro2020-08-291-6/+6
| | | | Fixes #1485
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-9/+9
|
* Make FeedBuilder instance creation independant of the request stackArthurHoaro2020-07-231-48/+15
|
* Slim router: handle add tag routeArthurHoaro2020-07-231-1/+1
|
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-181-1/+1
| | | | | | | | The new bookmark service wasn't handling private tags properly. nomarkdown tag is now shown only for logged in user in bookmarks, and hidden for everyone in tag clouds/lists. Fixes #726
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-20/+83
| | | | See #1307
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-3/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-121-0/+250
Signed-off-by: VirtualTam <virtualtam@flibidi.net>