aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag
Commit message (Collapse)AuthorAgeFilesLines
* Update tag list template to allow renaming.Stéphane HULARD2018-09-251-3/+15
| | | | | | | | * 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.
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-1/+6
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix tags count in tags list on baggyJeremy Benoist2017-06-101-1/+1
|
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-1/+1
| | | | | | 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/+4
| | | | Fix #1631
* Translations and baggy view for tagsNicolas 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-10/+11
| | | | | | | - 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-9/+8
|
* Move baggy theme in its folderJeremy Benoist2015-09-132-0/+28