Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2010-02-06 | Fix for ticket 1004: Replace all uses of split with explode (none actually ↵ | Andy Staudacher | |
required regular expressions). Thanks to Brian Hartsock for providing a patch! | |||
2010-01-21 | Simplify the test using the test helper. | Bharat Mediratta | |
2010-01-19 | Extend Gallery_Unit_Test_Case instead of Unit_Test_Case. | Bharat Mediratta | |
2010-01-02 | Stop checking the exact nature of all grups after install. It doesn't add ↵ | Bharat Mediratta | |
any value. | |||
2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta | |
Convert all open_paren() calls to and_open() or or_open() as appropriate. | |||
2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta | |
- Kohana::log() -> Kohana_Log::add() - Kohana::config_XXX -> Kohana_Config::instance()->XXX - Implement View::set_global in MY_View - Updated Cache_Database_Driver to latest APIs - ORM::$loaded -> ORM::loaded() - Updated item::viewable() to use K2.4 parenthesization | |||
2009-10-22 | move the direct orm test to the users module. | Tim Almdal | |
2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
2009-01-11 | Fix User_Group tests for MySQL strict mode (can't omit full_name and ↵ | Andy Staudacher | |
password in inserts due to missing default values). | |||
2008-12-15 | Update to reflect changes in Kohana ORM relationship code. | Bharat Mediratta | |
Now you must call ORM::save() after ORM::add() and ORM::remove(). | |||
2008-12-12 | Get rid of all pseudo users and pseudo groups, while preserving all | Bharat Mediratta | |
other functionality. This makes our user/group and access code fully consistent. | |||
2008-11-27 | Update tests to reflect the fact that the admin group is gone. | Bharat Mediratta | |
Fix a bug in user::create(), found by the unit tests (hooray)! | |||
2008-11-20 | * Added HTTP status constants and helper functions to REST helper. | Jozef Selesi | |
* HTTP header setting in comment module now going through REST helper API. * Fixed items controller test. * Fixed user installer test. * Fixed _create() handling in the REST controller. * Fixed routing for edit and add forms. * Added some tests for the REST controller. * Set svn:eol-style to LF on a bunch of files. * Added preamble to MY_Forge.php. | |||
2008-11-12 | Remove user_password class and move the functionality into the user helper class | Tim Almdal | |
2008-11-11 | New user module with password support. This supports the same password ↵ | Tim Almdal | |
mechanism as g1 and g2 to facilitate a migration. | |||
2008-11-10 | Use select_list() to allow for a single assert_equal in our tests. | Bharat Mediratta | |
2008-11-10 | Use alternate form of ORM::factory to reduce code. | Bharat Mediratta | |
2008-11-05 | add installation unit tests and corrected a problem where the groups_users ↵ | Tim Almdal | |
pivot table was not populated. |