aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag
Commit message (Collapse)AuthorAgeFilesLines
* Improved tags list for material viewNicolas Lœuillet2020-04-201-11/+8
|
* Remove link when there are no untagged articlesJeremy Benoist2019-06-061-1/+5
|
* Show untagged entries count on tag listKevin Decherf2019-06-051-1/+1
| | | | | | Closes #3235 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix tests & cs & migrationJeremy Benoist2019-04-261-1/+1
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-1/+1
|
* Update tag list template to allow renaming.Stéphane HULARD2018-09-251-1/+12
| | | | | | | | * Add a form on each tag to handle rename action. * Add JavaScript to handle action on the corresponding page inside the global index.js file. * Add support for the 2 active themes : material / baggy The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response.
* Tags list view improvedSimounet2017-12-081-3/+3
| | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links.
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* add rss iconThomas Citharel2017-06-211-0/+3
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.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.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * fix #2559Yuriy Evdokimov2016-11-081-1/+1
| |
* | Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-081-1/+2
|/ | | | Fix #2376
* 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