aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Convert english translation fileJeremy Benoist2016-03-201-38/+81
| | | | | | | - 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>`
* Fix translations mistakeJeremy Benoist2016-03-071-2/+1
| | | | In Material template, move the developer link in the left menu (like in baggy)
* 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
* Fix #1597: first draft to create new client for the APINicolas Lœuillet2016-02-291-0/+1
|
* lots of diverse translation stuff & some typosThomas Citharel2016-02-111-1/+1
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+3
|
* Move public assets for themesJeremy Benoist2016-01-221-6/+6
| | | | | 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/...`
* create controller to launch import commandNicolas Lœuillet2016-01-021-0/+1
|
* Start work on exportThomas Citharel2015-11-091-0/+1
| | | | | | | | For now: - ebook - mobi - pdf - csv
* Other improvementsAlexandr Danilov2015-10-091-1/+1
|
* Icons in footerAlexandr Danilov2015-10-091-14/+16
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-2/+1
|
* restore footerNicolas Lœuillet2015-10-011-0/+37
|
* french translationNicolas Lœuillet2015-10-011-38/+2
|
* flash messages translationNicolas Lœuillet2015-09-301-1/+1
|
* french translationNicolas Lœuillet2015-09-301-1/+1
|
* some cleanup on material themeNicolas Lœuillet2015-09-291-1/+1
|
* filters: implement status filter and a new view (to display all entries)Nicolas Lœuillet2015-08-211-0/+1
|
* Add title in "picto-link"Jeremy Benoist2015-08-201-3/+3
| | | | Picto aren't always obvious for every one. So it's better to have some title when we move the mouse over.
* Merge remote-tracking branch 'origin/v2' into v2_materialAlexandr Danilov2015-08-171-7/+6
|\
| * fix diaspora urlNicolas Lœuillet2015-08-131-1/+1
| |
| * change title for material pages / about pageNicolas Lœuillet2015-08-131-7/+6
| |
* | #1320 Design for filtersAlexandr Danilov2015-08-121-7/+1
| |
* | fix #1321Alexandr Danilov2015-08-121-1/+1
|/
* add new post form in material headerNicolas Lœuillet2015-08-121-2/+7
|
* Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-101-2/+3
|\ | | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
* | fix #1281Alexandr Danilov2015-08-081-8/+61
| |
* | fix #1281 (notifications when we star articles are buggy)Alexandr Danilov2015-08-081-0/+8
|/ | | | All notification corrected
* Added Material themeAlexandr Danilov2015-08-041-0/+54