phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / acp / acp_disallow.php

History | View | Annotate | Download (2.9 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
11075 03/23/2011 10:30 pm Git Gatekeeper

commit c63676e80203df54864d2c5a81d440f44ac53450
Merge: 352ed5a 2f6b046
Author: Igor Wiedler <>
Date: Wed Mar 23 23:21:36 2011 +0100

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/10033] "Disallow usernames" does not check already disallowed names.
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...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8120 10/03/2007 05:05 pm Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

7920 07/22/2007 10:11 pm Meik Sievertsen

try to normalize everything...

7258 04/01/2007 06:42 pm Meik Sievertsen

some beautifications as well as making sure manually deactivated accounts are properly handled

6698 12/02/2006 02:19 pm Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6590 11/16/2006 07:29 pm Meik Sievertsen

forgot to commit this fix

6571 11/12/2006 04:17 pm David M

banned usernames are now cached and normalized

6533 10/28/2006 01:03 pm Meik Sievertsen

test new mailing list rules

6320 08/28/2006 05:50 pm Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

6073 06/16/2006 06:54 pm Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6015 06/06/2006 10:53 pm Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5725 03/25/2006 08:14 pm Meik Sievertsen

ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.

5694 03/22/2006 11:17 am Meik Sievertsen

do not validate username when disallowing it. ;) - #1220

5558 02/18/2006 02:54 pm Meik Sievertsen

- fix some tiny bugs
- fix module system (sometimes the layout is broken due to falsly deactivated categories)
- auth updates (setting permissions)
- fix "category jumping" bug in acp
- u_action is defined by the module itself

5323 12/09/2005 07:09 pm Meik Sievertsen

- banning, disallow usernames and ranks