aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FeedBuilderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-121-245/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add a button to set links as stickyArthurHoaro2018-10-061-9/+9
| | | | | | Meaning that they always appear on top of all links Fixes #186
* Move PubSubHubbub code as a default pluginArthurHoaro2016-12-201-14/+0
|
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-5/+5
| | | | | | | All existing link will keep their permalinks. New links will have smallhash generated with date+id. The purpose of this is to avoid collision between links due to their creation date.
* Unit Test for the new ID systemArthurHoaro2016-12-121-13/+18
|
* Fix hashtags links in FeedsArthurHoaro2016-10-201-0/+1
| | | | Make the hashtag link absolute in feeds to work properly in RSS syndication tools.
* Fix: return the proper value for the "self" feed attributeVirtualTam2016-10-161-0/+33
| | | | | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/629 Closes https://github.com/shaarli/Shaarli/pull/630 Note: you might need to empty the "pagecache" directory for the fix to be taken into account Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Set updated date for items in feedsArthurHoaro2016-08-031-3/+11
| | | | | RSS doesn't support updated date for items, so we use the ATOM extension. Updated dates also bump the global update
* Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-091-3/+3
|\ | | | | Introduce a configuration manager
| * Replace $GLOBALS configuration with the configuration manager in the whole ↵ArthurHoaro2016-06-111-3/+3
| | | | | | | | code base
* | Fixes #497: ignore case difference between tagsArthurHoaro2016-05-311-1/+1
|/ | | | | | | | While retrieving all tags, case differences will be ignored. This affects: * tag cloud * tag autocompletion
* FeedBuilder unit testsArthurHoaro2016-03-251-0/+212