phpbb/phpBB/install
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
..
convertors Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to. 2007-04-30 10:46:17 +00:00
schemas - 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
database_update.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
index.php some beautifications as well as making sure manually deactivated accounts are properly handled 2007-04-01 16:42:10 +00:00
install_convert.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
install_install.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
install_main.php - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
install_update.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
phpinfo.php May be useful 2003-02-25 15:48:16 +00:00