aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/RssType.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix display the form errors correctlyadev2017-05-051-0/+1
| | | | | | | | | Use `property_path` form option to map underscored form fields to object properties @see https://github.com/symfony/symfony/issues/9162#issuecomment-25431148 Fix #3067
* Convert array + phpDocJeremy Benoist2016-04-121-6/+6
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Convert english translation fileJeremy Benoist2016-03-201-2/+6
| | | | | | | - 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-2/+3
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Update to Symfony 2.7Jeremy Benoist2015-06-021-2/+2
| | | | And fix some deps instead of using dev tags
* CSJeremy Benoist2015-05-301-0/+1
|
* Add testsJeremy2015-03-311-1/+1
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-311-0/+29
will fix #1000