phpbb/phpBB
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
..
adm merging #r8426 to #r8430 2008-03-13 15:25:20 +00:00
cache informational change for orphaned attachments - they only list already uploaded files not assigned to posts (orphaned attachments). 2007-05-12 13:20:38 +00:00
develop 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
docs merging... again 2008-03-18 14:47:43 +00:00
download merging, revisions #r8453 and #r8454 2008-03-21 10:50:11 +00:00
files informational change for orphaned attachments - they only list already uploaded files not assigned to posts (orphaned attachments). 2007-05-12 13:20:38 +00:00
images - New set of smilies (they're all face-shaped now), provided by camm15h. Send all your love his way! ;) 2008-02-21 13:14:24 +00:00
includes 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
install merging some changes 2008-03-31 14:58:14 +00:00
language merging some changes 2008-03-31 14:58:14 +00:00
store #10379 2007-05-02 11:48:42 +00:00
styles merging some changes 2008-03-31 14:58:14 +00:00
.htaccess Just a precaution 2005-01-13 23:36:56 +00:00
common.php not sure what the implications of this quick fix are, especially when upgrading from earlier versions we either have to use a different timezone depending on the server or fix timestamps on update, though shouldn't they be gmt already? 2008-03-24 01:04:27 +00:00
config.php In honor of Beta4! 2006-11-28 09:38:31 +00:00
cron.php dumdidum... sorry. ;) 2007-10-05 14:30:11 +00:00
faq.php dumdidum... sorry. ;) 2007-10-05 14:30:11 +00:00
index.php dumdidum... sorry. ;) 2007-10-05 14:30:11 +00:00
mcp.php necessary changes... 2007-08-30 21:21:16 +00:00
memberlist.php merging... again 2008-03-18 14:47:43 +00:00
posting.php cross-ci 2008-02-14 12:35:57 +00:00
report.php dumdidum... sorry. ;) 2007-10-05 14:30:11 +00:00
search.php Ch-ch-ch-changes 2008-01-04 18:35:49 +00:00
style.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
ucp.php dumdidum... sorry. ;) 2007-10-05 14:30:11 +00:00
viewforum.php merge with revision #r8350 2008-01-30 16:14:39 +00:00
viewonline.php Fix parse errors 2008-01-22 22:15:30 +00:00
viewtopic.php merge with revision #r8350 2008-01-30 16:14:39 +00:00