phpbb/phpBB/develop
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
..
add_permissions.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
adjust_avatars.php finetuning. 2007-05-03 09:40:21 +00:00
adjust_bbcodes.php a script to update old bbcode bitfields to the new format. ;) 2006-08-29 17:23:44 +00:00
adjust_magic_urls.php - magic urls should have class="postlink", added class="postlink-local" for relative magic urls [Bug #9867] 2007-04-28 21:16:32 +00:00
adjust_sizes.php - forgot the brackets there :o 2007-03-13 22:04:38 +00:00
adjust_usernames.php - some fixes 2006-11-10 13:49:52 +00:00
benchmark.php - store sql_layer directly within the layer itself 2006-10-14 14:56:46 +00:00
calc_email_hash.php Update user table for email hashing? Suggested and implemented by lanzer ... we may as well give it a go too 2004-02-03 17:22:29 +00:00
change_smiley_ref.php blabla 2005-10-03 15:44:41 +00:00
create_schema_files.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
create_variable_overview.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
fill.php add proper die() statements although /develop is never ever shipped with phpBB... 2007-04-06 17:49:47 +00:00
fix_files.sh An update from Jonathan 2004-03-21 15:02:57 +00:00
generate_utf_casefold.php add proper die() statements although /develop is never ever shipped with phpBB... 2007-04-06 17:49:47 +00:00
generate_utf_tables.php add proper die() statements although /develop is never ever shipped with phpBB... 2007-04-06 17:49:47 +00:00
lang_duplicates.php add proper die() statements although /develop is never ever shipped with phpBB... 2007-04-06 17:49:47 +00:00
merge_attachment_tables.php - store sql_layer directly within the layer itself 2006-10-14 14:56:46 +00:00
merge_post_tables.php - store sql_layer directly within the layer itself 2006-10-14 14:56:46 +00:00
nuke-db.php Fixed some security problems for those people that didn't remove or disable the /develop/ dir in their CVS install 2002-02-16 10:35:40 +00:00
regex.php - * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031] 2007-04-29 20:56:46 +00:00
search_fill.php add proper die() statements although /develop is never ever shipped with phpBB... 2007-04-06 17:49:47 +00:00
utf_normalizer_test.php add proper die() statements although /develop is never ever shipped with phpBB... 2007-04-06 17:49:47 +00:00