/[drupal]/contributions/modules/captcha/captcha.admin.inc
ViewVC logotype

Log of /contributions/modules/captcha/captcha.admin.inc

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.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 16:11:17 2009 UTC (4 weeks, 3 days ago) by soxofaan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
#586232: call_user_func_array() call problem

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 07:31:26 2009 UTC (2 months ago) by soxofaan
Branch: MAIN
Changes since 1.30: +4 -2 lines
Diff to previous 1.30
#586232: 2nd argument call_user_func_array() should be array

Revision 1.5.2.3.2.1
Wed Sep 23 19:20:42 2009 UTC (2 months ago) by soxofaan
Branch: DRUPAL-6--3
Changes since 1.5.2.3: +1 -1 lines
FILE REMOVED
#585880 by Rob Loach: remove everything from mistakenly created DRUPAL-6--3 branch

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 22:33:34 2009 UTC (3 months, 2 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-RC3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
#545150 by Rob Loach: fixed wrong default value for new form_id

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 11 17:30:38 2009 UTC (4 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
fixed "fieldsset" typo

Revision 1.28 - (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.27: +11 -7 lines
Diff to previous 1.27
#473002: CAPTCHA API now provides a way to define a custom CAPTCHA validation function

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 19 13:04:00 2009 UTC (5 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.26: +23 -8 lines
Diff to previous 1.26
worked on CAPTCHA description usage/translation/workflow: CAPTCHA descriptions can now be reset with empty entry, tweaked UI strings, fixed bug in localized default CAPTCHA description.

Revision 1.26 - (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.25: +15 -2 lines
Diff to previous 1.25
#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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 22:06:22 2009 UTC (6 months ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.24: +5 -3 lines
Diff to previous 1.24
#472144 by hctom and soxofaan: PHP error on CAPTCHA admin form submit when no CAPTCHA points defined

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

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 22:14:02 2009 UTC (6 months, 3 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.22: +6 -7 lines
Diff to previous 1.22
ported _captcha_generate_example_challenge() to hook_elements() way of living

Revision 1.22 - (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.21: +43 -17 lines
Diff to previous 1.21
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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 22:36:54 2009 UTC (7 months ago) by soxofaan
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
fixed typo

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 20:35:08 2009 UTC (7 months ago) by soxofaan
Branch: MAIN
Changes since 1.19: +11 -3 lines
Diff to previous 1.19
#445026: added option to add CAPTCHAs to forms on admin pages

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 20:58:01 2009 UTC (7 months, 1 week ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA4
Changes since 1.18: +2 -3 lines
Diff to previous 1.18
more usage of captcha_get_form_id_setting

Revision 1.18 - (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
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
renamed _captcha_update_captcha_point() to captcha_set_form_id_setting().

Revision 1.17 - (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.16: +1 -15 lines
Diff to previous 1.16
added simpletest file captcha.test

Revision 1.16 - (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.15: +6 -1 lines
Diff to previous 1.15
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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 19:44:08 2009 UTC (9 months, 3 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.14: +18 -16 lines
Diff to previous 1.14
#237147: Reordered the "Form protection" fieldset on the CAPTCHA administration page

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 18:23:40 2009 UTC (10 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
minor fix

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 23:00:12 2009 UTC (10 months, 1 week ago) by soxofaan
Branch: MAIN
Changes since 1.12: +105 -50 lines
Diff to previous 1.12
added textfield and select widget to CAPTCHA point table for easier adding form_ids

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 22:14:44 2009 UTC (10 months, 3 weeks ago) by soxofaan
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.11: +17 -11 lines
Diff to previous 1.11
also made Image CAPTCHA free of session dependencies, yay

Revision 1.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 17:20:25 2008 UTC (19 months, 4 weeks ago) by soxofaan
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC2
Changes since 1.5.2.5: +2 -2 lines
Diff to previous 1.5.2.5 , to branch point 1.5 , to next main 1.32
#240088: allow form_id's with numeric characters

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 17:12:45 2008 UTC (19 months, 4 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
#240088: allow form_id's with numeric characters
added SimpleTest test covering CAPTCHA point administration

Revision 1.10 - (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.9: +2 -2 lines
Diff to previous 1.9
#231491 (minor): added t(..) to permission strings where needed

Revision 1.5.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.5.2.4: +2 -2 lines
Diff to previous 1.5.2.4 , to branch point 1.5
#231491 (minor): added t(..) to permission strings where needed

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

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 04:26:19 2008 UTC (20 months, 3 weeks ago) by soxofaan
Branch: DRUPAL-6--1
Changes since 1.5.2.3: +2 -2 lines
Diff to previous 1.5.2.3 , to branch point 1.5
#231491: minor change (added a t(...))

Revision 1.8 - (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.7: +1 -1 lines
Diff to previous 1.7
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.7 - (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.6: +142 -108 lines
Diff to previous 1.6
started with experimental branch for Drupal 6 in HEAD

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 20:06:46 2008 UTC (21 months, 2 weeks ago) by soxofaan
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1
Branch point for: DRUPAL-6--3
Changes since 1.5.2.2: +4 -6 lines
Diff to previous 1.5.2.2 , to branch point 1.5
fixed 'undefined value' warning

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

Revision 1.6
Sat Jan 26 16:50:43 2008 UTC (22 months ago) by robloach
Branch: MAIN
Changes since 1.5: +1 -1 lines
FILE REMOVED
Moved to DRUPAL-6--1 branch.

Revision 1.5 - (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
Branch point for: DRUPAL-6--1
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
#207234 and #207226: by Pancho: various cleanups and tweaks

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

Revision 1.3 - (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.2: +8 -8 lines
Diff to previous 1.2
#200355: fixed typos with administration/administrator

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 11:43:02 2007 UTC (23 months, 2 weeks ago) by soxofaan
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
added forgotten $Id$

Revision 1.1 - (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
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

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