phpbb/phpBB/includes/acp
Meik Sievertsen 09ad10a734 ok, i am very sorry, but this needs to be fixed.
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored.
Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator.
Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view)


git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 15:00:47 +00:00
..
info [Feature] Ability to copy permissions from one forum to several other forums. 2009-07-28 22:09:46 +00:00
acp_attachments.php Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) 2009-08-01 12:28:50 +00:00
acp_ban.php Fix bug #47815 - View end of ban in MCP and ACP when user is banned by duration - Patch by Pyramide 2009-07-07 13:33:53 +00:00
acp_bbcodes.php Catch too long help lines 2008-08-12 16:03:18 +00:00
acp_board.php ok, i am very sorry, but this needs to be fixed. 2009-08-12 15:00:47 +00:00
acp_bots.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_captcha.php copy regiustration attempt setting to acp_captcha - although the setting is pointless 2009-07-21 10:26:18 +00:00
acp_database.php Fix Bug #48955 - Correctly extract column default value when exporting PostgreSQL tables. 2009-08-05 13:05:55 +00:00
acp_disallow.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_email.php Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755) 2009-03-17 15:50:19 +00:00
acp_forums.php Add box if users decided not to select a forum to copy permissions from on forum creation 2009-07-31 12:46:15 +00:00
acp_groups.php - Display coloured usernames in ACP groups management screens 2009-06-19 09:51:50 +00:00
acp_icons.php - Add hard limit for smilies 2009-07-17 13:56:24 +00:00
acp_inactive.php [Feature] Added new functionality to inactive users module: 2009-07-24 11:13:32 +00:00
acp_jabber.php Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755) 2009-03-17 15:50:19 +00:00
acp_language.php [Feature] Add confirmation for deactivating language packs 2009-06-24 13:31:04 +00:00
acp_logs.php - filtered logs weren't correctly paginated 2009-08-10 16:04:44 +00:00
acp_main.php Slightly adjust version check on index page to be a bit more descriptive 2009-07-29 09:26:50 +00:00
acp_modules.php Add in missing free result on DB query 2008-12-06 18:23:42 +00:00
acp_permission_roles.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_permissions.php [Feature] Ability to copy permissions from one forum to several other forums. 2009-07-28 22:09:46 +00:00
acp_php_info.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_profile.php #48985 2009-08-03 15:46:56 +00:00
acp_prune.php Fix bug #44295 - Cannot prune users who never logged in 2009-07-14 12:02:11 +00:00
acp_ranks.php acp module for submitting statistical information to phpBB 2009-06-27 20:56:49 +00:00
acp_reasons.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_search.php make search_indexing_state dynamic. This is related to bug #44535 - although i think we only fix the symptoms and not the cause. 2009-05-01 09:59:57 +00:00
acp_send_statistics.php correctly add the install_id to the data 2009-07-26 11:34:11 +00:00
acp_styles.php Coding guidelines in r9629 2009-07-07 10:52:59 +00:00
acp_update.php - Display version check on ACP main page. 2009-07-28 13:58:01 +00:00
acp_users.php fix r9758 2009-07-22 11:47:37 +00:00
acp_words.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
auth.php Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225) 2009-03-20 13:22:19 +00:00