phpbb/phpBB/includes
Meik Sievertsen 05f1315ebb - remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments
- reduced filesize checking for imagemagick program (some installations require less than 20k)
- added checked="checked" for "not selected" topic icon
- moved parse_text_display function from functions_posting.php to functions.php (see comment above function)
- check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options)
- rewrote attachment thumbnail functions - utilize GD2 functions if available, more uptodate checks...
- changed final thumbnail size calculation
- define S_ROW_COUNT within template class itself
- added SID to template vars in page_header
- added ability to view topic/forum within admin_viewlogs
- added optional acl checking to make_jumpbox, no need to duplicate the function for this small need
- added custom body file for confirm_box


git-svn-id: file:///svn/phpbb/trunk@4920 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-07-08 22:41:04 +00:00
..
acm language additions 2004-05-26 18:55:28 +00:00
auth Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE 2003-10-15 17:43:07 +00:00
db - forum rules + link to forum rules 2004-05-30 19:24:53 +00:00
mcp - added folder_moved image 2004-06-06 21:44:49 +00:00
ucp - remove output buffering options from download.php (not needed anymore) 2004-07-08 22:41:04 +00:00
bbcode.php - forum rules + link to forum rules 2004-05-30 19:24:53 +00:00
functions.php - remove output buffering options from download.php (not needed anymore) 2004-07-08 22:41:04 +00:00
functions_admin.php - remove output buffering options from download.php (not needed anymore) 2004-07-08 22:41:04 +00:00
functions_compress.php Various updates "discovered" while working on website compression function useage 2003-08-22 00:35:59 +00:00
functions_display.php - remove output buffering options from download.php (not needed anymore) 2004-07-08 22:41:04 +00:00
functions_jabber.php "Fixed" issue that was causing problems some time ago with server 2004-02-03 02:34:40 +00:00
functions_messenger.php - added delete cookies link 2004-05-31 18:00:10 +00:00
functions_posting.php - remove output buffering options from download.php (not needed anymore) 2004-07-08 22:41:04 +00:00
functions_privmsgs.php - remove output buffering options from download.php (not needed anymore) 2004-07-08 22:41:04 +00:00
functions_profile_fields.php - for bart to work on... 2004-06-15 18:01:59 +00:00
functions_user.php fix some issues with oop, fixing small bugs and prepare the next steps... 2004-05-02 13:06:57 +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 message/mail updates 2004-05-26 20:32:51 +00:00
session.php - added folder_moved image 2004-06-06 21:44:49 +00:00
template.php - remove output buffering options from download.php (not needed anymore) 2004-07-08 22:41:04 +00:00