]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Validate language & preview picture fields
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 8 Jun 2017 19:51:46 +0000 (21:51 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 8 Jun 2017 19:51:46 +0000 (21:51 +0200)
commit0d349ea67073c535e1aa7f19f3cf842a54458bfe
treec5449f49c941ea7cc09f7606e87464c3d03367cf
parent3f474025d889c3eff20b481f005f4d292f1ef29d
Validate language & preview picture fields

Instead of saving the value of each field right into the content without any validation, it seems better to validate them.
This might sounds obvious now we say that.
src/Wallabag/CoreBundle/Helper/ContentProxy.php
src/Wallabag/CoreBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php