phpbb/phpBB/includes
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
..
acm merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
acp 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
auth merging... again 2008-03-18 14:47:43 +00:00
bbcode A little cleanup 2008-03-29 14:11:49 +00:00
captcha oh boy... 2008-01-03 17:00:40 +00:00
db 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
diff merge with revision #r8350 2008-01-30 16:14:39 +00:00
hooks oh boy... 2008-01-03 17:00:40 +00:00
mcp merging some changes 2008-03-31 14:58:14 +00:00
search #19245 2008-01-13 07:49:51 +00:00
ucp cross-ci 2008-02-27 15:21:23 +00:00
utf - make viewforum work again 2008-01-08 06:44:05 +00:00
auth.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
bbcode.php oh boy... 2008-01-03 17:00:40 +00:00
cache.php the end of an era... 2008-01-06 02:21:44 +00:00
constants.php Cross ci, converter not updated. (as 3.1 schema won't fit any more) 2008-02-14 12:38:06 +00:00
formatted_text.php A little cleanup 2008-03-29 14:11:49 +00:00
functions.php new isset_post function and some better comments 2008-03-24 01:21:42 +00:00
functions_admin.php merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 2008-02-23 14:23:34 +00:00
functions_compress.php oh boy... 2008-01-03 17:00:40 +00:00
functions_content.php - merging r8462 from 3.0 branch 2008-03-24 00:22:16 +00:00
functions_convert.php cross-ci 2008-02-27 15:21:23 +00:00
functions_display.php adding a new option to hide the entire list of subforums on listforums 2008-02-03 22:39:38 +00:00
functions_install.php - phpBB now uses a less ancient version of Oracle 2008-01-09 00:21:29 +00:00
functions_jabber.php Correctly check empty subjects/messages (Bug #17915) 2008-01-05 16:10:10 +00:00
functions_messenger.php merging... again 2008-03-18 14:47:43 +00:00
functions_module.php merge with revision #r8350 2008-01-30 16:14:39 +00:00
functions_posting.php merging... again 2008-03-18 14:47:43 +00:00
functions_privmsgs.php merge with revision #r8350 2008-01-30 16:14:39 +00:00
functions_profile_fields.php Custom profile fields with date type should be timezone independend [Bug #15003] 2008-03-06 19:31:03 +00:00
functions_template.php oh boy... 2008-01-03 17:00:40 +00:00
functions_transfer.php oh boy... 2008-01-03 17:00:40 +00:00
functions_upload.php #22355 and #22365 2008-02-28 19:57:52 +00:00
functions_user.php Cross ci, converter not updated. (as 3.1 schema won't fit any more) 2008-02-14 12:38:06 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php merging #r8426 to #r8430 2008-03-13 15:25:20 +00:00
session.php merging some changes 2008-03-31 14:58:14 +00:00
template.php oh boy... 2008-01-03 17:00:40 +00:00