phpbb/phpBB/includes/acp
David M dfe674ffa1 - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations.
- changed the way we decide if a DB gets multi value support. Old method uses switch/case, new method assumes a DB can't unless the DB says it can via a property

I hope nothing is broken :P


git-svn-id: file:///svn/phpbb/trunk@7466 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-05 04:53:43 +00:00
..
info Unused Code inside function update_forum_data [Bug #6606] 2006-12-27 17:43:55 +00:00
acp_attachments.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
acp_ban.php #8028 2007-02-23 23:53:49 +00:00
acp_bbcodes.php #8090 2007-02-17 04:51:57 +00:00
acp_board.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
acp_bots.php changed the cache files to save some memory (all global ones are hold in memory, doubling it). 2007-04-22 18:09:03 +00:00
acp_captcha.php - compress is nicer (fixed a bug :P) 2006-11-03 23:09:16 +00:00
acp_database.php #9662 2007-04-07 03:45:59 +00:00
acp_disallow.php some beautifications as well as making sure manually deactivated accounts are properly handled 2007-04-01 16:42:10 +00:00
acp_email.php fixing some bugs 2007-02-18 13:42:08 +00:00
acp_forums.php - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations. 2007-05-05 04:53:43 +00:00
acp_groups.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
acp_icons.php changed the cache files to save some memory (all global ones are hold in memory, doubling it). 2007-04-22 18:09:03 +00:00
acp_inactive.php - telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;) 2006-12-31 16:56:15 +00:00
acp_jabber.php fix for bug #6140 (jabber not working) 2006-12-16 12:57:01 +00:00
acp_language.php Installing a language will now automatically install the localized imageset stuff, deleting a language will do the reverse 2007-04-25 23:59:59 +00:00
acp_logs.php again, some changes here and there... 2007-03-23 12:18:09 +00:00
acp_main.php - change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing. 2007-03-04 14:31:07 +00:00
acp_modules.php my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally... 2007-04-12 16:20:39 +00:00
acp_permission_roles.php #5276 2007-03-24 15:29:17 +00:00
acp_permissions.php added class for disabled options in ACP 2007-05-04 12:30:21 +00:00
acp_php_info.php - removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on) 2007-01-03 16:38:25 +00:00
acp_profile.php - use var_export instead of our format_array function [Bug #6748] 2007-01-04 16:07:38 +00:00
acp_prune.php - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations. 2007-05-05 04:53:43 +00:00
acp_ranks.php changed the cache files to save some memory (all global ones are hold in memory, doubling it). 2007-04-22 18:09:03 +00:00
acp_reasons.php #9530 2007-04-02 19:25:27 +00:00
acp_search.php only tiny adjustements... and try to set the memory limit for the search indexing page to 128M... 2007-03-10 11:23:53 +00:00
acp_styles.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
acp_update.php implemented updater changes 2006-12-10 14:33:21 +00:00
acp_users.php - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations. 2007-05-05 04:53:43 +00:00
acp_words.php changed the cache files to save some memory (all global ones are hold in memory, doubling it). 2007-04-22 18:09:03 +00:00
auth.php #10255 2007-04-29 20:22:38 +00:00