| Age | Commit message (Expand) | Author |
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher |
| 2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta |
| 2009-01-12 | Updated for new Form_Submit API. | Bharat Mediratta |
| 2009-01-10 | Big set of changes to comments, with related changes to akismet and | Bharat Mediratta |
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher |
| 2009-01-06 | Put up an error if you rename a user to an already existing name. | Bharat Mediratta |
| 2009-01-06 | Fix up all the various little forms to have submit buttons, fieldset legends,... | Bharat Mediratta |
| 2008-12-28 | Add title back to non-DHTML form to maintain consistency | Felix Rabinovich |
| 2008-12-26 | Added title to user/group administration dialogs | Felix Rabinovich |
| 2008-12-26 | User/Group administration cleanup | Felix Rabinovich |
| 2008-12-26 | Group Administration | Felix Rabinovich |
| 2008-12-26 | User Administration. Add users. Take 3 | Felix Rabinovich |
| 2008-12-26 | User Administration. Delete users. Take 3 | Felix Rabinovich |
| 2008-12-25 | fixes in user edit and delete | Felix Rabinovich |
| 2008-12-25 | Big round of normalization of the way that our controllers | Bharat Mediratta |
| 2008-12-25 | added sprintf to strings for tranlation support | Felix Rabinovich |
| 2008-12-25 | User administration: 1. Add users; 2. Group administration; 3. General cleanup | Felix Rabinovich |
| 2008-12-24 | Adding user | Felix Rabinovich |
| 2008-12-21 | Move logging up to the controllers so that our logging can operate at a more ... | Bharat Mediratta |
| 2008-12-21 | Add a logging facility, and instrument login/logout to use it. | Bharat Mediratta |
| 2008-12-19 | Implement admin user editing. It's still very rough. Trying to | Bharat Mediratta |
| 2008-12-17 | Fix a bug where setting the active user did not reset group_ids (unit tests f... | Bharat Mediratta |
| 2008-12-17 | Switch from cookie sessions to database sessions. We can't use cookie | Bharat Mediratta |
| 2008-12-17 | Add initialization to the user module to put the user and group_ids | Bharat Mediratta |
| 2008-12-16 | Various optimizations: | Bharat Mediratta |
| 2008-12-15 | Update to reflect changes in Kohana ORM relationship code. | Bharat Mediratta |
| 2008-12-12 | Add user::guest() convenience function | Bharat Mediratta |
| 2008-12-12 | Get rid of all pseudo users and pseudo groups, while preserving all | Bharat Mediratta |
| 2008-12-09 | Move code to delete users and add/remove users from groups into the | Bharat Mediratta |
| 2008-12-09 | move user::delete() to User_Model::delete() | Bharat Mediratta |
| 2008-11-28 | Create module::event() which runs Gallery events. It works by | Bharat Mediratta |
| 2008-11-28 | Rename item events and create events for comment create, login, logout, user ... | Tim Almdal |
| 2008-11-27 | Update tests to reflect the fact that the admin group is gone. | Bharat Mediratta |
| 2008-11-26 | Add support for marking users as "admin" | Bharat Mediratta |
| 2008-11-26 | Add support in the scaffolding for adding users to groups, adding and | Bharat Mediratta |
| 2008-11-26 | Create user/group create/delete functions and have the scaffolding use them. | Bharat Mediratta |
| 2008-11-18 | First iteration of REST controller refactoring. RESTful controllers that refe... | Jozef Selesi |
| 2008-11-16 | Add _method=put to the edit form | Bharat Mediratta |
| 2008-11-16 | Create Forge::add_rules_from() which pulls validation rules from the model and | Bharat Mediratta |
| 2008-11-13 | Login is now working, but you can't logout | Tim Almdal |
| 2008-11-12 | Remove user_password class and move the functionality into the user helper class | Tim Almdal |
| 2008-11-11 | Added some functionality to the user helper class (to check if the user is lo... | Tim Almdal |
| 2008-11-11 | Correct some missing properties and change the user_model to have a set funct... | Tim Almdal |