aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag
Commit message (Collapse)AuthorAgeFilesLines
* fix #2559Yuriy Evdokimov2016-11-081-1/+1
|
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-5/+12
| | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
* Add untagged entriesNicolas Lœuillet2016-08-281-0/+3
| | | | Fix #1631
* Links on each tag in Tags viewNicolas Lœuillet2016-08-231-1/+1
|
* Rename getEntriesByUser method to getEntriesByUserIdNicolas Lœuillet2016-05-041-1/+1
|
* Fix number of entries in tag/listNicolas Lœuillet2016-05-031-1/+1
| | | | Fix #2006
* Fix tags listingNicolas Lœuillet2016-05-021-1/+1
| | | | | Fix #1994 * Remove unused method in tag repository
* Convert english translation fileJeremy Benoist2016-03-202-3/+3
| | | | | | | - 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>`
* More translationsJeremy Benoist2016-02-121-8/+7
|
* improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+1
| | | | each tag
* fix #1378: nice display for tags listNicolas Lœuillet2015-08-241-1/+0
|
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+15
|
* fix tag view in material themeNicolas Lœuillet2015-08-181-0/+15