| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11731] Remove static calls to captcha garbage collector | Andy Chase | 2013-07-22 | 1 | -1/+2 |
* | [ticket/11696] Rename db_tools.php so it can be autoloaded | Joas Schilling | 2013-07-14 | 1 | -10/+2 |
* | [ticket/9975] Moved a few E_USER_ERROR errors to /language | asperous | 2013-04-23 | 1 | -1/+1 |
* | Merge PR #1182 branch 'develop-olympus' into develop | Oleg Pudeyev | 2013-01-09 | 1 | -1/+1 |
|\ |
|
| * | [ticket/11301] Guidelines: Add spaces in front and after the / operator. | Andreas Fischer | 2013-01-08 | 1 | -1/+1 |
| * | [ticket/11301] Explicitly cast str offset to int to prevent E_NOTICE on 5.4. | Andreas Fischer | 2013-01-08 | 1 | -1/+1 |
* | | [ticket/11183] Remove $load_extensions and weird dl() calls | Igor Wiedler | 2012-11-10 | 2 | -26/+2 |
* | | [ticket/11159] Static public is the currently approved order. | Oleg Pudeyev | 2012-11-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'p/ticket/11157' into develop | Andreas Fischer | 2012-10-30 | 5 | -14/+14 |
|\ \ |
|
| * | | [ticket/11157] static public is the currently approved order. | Oleg Pudeyev | 2012-10-29 | 5 | -11/+11 |
| * | | [ticket/11157] Fix remaining captcha spam. | Oleg Pudeyev | 2012-10-29 | 5 | -14/+14 |
* | | | [ticket/11159] static public is the currently approved order. | Oleg Pudeyev | 2012-10-29 | 5 | -5/+5 |
|/ / |
|
* | | [ticket/10575] Adding public visibility to the methods. | Bruno Ais | 2012-04-05 | 6 | -6/+6 |
* | | [ticket/10575] Fixing non-static access to static functions get_instance | Bruno Ais | 2012-04-05 | 6 | -6/+6 |
* | | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 10 | -20/+10 |
* | | [feature/extension-manager] Rename default methods to core methods on finder. | Nils Adermann | 2011-11-18 | 1 | -3/+2 |
* | | [feature/extension-manager] Allow extensions to define captcha plugins. | Nils Adermann | 2011-09-29 | 2 | -22/+30 |
* | | Merge branch 'develop' into feature/request-class | Igor Wiedler | 2011-08-18 | 5 | -9/+9 |
|\ \ |
|
| * | | [ticket/9608] Remove use of references in captcha and other places | Igor Wiedler | 2011-07-13 | 5 | -9/+9 |
* | | | [feature/request-class] Make use of the is_secure() method | Igor Wiedler | 2011-08-18 | 1 | -1/+1 |
* | | | [feature/request-class] Add server(), header() and is_ajax() to request | Igor Wiedler | 2011-07-15 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-06-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | [ticket/9892] Shorten the index names on the q&a captcha | Nils Adermann | 2011-06-12 | 1 | -2/+2 |
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-06-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge branch 'ticket/bantu/10042' into develop-olympus | Nils Adermann | 2011-06-05 | 1 | -1/+1 |
| |\ |
|
| | * | [ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required. | Andreas Fischer | 2011-03-05 | 1 | -1/+1 |
| | * | [ticket/10042] GD CAPTCHA: Round offset to the next pixel. | Andreas Fischer | 2011-03-05 | 1 | -1/+1 |
* | | | Merge branch 'develop-olympus' into develop | Oleg Pudeyev | 2011-05-10 | 1 | -4/+9 |
|\ \ \
| |/ / |
|
| * | | [ticket/10170] Fix broken recaptcha verification host. | Andreas Fischer | 2011-05-11 | 1 | -2/+7 |
| * | | [ticket/10170] reCaptcha API has been moved. | Erik Frèrejean | 2011-05-10 | 1 | -3/+3 |
* | | | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-03-31 | 1 | -27/+27 |
|\ \ \
| |/ / |
|
| * | | [ticket/10112] Replaced a couple occurrences of count() with sizeof() | Callum Macrae | 2011-03-30 | 1 | -27/+27 |
| |/ |
|
* | | [ticket/9766] Delete delete_code() from CAPTCHA classes as it's never called. | Andreas Fischer | 2011-03-01 | 2 | -27/+0 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-01-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | [ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand(). | Joas Schilling | 2011-01-30 | 1 | -2/+2 |
* | | [task/config-class] Always specify the config table to use. | Nils Adermann | 2011-01-12 | 1 | -1/+1 |
* | | [task/config-class] Implemented a config class to replace the global array. | Nils Adermann | 2011-01-10 | 1 | -1/+8 |
* | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 10 | -20/+0 |
* | | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2010-10-04 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | [ticket/9829] Fix error in recaptcha validation. | Cristian Rodriguez | 2010-09-19 | 1 | -4/+1 |
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2010-08-21 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | [ticket/9612] Introduce new function gen_rand_string_friendly(). | Andreas Fischer | 2010-05-17 | 1 | -4/+4 |
* | | [feature/auto-loading] Added autoloader to common and ensured compatability | Nils Adermann | 2010-07-05 | 5 | -15/+15 |
|/ |
|
* | Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a c... | Andreas Fischer | 2010-02-08 | 1 | -2/+2 |
* | okay, now the confirm_id is no longer enough to get a new row into the qa table | Henry Sudhof | 2010-01-26 | 1 | -15/+3 |
* | erm, that wouldn't work | Henry Sudhof | 2010-01-26 | 1 | -3/+3 |
* | tuning | Henry Sudhof | 2010-01-26 | 1 | -0/+38 |
* | debug code, begone | Henry Sudhof | 2010-01-26 | 1 | -1/+1 |
* | tuning | Henry Sudhof | 2010-01-26 | 1 | -5/+5 |
* | ACP usability | Henry Sudhof | 2010-01-26 | 1 | -12/+61 |