Revision History:
2003-03-09 - Version 2.3.7
- hopefully fixed issues with the admin panel and hoster unable to correctly setup apache+php
- added post id (and user id) sync to the Attachment Synchronization Panel
- fixed user id assignment bugs within editing posts
- adjusted thumbnail functions to be more error-proof.
- fixed wrong display and deletion of Private Message Attachments within the User ACP.
- changed header order in download.php and send content-length
- add cryptic filename support (you have to manually enable this one within the posting_attachments.php file)
- integrated the download_secure mechanism into the download.php file (commented out)
- fixed bug with zlib.output_compression enabled (within PHP or Apache)
- fixed general ob_gz_handler() issues with compressed files. Now re-compressing should not occur.
- added Slideshow/Photogallery (available as Addon) - vHiker (see addons/slideshow_mod/install.txt)
2003-02-03 - Version 2.3.6
- added session id check to user attachment control panel
- fixed bug: language selection error within user attachment control panel
- fixed bug: unable to download files with ftp uploading enabled
- fixed postgresql issue in admin panel
- viewtopic_attach_body.tpl file now XHTML compatible
- fixed some html issues in viewtopic_attach_body.tpl, should work with all browsers now
- fixed bug: typo for message_die in shadow attachments screen
- fixed file listing issues with ftp setups
- fixed bug: no quota settings in user admin panel (only occured on direct url access)
- fixed quota boxes, limited the graphic bar to 100%
- fixed bug: if admin view users profile, his quota limit box is displayed instead of user ones
- fixed bug: rules window not worked if Attachments within PM's was disabled and Admin tried to send PM.
- html fixes for some tpl's, mainly checkbox entries
- fixed bug: PM's with more than one Attachment not correctly duplicated (sentbox)
- fixed bug: PM attach quota box display conditions, sometimes the box was not displayed
- adjusted delete function to be compatible with all modes of id assignments (array, comma seperated, one value)
- if no attachments are assigned in uacp, just display no attachments instead of an error message.
- fixed bug: no more than 2048 MB in Quota Limit Management assignable
- updated .htaccess file for more security
- updated the contrib/download_secure.php file (backported the fixes made within the download.php file)
- added file icons (see contrib/readme.txt)
- added two additional viewtopic_attach_body.tpl files (see contrib/readme.txt)
2003-01-17 - Version 2.3.5
- on language include error fall back to board language instead of english
- fix for non-working shadow attachments screen (only affected by boards with more than 200 Attachments)...
- fixed some path assignments
- Attachment Synchronization fixed, should not time out now
- fixed download counter for streams and flash files
- fixed check for receivers PM Quota Limit
- fixed issues with boards setting the Filesize to Unlimited
- fixed bug where Files got not attached if Post errors occured (If topic title is not defined for example)
- fixed issues with Synchronize Attachments on MSSQL
- fixed a little typo preventing display of comments within Preview Window
- fixed non-deletion of attachment description entries on some circumstances
- fixed determining of PM Quota (Receiver and Sender)
- fixed issue with the updater and postgresql (unable to insert config values)
- fixed issues with not recognising values correctly
- suppress warning message if the function exec() is disabled
- do not use imagemagick (instead use GD) if the path within Special Categories is empty.
- adjusted Installation Instructions for phpBB 2.0.4
- changed authorization to attach files: only if posting is allowed too
- changed authorization to download files: only if viewing is allowed too
- changed the way the Attachment Size within the PM Box is counted, the SENT Box is not counted anymore.
- changed the display of Attachments (DareDevil)
- changed the Installation Paths to be compliant with phpBB 2.0.4
- Attachments are now displayed before Signatures
- added Xitami to the servers doing a normal refresh if physical download is enabled
- added User Attachment Control Panel (accessible from Users Profile)
- added User Upload Quota Box to Users profile (Stats+Link too)
these Upload Stats are only viewable by the User itself and the Administrator
- added User Quota System (PM Quota and Upload Quota are definable for Users and Groups)
- quota settings added to the user admin and group admin page
- added quota limits cp to the admin panel
- added additional check to the shadow attachments (sync attachment references with attachments)
- added FTP Extensions check. If FTP Extensions are not compiled into the PHP Installation,
the Administrator will receive the appropiate Message and is unable to configure FTP Settings.
- added attach limit box to Private Message Center.
- added pre-edited files for phpBB 2.0.4
- added compatibility for phpBB 2.0.0 viewtopic versions (you should really really upgrade !!!)
- added setting to enable FTP Passive Mode
- removed additional queries at viewtopic if images or thumbnails are displayed
- added upload image to all instances of viewtopic_attach_body.tpl
- added Attachment Mod User Guide
- Attachments should be cached now
- introduced optional caching of the Attachment Mod config table
to let this work, just create a directory called 'cache' within your phpBB2 root and chmod it to 777.
- dropped maintainance for the lang_german_sie package
2002-11-03 - Version 2.3.4
- fixed bug: Download should now work for 'very big' files again... please report anything you encounter.
- fixed bug: issues with Thumbnails, should work for most of you better, have a look at the AMod FAQ too.
- fixed bug: Display of Comments
- fixed bug: single quotes in previewing messages.
- fixed bug: Error occurred while previewing PM.
- fixed bug: upload icons not correctly displayed
- fixed bug: mssql issues (not able to update)
- fixed bug: check_lang_files script
- fixed bug: Determine Attachment Mod Versions with the Updater
- added: Extension Groups per Forum Permissions System
- added: Support for (compressed) Flash MX Files, now they will be displayed/played correctly
- added: Attachment Mod Synchronization
- added: Attachment Rules Window (seeable at Posting Screen)
- changed wma group to Streaming Group, able to Stream Video/Audio Types -- see Feature List.
- re-done the Shadow Attachments Part, now it should work fine.
- a little speed up in determining File Dimensions
- dropped support for msaccess databases
- added patch file