aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
Commit message (Collapse)AuthorAgeFilesLines
...
* relation between tags and entriesNicolas Lœuillet2015-03-062-61/+9
|
* fixtures for tagNicolas Lœuillet2015-03-061-0/+19
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-0/+42
|
* Improve install command & add testJeremy2015-02-222-1/+46
| | | | | | Also add fixtures for Config InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)
* Handle password changeJeremy2015-02-171-2/+2
|
* Add more tests on Entry controllerJeremy2015-02-102-3/+35
| | | | Also add more fixtures
* Add some fixturesJeremy2015-02-082-0/+69
Improve test, so user can login Fix some leftJoin Cleanup EntryController