| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-15 | Provate a way to set the hashed password directly | Bharat Mediratta | |
| 2009-02-10 | Adding UI for site language selection and user language preference. | Andy Staudacher | |
| 2009-01-10 | Use the theme's avatar as the default if Gravatar doesn't have one. | Bharat Mediratta | |
| 2009-01-10 | Integrate Gravatar. Boy, that was easy. | Bharat Mediratta | |
| 2008-12-29 | Relax the rules a bit | Bharat Mediratta | |
| 2008-12-19 | Implement admin user editing. It's still very rough. Trying to | Bharat Mediratta | |
| figure out how to share forms between user and admin editing. Incremental improvement | |||
| 2008-12-09 | Move code to delete users and add/remove users from groups into the | Bharat Mediratta | |
| model. | |||
| 2008-12-09 | move user::delete() to User_Model::delete() | Bharat Mediratta | |
| 2008-11-18 | Synchronize the model rules with the database definitions and vice-versa. | Tim Almdal | |
| 2008-11-16 | Create Forge::add_rules_from() which pulls validation rules from the model and | Bharat Mediratta | |
| associates them with the form. This replaces the various _add_validation_rules() functions in the user and comment modules. Move user edit form into user helper for consistency with the comment module. Implement missing _form method in the user controller. | |||
| 2008-11-15 | Revise the user login code. | Bharat Mediratta | |
| * Remove user registration link and popup from the theme; this shouldn't be done in a popup. Use ajaxform to simplify the way that we load the login popup. * Create form.html.php, this is a template for Forge based forms. * Move user validation rules into User_Model and let forms populate the rules into their forms as useful. * Undo r18688's changes regarding the REST code. We should never accept a null resource, this breaks the REST abstraction. * Change login and user controllers to use Forge which lets us delete login.html.php and user.html.php since those now are generated by the theme-owned form template | |||
| 2008-11-14 | Change quotes style | Bharat Mediratta | |
| 2008-11-12 | Remove user_password class and move the functionality into the user helper class | Tim Almdal | |
| 2008-11-11 | Correct some missing properties and change the user_model to have a set ↵ | Tim Almdal | |
| function so the password is hashed as part of the model | |||
| 2008-11-05 | The start of the user module. At this point, it shows up on the scaffolding ↵ | Tim Almdal | |
| screen and you can install and uninstall it. Which creates the tables, defines 2 groups (adminstrator, registered) and one user (admin). | |||
