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
/
tests
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-07-27
Update the mock so that all responses return arrays, not stdClass().
Bharat Mediratta
2010-06-18
Simplify rest::get_access_key($user) to rest::access_key() that
Bharat Mediratta
2010-04-17
Update tests to reflect recent changes to the REST API.
Bharat Mediratta
2010-03-30
Rename "access_token" to "access_key" in the code for consistency.
Bharat Mediratta
2010-03-30
Rename "user_access_tokens" table to "user_access_keys" as step 1 of a
Bharat Mediratta
2010-03-05
Update tests to reflect the fact that you have to be logged in to do anything.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-23
Update tests for recent REST changes.
Bharat Mediratta
2010-01-20
Rewrite the tests to be simpler and more direct.
Bharat Mediratta
2010-01-19
Let the Rest_Controller functions throw a Rest_Exception since
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-03
Simplify the REST API code. Here's what I did:
Bharat Mediratta
2010-01-02
Correct file structure tests, Have the tests delete the userid they create so...
Tim Almdal
2009-12-31
Only create the user or the target photo in the tests that require it.
Tim Almdal
2009-12-31
Create a Rest_Exception class and use it to convey status to the client inste...
Tim Almdal
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-23
When normalizing the rest request don't assume that the additional arguments ...
Tim Almdal
2009-12-23
Updated the unit tests to match the current API
Tim Almdal
2009-12-09
Use the relative url cache to look up resources instead of the relative path....
Tim Almdal
2009-12-08
Add the REST get handler for albums/photos/movies
Tim Almdal
2009-12-08
Change the url mapping so that path to the is part of the url
Tim Almdal
2009-12-08
Rename the backing table from rest_keys to user_access_tokens
Tim Almdal
2009-12-07
The rest framework that the new gallery3 remote interface will be built on. ...
Tim Almdal