aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Convert english translation fileJeremy Benoist2016-03-201-18/+18
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Cleanup formJeremy Benoist2016-03-051-0/+1
| | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
* improve baggy theme (add new tag panel)Thomas Citharel2016-02-141-4/+4
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+3
|
* Move public assets for themesJeremy Benoist2016-01-221-11/+11
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* add import link on baggy themeNicolas Lœuillet2016-01-091-0/+1
|
* implement bookmarkletNicolas Lœuillet2015-10-081-0/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-1/+1
|
* Cleanup base layoutJeremy Benoist2015-09-131-0/+51
|
* Remove some global assetsJeremy Benoist2015-09-131-0/+4
| | | | | Some global assets where dedicated to baggy Remove some non-used css
* Cleanup & simplify themeJeremy2015-03-011-41/+15
|
* Add LiipThemeBundleJeremy2015-03-011-0/+43
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))