aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTagData.php
Commit message (Collapse)AuthorAgeFilesLines
* Multiple tag search was broken from APIJeremy Benoist2017-09-061-1/+8
| | | | | | | | | | 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.
* Fixed export by tags with a tag which contains spaceNicolas LÅ“uillet2016-12-271-1/+1
|
* Add tests for tag list routesNicolas LÅ“uillet2016-08-231-0/+7
|
* Remove user reference in tagJeremy Benoist2015-12-291-0/+41
Fix #1543