phpbb/phpBB/includes
David M 1d6fd8e135 - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY
- clean up firebird, I will consider changing it to use fetch array instead of fetch object. it's identity code already uses this method as of right... now :D
- fix a tiny bug in MySQL's driver (remember to pass the connect id to all DBAL functions)
- add new_link as a new param for sql_connect. This allows you to make connections that are not dependant on each other. This is done for our friends mysql, mssql, postgresql and oracle. Now for everybody else.. (I said this was clever ;) MySQLi and SQLite should always spawn a new connection when you call it while mssql_odbc and firebird both will create new links if you give them different params (different creds) than the previous connection(s). Thus we can always promise new links :D
- fixed a bug in the converter
- cleaned up the dbal a little


git-svn-id: file:///svn/phpbb/trunk@7009 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-02-19 04:12:13 +00:00
..
acm - fixing some bugs 2007-01-20 17:58:27 +00:00
acp fixing some bugs 2007-02-18 13:42:08 +00:00
auth - Pruning doesn't lower user post counts anymore [Bug #7676] 2007-02-08 22:11:14 +00:00
captcha - fix some oddities (doubled spaces for example) 2007-01-26 16:09:51 +00:00
db - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY 2007-02-19 04:12:13 +00:00
diff forgot that one ... 2007-01-28 17:00:03 +00:00
mcp fixing some bugs 2007-02-18 13:42:08 +00:00
search - should fix some Firebird issues ( can't believe that nobody found this until now ) 2007-02-01 03:13:08 +00:00
ucp fixing some bugs 2007-02-18 13:42:08 +00:00
utf - PHP4's mbstring is stupid stupid stupid 2007-02-18 21:03:36 +00:00
auth.php show dropdown box for choosing the forum in user management screen -> permissions 2006-12-25 15:19:45 +00:00
bbcode.php - some bugfixes 2007-01-09 14:10:44 +00:00
cache.php - fix some oddities (doubled spaces for example) 2007-01-26 16:09:51 +00:00
constants.php - removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on) 2007-01-03 16:38:25 +00:00
functions.php fixing some bugs 2007-02-18 13:42:08 +00:00
functions_admin.php nice... 2007-02-17 05:20:29 +00:00
functions_compress.php #5654 2006-11-28 14:29:47 +00:00
functions_convert.php fixing some bugs 2007-02-18 13:42:08 +00:00
functions_display.php fixing some bugs 2007-02-18 13:42:08 +00:00
functions_install.php - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY 2007-02-19 04:12:13 +00:00
functions_jabber.php fix for bug #6140 (jabber not working) 2006-12-16 12:57:01 +00:00
functions_messenger.php fixing some bugs 2007-02-18 13:42:08 +00:00
functions_module.php - added confirm box to ucp zebra (adding fried/foe) 2007-01-24 11:29:56 +00:00
functions_posting.php - might as well... 2007-02-13 23:22:42 +00:00
functions_privmsgs.php fixing some bugs, most being submitted grammatical/spelling errors. 2007-01-21 18:33:45 +00:00
functions_profile_fields.php - author search should use clean names for searching [Bug #5752] 2006-12-03 18:03:33 +00:00
functions_template.php - generate fewer opcodes, make a smaller cache, a bit more readable 2007-01-27 13:36:50 +00:00
functions_transfer.php - fix some oddities (doubled spaces for example) 2007-01-26 16:09:51 +00:00
functions_upload.php some fixes to be committed. 2007-02-09 14:24:34 +00:00
functions_user.php fixing some bugs 2007-02-18 13:42:08 +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 adjust text for getting image dimensions as well as not suppressing warnings for getimagesize() 2007-02-07 16:32:25 +00:00
session.php some fixes to be committed. 2007-02-09 14:24:34 +00:00
template.php fixing some bugs, most being submitted grammatical/spelling errors. 2007-01-21 18:33:45 +00:00