Merge remote-tracking branch 'upstream/master'

Conflicts:
	DependencyInjection/Configuration.php
This commit is contained in:
Ivan Lackovic 2014-03-19 16:27:04 +01:00
commit 798f29e635
11 changed files with 12 additions and 1 deletions

View File

@ -45,6 +45,7 @@ class Configuration implements ConfigurationInterface
->arrayNode('text_color')->prototype('scalar')->end()->end()
->arrayNode('background_color')->prototype('scalar')->end()->end()
->arrayNode('background_images')->prototype('scalar')->end()->end()
->scalarNode('disabled')->defaultValue(false)->end()
->scalarNode('ignore_all_effects')->defaultValue(false)->end()
->end()
;

View File

@ -123,6 +123,8 @@ You can define the following configuration options globally or on the CaptchaTyp
* **width**: the width of the captcha image (default=120)
* **height**: the height of the captcha image (default=40)
* **disabled**: disable globally the CAPTCHAs (can be useful in dev environment), it will
still appear but won't be editable and won't be checked
* **length**: the length of the captcha (number of chars, default 5)
* **quality**: jpeg quality of captchas (default=15)
* **charset**: the charset used for code generation (default=abcdefhjkmnprstuvwxyz23456789)

View File

@ -0,0 +1 @@
Renew: Obnovit

View File

@ -0,0 +1 @@
Renew: Renew

View File

@ -0,0 +1 @@
Renew: Vernieuwen

View File

@ -0,0 +1 @@
Renew: Regerar

View File

@ -0,0 +1 @@
Bad code value: Špatný kontrolní kód

View File

@ -0,0 +1 @@
Bad code value: Code does not match

View File

@ -0,0 +1 @@
Bad code value: Code komt niet overeen

View File

@ -0,0 +1 @@
Bad code value: Código de verificação inválido

View File

@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.3.0",
"gregwar/captcha": "v1.0.8"
"gregwar/captcha": "v1.0.11"
},
"autoload": {
"psr-0": {