/[drupal]/contributions/modules/captcha/captcha.module
ViewVC logotype

Log of /contributions/modules/captcha/captcha.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

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.100 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 10:57:07 2009 UTC (2 months ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, HEAD
Changes since 1.99: +21 -12 lines
Diff to previous 1.99
added temporary workaround for the problem of admin CAPTCHA preview of the reCAPTCHA and Egglue CAPTCHA (discussed in http://drupal.org/node/487032 and http://drupal.org/node/525586) by disabling admin CAPTCHA preview for those challenges

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 22:31:50 2009 UTC (2 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.98: +6 -2 lines
Diff to previous 1.98
added watchdog logging of "unknown csid" problem for easier debugging.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 22:18:33 2009 UTC (2 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.97: +5 -5 lines
Diff to previous 1.97
fixed some typos

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 21:27:03 2009 UTC (2 months, 4 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC3
Changes since 1.96: +5 -4 lines
Diff to previous 1.96
#473002: added $element and $form_state arguments for CAPTCHA validate functions

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 23:45:05 2009 UTC (4 months, 3 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.95: +48 -10 lines
Diff to previous 1.95
#473002: CAPTCHA API now provides a way to define a custom CAPTCHA validation function

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 21 18:46:15 2009 UTC (5 months ago) by soxofaan
Branch: MAIN
Changes since 1.94: +1 -4 lines
Diff to previous 1.94
removed old obsolete comment about CAPTCHA description workflow

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.92 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 22:10:43 2009 UTC (5 months, 1 week ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.91: +2 -8 lines
Diff to previous 1.91
#463002: dropping the preprocess op in hook_captcha()

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 21:21:26 2009 UTC (6 months ago) by soxofaan
Branch: MAIN
Changes since 1.90: +9 -5 lines
Diff to previous 1.90
fixed problem with node previews (CAPTCHA session ID was not reused, so no multipage form persistence)

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.89 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 17:02:20 2009 UTC (6 months, 1 week ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA5
Changes since 1.88: +18 -1 lines
Diff to previous 1.88
added test for case sensitive/insensitive validation

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 14 22:47:37 2009 UTC (6 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.87: +6 -1 lines
Diff to previous 1.87
#463002, part 1: case sensitive/insensitive validation is now a global setting

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.86 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 19:36:24 2009 UTC (6 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
typo

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 2 17:23:05 2009 UTC (6 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.84: +4 -36 lines
Diff to previous 1.84
added setting for default challenge type
added some tests
worked on captcha point setting getter/setter
various minor tweaks
(also see http://github.com/soxofaan/drupal-captcha-dev/tree/default_challenge)

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 21:31:19 2009 UTC (6 months, 4 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.83: +1 -3 lines
Diff to previous 1.83
minor update of comments

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 20:35:08 2009 UTC (6 months, 4 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
#445026: added option to add CAPTCHAs to forms on admin pages

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 13:51:52 2009 UTC (7 months, 2 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA4
Changes since 1.81: +10 -4 lines
Diff to previous 1.81
renamed _captcha_update_captcha_point() to captcha_set_form_id_setting().

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 03:31:08 2009 UTC (7 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.80: +17 -1 lines
Diff to previous 1.80
added simpletest file captcha.test

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 21:59:30 2009 UTC (7 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.79: +4 -1 lines
Diff to previous 1.79
minor code cleanup

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.76 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 17:45:20 2009 UTC (9 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.75: +150 -2 lines
Diff to previous 1.75
#367959: CAPTCHA validation was silently ignored on cached forms

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 08:17:24 2009 UTC (10 months, 2 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.74: +3 -1 lines
Diff to previous 1.74
minor UI tweak: added more descripitive title to collapsible CAPTCHA admin fieldset

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.74 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 22:14:45 2009 UTC (10 months, 3 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.73: +19 -2 lines
Diff to previous 1.73
also made Image CAPTCHA free of session dependencies, yay

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 18:04:55 2009 UTC (10 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.72: +10 -26 lines
Diff to previous 1.72
working on 6.x-2.x version, using dedicated table instead of sessions for storage of solutions

Revision 1.58.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 01:20:18 2008 UTC (14 months, 3 weeks ago) by soxofaan
Branch: DRUPAL-6--1
Changes since 1.58.2.8: +7 -1 lines
Diff to previous 1.58.2.8 , to branch point 1.58 , to next main 1.100
#195882: warn visitor when cookies are disabled

Revision 1.42.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 11:06:50 2008 UTC (17 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.49: +3 -3 lines
Diff to previous 1.42.2.49 , to branch point 1.42
fixed som minor isues reported by the coder module

Revision 1.42.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 09:06:23 2008 UTC (17 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.48: +11 -1 lines
Diff to previous 1.42.2.48 , to branch point 1.42
#245720: added requirement check for uid=0 in users table

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 08:24:37 2008 UTC (17 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
fixed some typos reported in #266266

Revision 1.58.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 08:20:01 2008 UTC (17 months, 3 weeks ago) by soxofaan
Branch: DRUPAL-6--1
Changes since 1.58.2.7: +2 -2 lines
Diff to previous 1.58.2.7 , to branch point 1.58
fixed some typos reported in #266266

Revision 1.58.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 15:38:51 2008 UTC (18 months, 1 week ago) by soxofaan
Branch: DRUPAL-6--1
Changes since 1.58.2.6: +12 -2 lines
Diff to previous 1.58.2.6 , to branch point 1.58
#245720: added requirement check for uid=0 in users table

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 15:17:25 2008 UTC (18 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.70: +6 -2 lines
Diff to previous 1.70
#250816: fixed bug that CAPTCHA would not protect log in

Revision 1.58.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 7 22:25:45 2008 UTC (19 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC2
Changes since 1.58.2.5: +5 -1 lines
Diff to previous 1.58.2.5 , to branch point 1.58
explicit access parameters in hook_menu as per http://drupal.org/node/243389

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 7 21:35:18 2008 UTC (19 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.69: +5 -1 lines
Diff to previous 1.69
explicit access parameters in hook_menu as per http://drupal.org/node/243389

Revision 1.42.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 22:59:13 2008 UTC (19 months, 3 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.47: +2 -2 lines
Diff to previous 1.42.2.47 , to branch point 1.42
stupid typo

Revision 1.42.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 22:47:52 2008 UTC (19 months, 3 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.46: +4 -3 lines
Diff to previous 1.42.2.46 , to branch point 1.42
#241248: fixed problem with overwriting of #pre_render functions in certain situations

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 10:37:08 2008 UTC (20 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.68: +1 -8 lines
Diff to previous 1.68
reverted unintended part of commit http://drupal.org/cvs?commit=106797

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 10:30:24 2008 UTC (20 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.67: +8 -1 lines
Diff to previous 1.67
added message after installation linking to CAPTCHA admin for better usability

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 02:22:29 2008 UTC (20 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
#231491 (minor): added t(..) to permission strings where needed

Revision 1.58.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 02:16:57 2008 UTC (20 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-6--1
Changes since 1.58.2.4: +2 -2 lines
Diff to previous 1.58.2.4 , to branch point 1.58
#231491 (minor): added t(..) to permission strings where needed

Revision 1.42.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 02:12:44 2008 UTC (20 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.45: +3 -3 lines
Diff to previous 1.42.2.45 , to branch point 1.42
#231491 (minor): added t(..) to permission strings where needed

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 06:24:37 2008 UTC (20 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.65: +0 -8 lines
Diff to previous 1.65
reverted unintended part of http://drupal.org/cvs?commit=104884

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 04:27:12 2008 UTC (20 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.64: +9 -1 lines
Diff to previous 1.64
#231491: minor change (added a t(...))

Revision 1.42.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 04:23:14 2008 UTC (20 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.44: +2 -2 lines
Diff to previous 1.42.2.44 , to branch point 1.42
#231491: minor cange: added a t(...)

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.63 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 21:36:49 2008 UTC (21 months ago) by soxofaan
Branch: MAIN
Changes since 1.62: +3 -7 lines
Diff to previous 1.62
solved minor bug with clearing the captch_response field

Revision 1.58.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 00:41:35 2008 UTC (21 months, 1 week ago) by soxofaan
Branch: DRUPAL-6--1
Branch point for: DRUPAL-6--3
Changes since 1.58.2.3: +6 -6 lines
Diff to previous 1.58.2.3 , to branch point 1.58
fixed non working persitence modes CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM and CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL for first preview

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 00:34:41 2008 UTC (21 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.61: +7 -11 lines
Diff to previous 1.61
simplified captcha_success_form_ids management in $_SESSION

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.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 12:49:24 2008 UTC (21 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.59: +22 -11 lines
Diff to previous 1.59
started with experimental branch for Drupal 6 in HEAD

Revision 1.58.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 16:32:44 2008 UTC (21 months, 1 week ago) by soxofaan
Branch: DRUPAL-6--1
Changes since 1.58.2.2: +8 -4 lines
Diff to previous 1.58.2.2 , to branch point 1.58
#213928: the list of unsolved challenges per user is now FIFO instead of "flush all when full", removes "You can't request more than @num challenges without solving them" message

Revision 1.42.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 16:02:47 2008 UTC (21 months, 1 week ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.43: +8 -4 lines
Diff to previous 1.42.2.43 , to branch point 1.42
#213928: the list of unsolved challenges per user is now FIFO instead of "flush all when full", removes "You can't request more than @num challenges without solving them" message

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.58.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 00:06:22 2008 UTC (21 months, 3 weeks ago) by soxofaan
Branch: DRUPAL-6--1
Changes since 1.58: +3 -3 lines
Diff to previous 1.58
solved some minor issues reported by coder module

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.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 16:53:36 2008 UTC (22 months, 2 weeks ago) by soxofaan
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.57: +9 -7 lines
Diff to previous 1.57
#207388: by Pancho, fixes CAPTCHA form element placement (bug introduced during Drupal 6 port)

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 13:34:53 2008 UTC (22 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.56: +9 -10 lines
Diff to previous 1.56
Drupal6 port: addressed changed watchdog() usage

Revision 1.42.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 12:56:26 2008 UTC (22 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.42: +8 -8 lines
Diff to previous 1.42.2.42 , to branch point 1.42
#207234 and #207226: by Pancho: various cleanups and tweaks backported to DRUPAL-5--3

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 12:47:33 2008 UTC (22 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.55: +19 -15 lines
Diff to previous 1.55
#207234 and #207226: by Pancho: various cleanups and tweaks

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 21 13:16:33 2007 UTC (23 months ago) by soxofaan
Branch: MAIN
Changes since 1.54: +4 -4 lines
Diff to previous 1.54
fixed some issues reported by coder module

Revision 1.42.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 12 22:08:29 2007 UTC (23 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.41: +11 -11 lines
Diff to previous 1.42.2.41 , to branch point 1.42
#200355: fixed typos with administration/administrator

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 12 22:02:57 2007 UTC (23 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.53: +4 -4 lines
Diff to previous 1.53
#200355: fixed typos with administration/administrator

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 11:40:37 2007 UTC (23 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.52: +4 -308 lines
Diff to previous 1.52
Moved 307 lines of admin page callback code to captcha.admin.inc to save on needless PHP parsing (http://drupal.org/node/146172) for non admin pages

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 11:15:00 2007 UTC (23 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.51: +18 -24 lines
Diff to previous 1.51
#198811: drupal 6 port of CAPTCHA example pages (q=admin/user/captcha/captcha/examples)

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 7 09:05:14 2007 UTC (23 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.50: +19 -13 lines
Diff to previous 1.50
#176909: put CAPTCHA administration links in a collapsed fieldset (port of http://drupal.org/cvs?commit=90066)
added visual structure to the CAPTCHA administration links (port of http://drupal.org/cvs?commit=90550)

Revision 1.42.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 7 09:02:08 2007 UTC (23 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.40: +17 -10 lines
Diff to previous 1.42.2.40 , to branch point 1.42
Added visual structure to the CAPTCHA administration links to make it more user friendly

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 02:18:08 2007 UTC (23 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.49: +5 -5 lines
Diff to previous 1.49
added additional isset() checks to prevent "undefined index" notices (see newly introduced E_ALL compliance: http://drupal.org/node/34341)

Revision 1.42.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 01:16:42 2007 UTC (23 months, 3 weeks ago) by robloach
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-1
Changes since 1.42.2.39: +15 -16 lines
Diff to previous 1.42.2.39 , to branch point 1.42
#176909: Put CAPTCHA administration links in Field Sets

Revision 1.42.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 01:01:33 2007 UTC (23 months, 3 weeks ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.38: +7 -1 lines
Diff to previous 1.42.2.38 , to branch point 1.42
#195882 by soxofaan: Detect if cookies are disabled

Revision 1.42.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 19:13:20 2007 UTC (23 months, 3 weeks ago) by soxofaan
Branch: DRUPAL-5--3
Changes since 1.42.2.37: +3 -4 lines
Diff to previous 1.42.2.37 , to branch point 1.42
backport of http://drupal.org/cvs?commit=90029 (added check to prevent "notice: Trying to get property of non-object ..." error message)
removed unused variable

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 19:11:47 2007 UTC (23 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
added check to prevent "notice: Trying to get property of non-object ..." error message

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 17:48:28 2007 UTC (23 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.47: +27 -22 lines
Diff to previous 1.47
worked on Drupal 6 port: user part (form_alter, validation, ...) starts to work

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 00:33:15 2007 UTC (23 months, 4 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.46: +45 -32 lines
Diff to previous 1.46
Drupal 6 port: administration pages are starting to work kind of properly

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 21:55:44 2007 UTC (2 years ago) by soxofaan
Branch: MAIN
Changes since 1.45: +8 -9 lines
Diff to previous 1.45
solved some D5-to-d6-upgrade and code style issues reported by the coder module

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 20 00:50:42 2007 UTC (2 years ago) by soxofaan
Branch: MAIN
Changes since 1.44: +6 -7 lines
Diff to previous 1.44
various tweaks to make the initial Drupal 6 port work a bit better

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 27 18:24:50 2007 UTC (2 years, 1 month ago) by robloach
Branch: MAIN
Changes since 1.43: +41 -46 lines
Diff to previous 1.43
#176265 by Rob Loach: Drupal 6 Port - Still a bunch to work on.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 27 14:44:15 2007 UTC (2 years, 1 month ago) by robloach
Branch: MAIN
Changes since 1.42: +638 -182 lines
Diff to previous 1.42
#176265: Setup of HEAD branch for Drupal 6.

Revision 1.42.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 20:15:11 2007 UTC (2 years, 1 month ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.36: +6 -2 lines
Diff to previous 1.42.2.36 , to branch point 1.42
#185533 by soxofaan and incrn8: Add a CSS class to the Captcha fieldset

Revision 1.42.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 15:26:35 2007 UTC (2 years, 1 month ago) by robloach
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0
Changes since 1.42.2.35: +41 -1 lines
Diff to previous 1.42.2.35 , to branch point 1.42
#168853 by soxofaan: Log and count wrong responses

Revision 1.42.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 15:10:53 2007 UTC (2 years, 1 month ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.34: +2 -1 lines
Diff to previous 1.42.2.34 , to branch point 1.42
#185533 by incrn8: Add a CSS class to the Captcha fieldset

Revision 1.42.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 19:21:20 2007 UTC (2 years, 1 month ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.33: +128 -125 lines
Diff to previous 1.42.2.33 , to branch point 1.42
- #171183 by soxofaan: Uppercase captcha and Captcha to CAPTCHA

Revision 1.42.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 01:37:07 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.32: +17 -17 lines
Diff to previous 1.42.2.32 , to branch point 1.42
- #170203 by soxofaan: Coder Module Review

Revision 1.42.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 15:31:27 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.31: +70 -13 lines
Diff to previous 1.42.2.31 , to branch point 1.42
- #169853 by soxofaan: Issues with captcha administration links

Revision 1.42.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 15:21:29 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.30: +11 -5 lines
Diff to previous 1.42.2.30 , to branch point 1.42
- #174049 by soxofaan: Update of readme.txt and help strings

Revision 1.42.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 17 17:24:00 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.29: +38 -15 lines
Diff to previous 1.42.2.29 , to branch point 1.42
- #168717 by soxofaan: Cleaner 'captcha persistence' widget

Revision 1.42.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 14 01:11:03 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.28: +3 -3 lines
Diff to previous 1.42.2.28 , to branch point 1.42
- #174618: Spelling mistake 'weigth'.

Revision 1.42.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 7 14:19:42 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.27: +9 -1 lines
Diff to previous 1.42.2.27 , to branch point 1.42
- #161584: User Login and User Login Block with Captcha

Revision 1.42.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 5 09:03:29 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.26: +1 -2 lines
Diff to previous 1.42.2.26 , to branch point 1.42
- #120518: Increase Length of Captcha Description Field to 256 - MaxLength on a Fieldset? Whoops.

Revision 1.42.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 5 09:00:39 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.25: +4 -1 lines
Diff to previous 1.42.2.25 , to branch point 1.42
- #120518: Increase Length of Captcha Description Field to 256

Revision 1.42.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 5 07:58:03 2007 UTC (2 years, 2 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.24: +1 -8 lines
Diff to previous 1.42.2.24 , to branch point 1.42
- #161584: Minor Documentation Fix

Revision 1.42.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 03:16:29 2007 UTC (2 years, 3 months ago) by wundo
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0-rc2, DRUPAL-5--3-0-rc3
Changes since 1.42.2.23: +12 -4 lines
Diff to previous 1.42.2.23 , to branch point 1.42
Feature #168694, reordering captcha's menu.

Revision 1.42.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 02:54:32 2007 UTC (2 years, 3 months ago) by wundo
Branch: DRUPAL-5--3
Changes since 1.42.2.22: +46 -8 lines
Diff to previous 1.42.2.22 , to branch point 1.42
Fixing #160947. Thanks Soxofaan, rob loach.

Revision 1.42.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 02:52:28 2007 UTC (2 years, 3 months ago) by wundo
Branch: DRUPAL-5--3
Changes since 1.42.2.21: +13 -6 lines
Diff to previous 1.42.2.21 , to branch point 1.42
Fixing permition problems, patch #168759. Thanks soxofaan, thanks Rob Loach.

Revision 1.42.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 17 20:57:23 2007 UTC (2 years, 3 months ago) by wundo
Branch: DRUPAL-5--3
Changes since 1.42.2.20: +22 -2 lines
Diff to previous 1.42.2.20 , to branch point 1.42
Fixed #156503: Allows to avoid having to repeatedly do captchas during multiple previews. Thanks Paul Kishimoto,
JenT, soxofaan.

Revision 1.42.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 17 19:39:54 2007 UTC (2 years, 3 months ago) by wundo
Branch: DRUPAL-5--3
Changes since 1.42.2.19: +60 -1 lines
Diff to previous 1.42.2.19 , to branch point 1.42
Patch #166534: Adds an overview page with examples of all available captha challenges. Thanks soxofaan.

Revision 1.42.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 17 18:43:13 2007 UTC (2 years, 3 months ago) by wundo
Branch: DRUPAL-5--3
Changes since 1.42.2.18: +10 -24 lines
Diff to previous 1.42.2.18 , to branch point 1.42
Patch #158613: Minor improvements in captcha API, changing value to response, and anwser to solution ;) Thanks
soxofaan, RobLoach.

Revision 1.42.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 19:57:15 2007 UTC (2 years, 3 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.17: +5 -3 lines
Diff to previous 1.42.2.17 , to branch point 1.42
- Patch #166517: Minor cosmetic tweaks of 'Math' captcha

Revision 1.42.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 18:39:22 2007 UTC (2 years, 3 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.16: +2 -2 lines
Diff to previous 1.42.2.16 , to branch point 1.42
- Patch #167166 by soxofaan: Wrong check in captcha module

Revision 1.42.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 13:54:26 2007 UTC (2 years, 3 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.15: +2 -2 lines
Diff to previous 1.42.2.15 , to branch point 1.42
- Patch #160947: CAPTCHA_DESCRIPTION Untranslatable

Revision 1.42.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 05:29:09 2007 UTC (2 years, 3 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.14: +4 -2 lines
Diff to previous 1.42.2.14 , to branch point 1.42
- Patch #165530 by soxofaan: empty captcha_answer before rendering

Revision 1.42.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 18:26:40 2007 UTC (2 years, 3 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.13: +2 -2 lines
Diff to previous 1.42.2.13 , to branch point 1.42
- Patch #163531 by GoofyX: Small typo in module

Revision 1.42.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 15:40:33 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.12: +10 -4 lines
Diff to previous 1.42.2.12 , to branch point 1.42
- Patch #160947: CAPTCHA_DESCRIPTION Untranslatable

Revision 1.42.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 21:20:25 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.11: +2 -1 lines
Diff to previous 1.42.2.11 , to branch point 1.42
- Patch #159314: Possibility to request several forms before submitting them

Revision 1.42.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 21:37:10 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.10: +22 -20 lines
Diff to previous 1.42.2.10 , to branch point 1.42
- Patch #159314 by soxofaan: Possibility to request several forms before submitting them

Revision 1.42.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 22:10:49 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0-rc1
Changes since 1.42.2.9: +2 -1 lines
Diff to previous 1.42.2.9 , to branch point 1.42
- Patch #159178: Display Captcha in admin/help

Revision 1.42.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 22:05:05 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.8: +3 -3 lines
Diff to previous 1.42.2.8 , to branch point 1.42
- Patch #159190: Administer Captcha Permission

Revision 1.42.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 21:54:55 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.7: +10 -10 lines
Diff to previous 1.42.2.7 , to branch point 1.42
- Patch #158578: Move Captcha (admin/user/captcha)

Revision 1.42.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 19:54:25 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.6: +11 -11 lines
Diff to previous 1.42.2.6 , to branch point 1.42
- Patch #158305 by soxofaan: Permissions to Skip Captcha - Documentation

Revision 1.42.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 19:01:49 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.5: +3 -3 lines
Diff to previous 1.42.2.5 , to branch point 1.42
- Patch #158305: Permissions to Skip Captcha

Revision 1.42.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 17:44:33 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.4: +5 -1 lines
Diff to previous 1.42.2.4 , to branch point 1.42
- Patch 158734 by soxofaan: play nice with page caching

Revision 1.42.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 11 21:33:32 2007 UTC (2 years, 4 months ago) by wundo
Branch: DRUPAL-5--3
Changes since 1.42.2.3: +8 -1 lines
Diff to previous 1.42.2.3 , to branch point 1.42
Working on #158305.

Revision 1.42.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 11 21:28:48 2007 UTC (2 years, 4 months ago) by wundo
Branch: DRUPAL-5--3
Changes since 1.42.2.2: +3 -3 lines
Diff to previous 1.42.2.2 , to branch point 1.42
#158613: Minor changes to keep the API consistent.

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.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 10 22:02:33 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5--3
Changes since 1.42.2.1: +455 -0 lines
Diff to previous 1.42.2.1 , to branch point 1.42
Branch of Captcha r58 to DRUPAL-5--3.

Revision 1.30.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 10 21:49:54 2007 UTC (2 years, 4 months ago) by robloach
Branch: DRUPAL-5
Changes since 1.30.2.1: +379 -144 lines
Diff to previous 1.30.2.1 , to branch point 1.30
Branch Captcha r58 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.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 11:47:48 2007 UTC (2 years, 5 months ago) by wundo
Branch: MAIN
Branch point for: DRUPAL-5--3
Changes since 1.41: +9 -1 lines
Diff to previous 1.41
#153395: Added warn message when challenge module fails. Thans soxofaan

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 01:00:22 2007 UTC (2 years, 5 months ago) by wundo
Branch: MAIN
CVS Tags: DRUPAL-5--2-2
Changes since 1.40: +3 -1 lines
Diff to previous 1.40
Fixing #152020 .

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.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 16:49:42 2007 UTC (2 years, 6 months ago) by wundo
Branch: MAIN
CVS Tags: DRUPAL-5--2-1
Changes since 1.39: +4 -1 lines
Diff to previous 1.39
Added error message.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 19:35:27 2007 UTC (2 years, 7 months ago) by wundo
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 14 02:46:25 2007 UTC (2 years, 8 months ago) by wundo
Branch: MAIN
Changes since 1.37: +14 -13 lines
Diff to previous 1.37
Fixed #125595.
Thanks Heine!

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 13 15:00:13 2007 UTC (2 years, 8 months ago) by wundo
Branch: MAIN
Changes since 1.36: +1 -3 lines
Diff to previous 1.36
code cleanup

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 21:40:01 2007 UTC (2 years, 8 months ago) by wundo
Branch: MAIN
Changes since 1.35: +47 -9 lines
Diff to previous 1.35
Integration with Form Store module.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 17:21:26 2007 UTC (2 years, 8 months ago) by wundo
Branch: MAIN
Changes since 1.34: +19 -14 lines
Diff to previous 1.34
Changing default captcha points.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 15:59:25 2007 UTC (2 years, 8 months ago) by wundo
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Captcha API Rewrote, uncompatible with older versions.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 15:53:27 2007 UTC (2 years, 8 months ago) by wundo
Branch: MAIN
Changes since 1.32: +132 -126 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.25.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 20:17:10 2007 UTC (2 years, 9 months ago) by wundo
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-2
Changes since 1.25.2.1: +2 -3 lines
Diff to previous 1.25.2.1 , to branch point 1.25 , to next main 1.100
Security Fix.

Revision 1.25.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 20:15:53 2007 UTC (2 years, 9 months ago) by wundo
Branch: DRUPAL-4-7
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
Security Fix.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 19:44:46 2007 UTC (2 years, 9 months ago) by wundo
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.31: +1 -5 lines
Diff to previous 1.31
Security fix.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 17:42:49 2007 UTC (2 years, 9 months ago) by wundo
Branch: MAIN
Changes since 1.30: +5 -3 lines
Diff to previous 1.30
Security fix.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 13 17:48:05 2007 UTC (2 years, 10 months ago) by wundo
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.29: +90 -58 lines
Diff to previous 1.29
Update to Drupal 5.0
#86329, Thanks to drewish, mfer, RobRoy, Egon Bianchet, drumm.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 23 14:22:09 2006 UTC (2 years, 11 months ago) by wundo
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Fixed #102753, thanks Drumm.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 23 14:15:52 2006 UTC (2 years, 11 months ago) by wundo
Branch: MAIN
Changes since 1.27: +37 -11 lines
Diff to previous 1.27
Fixed #102755, thanks Drumm.
Fixed #102271, thanks incrn8.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 13:59:42 2006 UTC (3 years ago) by wundo
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
oops, last commit was wrong..

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 13:56:58 2006 UTC (3 years ago) by wundo
Branch: MAIN
Changes since 1.25: +8 -8 lines
Diff to previous 1.25
Code cleanup.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 19:32:02 2006 UTC (3 years, 4 months ago) by wundo
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Fixed #75693, thanks imagine.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 19 15:00:51 2006 UTC (3 years, 6 months ago) by wundo
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Fixed #61717, thanks zoo33.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 4 01:57:40 2006 UTC (3 years, 8 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.22: +44 -150 lines
Diff to previous 1.22
new version, with challenges implemented as independent modules. Default captcha is now *math*

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 3 22:42:41 2006 UTC (3 years, 8 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.21: +13 -7 lines
Diff to previous 1.21
Fixed #51384. Thanks @gordon

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 12 08:54:56 2006 UTC (3 years, 9 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
fix for #47168

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 15 18:51:40 2006 UTC (3 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18
code conformity

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 12 23:34:58 2006 UTC (3 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.17: +12 -7 lines
Diff to previous 1.17
Fixed bug #44414

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 11 17:41:40 2006 UTC (3 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
added some t()s

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 10 21:50:36 2006 UTC (3 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.15: +126 -72 lines
Diff to previous 1.15
Upgraded to FormAPI for 4.7

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 15 06:49:24 2005 UTC (4 years, 4 months ago) by arnabdotorg
Branch: MAIN
CVS Tags: DRUPAL-4-5
Branch point for: DRUPAL-4-6
Changes since 1.14: +4 -2 lines
Diff to previous 1.14
Fixed session highjacking vulnerability #26741

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 26 06:33:20 2005 UTC (4 years, 6 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.13: +11 -3 lines
Diff to previous 1.13
Added a hook_perm, in response to issue #19254

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 26 05:19:51 2005 UTC (4 years, 6 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.12: +12 -10 lines
Diff to previous 1.12
added function checks for people with GD problems.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 25 15:59:56 2005 UTC (4 years, 6 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.11: +89 -80 lines
Diff to previous 1.11
TTF now works properly, you'll have to supply your own TTF files to test.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 24 05:55:01 2005 UTC (4 years, 6 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
Fixed i18n problems, issue #17098

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 26 13:44:11 2005 UTC (4 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.9: +12 -11 lines
Diff to previous 1.9
Fixed incorrect writing of variables to session

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 26 12:28:16 2005 UTC (4 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.8: +11 -6 lines
Diff to previous 1.8
Fixed anon user check

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 19 10:25:59 2005 UTC (4 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.7: +7 -5 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 19 05:31:21 2005 UTC (4 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
Fixed bug #15808

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 11 23:42:52 2005 UTC (4 years, 10 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.5: +143 -13 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 27 12:01:46 2004 UTC (4 years, 11 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.4: +79 -42 lines
Diff to previous 1.4
Changes in flux, basically merging with tangent's rewrite.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 12 15:50:31 2004 UTC (4 years, 11 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.3: +7 -5 lines
Diff to previous 1.3
added check for imagerotate, since many people don't seem to have it.

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

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 19 08:15:18 2004 UTC (5 years, 1 month ago) by arnabdotorg
Branch: MAIN
Changes since 1.1: +105 -93 lines
Diff to previous 1.1
General compatibility upgrade: Should now work with 4.5

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 9 19:13:51 2004 UTC (5 years, 5 months ago) by arnabdotorg
Branch: MAIN

first submission. lots of improvements needed :)

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2