- 30 Jun, 2013 1 commit
-
-
Fabiano Sant'Ana authored
-
- 26 Jun, 2013 1 commit
-
-
Stefaan Lippens authored
commit 20f9ea92 Author: lkmorlan <lkmorlan@493050.no-reply.drupal.org> Date: Tue Jun 25 21:02:58 2013 -0300 Issue #255795 by Liam Morland: Add CAPTCHA to all forms by default
-
- 25 Jun, 2013 1 commit
-
-
lkmorlan authored
-
- 24 Jun, 2013 1 commit
-
-
olli authored
Issue #2021759: When user submits a correct answer, captcha module stores in session unconditionally, disabling page cache unnecessarily
-
- 13 May, 2013 1 commit
-
-
digibike authored
Issue #1002246: make 'captcha_wrong_response_counter' updating optional and disabled by default, as it is expensive performance wise (clears variable cache)
-
- 06 Feb, 2013 1 commit
-
-
Stefaan Lippens authored
-
- 28 Oct, 2012 1 commit
-
-
ahwebd authored
Issue #472450 by ahwebd and soxofaan: add option to render image CAPTCHA code on RTL-mode for RTL languages
-
- 07 Aug, 2012 1 commit
-
-
Fabiano Sant'Ana authored
-
- 26 Jul, 2012 1 commit
-
-
alexiswilke authored
-
- 16 Jul, 2012 1 commit
-
-
neochief authored
Issue #1460538 by neochief: avoid 'Call to undefined function _captcha_required_for_user' issue on cached forms
-
- 02 Jul, 2012 1 commit
-
-
hermes_costell authored
-
- 26 May, 2012 1 commit
-
-
Stefaan Lippens authored
Issue #1597970 by drupalishsandip and soxofaan: PHP sucks at comparing strings that look like numbers Seriously: string comparison ("123" == "0123.") is true in PHP
-
- 09 May, 2012 5 commits
-
-
Stefaan Lippens authored
Fixed some internal drupal urls (admin/config/development/performance, admin/structure/types and admin/people/permissions)
-
Stefaan Lippens authored
-
Stefaan Lippens authored
-
Stefaan Lippens authored
-
Stefaan Lippens authored
-
- 01 May, 2012 1 commit
-
-
Stefaan Lippens authored
-
- 21 Mar, 2012 2 commits
-
-
Stefaan Lippens authored
Issue #893810: refactored captcha_form_alter to make sure CAPTCHA's are also shown on login block on (forbidden) admin pages when needed
-
marktheunissen authored
-
- 12 Mar, 2012 1 commit
-
-
Stefaan Lippens authored
-
- 02 Jan, 2012 2 commits
-
-
Stefaan Lippens authored
Issue #780206: add a warning on performance settings page about disabled page caching on pages with a CAPTCHA element
-
Stefaan Lippens authored
-
- 26 Dec, 2011 1 commit
-
-
Stefaan Lippens authored
-
- 23 Dec, 2011 2 commits
-
-
Stefaan Lippens authored
-
Stefaan Lippens authored
Issue #1024370: only use $form_state['captcha_info'] cache after submission (e.g. comment/node previewing) On some forms $form_state can be cached across requests, and the CAPTCHA info in there should not be used during form building before submitting.
-
- 13 Dec, 2011 1 commit
-
-
Stefaan Lippens authored
-
- 20 Nov, 2011 4 commits
-
-
Stefaan Lippens authored
-
Stefaan Lippens authored
-
Stefaan Lippens authored
Revert "Issue #1024370 by soxofaan, nineLemon, Pancho, slashrsm: Prevents CAPTCHA from failing in certain forms" This reverts commit f56d53ec. It was a wrong solution and caused other problems (e.g. Issue #1328272)
-
Stefaan Lippens authored
GD library availability check should look for imagepng function (which is required), not imagejpeg (which is optional). Related to issue #1337366.
-
- 02 Nov, 2011 1 commit
-
-
rocnhorse authored
Issue #1024370: Make sure we can use a top level form value $form_state['values']['captcha_response'], even if the form has #tree=true.
-
- 11 Oct, 2011 1 commit
-
-
chrisolof authored
-
- 01 May, 2011 1 commit
-
-
Stefaan Lippens authored
-
- 27 Apr, 2011 2 commits
-
-
Fabiano Sant'Ana authored
Issue #976436 by matheusgorino, soxofaan: Adds an ob_end_clean to prevent the output image from being corrupted.
-
Fabiano Sant'Ana authored
Issue #1024370 by soxofaan, nineLemon, Pancho, slashrsm: Prevents CAPTCHA from failing in certain forms
-
- 18 Mar, 2011 4 commits
-
-
Fabiano Sant'Ana authored
removing empty line in the begining of the file I think this was caused by d13f91fa from The Great Git Migration :)
-
Fabiano Sant'Ana authored
removing empty line in the begining of the file I think this was caused by d13f91fa from The Great Git Migration :)
-
Fabiano Sant'Ana authored
removing empty line in the begining of the file I think this was caused by d13f91fa from The Great Git Migration :)
-
Fabiano Sant'Ana authored
-