Gregwar
d6c6de0f83
Merge branch 'master' of github.com:Gregwar/CaptchaBundle
...
Conflicts:
composer.json
2015-01-27 17:12:52 +01:00
Gregwar
ac95e1d4b1
v1.0.12
2015-01-27 17:11:57 +01:00
Grégoire Passault
c844d0a440
Merge pull request #113 from waldermort/patch-1
...
Fix: Bypass code incorrectly compared
2015-01-13 14:43:37 +01:00
Grégoire Passault
f20fc3c3b7
Merge pull request #114 from waldermort/patch-2
...
Fix: Numeric bypass code defaults to integer type
2015-01-13 14:42:45 +01:00
waldermort
0cb34f33b0
Fix: Numeric bypass code defaults to integer type
...
When adding a numeric only bypass code into config.yml, it is treated as an integer which causes validation to fail. A workaround is to surround the parameter with double quotes but many users may not be aware of this. This fix will explicitly convert it to a string.
2015-01-13 20:16:15 +08:00
waldermort
843f367540
Fix: Bypass code incorrectly compared
...
When the bypass code is given the value of '0', PHP equates it to boolean false causing the validation to fail.
2015-01-13 20:10:53 +08:00
Grégoire Passault
94c5f0a03b
Merge pull request #107 from Hast/translation/ukrainian
...
Added ukrainian translation
2014-09-26 21:07:06 +02:00
Alexandr Zagorulya
6a522b7043
Added ukrainian translation
2014-09-26 22:03:38 +03:00
Grégoire Passault
62e44cd388
Merge pull request #103 from kuborgh/cache
...
HTTP 1.1 equivalent to Pragma: no-cache
2014-08-27 16:12:32 +02:00
Hannes Giesenow
459901319c
HTTP 1.1 equivalent to Pragma: no-cache
...
See http://stackoverflow.com/questions/10314174/difference-between-pragma-and-cache-control-headers for detailed explanation
2014-08-27 14:34:57 +02:00
Grégoire Passault
1c542e1164
Merge pull request #102 from kuborgh/cache
...
Added no-cache header
2014-08-27 13:06:49 +02:00
Hannes Giesenow
dc3e0c6495
Added no-cache header
...
This prevents Varnish from caching the captcha image
2014-08-27 12:29:12 +02:00
Grégoire Passault
bd208c45a8
Merge pull request #94 from piotrantosik/psr
...
update docblock, fix typos, improve composer.json
2014-08-19 12:28:19 +02:00
Piotr Antosik
9614209d83
update docblock, fix typos, improve composer.json
2014-08-19 12:19:27 +02:00
Grégoire Passault
90088c80fc
Merge pull request #100 from stefan-bofirov-dnh/master
...
Added bulgarian translation
2014-08-19 10:12:21 +02:00
Stefan Bofirov
06c713fbb4
Added bulgarian translation
2014-08-17 16:17:41 +03:00
Gregwar
162a2a87cd
Changing gcp to gcb
2014-07-31 16:41:27 +02:00
Grégoire Passault
fe3df8a640
Merge pull request #98 from Adezandee/master
...
[BUG] Fix session key variable naming
2014-07-31 11:40:52 -03:00
Arnaud Dezandee
b87b05e29d
Fix session key variable naming
2014-07-29 19:03:41 +02:00
Grégoire Passault
cdf64984b7
Merge pull request #95 from piotrantosik/issue
...
fix multiple captcha on page
2014-07-24 18:07:26 -03:00
Piotr Antosik
458e7cafef
fix multiple captcha on page
2014-07-21 14:46:14 +02:00
Grégoire Passault
ce96122ef2
Merge pull request #93 from aitboudad/patch-1
...
fixed typo.
2014-07-10 11:32:26 +02:00
Abdellatif AitBoudad
c4c69b0a47
fixed typo.
2014-07-10 10:30:57 +01:00
Grégoire Passault
6b573121a5
Merge pull request #92 from dypa/patch-1
...
Update CaptchaValidator.php
2014-07-03 10:55:24 +02:00
dypa
e34e191d32
Update CaptchaValidator.php
...
fix typo (lol)
2014-07-03 12:50:49 +04:00
Grégoire Passault
7dd05f5389
Merge pull request #88 from mseshachalam/patch-1
...
Patch 1
2014-05-14 11:55:23 +02:00
Rajini Kanth
de0d9408d6
corrected typos
2014-05-14 10:35:18 +05:30
Rajini Kanth
cb45fe2847
separated class names to parameters
...
Easier to override the services of this bundle without compiler pass. (http://symfony.com/doc/current/cookbook/bundles/override.html )
2014-05-14 10:32:02 +05:30
Gregwar
1fec709d05
Merge branch 'master' of github.com:Gregwar/CaptchaBundle
2014-05-07 17:19:30 +02:00
Gregwar
35cbc6226c
Adding text & background color to persist options (see #18 )
2014-05-07 17:18:57 +02:00
Grégoire Passault
7c38520965
Merge pull request #84 from piotrantosik/master
...
add polish translation
2014-04-07 10:15:46 +02:00
Piotr Antosik
277e3baff0
add pl translation
2014-04-07 09:41:36 +02:00
Gregwar
f2e07fe6f2
Merge branch 'master' of github.com:Gregwar/CaptchaBundle
2014-03-19 16:15:10 +01:00
Gregwar
ab786e3b0e
Updating to v1.0.11
2014-03-19 16:14:56 +01:00
Grégoire Passault
f206bb66cc
Merge pull request #80 from gondo/master
...
added Czech translation
2014-03-06 17:23:06 +01:00
gondo
3340af5c43
Create validators.cs.yml
2014-03-06 16:24:41 +01:00
gondo
bc3fdda50b
Rename gregwar_captcha.cz.yml to gregwar_captcha.cs.yml
2014-03-06 16:22:57 +01:00
gondo
b2340539d2
Create gregwar_captcha.cz.yml
2014-03-06 16:22:28 +01:00
Gregwar
8199d20092
Merge branch 'master' of github.com:Gregwar/CaptchaBundle
2014-02-14 11:29:31 +01:00
Gregwar
8770c50ff0
Updating gregwar/captcha to v1.0.10
2014-02-14 11:29:03 +01:00
Grégoire Passault
721a2b1f3d
Merge pull request #78 from verschoof/translation/english
...
Added English translation
2014-02-14 10:36:48 +01:00
Grégoire Passault
e2f1966bfb
Merge pull request #77 from verschoof/translation/dutch
...
Added Dutch translation
2014-02-14 10:35:57 +01:00
Mitchel Verschoof
2f508ddd07
Added English translation
2014-02-14 10:26:58 +01:00
Mitchel Verschoof
2e803e1471
Added Dutch translation
2014-02-14 10:24:32 +01:00
Grégoire Passault
800643d72c
Merge pull request #74 from regisnew/master
...
[ADD]
2013-11-25 02:48:00 -08:00
Rodrigo Regis Palmeira
c09b7245b1
[ADD]
...
- translate validators to Brazilian portuguese.
2013-11-25 08:44:26 -02:00
Grégoire Passault
c3c8904862
Merge pull request #73 from regisnew/master
...
[ADD]
2013-11-23 02:20:39 -08:00
Rodrigo Regis Palmeira
9d4f95e39b
[ADD]
...
- Brazilian Portuguese translate
2013-11-22 19:52:20 -02:00
Gregwar
107dbe33e4
Adding disabled global option ( fixes #72 )
2013-11-19 10:51:58 +01:00
Gregwar
6b4e7db721
Merge branch 'master' of github.com:Gregwar/CaptchaBundle
2013-09-21 13:45:18 +02:00