1
0
Fork 0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-18 17:01:46 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Nils Adermann
753994810a - a few adjustments to permissions, specifically with regard to global topics
- forgot to change a line in permission trace [Bug ]
- syntax highlighting for php5
- [Bug ]


git-svn-id: file:///svn/phpbb/trunk@6028 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-06-09 19:20:51 +00:00
Nils Adermann
ea04b3bcbc - various corrections related to permissions in the mcp, including [Bug ] and [Bug ]
- fixed some quickmod bugs [] and [Bug ]
- browse reports/unapproved posts by topic id
- correctly hide approval details
- added return message to mcp_ban [Bug ]
- adjusted some links, including [Bug ]
- added some missing language variables, including [Bug ], [Bug ], [Bug ] and [Bug ]
- always show all options in mcp_topic [Bug ]


git-svn-id: file:///svn/phpbb/trunk@5986 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-05-30 12:24:07 +00:00
Graham Eames
14e3edffc2 Fix the module insertion for UCP and MCP (the changes for the ACP had meant it was going in backwards!)
git-svn-id: file:///svn/phpbb/trunk@5925 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-05-17 19:44:28 +00:00
Graham Eames
14adf393c2 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


git-svn-id: file:///svn/phpbb/trunk@5873 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-05-01 19:45:42 +00:00
Meik Sievertsen
1a8c91b0d4 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.
git-svn-id: file:///svn/phpbb/trunk@5725 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-03-25 19:14:55 +00:00