phpbb/phpBB/develop
David M 2deee69e2f Some neat stuff, the new DBAL function has the potential of removing somewhere in the ballpark of 40% of all the DBAL code. It combines a few very common idioms into one statement, allowing us to implicitly use prepared statements. Short term advantages are the ability to remove the gross code that attempts to work around DB2, Oracle and Firebird. Long term advantages include removing the burden of sanitizing data (at least on input) from our end and placing it on shoulders of the backend PHP driver.
Also included is a new posting API I am working on. It is not a real API in so much as it is a backend that a "nice" API could use. User submitted functions are welcome :) It represents a massive simplification in post and topic accounting and a generalization of concepts like "soft deletion" as it works across both topics and posts (yes, this has preliminary support for soft deletions). The only "interesting" problem left is global topics, this has yet to be solved.

Enough talk, time for sleep.

P.S.
Sorry if I broke stuff, was not done on purpose :)

git-svn-id: file:///svn/phpbb/trunk@8485 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-02 08:28:21 +00:00
..
add_permissions.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +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_smilies.php update old posts to use new smilies 2007-05-19 10:45:08 +00:00
adjust_uids.php Adding a repair script for people who converted with RC6. 2007-11-01 12:00:20 +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 - phpBB now uses a less ancient version of Oracle 2008-01-09 00:21:29 +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 deregister globals to install too 2007-10-04 11:33:33 +00:00
generate_utf_confusables.php deregister globals to install too 2007-10-04 11:33:33 +00:00
generate_utf_tables.php deregister globals to install too 2007-10-04 11:33:33 +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
mysql_upgrader.php fix unread/new pm columns 2007-12-05 15:18:21 +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
posting-api.php Some neat stuff, the new DBAL function has the potential of removing somewhere in the ballpark of 40% of all the DBAL code. It combines a few very common idioms into one statement, allowing us to implicitly use prepared statements. Short term advantages are the ability to remove the gross code that attempts to work around DB2, Oracle and Firebird. Long term advantages include removing the burden of sanitizing data (at least on input) from our end and placing it on shoulders of the backend PHP driver. 2008-04-02 08:28:21 +00:00
regex.php poor file being commited without reason 2008-01-22 19:38:55 +00:00
repair_bots.php Alright, this should give some improved performance :) 2008-02-03 10:19:04 +00:00
search_fill.php deregister globals to install too 2007-10-04 11:33:33 +00:00
unicode_testing.php - search result extract shouldn't end in the middle of a multibyte character [Bug #11863] 2007-07-15 20:53:27 +00:00
utf_normalizer_test.php oh boy... 2008-01-03 17:00:40 +00:00