v2.1.0 - for WebGUI 5.4.0 and higher. If you do not have WebGUI 5.4.0 installed, please use a previous version of the PhotoGallery which can be found in this zip file.
07/18/2003
- Modified the PhotoGallery to use Wobject level privileges instead of page level privileges - Added additional options for the "images per row" setting - Fixed "images per row" so that numbers appear in order - Fixed Thumbnail Height and Width options to allow more than 2 digits - Fixed a bug in the create script which caused it to fail.
v2.0.0 - for WebGUI v5.2.0 and higher - does not work with older versions of WebGUI 04/16/2003
THIS VERSION REQUIRES THE PERL MODULE Tree::DAG_Node The module is called Tree-DAG_Node-1.04 on cpan's network.
- Modified the PhotoGallery to use WebGUI's 5.2 API (Contribution By Ben Simpson) - Modified the PhotoGallery to use WebGUI's Collateral Manager API (Contribution By Ben Simpson) - Added WebGUI Templating. Now the photogallery can take on any look and feel you desire (Contribution by Ben Simpson) - Added a Slide Show option for users to browse images (Contribution By Ben Simpson) - Added modifications to allow more than 1 image to be uploaded at a time (Contribution By Ben Simpson) - Added Help - Added Readme file with change history and install instructions
v1.3.0 - for WebGUI v4.6.8 and higher - does not work with WebGUI 5.0 9/19/2002
- Fixed a bug that would allow the upload feature to upload documents besides images to the image manager(code submitted by Len Kranendonk) - Added a "sort by popularity" feature which displays the images in order of "most viewed"(code submitted by Len Kranendonk)
- Added optional image information that can be displayed on the page displaying the image (code submitted by Len Kranendonk)
- Added a simple Chineese Translation (thanks to Mike Wu)
- Finished internationalizing the the PhotoGallery. There were a few things left off. (dutch and chineese translations missing for the new items) - Added Create, Drop, and Update SQL scripts for each specific functions
- Fixed the SQL file (again). Somehow an old copy was put out with the new code which was missing a table column and an international field.
- Added dutch translation (thanks to Len Kranendonk for the contribution)
*************************************************** v1.0.3 9/4/2002 - Removed an ambiguous line of code making mod_perl fail on compilation - Fixed the case of the table names so that linux installs will work properly
This wobject creates a configurable photo gallery that works in correlation with the collateral manager.
It creates a page of image thumbnails. You may specify thumbnail height and width as well as spacing between images, the number of thumbnails per row that you wish to display, and text to go along with your image.
In addition this wobject allows you to directly upload images to the collateral manager, automatically add uploaded images to the photo gallery from which it was uploaded, and assign a group with permission to upload to a particular photo gallery.
To install, simply unzip the file into your WebGUI root. Then run the sql script entitled create-PhotoGallery-1.4.0.sql in your /webguiroot/doc folder. If you are upgrading from version 1.3.0, unzip into your WeGUI root and then run upgrade-PhotoGallery_1.3.0-1.4.0.sql.