Commit Graph

290 Commits

Author SHA1 Message Date
Gregwar 6c9b95263f [README] Adding informations about 2.0 branch (see #18) 2012-04-26 15:10:20 +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 bfd012ffe0 [Validator] Adding strtolower() to ignore case (fixes #12) 2011-12-14 10:18:38 +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 124f3f8ece [README] Adding informations about keep_value (see #11) 2011-12-02 18:58:02 +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
Gregwar 249036c745 [GarbageCollection] Date problem (fixes #7] 2011-12-02 18:24:42 +01:00
Gregwar df7c959f54 [Validation] Remove session value even if the posted code is valid 2011-12-02 18:23:08 +01:00
Grégoire Passault 5084b61fd9 Merge pull request #6 from wowo/keeping_captcha_for_refreshes
Added ability to store captcha value in session between page redirects
2011-11-29 02:13:43 -08: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
Grégoire Passault 99a6b9d8b1 Merge pull request #4 from dreipunktnull/master
More options
2011-11-19 03:33:23 -08: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
Grégoire Passault 1b220a0008 Merge pull request #3 from dreipunktnull/master
Image creation for older browsers
2011-11-09 06:55:41 -08:00
Bjoern Fromme 572b58a41a Added functionality to generate image files for older browsers. 2011-11-09 14:43:25 +01:00
Grégoire Passault 22da6b0256 Merge pull request #2 from centove/master
Property path on the captacha type to false by defaultT
2011-09-11 12:17:02 -07: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 e4c59b9dc5 Adding "Options" README section 2011-09-09 20:06:59 +02:00
Gregwar 6a6dc37b1b Updated README 2011-09-09 20:06:17 +02:00
Gregwar 4e59281467 Added "length" option and changed the parameters names 2011-09-09 20:02:47 +02:00
Gregwar 4a5b2a4c48 Fixed Generator to support any width 2011-09-09 19:51:07 +02:00
Gregwar ab882512f1 Added the possibility of overriding the width & height in the options 2011-09-09 19:46:12 +02:00
Grégoire Passault 959cf84805 Merge pull request #1 from centove/master
Form Theme
2011-09-09 10:40:31 -07:00
Gregory McLean 878ff4d33f Catch some more references to the hard coded size and change to the variable one. 2011-09-09 09:57:05 -04:00
Gregory McLean 2ccb30cd8d Further updates. 2011-09-09 08:28:13 -04:00
Gregory McLean e2a705dda7 Added captcha image width and height as a configuration setting. 2011-09-08 11:07:04 -04:00
Gregory McLean 1afeeb8733 Add a width and height configuration parameter and fix the form theming
so that it works.
2011-09-08 11:02:40 -04:00
Gregory McLean 421e1827c0 Clarify instructions and fix some typos. 2011-09-08 09:12:30 -04:00
Grégoire Passault d7fe01fa54 Added LICENSE file 2011-08-29 17:56:24 +02:00
Grégoire Passault 49cb96b534 Adding title, width & height and updating README 2011-08-26 08:59:29 +02:00
Gregwar e9e2cf5179 Added README 2011-08-25 23:13:27 +02: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