Ajax Photo Album User Interface
Hamilton G. Chua (ham@solutiongrove.com)
April 2009
v0.1
What's New :
v0.1
- Initial Release (see Features below for details)
Description :
Is a package that works on top of the Photo Album package. It creates a ajax powered user interface using the ExtJS javascript library.
Features :
- User interface loaded using ajax
- Thumbnail view of images in an album
- Shadowbox Media Viewer integration
- Paging of photos
- Move albums and folders from one folder to another using drag and drop on the treepanel
- Move photos from one album to another on the treepanel using drag and drop
Set Up :
In order to use AjaxPA, some modifications are necessary on the photo album package. These modifications include :
- checking for return_urls
- making some procs accept a package_id
Download and apply this patch onto your photo-album package.
If you downloaded the patch into your /tmp folder and your photo-album package is in a folder openacs/packages, this is how you would apply the patch.
cd openacs/packages/photo-album
patch -p0 -i /tmp/photo-album-ajaxpa.diff