Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-12-15 | Follow on to d2be26e407aeb620082bcad2d5a45272868b38a1 to convert tabs to spaces. | Bharat Mediratta | |
2010-11-27 | Clean up phpDoc on get() a little more | Bharat Mediratta | |
2010-11-27 | Tighten up the phpDoc for get(). | Bharat Mediratta | |
2010-11-28 | Slightly more invasive version, but cleaner on the eyes. | Kriss Andsten | |
2010-11-28 | Patch from ticket 1503, making rest/items behaviour consisten with rest/item ↵ | Kriss Andsten | |
behaviour. | |||
2010-08-14 | Don't expose members of an item that are not viewable by the end user. | Bharat Mediratta | |
This leaks item ids, but no other information about the item. Fixes ticket #1292. | |||
2010-06-06 | Change "ancestor_for" to "ancestors_for" for consistency. | Bharat Mediratta | |
2010-06-04 | Change the name of the private format_restful_item to _format_restful_item ↵ | Tim Almdal | |
so that the File_Structure_Test will pass. | |||
2010-06-04 | Allow 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. (cherry picked from commit 3fe10b15cf9359b66452c24965df575203e8af8e) | |||
2010-06-04 | Remove 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. (cherry picked from commit e9c8a8ae532e785ab95e6b43864c93b485785d6c) Conflicts: modules/gallery/helpers/items_rest.php | |||
2010-04-17 | Don't show the member element for non-collection elements in the response. ↵ | Bharat Mediratta | |
Having a members sidebar element indicates to the rest clients that this is a resource collection. Conflicts: modules/gallery/helpers/items_rest.php | |||
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2010-02-14 | Create an items REST collection requests that accepts a list of resource ↵ | Tim Almdal | |
urls and returns the items associated with them. |