phpbb/phpBB/includes
David M 1adfb39cba - Moved the image loading outside the big loop. This brings fewer comparisons and allows us to unload the image data sooner.
- Used a more appropriate method to break the images into chunks.


git-svn-id: file:///svn/phpbb/trunk@5619 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-03-11 01:52:25 +00:00
..
acm - fix cookie shortening 2006-03-09 18:32:50 +00:00
acp - fix cookie shortening 2006-03-09 18:32:50 +00:00
auth - ability to change anonymous user settings more easily 2006-02-03 20:59:39 +00:00
db Efficiency change 2006-03-09 19:57:47 +00:00
mcp - log entries for deleted topics don't provide a link to the topic or to the topic logs, do we need to change handling of this else where? 2006-03-08 17:56:24 +00:00
search Me, me, me! 2006-03-06 18:21:54 +00:00
ucp - Moved the image loading outside the big loop. This brings fewer comparisons and allows us to unload the image data sooner. 2006-03-11 01:52:25 +00:00
auth.php implementing permission roles 2006-02-22 21:42:26 +00:00
bbcode.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
constants.php Reporting system revised. Needs some major cleanup and is missig some functionality (assign report, some overviews, decent notifications) but the basics are there. More after the weekend :) 2006-03-04 13:50:52 +00:00
functions.php - Moved the image loading outside the big loop. This brings fewer comparisons and allows us to unload the image data sooner. 2006-03-11 01:52:25 +00:00
functions_admin.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
functions_compress.php - We only write to the archive ONCE for every file and folder when working with tar files 2006-02-24 18:27:56 +00:00
functions_display.php *** empty log message *** 2006-02-12 15:45:50 +00:00
functions_jabber.php - The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :D 2006-03-02 01:09:55 +00:00
functions_messenger.php - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
functions_module.php - fix cookie shortening 2006-03-09 18:32:50 +00:00
functions_posting.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
functions_privmsgs.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
functions_profile_fields.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
functions_template.php We all make mistakes :D 2006-03-10 00:24:46 +00:00
functions_transfer.php - some bugfixes 2006-03-01 21:48:02 +00:00
functions_upload.php - use acl_m_ instead of acl_m 2005-11-19 16:16:52 +00:00
functions_user.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +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 - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
session.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
template.php - implementing David's proposed expression changes (some of them already noted within the events CCP) 2006-02-21 10:32:19 +00:00