]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Added http_status in Entry entity
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 18 Nov 2016 14:09:21 +0000 (15:09 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 18 Nov 2016 14:09:21 +0000 (15:09 +0100)
commit10b3509757c704943aa9cdd69c1d02bedfa937a3
tree2fee613487ecea37a2b938611dd3711248774818
parentb060fbdfe763bf4fa2b17d43bccc6751cefd0d2c
Added http_status in Entry entity
23 files changed:
app/DoctrineMigrations/Version20161118134328.php [new file with mode: 0644]
docs/de/user/filters.rst
docs/en/user/filters.rst
docs/fr/user/filters.rst
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
src/Wallabag/CoreBundle/Helper/ContentProxy.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.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php