Commit Graph

61 Commits

Author SHA1 Message Date
marcovtwout
5bb4f15547 Add documentation explaining you cannot use ajaxValidation with CCaptcha 2014-04-23 17:36:47 +02:00
Paul Klimov
f0a04d3dd1 CCaptchaAction updated to use DIRECTORY_SEPARATOR while composing font file name. 2013-10-02 15:47:52 +03:00
Carsten Brandt
75eb9f9986 Changed header case Content-type to Content-Type
fixes #2709 fixes #2726
2013-08-03 11:25:20 +02:00
Alexander Makarov
eb589acb67 Fixed minLength and maxLength range check in CCaptchaAction::generateVerifyCode so values are now always stay in bounds 2013-07-31 18:42:22 +04:00
resurtm
c3e19b63c9 Better readability of the colors instantiation code in the CCaptchaAction::renderImageImagick() method. 2013-06-18 09:08:43 +06:00
resurtm
42e6d2f6f9 Fixes #2565. CCaptchaAction + ImageMagick color issue. 2013-06-17 22:35:47 +06:00
Carsten Brandt
450d50691f Various documentation and code style fixes 2013-05-01 23:29:10 +02:00
resurtm
19ea3f1747 Fixes #2096. Non-free Duality.ttf removed. Open/free SpicyRice.ttf added. 2013-03-23 10:24:06 +06:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Carsten Brandt
3f65dce4e4 Fixed transparent background for ImageMagick in CCaptchaAction
thanks to @manuel-84
https://github.com/yiisoft/yii/pull/1464#issuecomment-12046268
2013-01-09 17:18:13 +01:00
resurtm
c089442867 ImageMagick checking code now takes into account supported image files. 2012-12-09 20:11:36 +06:00
Alexander Makarov
2b4ab6115f CCaptchaAction::validate check wasn't working properly in some cases 2012-12-01 14:31:32 +04:00
Maurizio Domba
e804dd8b91 Merge pull request #1502 from l-nagash/master
Fixed #1492 jQuery.noConflict() issue
[ci skip]
2012-11-14 06:58:44 -08:00
resurtm
5d3d8a2a03 Catch-ups and additional fixes made by @SonkoDmitry after code reviewing were applied. 2012-10-22 22:38:55 +06:00
Nagash
1b165448af Fixed 1492: jQuery.noConflict() issue 2012-09-30 20:35:37 +03:00
resurtm
2def085718 CCaptchaAction: ImageMagick is now prefered over GD2. 2012-09-25 19:33:37 +06:00
resurtm
88717bde88 Better color creation. 2012-09-24 20:40:27 +06:00
resurtm
2ffdc7415d Reverted mistakenly removed newline. 2012-09-24 20:29:03 +06:00
resurtm
b8e5fa4df5 CCaptcha, CCaptchaAction: ImageMagick support. 2012-09-24 20:25:26 +06:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
mdomba (mdwork)
302919cfae CCaptcha - set "dummy" as comment and added a description 2012-08-06 15:43:04 +02:00
mdomba (mdwork)
2db7d2a2b2 Reverting PR #1141 (Issue #1140) 2012-08-06 14:13:15 +02:00
mdomba (mdwork)
35bb8ce275 Fixes 1140 removed unnecessary dummy registerScript in CCaptcha 2012-08-06 10:28:35 +02:00
mdomba (mdwork)
5f372b7e91 Fixes #510 replaced live() with on() 2012-07-26 14:53:31 +02:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
mdomba
5220a99e41 doc fix 2011-06-27 11:13:10 +00:00
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +00:00
qiang.xue
1bd1bf69e5 2011-05-05 14:08:06 +00:00
qiang.xue
6906f682c1 (Fixes issue 2411) 2011-05-05 14:07:22 +00:00
qiang.xue
4f73ab86bc (Fixes issue 2409) 2011-05-05 13:32:49 +00:00
mdomba
dab28cf8d8 (Fixes issue 2289) doc typo 2011-04-04 07:37:13 +00:00
qiang.xue
40346c3d4b Added support to support client-side validation of CAPTCHA. 2011-03-25 15:48:05 +00:00
keyboard.idol@gmail.com
d5f39dbef1 (Fixes issue 1999) 2011-01-21 08:55:27 +00:00
alexander.makarow
13770aeb01 Removed unnecessary code from CCaptcha 2011-01-07 04:24:54 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
mdomba
af9a06bcf5 Fixed captcha->checkRequirements() documentation - was not showing it 2010-12-27 07:44:07 +00:00
qiang.xue
44f88fdce8 2010-10-13 03:12:49 +00:00
mdomba
b7edb133e1 Added exception to CCaptcha if requirements not met 2010-09-29 19:31:42 +00:00
mdomba
b91222836c Changed CCaptcha to check for GD and FreeType 2010-09-29 19:18:35 +00:00
mdomba
ca67ad274d Added check if FreeType support is installed and added a working captcha even if GD and FreeType are not installed 2010-09-29 10:05:37 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
qiang.xue
c615ea6d8f (Fixes issue 1392) 2010-07-19 21:53:38 +00:00
alexander.makarow
105010d90b unused code cleanup 2010-06-16 19:11:00 +00:00
qiang.xue
afe1a4ee60 2010-06-14 21:21:11 +00:00
qiang.xue
34cb2e5f33 (Fixes issue 1293) 2010-06-14 20:23:30 +00:00
qiang.xue
fc207ea555 CCaptchaAction now supports unlimited tests by setting its testLimit to be 0 2010-03-14 19:49:29 +00:00
qiang.xue
7ddd9f715a merge from 1.0 2010-01-10 13:16:22 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00