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
/
rest
/
libraries
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-06-20
Rename error_rest.php to error_rest.json.php so that we specify the
Bharat Mediratta
2010-06-19
$response is optional in the Rest_Exception constructor.
Bharat Mediratta
2010-06-19
Throw exceptions as appropriate, but allow the Kohana exception
Bharat Mediratta
2010-06-08
The status message for an HTTP 400 status should always be 'Bad Request', if ...
Tim Almdal
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-19
Make Rest_Exception extend Kohana_Exception so that we can let it
Bharat Mediratta
2010-01-03
Simplify the REST API code. Here's what I did:
Bharat Mediratta
2010-01-02
Remove the Rest_Exception::trigger method.
Tim Almdal
2009-12-31
Create a Rest_Exception class and use it to convey status to the client inste...
Tim Almdal
2009-12-07
Delete Form_Label.php which was accidently committed.
Tim Almdal
2009-12-07
The rest framework that the new gallery3 remote interface will be built on. ...
Tim Almdal