summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/items_rest.php
AgeCommit message (Collapse)Author
2010-05-10Allow the use of the type query parameter to filter the results of a ↵Tim Almdal
rest/gallery/items?urls=... request. This allows the client to pass the entire list of member urls and have the rest server filter the results based on the specified types.
2010-05-09Remove the item id from the rest/gallery/items url as that was inconsistent. ↵Tim Almdal
Add the query parameter ancestors_for=<url> to provide a restful way to retrieve the ancestors of an item.
2010-04-21Correct typo: change relationship to relationshipsTim Almdal
2010-04-16Don't show the member element for non-collection elements in the response. ↵Tim Almdal
Having a members sidebar element indicates to the rest clients that this is a resource collection.
2010-03-13Changes to support updating the child elements within an album. In this ↵Tim Almdal
change the urls of the children are sent up asan array of post fields children[0].... children[n]. If an existing child is not included it is deleted. Including a url to an child in another album will move the child. Changing the order of the children will respect the order of the children, if the sort column is 'weight'
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-14Create an items REST collection requests that accepts a list of resource ↵Tim Almdal
urls and returns the items associated with them.