| Age | Commit message (Expand) | Author |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta |
| 2010-02-19 | Refactor away the "display_all" construct in User_Profile_Controller. | Bharat Mediratta |
| 2010-02-04 | remove debugging statement | Tim Almdal |
| 2010-01-24 | Add the active notifications and rest api key to user profile page. | Tim Almdal |
| 2010-01-16 | Remove debug code. | Bharat Mediratta |
| 2010-01-16 | Don't use MY_ORM::original() here since the values may not have | Bharat Mediratta |
| 2010-01-12 | Put quotes around the item titles in all the messages and more importantly ac... | Tim Almdal |
| 2010-01-09 | Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where | Tim Almdal |
| 2009-12-06 | Update database queries. | Bharat Mediratta |
| 2009-12-02 | Use: | Bharat Mediratta |
| 2009-11-26 | Convert some more Database::instance() calls to db::build() form. | Bharat Mediratta |
| 2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta |
| 2009-11-26 | Update ORM::where() calls to take 3 args. | Bharat Mediratta |
| 2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta |
| 2009-11-01 | Convert the event handlers for the "identity provider changed" and "user_dele... | Tim Almdal |
| 2009-10-31 | Add identity_change handlers to resolve the ownership issues of comments, sub... | Tim Almdal |
| 2009-10-30 | Patch to clean up loose ends when a user is deleted. | Tim Almdal |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal |
| 2009-10-22 | Change the name of identity library from Identity to IdentityProvider. Create... | Tim Almdal |
| 2009-10-21 | Change this files to use the API instead of referencing the group tables dire... | Tim Almdal |
| 2009-10-16 | Remove all non Identity API methods from Identity.php. Created an MY_Session... | Tim Almdal |
| 2009-10-16 | Cleanup merge of user/group helpers into Identity interface. Reduce redundan... | Tim Almdal |
| 2009-10-16 | Start simplifying the interface by moving the static methods from user.php an... | Tim Almdal |
| 2009-10-09 | Add support for the in filter to get_user_list and get_group_list. Convert th... | Tim Almdal |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few shar... | Chad Kieffer |
| 2009-09-10 | Convert a couple of instances of Item_Model::url(array(), true) to Item_Model... | Bharat Mediratta |
| 2009-09-10 | Use abs_url() inside url::redirect() calls so that we don't just wind | Bharat Mediratta |
| 2009-09-08 | Check for subscribers *before* going through the process of creating | Bharat Mediratta |
| 2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta |
| 2009-08-31 | XSS review fixes (mostly adding missing html::mark_clean()) calls. | Andy Staudacher |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... inste... | Andy Staudacher |
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS... | Andy Staudacher |
| 2009-08-29 | Log the actual exception details, before swallowing the exception. | Bharat Mediratta |
| 2009-08-28 | Fix a bug in notification where were using get() instead of current() | Bharat Mediratta |
| 2009-08-28 | Don't record mail failures when we throw the exception, record them | Bharat Mediratta |
| 2009-08-28 | Wrap all the notification helpers call with a try catch that swallows the exc... | Tim Almdal |
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta |
| 2009-08-02 | Change the API for getting to the original state of an ORM. | Bharat Mediratta |
| 2009-07-28 | Use events to generate menus, instead of having xxx_menu helpers. | Bharat Mediratta |
| 2009-07-25 | Rename columns that use reserved SQL words : items.left and items.right | Romain LE DISEZ |
| 2009-07-23 | Remove extra error log line | Bharat Mediratta |
| 2009-07-22 | Modified the notification get_subscribers to ignore any users that don't | Tim Almdal |
| 2009-07-16 | Non-trivial changes to the event handling code: | Bharat Mediratta |
| 2009-07-13 | Add quotes around all values that contain spaces in them, and add a | Bharat Mediratta |
| 2009-07-09 | Fix typo in p::purify() call. | Bharat Mediratta |
| 2009-07-04 | Fix for ticket #477. Use nl2br method when rendering comment::text and | Tim Almdal |
| 2009-07-03 | Split the clean method into two clean and purify. clean is a light weight | Tim Almdal |
| 2009-06-23 | Refactor the install/upgrade code to be more flexible. | Bharat Mediratta |
| 2009-06-05 | Move watch notification menu from the view menu to under the Options menu. | Chad Kieffer |