summaryrefslogtreecommitdiff
path: root/modules/user/tests
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-06Fix for ticket 1004: Replace all uses of split with explode (none actually re...Andy Staudacher
2010-01-21Simplify the test using the test helper.Bharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.Bharat Mediratta
2010-01-02Stop checking the exact nature of all grups after install. It doesn't add an...Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-22move the direct orm test to the users module.Tim Almdal
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-01-11Fix User_Group tests for MySQL strict mode (can't omit full_name and password...Andy Staudacher
2008-12-15Update to reflect changes in Kohana ORM relationship code.Bharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-11-27Update tests to reflect the fact that the admin group is gone.Bharat Mediratta
2008-11-20* Added HTTP status constants and helper functions to REST helper.Jozef Selesi
2008-11-12Remove user_password class and move the functionality into the user helper classTim Almdal
2008-11-11New user module with password support. This supports the same password mechan...Tim Almdal
2008-11-10Use select_list() to allow for a single assert_equal in our tests.Bharat Mediratta
2008-11-10Use alternate form of ORM::factory to reduce code.Bharat Mediratta
2008-11-05add installation unit tests and corrected a problem where the groups_users pi...Tim Almdal