SPGM - Simple Picture Gallery Manager ====================================== ChangeLog.txt v1.3 02-23-2003: v1.3 - Feature added: new picture highlighting can now be disabled - Feature added: introduction of thumbnail-sized gallery icons for graphically improved gallery listing (themes designer have to add one more icon) - Feature added: you can now set the number of displayed columns within gallery listings - Feature added: ability to display pictures without the thumbnail navigation bar - Feature added: picture information display (right below the thumbnails) can now be disabled - Feature added: pictures can now be sorted against creation date (WARNING: the name of the text file used to explicitely sort pictures has changed: picture.sort) - Feature added: galleries can now be explicitely sorted using the same principles than pictures (i.e. against filenames, creation date or explicitely sorted using a simple text file: gallery.sort) - Feature added: introduction of two sort options (available for both galleries and pictures): ascending or descending. Those are not available when explicit sort is used. - Bug fix: thumbnails' width-height ratio is now correctly preserved for thumbnailed galleries - Bug fix: width and height attributes for the img tag are now declared as to gallery icons - Bug fix: while browsing new pictures, switching between pages now keeps the filter status to 'new' - Bug fix: only directories possibly return true from is_gallery. - Bug fix: classes are now CSS 2.0 compliant - Code improvements - Introduction of a new class for the wrapper table ("table_wrapper") - Danish and Hungarian language packs added - Default theme has been updated to make it more attractive 01-10-2003: v1.2.1 - Critical bug fix as to URL parameter handling (noticeable on some server configurations). This bug's consequence is to always display the "unknown picture" error message. Everyone who encountered this issue should update the package... 01-04-2003: v1.2 - Bug fix: the 'new' icon (right above the thumbnails) is no longer displayed from the first new picture found - Bug fix as to the use of subgal_display_level (0 value is now invalid). Its value corresponds to the deepest level of the galleries to be displayed - Bug fix as to multi-language support - Error handling: a warning message is now displayed for each picture that has no associated thumbnail - Error handling: meaningless error messages updated - Better ALT tags for pictures/thumbnails: the caption is now displayed when possible. - Feature added: thumbnails can serve as gallery icons - Feature added: explicit sort of pictures against a text file (one picture per line) - Quick start guide added 07-31-2002: v1.1 - Bug fix as for the use of $PHP_SELF (this should be the last attempt to get it to work on every server configuration) - Gallery caption filename changed because of Windows filename issues and Linux default behavior as to .* files: .gal_msg -> gallery.msg - Picture filter visual improvement. Minor mistake fixed: Ko -> KB - Feature added: toggle-able display of the picture captions along with the thumbnails - Feature added: client side picture scaling for big pictures galleries (using javascript) - Feature added: toggle-able lexicographical sort on galleries names - Feature added: multi-language support 07-11-2002: v1.0.3b - Bug fix as to the use of $PHP_SELF (which caused problems with some versions of UAs like mozilla) - new CSS class introduced for the link to SPGM (CLASS_A_SPGM_LINK) -> modification of the default stylesheet also (remember you can set this class up the way you want as long as it is _visible_ on each page) 07-08-2002: v1.0.2b - Added code to handle register_globals (php.ini), whatever its value is (either ON or OFF) - Initialization of _all_ the variables to avoid "Undefined variable" error messages that appear on some configurations - is_picture: check filename patterns first and in a more restrictive manner for performance improvement - README.txt fixed (my email was wrong :), and updated (tips about thumbnails generation) - batch file for thumbnails generation included in the distribution (tools directory) 04-07-2002: v1.0.1b - bug fix for header/footer inclusion - disabled warning messages for filemtime unsuccessful calls - code generation cleanup - a few modifications in the spgm.conf comments - README.txt completed - ChangeLog.txt added 02-07-2002: v1.0b Initial release.