aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/RssControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Multiple tag search was broken from APIJeremy Benoist2017-09-061-3/+3
| | | | | | | | | | First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-29/+29
|
* Fix testsJeremy Benoist2017-06-211-1/+1
|
* Add RSS tags feedsJeremy Benoist2017-06-211-8/+33
|
* Fix testsJeremy Benoist2016-11-201-9/+5
|
* Add RSS paginationJeremy Benoist2016-11-201-4/+53
| | | | Following https://tools.ietf.org/html/rfc5005#page-4
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+126