aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-158/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* [ticket/11183] Remove $load_extensions and weird dl() callsIgor Wiedler2012-11-101-13/+1
* Merge remote-tracking branch 'p/ticket/11157' into developAndreas Fischer2012-10-301-2/+2
|\
| * [ticket/11157] static public is the currently approved order.Oleg Pudeyev2012-10-291-2/+2
| * [ticket/11157] Fix remaining captcha spam.Oleg Pudeyev2012-10-291-2/+2
* | [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-10-291-1/+1
|/
* [ticket/10575] Adding public visibility to the methods.Bruno Ais2012-04-051-1/+1
* [ticket/10575] Fixing non-static access to static functions get_instanceBruno Ais2012-04-051-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/9608] Remove use of references in captcha and other placesIgor Wiedler2011-07-131-2/+2
* [task/config-class] Always specify the config table to use.Nils Adermann2011-01-121-1/+1
* [task/config-class] Implemented a config class to replace the global array.Nils Adermann2011-01-101-1/+8
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* [feature/auto-loading] Added autoloader to common and ensured compatabilityNils Adermann2010-07-051-1/+1
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+165
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-101/+0
* $template to phpbb::$templateMeik Sievertsen2009-02-221-2/+3
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-4/+2
* $config to phpbb::$configMeik Sievertsen2008-12-281-2/+2
* - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-1/+1
* short php open tags should not be used. :) A lot of users (including myself) ...Meik Sievertsen2008-09-221-10/+11
* mehHenry Sudhof2008-09-191-0/+0
* Okay, that is pretty raw, but better to have it in place than trying to play ...Henry Sudhof2008-09-191-0/+101