This website requires JavaScript.
Explore
Help
Sign In
mirror
/
php-phpbb
Watch
1
Star
0
Fork
0
You've already forked php-phpbb
mirror of
https://github.com/phpbb/phpbb.git
synced
2025-06-28 05:55:32 +02:00
Code
Issues
Releases
Wiki
Activity
Files
fc126eec663183279dfbb50b99eece2ee2872993
php-phpbb
/
phpBB
/
develop
History
David M
fc126eec66
Rewrote this stuff so that it is all multiple object oriented instead of looping single objects... The way it is written, there should be no speed decrease (and in some places, a speed increase) and maybe a miniscule amount of extra memory used in the move_topics function... Everything in there should be O(n) where n is the number of topics or posts being delete or moved or whatever. Multiple topic insertions are not supported as I cannot forsee where one would like to insert multiple topics into the same forum. Different forums I can understand but there is no way to optimize that _at all_. More work to come...
...
git-svn-id: file:///svn/phpbb/trunk@8625 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-09 00:59:44 +00:00
..
add_permissions.php
…
adjust_avatars.php
…
adjust_bbcodes.php
…
adjust_magic_urls.php
…
adjust_sizes.php
…
adjust_smilies.php
…
adjust_uids.php
…
adjust_usernames.php
…
calc_email_hash.php
…
change_smiley_ref.php
…
create_schema_files.php
…
create_variable_overview.php
…
fill.php
…
fix_files.sh
…
generate_utf_casefold.php
…
generate_utf_confusables.php
…
generate_utf_tables.php
…
lang_duplicates.php
…
mysql_upgrader.php
…
nuke-db.php
…
posting-api.php
Rewrote this stuff so that it is all multiple object oriented instead of looping single objects... The way it is written, there should be no speed decrease (and in some places, a speed increase) and maybe a miniscule amount of extra memory used in the move_topics function... Everything in there should be O(n) where n is the number of topics or posts being delete or moved or whatever. Multiple topic insertions are not supported as I cannot forsee where one would like to insert multiple topics into the same forum. Different forums I can understand but there is no way to optimize that _at all_. More work to come...
2008-06-09 00:59:44 +00:00
regex.php
…
repair_bots.php
…
search_fill.php
…
unicode_testing.php
…
utf_normalizer_test.php
…