aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command
Commit message (Collapse)AuthorAgeFilesLines
* sqlite doesn't support getListDatabasesSQLJeremy2015-02-221-0/+11
|
* Improve install command & add testJeremy2015-02-221-63/+207
| | | | | | 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 default value for new userJeremy2015-02-221-5/+4
|
* Implement simple configJeremy2015-02-161-15/+7
|
* Update UserConfig schemaJeremy2015-02-161-6/+6
|
* rename User entityNicolas LÅ“uillet2015-02-061-2/+2
|
* New wallabag installerJeremy2015-02-011-0/+165
Instead of the legacy bin/install here is a symfony command that can initialize wallabag. There are still work to do on the requirements part (to be sure that wallabag can run like a charm). I've also added (but commented) the fixtures load part (which will need an extra doctrine package). We'll see that point later.