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

@ -12,6 +12,10 @@ our $HELP = {
},
],
variables => [
{
name => 'isPending',
description => 'helpvar isPending',
},
{
name => 'canAddFile',
description => 'helpvar canAddFile',

View file

@ -38,6 +38,10 @@ our $HELP = {
},
],
variables => [
{
name => 'isPending',
description => 'helpvar isPending',
},
{
name => 'canComment',
description => 'helpvar canComment',
@ -98,8 +102,16 @@ our $HELP = {
name => 'url_download',
description => 'helpvar resolutions_loop url_download',
},
{
name => 'resolution',
description => 'helpvar resolutions_loop resolution',
},
],
},
{
name => 'resolutions_',
description => 'helpvar resolutions_',
},
{
name => 'exif_',
description => 'helpvar exif_',