Commit Graph

118 Commits

Author SHA1 Message Date
Gregwar 5efb9a73b5 Updating Captcha to v1.0.7 2013-07-24 22:54:51 +02:00
Gregwar c21bbf13c5 Adding interpolation option 2013-04-24 18:11:08 +02:00
Gregwar 7ca6dacb3b Fixing background color 2013-04-22 00:41:07 +02:00
Gregwar 39e2f390f0 Merge commit 'be90f19'
Conflicts:
	DependencyInjection/Configuration.php
	Generator/CaptchaGenerator.php
	composer.json
2013-04-22 00:35:49 +02:00
Gregwar be90f19f3a Adding backgroundColor option (fixes #55) 2013-04-22 00:32:40 +02:00
Grégoire Passault 0b56f5cd87 Merge pull request #53 from bftanase/master
Options to limit the number of lines to draw on captcha text
2013-03-21 04:42:41 -07:00
Bogdan Tanase 2d8d9f3b5f options to fine tune captcha image: max_front_lines, max_behind_lines 2013-03-13 12:02:41 +02:00
Gregwar 4e13d2d4cb Moving translation logic to the validator (fixes for 2.2, see #52) 2013-03-03 13:54:31 +01:00
Grégoire Passault 1fef229c8f Merge pull request #51 from dreipunktnull/master
[TASK] Update deprecated call
2013-02-25 02:47:05 -08:00
Francisco Javier Palma de2ab52bae Added spanish translations 2013-02-25 09:51:34 +01:00
Grégoire Passault 6f546713a9 Merge pull request #50 from palmasev/master
Spanish translations
2013-02-21 03:58:49 -08:00
Francisco Javier Palma 877e2d740d Added spanish translations 2013-02-21 11:42:36 +01:00
Björn Fromme 5f2afc623c Changed deprecated default option 2013-02-13 18:29:40 +01:00
Gregwar 45e4f72394 [CaptchaType] Adding length to the persisted options to work with as_url
(see #49)
2013-02-12 11:23:22 +01:00
Grégoire Passault 19142f30e4 Merge pull request #48 from silentinet/master
Italian translations
2013-02-05 05:43:37 -08:00
Giuseppe Roberti 6c953ea228 - Italian translations 2013-02-05 14:28:58 +01:00
Grégoire Passault 206869dd67 Merge pull request #47 from bftanase/master
Translation for romania
2013-02-03 04:50:03 -08:00
Bogdan Tanase 7b819872b4 translations for romanian 2013-02-03 11:58:11 +02:00
Gregwar 95342e80a9 Avoiding check that as_url is globally set (fixes #46) 2013-01-23 19:58:45 +01:00
Gregwar 34de9cd753 Merge branch 'master' of github.com:Gregwar/CaptchaBundle 2013-01-21 17:29:31 +01:00
Gregwar 83a5a78c16 Updating LICENSE dates 2013-01-21 17:29:05 +01:00
Gregwar 42f6e92560 Cleaning session usage to keep options during as_url (fixes #41) 2013-01-21 15:18:36 +01:00
Gregwar 2e17d9c035 Improving quality and image default size 2013-01-21 15:18:19 +01:00
Gregwar 4bb240be05 Updating gregwar/captcha to v1.0.1 2013-01-21 14:09:52 +01:00
Gregwar c224b93033 Adding the "distortion" option 2013-01-21 14:04:53 +01:00
Gregwar 0108219264 Merge branch 'master' of github.com:Gregwar/CaptchaBundle 2013-01-21 14:01:51 +01:00
Gregwar aed2fa343e Depending on gregwar/captcha (see #42) 2013-01-21 14:01:31 +01:00
Grégoire Passault 2ea29e0f9a Merge pull request #44 from efeencheung/master
Add 2 zh_CN thans-unit in validators
2013-01-21 05:01:12 -08:00
efeen 73b78ec537 add Renew trans-unit 2013-01-08 16:43:32 +08:00
efeen d103614cc7 add simple chinese translation 2013-01-08 16:10:26 +08:00
Gregwar 95b28d9cec Merge branch 'master' of github.com:Gregwar/CaptchaBundle 2013-01-04 08:32:42 +01:00
Gregwar 435cc44f91 Renaming view variable to image_id to avoid collision with the field id (see #43) 2013-01-04 08:31:59 +01:00
Gregwar c551ca018e Removing useless "use" 2012-12-27 13:05:56 +01:00
Gregwar 9e599febb0 Removing useless "use" 2012-12-27 13:04:44 +01:00
Gregwar 35405aca2e Adds an option to renew the code (fixes #43) 2012-12-25 20:07:00 +01:00
Gregwar 6b340eb258 Adding french translation & info in the README 2012-12-25 19:48:25 +01:00
Gregwar c8c1bd0011 [Configuration] Defaulting keep_value to false 2012-12-25 19:17:25 +01:00
Gregwar 8d6a628dda [composer.json] Fixing homepage 2012-12-08 00:10:04 +01:00
Gregwar d91b9a9444 [composer.json] Adding Jeremy Livingston's e-mail 2012-12-05 10:16:57 +01:00
Gregwar 11fe650bde Adding option "humanity" (fixes #40) 2012-12-04 12:20:23 +01:00
Gregwar 3794a12e80 [Generator] Renaming, and separating the PhraseBuilder 2012-12-04 11:51:47 +01:00
Gregwar 516046a6b5 Merge remote-tracking branch 'jeremy/logicsplit'
Conflicts:
	Generator/CaptchaGenerator.php
	Resources/config/services.yml
2012-12-04 11:42:35 +01:00
Gregwar b993e4b4cd [composer.json] Adding Jeremy Livingston to authors list 2012-12-04 11:37:21 +01:00
Gregwar fd2b602196 Fixing the exception throwing and message 2012-12-04 11:35:36 +01:00
Gregwar 31d080a9b7 Fixing session key, removing valid_keys which was painful to transport
the whitelist in the session (see #36)
2012-12-04 11:33:54 +01:00
Gregwar 39532390e1 [Controller] Setting Content-type to image/jpeg 2012-12-04 10:57:52 +01:00
Gregwar c1b702566b Merge remote-tracking branch 'remotes/jeremy/urlgeneration'
Conflicts:
	DependencyInjection/GregwarCaptchaExtension.php
2012-12-04 10:51:08 +01:00
Jeremy Livingston 8885e6bcac Add class documentation 2012-12-03 19:02:43 -05:00
Jeremy Livingston beec51e975 Merge remote branch 'origin/urlgeneration' into logicsplit 2012-12-03 18:56:00 -05:00
Jeremy Livingston 1437f0c7e0 Remove caching of form name for key 2012-12-03 18:54:39 -05:00