summaryrefslogtreecommitdiff
path: root/modules/tag/tests
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-05-24Follow on to c101151616033d53587d1435881dae0fa45aeefa -- delete allBharat Mediratta
2011-04-23Allow tags to be merged by renamingAndy Lindeman
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-06-19post_test() should be using admin, not guest.Bharat Mediratta
2010-04-17Update tests to reflect recent changes to the REST API.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-23Reset the active user to admin in all test cases where we change theBharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-30Remove edit permissions across the board.Bharat Mediratta
2010-01-29Add missing permission checks.Bharat Mediratta
2010-01-27Change "resource" to "entity" in REST responses. They're allBharat Mediratta
2010-01-27Minor test-only fixes.Bharat Mediratta
2010-01-23Update tests for recent REST changes.Bharat Mediratta
2010-01-22New tests for tag_item_restBharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tag_rest.Bharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tags_rest.Bharat Mediratta
2010-01-21Actually deny permissions in delete_item_from_tag_fails_without_permissions_t...Bharat Mediratta
2010-01-20Rewrite and greatly simplify the tests for the new tag_rest implementation.Bharat Mediratta
2010-01-20New test for tags_rest.phpBharat Mediratta
2010-01-20Simplify and update for model based validation.Bharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.Bharat Mediratta
2010-01-18Merge branch 'master' into bharat_devBharat Mediratta
2010-01-18Coerce some integers to strings now that ORM isn't typecasting anymore.Bharat Mediratta
2010-01-03Simplify the REST API code. Here's what I did:Bharat Mediratta
2010-01-02Fix the tag_rest helper testsTim Almdal
2010-01-02Correct file structure tests, Have the tests delete the userid they create so...Tim Almdal
2009-12-31Remove extra debug statement in rest_controller::access_key() and restructure...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-24Add the functionality to add, delete and rename tags via the Gallery3 remote ...Tim Almdal
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2008-12-23Change photo::create() and album::create() to take ORM instancesBharat Mediratta
2008-11-26Remove test since the method to be tested was removedTim Almdal
2008-11-26Clean tag creationTim Almdal
2008-11-26Remove the more or less linksTim Almdal
2008-11-251) Changed how the test tags are generated to be able to create a better dist...Tim Almdal
2008-11-25Modify the test controller to call tag_installer::install and uninstallTim Almdal
2008-11-24Moved the creation of tags into the tag helper library. Added a count field ...Tim Almdal