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