summaryrefslogtreecommitdiff
path: root/modules/gallery/tests
AgeCommit message (Expand)Author
2010-01-02Add rest_controller::__call to the authorized controller methodsTim Almdal
2010-01-02Clean up gallery_rest helper testTim Almdal
2010-01-02Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-01-02Fix two issues with change_album_test()Bharat Mediratta
2010-01-02Correct unexpected error in gallery_rest_put_album_no_path_testTim Almdal
2010-01-02Ignore modules/gallery/views/kohana/error.php -- we're required to have that ...Bharat Mediratta
2010-01-02Update the expected response after modifying an album to match theBharat Mediratta
2010-01-02Update the expected response after modifying an album to match theBharat Mediratta
2010-01-02Correct file structure tests, Have the tests delete the userid they create so...Tim Almdal
2010-01-02Verified and updated.Bharat Mediratta
2010-01-02Verified and updated.Bharat Mediratta
2010-01-02Update the expected response after modifying an album to match theBharat Mediratta
2010-01-02Add a cache buster to the resize and file urls. This fixes ticketBharat Mediratta
2009-12-31Merge branch 'master' into talmdal_devTim Almdal
2009-12-31Modify Forge to accept multiple hidden params (this was broken by anBharat Mediratta
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-26Merge branch 'master' into talmdal_devTim 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-22CheckpointBharat Mediratta
2009-12-22Update.Bharat Mediratta
2009-12-22The default value for $offset should always be null (according to theBharat Mediratta
2009-12-22Use a Database_Expression to handle the MAX() function.Bharat Mediratta
2009-12-22Latest K24 does not automatically add an id attribute to every formBharat Mediratta
2009-12-22Don't rely on implicit object -> id conversion, that doesn't work with K24's ...Bharat Mediratta
2009-12-21Fix preambles, and fix the File_Structure_Test to be more lenientBharat Mediratta
2009-12-21Updated for recent K24 Forge changes.Bharat Mediratta
2009-12-21Update database tests for K24. Use a mock database that we loadBharat Mediratta
2009-12-21Updated for K24Bharat Mediratta
2009-12-21Fix some bugs in the cache database driver, and update the tests for K24.Bharat Mediratta
2009-12-21Updated for K24Bharat Mediratta
2009-12-21Forgot to rename the file when I renamed the class.Bharat Mediratta
2009-12-17In Kohana 2.4, ORM no longer does the find_all() call for us when weBharat Mediratta
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
2009-12-06Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-06Remove the hidden form variable _method which was used in the no longer rest ...Tim Almdal
2009-11-26Database::orwhere() is now Database_Builder::or_where()Bharat Mediratta
2009-11-26Update all portable where clauses to the new Kohana 2.4 format.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-25Remove the REST_Controller and assorted baggage. Completes ticket #917Tim Almdal
2009-11-25Refactor the album, movie and photo handling to remove the REST_Controller. ...Tim Almdal