aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/NewEntryType.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert array + phpDocJeremy Benoist2016-04-121-4/+4
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Convert english translation fileJeremy Benoist2016-03-201-3/+4
| | | | | | | - 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/
* Merge branch 'v2' into v2-edit-titleNicolas LÅ“uillet2015-06-081-2/+2
|
* Add basic title editionJeremy Benoist2015-06-021-0/+30
Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.