aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/EditEntryType.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert array + phpDocJeremy Benoist2016-04-121-10/+10
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Convert english translation fileJeremy Benoist2016-03-201-3/+16
| | | | | | | - 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>`
* [#1604] First draft to fix SensioLabsInsight reportNicolas LÅ“uillet2016-01-221-5/+0
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-4/+7
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Add basic title editionJeremy Benoist2015-06-021-0/+36
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.