aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
Commit message (Collapse)AuthorAgeFilesLines
* Add default value for list_modeJeremy Benoist2016-12-121-0/+3
|
* Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+3
| | | | Fix #496
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+3
|
* Change ManyToMany between entry & tagJeremy Benoist2016-06-231-1/+0
| | | | | | | | | | | | Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed
* Move fixtures to the right placeJeremy Benoist2016-06-231-6/+0
|
* Fixed fixtures for configNicolas Lœuillet2016-03-141-0/+3
|
* Quickstart for beginnersNicolas Lœuillet2016-01-151-0/+9
|
* Add custom email for 2FAJeremy Benoist2015-12-291-2/+2
| | | | Related #1490
* Add a quick testKévin Gomez2015-11-131-0/+8
|
* CSJeremy Benoist2015-08-201-2/+2
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* set material to default theme \o/Nicolas Lœuillet2015-08-041-1/+1
|
* Improve install command & add testJeremy2015-02-221-0/+45
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)