The simplest, most intuitive way to host your photos on your website.
Forked from gallery/gallery3 Mon Jul 20 20:57:09 -0700 2009
Last updated Sun Nov 15 06:44:51 -0800 2009
2 commits »
Add the functionality to add, delete and rename tags via the Gallery3 remote interface.
Update the gallery_rest handlers test to pass the path in as an array in the request arguments property instead of the path property.
Change the get_resource api method to take an array of parms instead actually specifying parameters.
Change the image block rest handler to expect the type (i.e. random) as a parameter not part of the path.
Provide a REST interface to retrieve tags or tagged items.
When normalizing the rest request don't assume that the additional arguments are acutall a path. Leave it up to the handler to determine.
Updated the unit tests to match the current API
Forgot the image block html template
Add a restful get random image block
3 commits »
Add functionality for a random image block
Remove unused add screen
Refactor the G3 Remote Interface to remove the dependencines on Kohana and combine into one class
Add the functionality to add a photo remotely. Refactor the url_connection class to handle multipar/form-data posts.
Update the api so it allows images to be uploaded.
Added support for adding albums remotely
Correct the path to the resource delete handler
Implement the update functionality
Added validation to the edit functionality, since we can't trust any input
Fix the delete function so the album tree is updated if an album is deleted. Also delete reference to an undefined variable.
Delete now works. Added a hook to always extract the access token from the
Merge branch 'master' into talmdal_dev
Change how request input is processed.First the input is no longer json encode, All the get variables are loaded, then the post variables if the request is a post, and then the path is extracted from the uri.
Use url::base() instead of item::root()->url because we can't be sure
Add the parent path to the resource
Add the start of dialog processing to the test client. At this point the dialogs display, but will fail when trying to submit them.
Add the name field to remote interface.
Change the color scheme to darker backgrounds.
simplify determining the current path and parent. Change the Add Resource to a split button.
Adjust for the fact that movies have JPG thumbnails. Fixes ticket
Show the right edit form for movies.
The navigation buttons are now working on the test client (first, prev, next, last and up).
Add a toolbar to the g3 remote client and add the functionality for 'return to parent'
Make sure we always return a children array for albums.
Tighten-up white space for error message/icon on forms. Fix icon/white-space on g2_import messages, fixes #765.
Provide for a structured grid layout and also forgot to include the flowplayer for movies.
Include the thumb, resize and fullsize sizes (height & width) in the resource contents returned via the rest interface.
Make movies work, by adding the height and width to the page element.
remove local dependencies
Change what is used as the url to the item.
Restructured the page layout and first attempt at displaying a movie.
Add the resize url to returned resource.
Add a photo detail page.