 |
 |
 |
 |
#136940 - 02/15/02 03:23 PM
Re: [6.x] album.pl 6.0: Uploadable Photo Gallery for UBB
|
Member
Registered: 04/30/01
Posts: 230
Loc: Ottawa, ON, Canada
|
Version 5.0 has gone final! Get it at http://perl.cdnarmy.ca/album Changes from 5.0 Beta 3 are as follows: - Added recent_template config item and album_recent.tml template in order to allow the recent uploads screen to be properly templated.
- Visual styles, including all templates and style sheet have been totally re-done.
- Common header is now used for the upload form.
- Javascript removed from upload form.
- Common look and feel used for all pages.
- photo.tml is gone! I've merged it with album.tml, which is now used for both photos and albums. You can still define seperate templates if you wish.
- Fixed a bug where a views.txt entry was created for some actions that shouldn't.
- German translations now included in album_strings_deu.txt. Provided by Wander (wander@habing.de)
- Fixed a bug with YaBB authentication.
- Updated the movie icon.
- Added rating_location config item, allowing you to show the rating form either on the photo viewing page, or under it's thumbnail, in the album.
- Setting thumb_width or thumb_height to zero will not constrain that dimension for thumbnails. Some browsers (mostly newer ones) will keep the aspect ratio of an image when only 1 dimension is specified.
For a list of all changes since 4.6 please see http://perl.cdnarmy.ca/album/!readme.html If you want to see what the new style looks like in action, check out this Sample Gallery . If you have any questions or problems, let me know. Cheers!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#136952 - 03/12/02 07:11 AM
Re: [6.x] album.pl 6.0: Uploadable Photo Gallery for UBB
|
Member
Registered: 04/30/01
Posts: 230
Loc: Ottawa, ON, Canada
|
Hello again! Version 5.1 is now out the door, downloadable at http://perl.cdnarmy.ca/album . New features in 5.1 are as follows: - Added support for the Image Magick ( www.imagemagick.org ) suite of graphics tools. ``imagemagick'' config item points to imagemagick binary installation, and thumb_quality config item determines JPEG quality level. When integrated, thumbnails are generated automatically for images that don't have them. (This happens the first time the thumbnail is requested, and not found.) New thumbnails are currently emphasized with a 1 width border.
- Admin menu now shows up by default when you are logged in as an admin.
- Updated install package to have more intuitive directory structure.
- Upload error and success messages are now popup windows. (Thanks to Will (webmaster@cygnusprime.com) for the code for this feature!)
- Fixed a bug: rating_location was broken.
- The picture being rated is now displayed on the rating form. (Another feature from Will!)
- Fixed anonymous upload bug.
Yep, you read that right. Long awaited "automatic thumbnail generation" is here! In the end, I decided to link it to Image Magick's "convert" binary, rather than using it's PERL library. I figure it's way easier for people to just grab the binary than it is for them to install the PERL lib. Let me know if you find any problems. Cheers P.S. That's a neat idea Chuck. I'll add it to the list. I'm a MySQL newbie, so it'll take a fair amound of learning on my part...
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|