phpbb/phpBB/includes/ucp
David M 5922903264 Fixes in both CAPTCHA and Compress
Compress:
- The "crc bug" is not a bug, it is actually a feature (the function returns an Adler hash, not a crc hash. This is more usefull for PNG files..) and was "fixed" by using the proper function instead of munging a substring
- Zip files that are BZip2'd are now supported for extraction :-)

CAPTCHA:
- PNG generation now returns positive numbers for CRC, length, height and width!
- We generate a variable number of images


git-svn-id: file:///svn/phpbb/trunk@5496 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-26 21:39:23 +00:00
..
ucp_activate.php - more acp additions and changes... 2005-11-20 18:58:34 +00:00
ucp_attachments.php - some ucp changes (added the module info too) 2005-11-17 17:32:25 +00:00
ucp_confirm.php Fixes in both CAPTCHA and Compress 2006-01-26 21:39:23 +00:00
ucp_groups.php - You can now see leaders in the UCP but can't touch 'em 2006-01-15 20:10:58 +00:00
ucp_main.php Fix for SQL error when the $forum_ary array is empty when there are no global announcements to view 2006-01-07 01:07:07 +00:00
ucp_pm.php - drop in the new administration panel 2005-12-19 18:55:52 +00:00
ucp_pm_compose.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
ucp_pm_options.php ucp -> groups -> memberships 2005-08-19 10:56:46 +00:00
ucp_pm_viewfolder.php A small fix to allow unread messages to be viewed from the screen linked to in the header instead of disappearing to the inbox :-) 2006-01-13 21:31:11 +00:00
ucp_pm_viewmessage.php Fixed new PM link and added online status flag 2005-12-30 21:04:47 +00:00
ucp_prefs.php - user avatar, user signature, user attachments 2005-12-21 18:18:12 +00:00
ucp_profile.php - user avatar, user signature, user attachments 2005-12-21 18:18:12 +00:00
ucp_register.php Fixes in both CAPTCHA and Compress 2006-01-26 21:39:23 +00:00
ucp_remind.php - changed ucp classes to work with the new module system 2005-10-04 21:31:35 +00:00
ucp_resend.php - changed ucp classes to work with the new module system 2005-10-04 21:31:35 +00:00
ucp_zebra.php - some ucp changes (added the module info too) 2005-11-17 17:32:25 +00:00