aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/ConfigType.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix display the form errors correctlyadev2017-05-051-0/+4
| | | | | | | | | 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
* Added constants for redirection valuesNicolas Lœuillet2016-11-161-2/+3
|
* Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+7
| | | | Fix #496
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+3
|
* CSJeremy Benoist2016-08-171-1/+3
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-2/+0
|
* Convert array + phpDocJeremy Benoist2016-04-121-16/+16
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add reading time translationJeremy Benoist2016-03-211-5/+5
|
* Convert english translation fileJeremy Benoist2016-03-201-2/+9
| | | | | | | - 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>`
* Replace slider with selectNicolas Lœuillet2016-03-141-6/+6
|
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-141-0/+8
|
* Update bundle & stock fileJeremy Benoist2016-01-151-1/+2
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-4/+6
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Language selection on config screenNicolas Lœuillet2015-10-151-3/+9
|
* Update to Symfony 2.7Jeremy Benoist2015-06-021-3/+6
| | | | 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 LiipThemeBundleJeremy2015-03-011-11/+14
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-1/+1
|
* Implement simple configJeremy2015-02-161-0/+41