*http://17.webmasters.com/caspdoc/ *ChiliSoft! ASP documentation link ----> 5.5 *Added support for importable language files. *Added English language file. *Added Swedish language file. *Added Spanish language file. *Moved folder.tmpl and file.tmpl into language specific folders. *Updated setup to handle language selection. *Added session-based language selector at the bottom of the script. *Made the language selector optional from setup. *Fixed so that the __languages folder isn't listed within the script. *Cleaned up some in GetImage.asp. *Added small thing in setup that will retrieve the version number of the latest release of Imager Gallery from www.crazybeavers.se to see of there is any new version avaible. *Fixed some graphical flaws in style.css. *Cleaned up some bad css in the standard templates. *Cleaned up and optimized the code in setup. *Fixed bug in setup with strImageNoDir returning "b =" after save. *Fixed so that folders are aligned the same way as files (top center instead of bottom center) *Encoded urls to fix problems with filenames containing the "&" char. *Fixed bug that based the mime type of thumbnails on the NoDir image instead of what was actually loaded. Stupid bug arisen in 5.4 by misstake. *Fixed small bug in csImageFile resizing. *Fixed small bug in the folderbrowsers css. *Fixed bug in aspSmartImage code preventing thumbnails from being created. *Added a script that will generate filethumbnails and save them to the server for sites that can't take the performance hit of resizing on the fly. *Fixed but in logout that didn't allow to relogin instantly afterwards. *Small optimizations in PHPThumb.php. *Fixed bug in Juicy Studio Script Uploader erroring when uploading into subfolders. Thanks to Dave Arellano for spotting the bug. *Made the script ignore the _vti_cnf folder that is created by Microsoft Frontpage for websites. *Fixed small security flaw in the upload script. *Fixed huge security flaw in the upload script allowing upload of .asp files that could then be executed. The one uploading the file still had to be logged in though. *Removed SwedeConverter function from the FileManager since it broke on some servers. (Probably because the servers didn't use a proper charset, haven't investigated further). *Fixed largest security flaw in the script yet. Was earlier possible to upload .asp files renamed to a valid image file extension and then renaming them back to asp. *More security fixes. *Created a new file called functions.asp in the __settings folder which contains all the various functions/subroutines used in the script instead of having them in several places. *Fixed optimization bug in CheckVersion.asp. *Hid the admin javascript for users who ain't admins. *Fixed so that the scripts treats all integer values as long instead to prevent overflows. *Removed a broken javascript in the move window. *Added support for SoftArtsians FileUp for uploading files. *Updated setup with SoftArtsians FileUp. *Added so that PHP Resizer will auto-rotate pictures if needed. *Fixed PHP Resizer so it would work on servers who doesn't support global form values. *Made the script ignore the aspnet_client folder that is created by ASP.Net installation. *Added breadcrumbs to show the current folder path at the top. ----> 5.4 *Fixed problem when using / as root folder. *Corrected some text in setup. *Fixed some graphical flaws in setup. *Bug in setup saving aspSmartUpload as ASPUpload. *Added possibility to move files between folders. *Added possibility to move folders. *Rewrote the filetype checking system from scratch to allow administrators to specify valid imageformats. *Cleaned the javascripts in setup. *Fixed javascript error when seeing the login page in setup. *Added possibility to set the quality of the generated thumbnails. *Added support for ASPImage to create thumbnails. *Added untested support for aspSmartImage to create thumbnails. *Added untested support for ASPThumb to create thumbnails. *Fixed the error image (the one for empty dirs) so it can handle all valid image types. *Added support for File Thumbnails which will read the thumbnails from the __thumbs folder. *Fixed so that the __thumbs folder isn't listed within the script. *Fixed so moving files also moves the associated thumbnails. *Added support for Chili!Upload for uploading files using ChiliSoft! ASP. *Fixed bug when using aspSmartUpload which prevented the files to be saved. *Added support for using a PHP script to create thumbnails. *Added support for using an ASP.Net script to create thumbnails. *Added a link back to the main gallery at the top of the setup page. *Fixed bug in Template Script not allowing templates without admin and description zones. *Added untested support for Dynu Upload for uploading files. *Added so the admin recognization is based on the path of the script so it's safe to have several galleries on one host. *Added untested support for ZImage to create thumbnails. *Added untested support for csImageFile to create thumbnails. *Changed default picture for empty folders to jpg instead of gif due to problems with PHPResizer. *Changed url to Imager Gallery's homepage to www.crazybeavers.se/products_imagergallery.asp *Added possibility to upload file thumbnails from the script. *Fixed bug where first cell on each row of files were aligned to bottom left insteaf of top center. *Updated Imager Resizer to 1.4c adding support for BMP images and setting compression value. ----> 5.3b *Bug with Template Script not directing the user to the correct place when trying to view a fullsize image. *Small speedup in getting images using Imager Resizer. ----> 5.3a *Bug not redirecting the user away from editing descriptions for folders. *Bug with misslinked form for editing stopping from editing at all. *Fixed so when renaming/moving/removing files/folders the description file is also affected. *Fixed a small flaw not validating as xhtml 1.1. *Fixed a small error in the default templates for files/folders. ----> 5.3 *Bug in CBUpload code stopping from uploading at all with the component. *Bug in Juicy Studio Script Uploader which errored if uploading more then 4 files at once. *Bug in resizing using ASPJpeg not taking any notice to pics that have been rotated from it's original proportions (ie 800x600 is 600x800). *Bug in page counter that counted all files and not only images. *Added FileManager.asp which handles removal of files/folders, renaming of files/folders along with creation of new folders. *Added "Print this page!" link when looking at specific images. *Added support for aspSmartUpload. *Added flushing of the response buffer to send the pages bit by bit as they are generated. *Added template files for file/folder information to make it easier to customize the looks of the script. *Fixed so if you go to fullview of an invalid image you get redirected back to the index. *Fixed so that if you try to access the script before running the setup script you are automatically redirected to setup.asp. *Remade the look of the admin section.