phpbb/phpBB/includes
David M caf5bfffd7 #8146
- came up with an alternate chunking algorithm, it does not require additional calls to seek (it reads exactly what it needs to and does not need to look at the same piece of data twice) and may or may not be more optimal than the previous chunking algorithm (may be faster, may use more memory). For this reason, it is only used when the stream is not seekable (bzip2 is the only format that is not seekable)


git-svn-id: file:///svn/phpbb/trunk@6990 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-02-16 00:46:21 +00:00
..
acm - fixing some bugs 2007-01-20 17:58:27 +00:00
acp #8146 2007-02-16 00:46:21 +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 eh? meh. 2007-02-03 04:26:10 +00:00
diff forgot that one ... 2007-01-28 17:00:03 +00:00
mcp - Pruning doesn't lower user post counts anymore [Bug #7676] 2007-02-08 22:11:14 +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 only some minor fixes 2007-02-05 16:24:15 +00:00
utf #8058 2007-02-12 23:19:41 +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 - Pruning doesn't lower user post counts anymore [Bug #7676] 2007-02-08 22:11:14 +00:00
functions_admin.php - Pruning doesn't lower user post counts anymore [Bug #7676] 2007-02-08 22:11:14 +00:00
functions_compress.php #5654 2006-11-28 14:29:47 +00:00
functions_convert.php #8084 2007-02-13 00:14:39 +00:00
functions_display.php SEPARATOR, not SEPERATOR... also "neutralised" variable naming as it's used elsewhere outside of pagination. :) 2007-01-27 17:21:20 +00:00
functions_jabber.php fix for bug #6140 (jabber not working) 2006-12-16 12:57:01 +00:00
functions_messenger.php those were missing 2007-02-09 14:31:17 +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 adjust text for getting image dimensions as well as not suppressing warnings for getimagesize() 2007-02-07 16:32:25 +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