CK-Gallery Change Log ---------------------------------------- [ Changes to 1.1.0 ] - Added an option to enable update notification (disabled by default) - Moved most in-line CSS into gallery.css reducing generated code - Corrections/changes to the Readme for this version - Other minor style sheet changes [ Changes to 1.0.1 ] - Style changes to fix a display bug with the pagination navigation when the script is installed to a pre-existing web page - Changed PHP compression code - Updated Readme to reflect these changes - Miscellaneous index.php changes [ Changes to 1.0.0 ] - HOLY CRAP, PAGINATION!!! - Miscellaneous code tweaking/reorganization to get pagination to work - isImage() function now checks file type instead of file extension - createThumb() function now checks file type instead of file extension - File rename algorithm will now rename *.jpeg to *.jpg eliminating an error with createtruecolor() - File rename algorithm will now replace spaces in file names with underscores allowing page to validate - Integrated rename algorithm into page array loop so it will only rename images that are displayed on the current page - Thumbnail cleanup algorithm will now only cleanup image files - Added GZip compression to the default index.php - Markup output tweaks/changes - Default style additions/changes - New versioning scheme - Readme updated for version 1.0.0 changes - Minor fixes to this changelog - Miscellaneous bug fixes - Oh, and uh... PAGINATION!!! [ Changes to .84 ] - Markup output tweaks - Default style tweaks [ Changes to .83 ] - Modified thumbnail creation algorithm to check if the file is an image before checking if the file exists in the thumbnail dir - Miscellaneous spelling corrections - Miscellaneous formatting corrections [ Changes to .82 ] - Merged file extension conversion, thumbnail generation and markup output generation into one while() loop, reducing code and overhead slightly - Moved thumbnail cleanup to end of script [ Changes to .81 ] - Underscores "_" in alt text and title text are now replace with spaces for SEO optimization - File extensions are now removed from alt text and title text for SEO optimization [ Changes to .80 ] - Lots of code optimization for performance and readability (Thanks to the StackOverflow.com community for their help here!) - Minor markup output changes - Moved the change log to its own file [ Changes to .79 ] - Script will delete thumbnails not of the specified dimensions allowing you to change the image dimensions without having to delete "/thumbs" - File rename algorithm slightly adjusted - Minor markup output fix - Style sheet tweaks [ Changes to .78 ] - Minor markup output fix [ Changes to .77 ] - Minor code optimizations for size and readability - Minor edits/corrections to the readme [ Changes to .76 ] - Check for thickbox.js existence, if it exists will display a link to the thickbox web page, if file doesn't exist link will not be display - Added variable for image dimensions - Minor code optimizations [ Changes to .75 ] - Minor markup output fix [ Changes to .74 ] - Rewrote and optimized the file rename algorithm reducing script size - Rearranged code order for better organization and readability - Added file version to outputted markup [ Changes to .73 ] - Changed project license to GNU Public License version 3.0 http://www.opensource.org/licenses/gpl-3.0.html - Updated CK-Gallery reference URL - Added this readme.txt file [ Changes to .72 ] - Log file now keeps old info for future viewing - Log file will not be written to if the script doesn't do anything