summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/Gallery_Rest_Helper_Test.php
AgeCommit message (Expand)Author
2010-01-02Clean up gallery_rest helper testTim Almdal
2010-01-02Correct unexpected error in gallery_rest_put_album_no_path_testTim Almdal
2010-01-02Correct file structure tests, Have the tests delete the userid they create so...Tim Almdal
2009-12-31Create helper functions to create a test user, an album or image. Don't crea...Tim Almdal
2009-12-301) Remove the rest::not_found method and replace it with "throw new Kohana_40...Tim Almdal
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-24Update the gallery_rest handlers test to pass the path in as an array in the ...Tim Almdal
2009-12-23Updated the unit tests to match the current APITim Almdal
2009-12-15Updates the the interface based on actually using it.Tim Almdal
2009-12-09Add the REST delete processing for albums/photos/moviesTim Almdal
2009-12-09Implement the RESTful interface for albums/photos/moviesTim Almdal
2009-12-09Use the relative url cache to look up resources instead of the relative path....Tim Almdal
2009-12-08Correct the error message when the item is not found; remove the check for no...Tim Almdal
2009-12-08Add another error handler "not found" to the rest API.Tim Almdal