phpbb/phpBB/includes/acp
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
..
info #14621 2007-10-04 15:08:22 +00:00
acp_attachments.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
acp_ban.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_bbcodes.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
acp_board.php Problem migrating old cvs working copy to svn 2008-02-29 13:42:28 +00:00
acp_bots.php - make viewforum work again 2008-01-08 06:44:05 +00:00
acp_captcha.php oh boy... 2008-01-03 17:00:40 +00:00
acp_database.php #22385 - David told me to ci this 2008-03-26 17:32:05 +00:00
acp_disallow.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_email.php - make viewforum work again 2008-01-08 06:44:05 +00:00
acp_forums.php cross-ci 2008-02-27 15:21:23 +00:00
acp_groups.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_icons.php cross-checkin for the TRUNK 2008-01-23 14:32:15 +00:00
acp_inactive.php oh boy... 2008-01-03 17:00:40 +00:00
acp_jabber.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_language.php more fixes... 2007-10-14 15:46:44 +00:00
acp_logs.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_main.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
acp_modules.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_permission_roles.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_permissions.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
acp_php_info.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_profile.php - a few tiny clean ups 2008-01-07 15:19:38 +00:00
acp_prune.php merging, revisions #r8453 and #r8454 2008-03-21 10:50:11 +00:00
acp_ranks.php #14725 2007-10-14 10:07:52 +00:00
acp_reasons.php Fix parse errors 2008-01-22 22:15:30 +00:00
acp_search.php guess we need to initialise it first 2008-02-26 17:13:12 +00:00
acp_styles.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
acp_update.php lets start thinking about the future 2007-11-19 17:00:34 +00:00
acp_users.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
acp_words.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
auth.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00