aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FeedBuilderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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