issue 5
(Can't see update Data base) reported by leau2001
- Hi,
i tried to use you picasa code, and i can't see any update data base...
I tried to use a public picasa photo album
:http://picasaweb.google.com/sportbreizhphoto
And i want this galerie on my own site..
I tried to put jquery.js on my public/media/admin/picasa/update/
directory or in my public/media/js directory... nothing happen...
thanks for help
lo
Hi,
i tried to use you picasa code, and i can't see any update data base...
I tried to use a public picasa photo album
:http://picasaweb.google.com/sportbreizhphoto
And i want this galerie on my own site..
I tried to put jquery.js on my public/media/admin/picasa/update/
directory or in my public/media/js directory... nothing happen...
thanks for help
lo
Feb 23, 2009
issue 4
(Support for thumbnail size) Status changed by wheaties.box
- Thanks rlazo! I've been meaning to take advantage of the Picasa API more ever since
I heard about it. I'm glad someone else has taken the initiative to do so :)
I've incorporated your patch into trunk, as of r7. I haven't tested it, so be sure
to let me know if it's broken :)
Thanks again!
Status: Fixed
Thanks rlazo! I've been meaning to take advantage of the Picasa API more ever since
I heard about it. I'm glad someone else has taken the initiative to do so :)
I've incorporated your patch into trunk, as of r7. I haven't tested it, so be sure
to let me know if it's broken :)
Thanks again!
Status: Fixed
Feb 23, 2009
r7
(issue 4 - added the ability to define thumbnail sizes) committed by wheaties.box
- issue 4 - added the ability to define thumbnail sizes
issue 4 - added the ability to define thumbnail sizes
Feb 12, 2009
issue 4
(Support for thumbnail size) reported by rlazo.paz
- Picasa API supports an extra argument to define the thumbnail size
retrieved, this patch adds this feature to django-picasa.
note:
an extra variable has to be defined on user settings.py file:
PICASA_THUMBNAIL, the possible values are described on the Picasa Web
Albums query parameters reference section of the reference guide
http://code.google.com/apis/picasaweb/reference.html
Picasa API supports an extra argument to define the thumbnail size
retrieved, this patch adds this feature to django-picasa.
note:
an extra variable has to be defined on user settings.py file:
PICASA_THUMBNAIL, the possible values are described on the Picasa Web
Albums query parameters reference section of the reference guide
http://code.google.com/apis/picasaweb/reference.html
Jan 23, 2009
issue 2
(Support for photo publication date) changed by wheaties.box
- Your patch has been applied in r6! Thanks for the contribution!
Status: Fixed
Owner: wheaties.box
Your patch has been applied in r6! Thanks for the contribution!
Status: Fixed
Owner: wheaties.box
Jan 23, 2009
r6
(Issue 2: added support for photo publication date) committed by wheaties.box
- Issue 2 : added support for photo publication date
Issue 2 : added support for photo publication date
Dec 25, 2008
issue 2
(Support for photo publication date) reported by rlazo.paz
- Publication date as an attribute of a picture may be useful for certain
applications (e.g. lastest uploaded photos widget), I'm attaching an patch
that implements this feature.
Publication date as an attribute of a picture may be useful for certain
applications (e.g. lastest uploaded photos widget), I'm attaching an patch
that implements this feature.
Aug 16, 2008
issue 1
(Ordering enhancement request) reported by trent.jake
- It would be really nice if the mechanism that pulls in photos off of picasa
to store them in the pictures table would put them in the same order as
they are currently organized in the picasa album.
It would be really nice if the mechanism that pulls in photos off of picasa
to store them in the pictures table would put them in the same order as
they are currently organized in the picasa album.
Aug 04, 2008
r5
(Updated to work with the newforms-admin) committed by wheaties.box
- Updated to work with the newforms-admin