aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix relations export for EntryJeremy Benoist2016-10-071-0/+4
| | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* Remove user reference in tagJeremy Benoist2015-12-291-15/+4
| | | | Fix #1543
* Entry data should have unique urlJeremy Benoist2015-12-281-6/+6
|
* Fix testsJeremy Benoist2015-11-091-0/+6
|
* Fix tests for allJeremy Benoist2015-09-281-0/+1
|
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-0/+12
| | | | So, everything is centralized in one place when we save a new entry.
* Entries filter on languageJeremy Benoist2015-09-231-0/+6
| | | | + updated deps
* CSJeremy Benoist2015-08-201-2/+2
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* 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-061-0/+9
|
* Improve install command & add testJeremy2015-02-221-1/+1
| | | | | | 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)
* Add more tests on Entry controllerJeremy2015-02-101-2/+21
| | | | Also add more fixtures
* Add some fixturesJeremy2015-02-081-0/+35
Improve test, so user can login Fix some leftJoin Cleanup EntryController