aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-2/+2
* [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-3/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+50
* put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-241-48/+0
* Okay, that is pretty raw, but better to have it in place than trying to play ...Henry Sudhof2008-09-191-38/+5
* Fix some instances where we left db connections open (registration -> captcha...Meik Sievertsen2008-06-131-1/+3
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-3/+3
* oh boy...David M2008-01-031-2/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-6/+14
* #5734David M2006-12-031-2/+2
* - compress is nicer (fixed a bug :P)David M2006-11-031-39/+2
* some fixesMeik Sievertsen2006-10-301-5/+14
* - BugDavid M2006-08-061-0/+10
* bugs? bugs.David M2006-07-011-1/+1
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-1/+1
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+2
* - fixed a few bugsMeik Sievertsen2006-06-111-5/+4
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-3/+3
* - We are now at _seven_ different policies, not counting the non-GD version. ...David M2006-05-301-3/+25
* - CAPTCHA!David M2006-04-291-345/+9
* - streamlined reports to consist of the feature set we decided upon (Nils, yo...Meik Sievertsen2006-03-121-2/+4
* - Moved the image loading outside the big loop. This brings fewer comparisons...David M2006-03-111-12/+12
* - ord() always returns a unsigned integer, no need to force it positiveDavid M2006-03-101-6/+3
* - Remove the BBCode UIDs from the outputDavid M2006-02-221-24/+39
* - It turns out that a very fast Adler-32 implementation exists, this removes ...David M2006-02-091-25/+40
* - A bug fix ( never noticed that the unset() touched the wrong var ) and a fe...David M2006-02-081-16/+16
* - This is some scary stuff!David M2006-02-041-128/+78
* Fixes in both CAPTCHA and CompressDavid M2006-01-261-9/+6
* - changed ucp classes to work with the new module systemMeik Sievertsen2005-10-041-2/+2
* - Documentation related changesMeik Sievertsen2005-04-091-19/+21
* ucp updatesMeik Sievertsen2004-05-261-5/+7
* - put consoring and smilie processing into functions (we use them all over th...Meik Sievertsen2004-02-211-1/+1
* Change in format of module db data, add zebra, many things probably "damaged ...Paul S. Owen2003-10-011-2/+2
* Some re-arrangement of validation routines to improve extensibilityPaul S. Owen2003-09-081-23/+15
* Hello!Paul S. Owen2003-05-191-0/+432