]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
Add ability to reset some datas
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 07:26:32 +0000 (09:26 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Oct 2016 11:13:06 +0000 (13:13 +0200)
commit206bade58a279d7f2e34c2dbada10366b90d2d6b
tree6c5fc1fe65dfa9e661a09b3fd92253f2931b84de
parente8331dd9e7772a396bb211459eca4a682c8e947e
Add ability to reset some datas

- annotations
- tags
- entries
18 files changed:
app/DoctrineMigrations/Version20161001072726.php [new file with mode: 0644]
src/Wallabag/AnnotationBundle/Entity/Annotation.php
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Repository/TagRepository.php
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php