Added more keys to the list of bad EXIF keys. CameraID and CameraType seem to make JSON croak...

Fixed issue where bad EXIF cache would kill the entire album
Added more variables for resolutions
Added better handling of Pending albums and photos.
This commit is contained in:
Doug Bell 2008-05-29 18:37:54 +00:00
parent adcd560cba
commit d43065b122
8 changed files with 180 additions and 17 deletions

View file

@ -484,6 +484,12 @@ our $I18N = {
context => q{Description of template variable},
},
'helpvar isPending' => {
message => q{A flag to set if the GalleryAlbum is not yet approved. Users who can edit the GalleryAlbum are allowed to see them before they are approved.},
lastUpdated => 0,
context => q{Description of template variable},
},
};
1;

View file

@ -631,6 +631,24 @@ our $I18N = {
context => q{Description of template variable},
},
'helpvar resolutions_loop resolution' => {
message => q{The resolution of the photo.},
lastUpdated => 0,
context => q{Description of template variable},
},
'helpvar resolution_' => {
message => q{A URL direct to a known resolution. "800" resolution would be "resolution_800".}
lastUpdated => 0,
context => q{Description of template variable},
},
'helpvar isPending' => {
message => q{A flag to set if the Photo is not yet approved. Users who can edit the photo are allowed to see them before they are approved.},
lastUpdated => 0,
context => q{Description of template variable},
},
};
1;