Gallery v1.5 is now available for download. This release fixes bugs and has a large number of neat new features. Read more for the huge list!
Download 1.5 from the Gallery Download Page.
PHP 5 users can download a patch for the album upgrade error on the download page. Read more for instructions.
How to apply a .diff
Save the .diff file to your albums directory and apply the patch using "patch -p0 < gallery-1.5-php5_upgrade_error.diff"
If you are unable to use patch, you can save this file as "gallery/classes/Album.php"
New Features
- Multisite support for caching albums.php - Use your Gallery on multiple virtual hosts and the caching code will know what is going on.
- Much improved layout/skin/css model with updated skins - Gallery is now easier than ever to customize and comes with some great new looks.
- Optional icons instead of text links for most actions - If you like you interface clean and simple you can now have self explanatory icons instead of text links.
- Sharing/Printing photos with mPUSH, Fotoserve
- Per-album RSS feeds
- Statistics support - most viewed, recently added, number of comments, etc
- Support for exiftags to read EXIF information from images.
- Limitable depth for the album tree - only show subalbums to a certain depth on the front page.
- More HTML 4.01 compliance
- Recursive resize all photos, recursive rebuild thumbs, recursive permissions
- Allow relative URLs in config wizard
- Integration with CPGNuke
- Support for rar files
- Support for/Require register_globals off, switch to superglobals from $HTTP vars
- Support for Coral webcache
- Tool for finding/removing content spam with a blacklist
- Support for choosing a mail server for sending mail other than the server Gallery is running on
Issues resolved from RC3
- Several very minor issues.(see the RC3 thread for the full list)
Issues resolved from RC2
- Lots of minor issues. (see the RC2 thread for the full list)
Issues resolved from RC1
- backup_albums.php now works properly
- LM_mode 0 works now
- EXIF information displayed correctly
- Custom welcome emails work
- Mambo and CPGNuke updates
- All skins updated to work with the new system
- Several others! (see the RC1 thread for the full list)