root / branches / phpBB-3_0_0 / phpBB / includes / acp / acp_captcha.php

View | Annotate | Download (4 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10177 09/22/2009 11:03 AM Meik Sievertsen

Move add_log() call for captcha "configure" page to the captcha plugin, because only the plugin is able to know if the config got updated or not.
Note to captcha MOD authors: please check if you have a function acp_page() and if an add_log() call is required for your plugin....

10144 09/15/2009 10:11 AM Henry Sudhof

sanity check - avoid ugly error messages

9975 08/14/2009 11:00 AM Henry Sudhof

#49675 #49655 - ATTENTION: small captcha API change

9809 07/21/2009 10:26 AM Henry Sudhof

copy regiustration attempt setting to acp_captcha - although the setting is pointless

9660 06/23/2009 01:22 PM Henry Sudhof

meh

9581 06/13/2009 02:09 PM Henry Sudhof

Oh right. PHP4

9554 06/07/2009 11:34 AM Meik Sievertsen

some corrections, only very minor things.

9524 06/02/2009 02:12 PM Henry Sudhof

Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.

9475 04/18/2009 06:43 PM Meik Sievertsen

#43345 - log changes to visual confirmation

9437 04/11/2009 09:11 AM Meik Sievertsen

a language alteration for captchas.
Added min/max captcha chars constants and changed the length from 5-8 to 4-7

9390 03/17/2009 04:04 PM Henry Sudhof

captcha changes

9320 02/08/2009 02:15 PM Henry Sudhof

and another CAPTCHA setting - add new noise shapes to the noise array for more variations.

9283 01/21/2009 01:37 PM Henry Sudhof

New option for the GD VC. Parameters need some more tweaking

8722 07/29/2008 05:13 PM Henry Sudhof

No negative values (#30335)

8655 06/13/2008 09:39 PM Meik Sievertsen

Fix some instances where we left db connections open (registration -> captcha for example)

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8147 10/05/2007 04:36 PM Meik Sievertsen

dumdidum... sorry. ;)

8120 10/03/2007 05:05 PM Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8072 08/30/2007 11:21 PM Meik Sievertsen

necessary changes...

7478 05/05/2007 11:33 PM Henry Sudhof

Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code.

This introduces new language variables, so take note translators :).

6549 11/04/2006 12:09 AM David M

- compress is nicer (fixed a bug :P)
- UTF-8 code is nicer (fixed a bug :P)
- new CAPTCHA. Replaced the old one for size and usability issues. The old CAPTCHA will most likely be released as a separate package

6428 10/02/2006 05:11 PM Meik Sievertsen

consistent acp layout regarding backlinks and messages.

6364 09/13/2006 06:08 PM Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6320 08/28/2006 05:50 PM Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

6222 08/01/2006 06:23 AM David M

- Captcha ACP
- BBCode stuff

6144 07/04/2006 05:54 AM David M

- CAPTCHA: removed the extra slash

More backup stuff

- Made some things nicer for some of the DBs
- Made postgreSQL work on non empty databases
- Made SQLite ultra fast on restore

- Properly escaped (as far as I know) the profile data fields so that one may now use reserved words as column names

6133 07/01/2006 08:30 AM David M

bugs? bugs.

6129 06/28/2006 04:43 AM David M

ketchup? catcher? catheter? no. CAPTCHA

- New CAPTCHA ACP, only lets you enable what you can actually use :D
- CAPTCHA ACP also has a nifty demo link that lets you preview a CAPTCHA with the current settings that you enable.

I hope it all works...