From 26a6d215d0897afa82eea9b0cc0fca79d4544da5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 18 Feb 2006 13:54:12 +0000 Subject: - fix some tiny bugs - fix module system (sometimes the layout is broken due to falsly deactivated categories) - auth updates (setting permissions) - fix "category jumping" bug in acp - u_action is defined by the module itself git-svn-id: file:///svn/phpbb/trunk@5558 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/schema_data.sql | 56 +++++++++++++++++------------------ 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'phpBB/install/schemas') diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index fefbbd4b01..d6baabef71 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -252,43 +252,43 @@ INSERT INTO phpbb_auth_options (auth_option, is_local, is_global) VALUES ('m_ip' INSERT INTO phpbb_auth_options (auth_option, is_local, is_global) VALUES ('m_info', 1, 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_server', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_jabber', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_defaults', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_aauth', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_attach', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_authgroups', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_authusers', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_ban', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_bbcode', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_board', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_cookies', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_phpinfo', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_bots', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_clearlogs', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_viewlogs', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_words', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_icons', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_bbcode', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_attach', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_cookies', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_defaults', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_email', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_styles', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_bots', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_user', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_userdel', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_ranks', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_ban', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_names', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_group', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_groupadd', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_groupdel', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_fauth', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_forum', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_forumadd', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_forumdel', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_prune', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_profile', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_modules', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_group', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_groupadd', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_groupdel', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_icons', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_jabber', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_language', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_viewauth', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_fauth', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_mauth', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_aauth', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_modules', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_names', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_phpinfo', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_profile', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_prune', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_ranks', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_server', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_styles', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_uauth', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_authgroups', 1); -INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_authusers', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_user', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_userdel', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_viewauth', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_viewlogs', 1); +INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('a_words', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_', 1); INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_sendemail', 1); -- cgit v1.2.1