
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| stansk04 | 38 (100.0%) | 299 (100.0%) | 7.8 |
Make tests for user and user_mailer validation.
11 lines of code changed in:
Validate minimum password length.
17 lines of code changed in:
Mostly finished the advanced search page including the form view and the model/controller queries.
Added an About page for users (the other is for admin to see system stats)
Updated the Group administration pages. Added a listing of group members to the group show page.
Fixed some bugs in the create new user controller action.
Minor formatting changes to a few pages.
24 lines of code changed in:
Include matching tag names in search results.
4 lines of code changed in:
Various formatting changes and fixed a bug with the mailer.
4 lines of code changed in:
New email notice for changed password. Updated error handling for emailing.
44 lines of code changed in:
Fix user delete/destroy procedure. Replace user creation page.
11 lines of code changed in:
Migration 13: add status field to the expertise_tags table.
Suggest tags feature implemented.
Update profile layouts and show/hide tags.
7 lines of code changed in:
Finishing tag edit form and adding delete ability.
5 lines of code changed in:
Moved .find methods from controllers to models.
Removed :role from session - now it is in @role and set as a before_filter.
Using rescue in several controller methods now.
13 lines of code changed in:
Update to rails 1.2, refactor queries, minor updates.
6 lines of code changed in:
Add email functionality.
25 lines of code changed in:
Add link to delete a user to the profile page.
3 lines of code changed in:
Remove controller references to the admin layout.
0 lines of code changed in:
Test commit.
1 lines of code changed in:
Test with Eclipse
1 lines of code changed in:
Removed the User.initialize method. It wasnt working like I expected.
5 lines of code changed in:
Moved some code to User.initialize to set the system.
6 lines of code changed in:
Def User.groups_list method.
11 lines of code changed in:
Add two migrations. 11 adds the system_id to users. 12 removes the id column from the groups_users table.
Other updates to the group assignment functionality for a user profile.
18 lines of code changed in:
(7 more)