Commit Graph

22 Commits

Author SHA1 Message Date
Jeremy Livingston 3269c1d772 Updated CaptchaType to comply with the Symfony 2.1 FormTypeInterface updates 2012-06-19 15:16:13 -04:00
Gregwar 57ab1fe3f5 [CaptchaType] Fixing getDefaultOptions for sf2.1 (fixes #16) 2012-06-06 18:34:44 +02:00
Jeremy Livingston 63190cf896 Modified Session namespace for Symfony 2.1 2012-04-25 22:54:51 -04:00
Gregwar 0453ae2e0e [CaptchaType] Cleaning options management (fixes #15) 2012-02-08 19:53:22 +01:00
Gregwar f9c57e6970 [Configuration] Added JPEG quality node (fixes #13) 2011-12-14 10:35:10 +01:00
Gregwar 53e5605103 [CaptchaType] Makes sure that the field is empty on form loading (fixes 2011-12-14 10:28:21 +01:00
Gregwar a3ce06f263 [Generator] Fingerprinting CAPTCHAs to keep the same image between two
requests (fixes #11)
2011-12-02 19:26:31 +01:00
Gregwar 726f21e2ad [Configuration] Adding font (fixes #9) 2011-12-02 19:07:28 +01:00
Gregwar a8434542af [Configuration] Adding a "keep_value" key (fixes #11) 2011-12-02 18:54:42 +01:00
Gregwar 537716fe38 [Configuration] The charset is configurable (fixes #8) 2011-12-02 18:41:16 +01:00
Gregwar c0530a0b26 [Configuration] Cleaner organization (fixes #10) 2011-12-02 18:36:34 +01:00
Wojciech Sznapka eb97a9c0af One more fix in generate method 2011-11-28 20:23:10 +01:00
Wojciech Sznapka 3ecbec4ae6 Changed session key checking 2011-11-28 18:49:36 +01:00
Wojciech Sznapka e92b657796 Added ability to store captcha value in session between page redirects 2011-11-28 00:51:53 +01:00
Björn Fromme c6b47017b2 Added options for garbage collection frequency and expiration time of captcha image files. 2011-11-09 17:58:53 +01:00
Bjoern Fromme 572b58a41a Added functionality to generate image files for older browsers. 2011-11-09 14:43:25 +01:00
Gregory McLean 5d5ca993a1 The captach field is not bound to a entity method by default. 2011-09-11 15:11:13 -04:00
Gregwar 4e59281467 Added "length" option and changed the parameters names 2011-09-09 20:02:47 +02:00
Gregwar ab882512f1 Added the possibility of overriding the width & height in the options 2011-09-09 19:46:12 +02:00
Gregory McLean e2a705dda7 Added captcha image width and height as a configuration setting. 2011-09-08 11:07:04 -04:00
Gregwar bb2f9b94b8 The CAPTCHA type now works 2011-08-25 23:10:24 +02:00
Gregwar 4e1892fc02 Created captcha type (this works, but still no image generation) 2011-08-25 22:50:59 +02:00