]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Added a simple search engine
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 4 Nov 2016 22:24:43 +0000 (23:24 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 19 Nov 2016 18:17:30 +0000 (19:17 +0100)
commitee122a7528f55dfb5f02e351c509d00b756fedaa
treeb4b134dc00dda3394a1ab01408369803c8b0b889
parent27dce581caba158a8ffffa5bc30648a21f47da12
Added a simple search engine
Fix #18
15 files changed:
app/Resources/static/themes/material/css/main.css
app/Resources/static/themes/material/js/init.js
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/ExportController.php
src/Wallabag/CoreBundle/Form/Type/SearchEntryType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
web/bundles/wallabagcore/themes/baggy/css/style.min.css
web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
web/bundles/wallabagcore/themes/material/css/style.min.css
web/bundles/wallabagcore/themes/material/js/material.min.js