Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 update the | Bharat Mediratta | |
unit tests to reflect the proper type filtering for #1503. | |||
2010-06-20 | Add "comments" relationship support. | Bharat Mediratta | |
2010-06-09 | Fix get_ancestor_test() since the parameter was renamed to ancestors_for. | Bharat Mediratta | |
2010-06-09 | Revert the "preserve_ids" global query parameter. We decided that it was a | Bharat Mediratta | |
bad idea. This reverts commit 6425d41eddd44091b2d83ba3c3734cc6990ca581. | |||
2010-06-07 | Add a "preserve_ids" global query parameter for REST requests that | Bharat Mediratta | |
indicates that we shouldn't opportunistically convert ids into REST urls. | |||
2010-05-15 | 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-05-15 | 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 |