summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/item_rest.php
AgeCommit message (Expand)Author
2010-04-15Only return the members element to the rest client if the item is an album. ...Tim Almdal
2010-04-07Merge bharat_dev rest implementationTim Almdal
2010-03-13Changes to the example client to test updating the members of an album.Tim Almdal
2010-03-13Changes to support updating the child elements within an album. In this chang...Tim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-12Revert "1) Add a depth parameter to retrieving an item thru the rest api"Bharat Mediratta
2010-02-121) Add a depth parameter to retrieving an item thru the rest apiTim Almdal
2010-01-30Use Item_Model::as_restful_array() to simplify tests.Bharat Mediratta
2010-01-30Remap parent_id and album_cover_item_id to and from RESTful urls.Bharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-27Change "resource" to "entity" in REST responses. They're allBharat Mediratta
2010-01-22Return the url of the newly created item from post().Bharat Mediratta
2010-01-22Reshape the rest code to be more consistent with regards toBharat Mediratta