]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Removed old, not so maintained and buggy baggy theme remove-baggy 4332/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 14 Apr 2020 14:01:14 +0000 (16:01 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 14 Apr 2020 14:01:14 +0000 (16:01 +0200)
commit39676caf83a3d85203a769295d65c8ce32953883
tree1c98d8fdcdf8aa6941a21290bcbe883132ea891f
parent2b21cc8869c9a6cbcc14a10aa6f39a10c3b8c4a0
Removed old, not so maintained and buggy baggy theme
49 files changed:
app/DoctrineMigrations/Version20200414120227.php [new file with mode: 0644]
app/Resources/static/themes/baggy/css/article.scss [deleted file]
app/Resources/static/themes/baggy/css/guide.scss [deleted file]
app/Resources/static/themes/baggy/css/index.scss [deleted file]
app/Resources/static/themes/baggy/css/layout.scss [deleted file]
app/Resources/static/themes/baggy/css/login.scss [deleted file]
app/Resources/static/themes/baggy/css/main.css [deleted file]
app/Resources/static/themes/baggy/css/media_queries.scss [deleted file]
app/Resources/static/themes/baggy/css/messages.scss [deleted file]
app/Resources/static/themes/baggy/css/pictos.scss [deleted file]
app/Resources/static/themes/baggy/css/print.scss [deleted file]
app/Resources/static/themes/baggy/css/ratatouille.scss [deleted file]
app/Resources/static/themes/baggy/css/save.scss [deleted file]
app/Resources/static/themes/baggy/img/blank.png [deleted file]
app/Resources/static/themes/baggy/img/down.png [deleted file]
app/Resources/static/themes/baggy/img/list.png [deleted file]
app/Resources/static/themes/baggy/img/table.png [deleted file]
app/Resources/static/themes/baggy/img/top.png [deleted file]
app/Resources/static/themes/baggy/index.js [deleted file]
app/Resources/static/themes/baggy/js/autoCompleteTags.js [deleted file]
app/Resources/static/themes/baggy/js/shortcuts/entry.js [deleted file]
app/Resources/static/themes/baggy/js/shortcuts/main.js [deleted file]
app/Resources/static/themes/baggy/js/uiTools.js [deleted file]
app/config/config.yml
app/config/webpack/common.js
src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/edit.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/new.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/new_form.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/search_form.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Exception/error.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Mail/forgotPassword.txt.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/README.md [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/SiteCredential/edit.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/SiteCredential/index.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/SiteCredential/new.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/new_form.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/baggy/screenshot.jpg [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php