index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
helpers
/
item_rest.php
Age
Commit message (
Expand
)
Author
2010-04-15
Only return the members element to the rest client if the item is an album. ...
Tim Almdal
2010-04-07
Merge bharat_dev rest implementation
Tim Almdal
2010-03-13
Changes to the example client to test updating the members of an album.
Tim Almdal
2010-03-13
Changes to support updating the child elements within an album. In this chang...
Tim Almdal
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-12
Revert "1) Add a depth parameter to retrieving an item thru the rest api"
Bharat Mediratta
2010-02-12
1) Add a depth parameter to retrieving an item thru the rest api
Tim Almdal
2010-01-30
Use Item_Model::as_restful_array() to simplify tests.
Bharat Mediratta
2010-01-30
Remap parent_id and album_cover_item_id to and from RESTful urls.
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-27
Change "resource" to "entity" in REST responses. They're all
Bharat Mediratta
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta