aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_disallow.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13454] Fix code sniffer complaintsMarc Alexander2016-01-061-1/+1
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+1
* Merge branch '3.1.x'Tristan Darricau2015-10-141-3/+1
|\
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-3/+1
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-1/+1
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-3/+3
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-3/+3
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* Merge branch 'develop-olympus' into developIgor Wiedler2011-03-231-0/+12
|\
| * [ticket/10033] "Disallow usernames" does not check already disallowed names.Joas Schilling2011-03-231-0/+12
* | [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/+108
* | put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-241-107/+0
* | - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-2/+2
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-3/+2
|/
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+11
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-0/+8
* try to normalize everything...Meik Sievertsen2007-07-221-1/+1
* some beautifications as well as making sure manually deactivated accounts are...Meik Sievertsen2007-04-011-1/+1
* - a bunch of fixesMeik Sievertsen2006-12-021-1/+1
* forgot to commit this fixMeik Sievertsen2006-11-161-2/+2
* banned usernames are now cached and normalizedDavid M2006-11-121-0/+4
* test new mailing list rulesMeik Sievertsen2006-10-281-2/+2
* - some bugfixesMeik Sievertsen2006-08-281-3/+3
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-1/+1
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-1/+1
* ok, thought about this now for too long. I think the best solution circumvent...Meik Sievertsen2006-03-251-27/+0
* do not validate username when disallowing it. ;) - #1220Meik Sievertsen2006-03-221-8/+9
* - fix some tiny bugsMeik Sievertsen2006-02-181-6/+6
* - banning, disallow usernames and ranksMeik Sievertsen2005-12-091-0/+114