Log of /contributions/modules/captcha/captcha.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.58.2.4.2.1
Wed Sep 23 19:20:42 2009 UTC
(2 months ago)
by
soxofaan
Branch:
DRUPAL-6--3
Changes since
1.58.2.4: +1 -1 lines
FILE REMOVED
#585880 by Rob Loach: remove everything from mistakenly created DRUPAL-6--3 branch
Revision
1.94 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 18 10:04:16 2009 UTC
(5 months, 1 week ago)
by
soxofaan
Branch:
MAIN
Changes since
1.93: +6 -10 lines
Diff to
previous 1.93
#476288: showing CAPTCHA description is now controlled by explicit checkbox on admin interface instead of obscure "if not empty"
also added a drop of jQuery for added usability
Revision
1.93 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 14 22:04:55 2009 UTC
(5 months, 1 week ago)
by
soxofaan
Branch:
MAIN
Changes since
1.92: +7 -8 lines
Diff to
previous 1.92
prerender handling of the 'captcha_response' form item is now only done if it is a textfield
and not on e.g. the reCAPTCHA form construction, where it does not make sense.
Revision
1.90 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 21 11:46:34 2009 UTC
(6 months ago)
by
soxofaan
Branch:
MAIN
Changes since
1.89: +2 -2 lines
Diff to
previous 1.89
fixed problem with CAPTCHA description still showing up after comment preview with correct CAPTCHA response
and added test for this
Revision
1.87 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 9 13:38:13 2009 UTC
(6 months, 2 weeks ago)
by
soxofaan
Branch:
MAIN
Changes since
1.86: +3 -3 lines
Diff to
previous 1.86
worked on image example on admin
moved image example from help string to admin mode image CAPTCHA in admin
form itself (which is cleaner and follows standard more)
Revision
1.79 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 7 22:06:50 2009 UTC
(7 months, 2 weeks ago)
by
soxofaan
Branch:
MAIN
Changes since
1.78: +95 -148 lines
Diff to
previous 1.78
implemented admin mode CAPTCHAs (presolved and no validation)
moved various functions from captcha.module to captca.inc
reorganised captcha_form_alter a bit
Revision
1.78 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 6 21:11:53 2009 UTC
(7 months, 2 weeks ago)
by
soxofaan
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-BETA3
Changes since
1.77: +215 -63 lines
Diff to
previous 1.77
#423736 by soxofaan: big refactoring in 6.x-2.x branch: use of hook_elements() instead of hook_form_alter()
This is the basic work, follow-up patches with tweaking will follow
Revision
1.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 22 20:06:39 2009 UTC
(8 months ago)
by
soxofaan
Branch:
MAIN
Changes since
1.76: +6 -2 lines
Diff to
previous 1.76
#410016 by domasj and soxofaan: translation updates: removed translations from database schema definitions and other minor translation tweaks
Revision
1.42.2.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 4 16:12:22 2009 UTC
(10 months, 3 weeks ago)
by
soxofaan
Branch:
DRUPAL-5--3
CVS Tags:
DRUPAL-5--3-2
Changes since
1.42.2.50: +151 -94 lines
Diff to
previous 1.42.2.50
, to
branch point 1.42
, to
next main 1.100
refactored CAPTCHA point administration (changing challenge type, disabling, deleting):
* added confirmation dialog for deleting/disabling a CAPTCHA point (previously just a GET request was needed for disabling a CAPTCHA, which is not so secure)
* #214557: added form for adding a CAPTCHA point by hand
Revision
1.64 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 19 22:08:48 2008 UTC
(21 months ago)
by
soxofaan
Branch:
MAIN
Changes since
1.63: +7 -192 lines
Diff to
previous 1.63
moved about 200 lines of code from captcha.module to captcha.pages.inc: reduction of parsing overhead and preparation for adding AHAH functionality
Revision
1.61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 17 18:35:25 2008 UTC
(21 months, 1 week ago)
by
soxofaan
Branch:
MAIN
Changes since
1.60: +58 -74 lines
Diff to
previous 1.60
Major change to CAPTCHA module, take 1: replaced storage of solutions in $_SESSION with dedicated table {captcha_challenges} (advantages: e.g. cookies are not required anymore, cron job for old challenge cleanup, simple statistical analysis possible, etc.)
Revision
1.58.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 3 17:56:01 2008 UTC
(21 months, 3 weeks ago)
by
soxofaan
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-RC1
Changes since
1.58.2.1: +13 -6 lines
Diff to
previous 1.58.2.1
, to
branch point 1.58
refactored CAPTCHA point administration (changing challenge type, disabling, deleting):
* added confirmation dialog for deleting/disabling a CAPTCHA point (previously just a GET request was needed for disabling a CAPTCHA, which is not so secure)
* #214557: added form for adding a CAPTCHA point by hand
Revision
1.59
Sat Jan 26 16:50:43 2008 UTC
(22 months ago)
by
robloach
Branch:
MAIN
Changes since
1.58: +1 -1 lines
FILE REMOVED
Moved to DRUPAL-6--1 branch.
Revision
1.30.2.3
Tue Jul 10 22:10:46 2007 UTC
(2 years, 4 months ago)
by
robloach
Branch:
DRUPAL-5
Changes since
1.30.2.2: +1 -1 lines
FILE REMOVED
Moved to DRUPAL-5--3.
Revision
1.42.2.1
Thu Jun 21 11:47:48 2007 UTC
(2 years, 5 months ago)
by
robloach
Branch:
DRUPAL-5--3
Changes since
1.42: +0 -279 lines
FILE REMOVED
file captcha.module was added on branch DRUPAL-5--3 on 2007-07-10 22:02:33 +0000
Revision
1.30.2.1
Mon Jun 4 21:12:29 2007 UTC
(2 years, 5 months ago)
by
heine
Branch:
DRUPAL-5
Changes since
1.30: +1 -1 lines
FILE REMOVED
Removed the DRUPAL-5 branch as it continued to be vulnerable to SA-2007-006
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 30 04:38:50 2006 UTC
(3 years, 9 months ago)
by
arnabdotorg
Branch:
MAIN
Changes since
1.19: +117 -241 lines
Diff to
previous 1.19
Complete overhaul: Forms API implementation, new Captcha API to implement various kinds of captchas, like "math"(provided) and "image"(provided).
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 14 17:15:40 2004 UTC
(5 years ago)
by
arnabdotorg
Branch:
MAIN
Changes since
1.2: +19 -17 lines
Diff to
previous 1.2
- Image File path and image URL are now separate
- Fixed Cron hook warning thingy when there were no files to delete
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.