08/03/2000 - version 0.3.1 - Changed all the foreach loops to for loops (foreach didn't exist yet in PHP3) 08/02/2000 - version 0.3 - Added category and picture editing pages - Added comments to pictures and categories - photo.pl now uses the name of the file when inserting into the database - Added flexibility for sorting in categories (it can be done by picture id, by name, by custom priority, or by addition or modification date). It can be done in ascending or descending order - Much more options are configurable through the configuration file - Added "auto-scaling" of pictures: any picture that has either a height or width (or both) that is too large is scaled down on display (not really, it's just a zoom out, by using the width and height parameters of the img tag in html) - Added easier customisation of web pages: all headers and ends are handled through an easily modifiable function in the configuration file 05/08/2000 - version 0.2-2 - Fixed a forgotten comma in the SQL schema 04/16/2000 - version 0.2 - Switched from pictures being stored in the database to being stored in regular files, added upgrade utility for database structure -> huge speed increase - Added multi-page navigation in index.php3 if there are more than max_images in a single category - Fixed navigation between pictures in showpic.php3 - photo.pl checks that inserted pictures are actually pictures (readable by ImageMagick) 03/12/2000 - version 0.1-2 - Added notice in INSTALL about max_allowed_packet 03/11/2000 - version 0.1 - Initial Release