phpbb/phpBB/includes
Meik Sievertsen 81f78690db my turn to break things... harharhar
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users
- able to change anonymous user settings/permissions now
- re-arranged admin permissions a bit (added some and removed some)
- setting forum permissions after creating/editing forum now selects every default group (copy permisson/dropdown to be added for adding forums)
- finished user permissions in users acp

note: the layout for permissions might change
devs: please empty the user_permissions in phpbb_users. Also, first change your auth_options table, remove all cache files and then re-set admin permissions. After having set the admin permissions you can update your modules table (else you will not see the permission tabs) - or empty the auth setting within the modules table to be able to see the permission modules (they rely on newly added permission options)


git-svn-id: file:///svn/phpbb/trunk@5553 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-02-12 19:21:00 +00:00
..
acm - fix minor bugs 2006-01-23 18:47:10 +00:00
acp my turn to break things... harharhar 2006-02-12 19:21:00 +00:00
auth - ability to change anonymous user settings more easily 2006-02-03 20:59:39 +00:00
db my turn to break things... harharhar 2006-02-12 19:21:00 +00:00
mcp Little MCP bug fixes 2006-02-06 21:28:39 +00:00
search - added fulltext_mysql 2006-01-22 19:13:12 +00:00
ucp - It turns out that a very fast Adler-32 implementation exists, this removes the bulk of my runtime fears and allows me to make the script a little more readable. 2006-02-09 07:02:50 +00:00
auth.php my turn to break things... harharhar 2006-02-12 19:21:00 +00:00
bbcode.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
constants.php my turn to break things... harharhar 2006-02-12 19:21:00 +00:00
functions.php my turn to break things... harharhar 2006-02-12 19:21:00 +00:00
functions_admin.php my turn to break things... harharhar 2006-02-12 19:21:00 +00:00
functions_compress.php - Tar extraction and compression has changed to be more efficent by making fewer read/write commands. 2006-02-04 22:29:57 +00:00
functions_display.php *** empty log message *** 2006-02-12 15:45:50 +00:00
functions_jabber.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
functions_messenger.php - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
functions_module.php - make acl_getf_global() availible to module auth checks 2006-02-12 15:07:44 +00:00
functions_posting.php - size select fix 2006-01-22 13:06:13 +00:00
functions_privmsgs.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
functions_profile_fields.php - custom profile fields 2005-12-10 23:20:21 +00:00
functions_template.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
functions_transfer.php - install style and style elements 2006-01-02 17:30:59 +00:00
functions_upload.php - use acl_m_ instead of acl_m 2005-11-19 16:16:52 +00:00
functions_user.php my turn to break things... harharhar 2006-02-12 19:21:00 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php just preparing... 2006-01-17 18:03:15 +00:00
session.php - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
template.php - Removed a variable that has been left unused for three and a half years... 2005-12-27 14:09:44 +00:00