phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / acp / info / acp_permissions.php

History | View | Annotate | Download (3.2 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9887 07/28/2009 11:09 pm Andreas Fischer

[Feature] Ability to copy permissions from one forum to several other forums.
[Fix] Add log entry when copying forum permissions.

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'.

8135 10/04/2007 05:08 pm Meik Sievertsen

#14621
#14596
info file changes

5994 05/31/2006 10:26 pm grahamje

Misc module ordering stuff/missing modules.
There's still 1 minor bit to fix up....

5948 05/20/2006 05:12 pm grahamje

A few top level changes to the module structure.
More will follow since the quick access section is currently broken

5884 05/05/2006 08:28 pm grahamje

A couple of minor slips of the finger

5873 05/01/2006 09:45 pm grahamje

Remove the module entries from the schema data file and generate the list instead
This should be the last major item with hard-coded id values in it

5824 04/22/2006 06:18 pm Meik Sievertsen

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))
- some bugfixes
- PHP6 fix

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.