phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / captcha / plugins / phpbb_captcha_gd_plugin.php

History | View | Annotate | Download (3.4 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10925 01/12/2011 01:00 am Git Gatekeeper

commit a3673789402eae83b94860c87747091125701f78
Merge: 30dacf8 f115795
Author: Andreas Fischer <>
Date: Wed Jan 12 01:49:44 2011 +0100

Merge branch 'task/naderman/config-class' into develop
  • task/naderman/config-class:
    [task/config-class] Do not create multiple cache driver instances....
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10650 08/19/2010 04:25 pm Git Gatekeeper

commit dea1d660fb63b07451f1a43310de359251462644
Author: Nils Adermann <>
Date: Fri Jun 25 14:38:53 2010 +0200

[feature/auto-loading] Added autoloader to common and ensured compatability
The autoloader is registered in install without caching, since caching is set...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

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....

9976 08/14/2009 11:11 am Henry Sudhof

add back links

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

#49675 #49655 - ATTENTION: small captcha API change

9891 07/29/2009 11:59 pm Andreas Fischer

Props.

9609 06/17/2009 01:29 pm Henry Sudhof

Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles

9595 06/15/2009 11:21 am Andreas Fischer

Fix bug #46455 - Make sure can_load_dll() is available.
Authorised by: acydburn

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

Oh right. PHP4

9576 06/12/2009 03:24 pm Henry Sudhof

fix preview in ACP

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

some corrections, only very minor things.

9532 06/04/2009 01:30 pm Chris Smith

Fix up and tidy :)

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.

8889 09/19/2008 03:17 pm Henry Sudhof

Okay, that is pretty raw, but better to have it in place than trying to play catch-up. Introducing an early stage of CAPTCHA modules.