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