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
/
item_rest.php
Age
Commit message (
Expand
)
Author
2013-01-25
#1956 - Escape LIKE queries (for _ and %).
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-12-18
Check for "add" instead of "edit" in item_rest::post. Fixes #1929.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-11-27
Clean up phpDoc on get() a little more
Bharat Mediratta
2010-08-08
Allow item_rest::put() to replace the current data file. Remove
Bharat Mediratta
2010-06-19
Rework our exception framework to fit into Kohana's model better.
Bharat Mediratta
2010-06-15
Revert "Change the item rest update processing to call the
Bharat Mediratta
2010-06-15
Revert "Fix for ticket #1118. Create a item::save_with_retries helper
Bharat Mediratta
2010-06-15
Fix for ticket #1118. Create a item::save_with_retries helper method, which e...
Tim Almdal
2010-06-15
Change the item rest update processing to call the item::move(source, target)...
Tim Almdal
2010-06-15
Only change the weights of the album children if the item sort_column is set ...
Tim Almdal
2010-06-15
Revert "Change the item rest update processing to call the itemm::move(source...
Tim Almdal
2010-06-15
Change the item rest update processing to call the itemm::move(source, target...
Tim Almdal
2010-06-08
Don't use the standard error formatting for exceptions that have occurred as ...
Tim Almdal
2010-06-06
Merge branch 'master' into talmdal_dev
Tim Almdal
2010-06-06
Fix an unused variable caused by converting straight query params
Bharat Mediratta
2010-05-28
If the file is empty (i.e. the upload failed, then throw a 'bad request' exce...
Tim Almdal
2010-05-18
Save the item before updating the order of the children. Also always incremen...
Tim Almdal
2010-04-16
Only return the members element to the rest client if the item is an album. ...
Tim Almdal
2010-04-04
REST changes: Allow PUT and POST requests to modify members, not
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-12
Revert "1) Add a depth parameter to retrieving an item thru the rest api"
Bharat Mediratta
2010-02-12
1) Add a depth parameter to retrieving an item thru the rest api
Tim Almdal
2010-01-30
Use Item_Model::as_restful_array() to simplify tests.
Bharat Mediratta
2010-01-30
Remap parent_id and album_cover_item_id to and from RESTful urls.
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-27
Change "resource" to "entity" in REST responses. They're all
Bharat Mediratta
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta