]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Move icon into the top menu bar
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 19 Jan 2019 21:08:29 +0000 (22:08 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 19 Jan 2019 21:24:10 +0000 (22:24 +0100)
commit50f35f0db2be9586205e793f315608eec59c9666
tree0f88f3ab6ad32db026494a7104341c45ee997515
parent9a57653aec85b0f5220436d5cb76545e66c24a11
Move icon into the top menu bar

Change the way to select a random entry:
- select all ids from the given user (with filters)
- choose randomly one in php
- find that entry
22 files changed:
app/Resources/static/themes/material/index.js
app/Resources/static/themes/material/js/tools.js
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Repository/EntryRepository.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.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/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
web/wallassets/material.js