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