phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / mcp / info / mcp_main.php

History | View | Annotate | Download (890 Bytes)

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

6040 06/10/2006 06:09 pm Nils Adermann

- check whether config.php exists
- add <p> to installation dialogue
- forgot to commit an mcp info file

5986 05/30/2006 02:24 pm Nils Adermann

- various corrections related to permissions in the mcp, including [Bug #1994] and [Bug #1924]
- fixed some quickmod bugs [#1994] and [Bug #1898]
- browse reports/unapproved posts by topic id
- correctly hide approval details
- added return message to mcp_ban [Bug #1851]...

5938 05/20/2006 01:22 pm grahamje

Fix a couple of issues in mcp_main

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

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.