]> git.immae.eu Git - github/wallabag/wallabag.git/commit
store estimated reading time / filters on reading time 1297/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 7 Aug 2015 20:20:30 +0000 (22:20 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 12 Aug 2015 07:01:29 +0000 (09:01 +0200)
commit2686457448372543fdf4f1fc54c4fd20f0f02c2c
tree485eeecc3bd3db3613d47de25662d5c9163e4afe
parentfedaf005377e6d62ff0986f7f54afef3287a6451
store estimated reading time / filters on reading time
20 files changed:
app/AppKernel.php
app/SymfonyRequirements.php
app/check.php
app/config/config.yml
composer.json
composer.lock
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/RssController.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Filter/EntryFilterType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Helper/Tools.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Resources/views/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/Entry/entries.xml.twig
src/Wallabag/CoreBundle/Resources/views/themes/_global/public/css/style.css
src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/print.css
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
src/Wallabag/CoreBundle/Twig/Extension/WallabagExtension.php