aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/NewTagType.php
Commit message (Collapse)AuthorAgeFilesLines
* Added new tag form in mobile view for Material themeNicolas LÅ“uillet2016-11-081-1/+10
| | | | Fix #2376
* Convert array + phpDocJeremy Benoist2016-04-121-3/+3
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Convert english translation fileJeremy Benoist2016-03-201-2/+0
| | | | | | | - 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>`
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-3/+5
| | | | symfony-upgrade-fixer fix src/Wallabag/
* assign tags to an entryNicolas LÅ“uillet2015-08-221-0/+30