EXIF functions are broken if an apostrophe is used in the image description.
It might just be a 'mac' apostrophe...
In fact the whole site becomes broken.
(I just upgraded a site using ZP1.08 to latest nightly build (24-10-2007) and the apostrophe in EXIF broke the whole upgrade)...
hello , the dates are now working for me but now when I click on a thumbnail, it only refreshes the pages without opening the page with the bigger picture.. I checked the link that the thumbnail is refering to and it stops at &image= but it's missing the image name... xxxxxx.jpg if I enter it manually in the adress bar then it loads the right page ... I have version of oct 25th
When upload images to existing album its title gets corrupted.
Step by step guide how to reproduce bug:
Thanks gor quick fixing, sbillard!
And it seems what dropdown menu 'Upload to' shows albums and they child subalbums in wrong order. For example, we have some albums: album1 (with subalbums sub1 and sub2), album2, album3, album4 (with subalbums sub3 and sub4). But its show like this - album1, album2, album3, now goes sub1 and sub2, album4, sub3, sub4. Maybe I need to do more tests to figure out thats the problem exactly.
Currently I'm using Zenphoto nightly release dated as 29.10.2007. I noticed that there is a problem with album thumbnails. While I was having the default size in config file (85px), I changed it to 90px in options menu. But then thumbs still remained as 85px, but they were resized by img width and height tags to 90px, what of course looked ugly. I also noticed that this concern only thumbnails in galleries, while album ones were still in 85px size.
Also, I'm not sure if visibility of thumbs works as it should. While I'm not logged everything looks fine, but while I'm logged in - thumbs are visible no matter what is set.
This is my first post so I want to thank to all of you involved in developing this great piece of software. This gallery is awesome. By the way... sorry for my English ;]
@differ
First, your English is excellent. No need to apologize for that!
Album thumbs - I will look at this. What theme were you using?
This is the desired behavior. When you're logged-in, the idea is that you should be able to see everything whether it's hidden or not. The hidden images will not be visible to anyone else
Thanks for the compliments! Stay tuned for the 1.1 release tomorrow.
My theme is modified default.
Perhaps a problem is in caching because $_zp_current_image->getThumb() and $_zp_current_album->getAlbumThumb() return wrong sized thumb while zp_conf('thumb_crop') and zp_conf('thumb_size') return right values.
As a modification I think that printAlbumThumbImage() should return width and height for img tag as printImageThumb() do. It looks better in case while thumbnails are loading a little longer than the rest of a page.
everything seems good except for the auto sort function. i sorted by date (which i figured would have auto-sorted them by what was uploaded first, second, etc)...which totally rearranged the order. then manually didn't ever seem to stick. i'm still screwing around and everything else works great, my custom theme went right into it no problems or anything. but the sort function seems awkward.
Colin:
are you sorting albums or images? If it is images, the date will be taken, if possible, from the shooting date in the image metadata.
If albums, the date is taken from the first image found.
Of course, you can override these by editing in the admin pages.
sbillard: When I turn crop_thumbs off, only the thumbnails in top-level albums are regenerated as scaled-down images. Thumbnails in sub-albums remain squared with the centered sampling.
I actually like the idea of square (or uniform-sized) thumbnails. My preference would just be to select the area of the image that represents the thumbnail, in cases where I'm not happy with the centered sampling.
I got this error when attempting to refresh the MySQL database from the Admin panel:
Zenphoto Error
MySQL Query ( SELECT id, albumid, filename, desc, title, date, tags, mtime FROM zentabprefix_images; ) Failed. Error: Unknown column 'date' in 'field list'
I am using the latest nightly build.