phpBB
Statistics
| Revision:

root / trunk / phpBB / develop / add_permissions.php

History | View | Annotate | Download (11.3 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
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'.

7386 04/22/2007 08:09 pm Meik Sievertsen

changed the cache files to save some memory (all global ones are hold in memory, doubling it).

6497 10/14/2006 04:56 pm Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

6115 06/22/2006 06:49 pm Meik Sievertsen

change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look.

the downside is that the information is no more accurate (permissions are still unset, defaulting to no) - someone might to overlook all explanations. :)

6021 06/07/2006 09:32 pm Meik Sievertsen

ok, sorry for this. :/
- cleaned up table names/constants

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.

5870 04/30/2006 04:09 pm Meik Sievertsen

- changed SUPER_MODERATORS to GLOBAL_MODERATORS
- do not cache moderators having no allowed auth settings
- added fsock method to transfer class (this has been made by wGEric for us)

5767 04/08/2006 03:01 pm Meik Sievertsen

- changed module*_url to only use the main module name but the mode as parameter
- custom module lang function now suffixed by _lang
- added general custom function with mode and module_row parameter

- do not display friends/foes if zebra has been disabled

5071 01/21/2005 08:20 pm Meik Sievertsen

- removed unnecessary pm options
- added one option to clearly define email visibility

5021 11/06/2004 03:08 pm Meik Sievertsen

- script to add missing permissions