aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-02-18 13:54:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-02-18 13:54:12 +0000
commit26a6d215d0897afa82eea9b0cc0fca79d4544da5 (patch)
tree50645d56ce20cb6fa5e18a2eb1036deba65a1068 /phpBB/install/schemas
parentf2f0dc78929228619f8644d6553a02a8d1572242 (diff)
downloadforums-26a6d215d0897afa82eea9b0cc0fca79d4544da5.tar
forums-26a6d215d0897afa82eea9b0cc0fca79d4544da5.tar.gz
forums-26a6d215d0897afa82eea9b0cc0fca79d4544da5.tar.bz2
forums-26a6d215d0897afa82eea9b0cc0fca79d4544da5.tar.xz
forums-26a6d215d0897afa82eea9b0cc0fca79d4544da5.zip
- 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
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/schema_data.sql56
1 files changed, 28 insertions, 28 deletions
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);