aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
Commit message (Collapse)AuthorAgeFilesLines
...
* CSJeremy Benoist2015-05-301-4/+4
|
* Add testsJeremy2015-03-311-0/+20
| | | | and fix few mistakes
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-061-2/+19
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-2/+2
|
* 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