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
/
items_rest.php
Age
Commit message (
Expand
)
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
2010-08-14
Don't expose members of an item that are not viewable by the end user.
Bharat Mediratta
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 so...
Tim Almdal
2010-06-04
Allow the use of the type query parameter to filter the results of a rest/gal...
Tim Almdal
2010-06-04
Remove the item id from the rest/gallery/items url as that was inconsistent. ...
Tim Almdal
2010-04-17
Don't show the member element for non-collection elements in the response. H...
Bharat Mediratta
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 urls...
Tim Almdal