]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add ability to import/export tagging rules 4028/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 26 Jun 2019 20:31:47 +0000 (22:31 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 8 Jul 2019 07:38:32 +0000 (09:38 +0200)
commit34be2d5de44ade2a78be73decc0b90a2c1bca720
treed635438784c4b02e1d182cfbc3d47b62e5032f1d
parent92cd51aa2c29e23f137cde9b9732ced33ff38e59
Add ability to import/export tagging rules

- Add missing translations
- Add some tests
- Add `/api/taggingrule/export` API endpoint
- Add baggy theme
- Add error message when importing tagging rules failed
- Also fix all translations (I think we are good now)
25 files changed:
.gitignore
src/Wallabag/ApiBundle/Controller/TaggingRuleRestController.php [new file with mode: 0644]
src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Entity/TaggingRule.php
src/Wallabag/CoreBundle/Form/Type/TaggingRuleImportType.php [new file with mode: 0644]
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.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
tests/Wallabag/ApiBundle/Controller/TaggingRuleRestControllerTest.php [new file with mode: 0644]
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json [new file with mode: 0644]