
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| stansk04 | 91 (100.0%) | 1460 (100.0%) | 16.0 |
Copied version 14 of the schema to schema_kas.rb - I forgot to do that after the last migration.
Minor formatting updates.
2 lines of code changed in:
Validate minimum password length.
2 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.
54 lines of code changed in:
Set page title
9 lines of code changed in:
Various formatting changes and fixed a bug with the mailer.
1 lines of code changed in:
New email notice for changed password. Updated error handling for emailing.
20 lines of code changed in:
Fix user delete/destroy procedure. Replace user creation page.
83 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.
53 lines of code changed in:
Finishing tag edit form and adding delete ability.
57 lines of code changed in:
Updates to tag editing form and controller.
39 lines of code changed in:
Changes to allow tag edits - still needs work.
63 lines of code changed in:
Remove redirect_to_last_request method from application controller.
0 lines of code changed in:
Add about page for admin.
Move set_role from user to application controller.
9 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.
92 lines of code changed in:
Update to rails 1.2, refactor queries, minor updates.
1 lines of code changed in:
Updates
13 lines of code changed in:
Updated create function.
1 lines of code changed in:
Added change password capability.
166 lines of code changed in:
Add email functionality.
33 lines of code changed in:
Adding password reset capability.
34 lines of code changed in:
(22 more)