summaryrefslogtreecommitdiff
path: root/modules/gallery/tests
AgeCommit message (Expand)Author
2010-01-17Mostly conver to model based validation. Not all tests pass yet.Bharat Mediratta
2010-01-16Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-15Revert "Fix for ticket #978. Don't reset the original property as part of th...Bharat Mediratta
2010-01-15Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-13Fix for ticket #978. Don't reset the original property as part of the save p...Tim Almdal
2010-01-10Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2010-01-07Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-06Correct the controller_auth_data golden file to reflect that the csrf is not ...Tim Almdal
2010-01-03Simplify the REST API code. Here's what I did:Bharat Mediratta
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