
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| stansk04 | 48 (100.0%) | 256 (100.0%) | 5.3 |
Copied version 14 of the schema to schema_kas.rb - I forgot to do that after the last migration.
Minor formatting updates.
9 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.
5 lines of code changed in:
Set page title
10 lines of code changed in:
Add tagline.
9 lines of code changed in:
Add logo image.
3 lines of code changed in:
Various formatting changes and fixed a bug with the mailer.
8 lines of code changed in:
Starting advanced search page.
18 lines of code changed in:
Add link to email the webmaster.
10 lines of code changed in:
Switch the stylesheet file reference to app.
3 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.
3 lines of code changed in:
Changes to allow tag edits - still needs work.
1 lines of code changed in:
Add about page for admin.
Move set_role from user to application controller.
3 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.
2 lines of code changed in:
Update to rails 1.2, refactor queries, minor updates.
5 lines of code changed in:
Update authentication check.
3 lines of code changed in:
Changes to the search partial. Add checkboxes to search by tags and/or users.
3 lines of code changed in:
Add link to delete a user to the profile page.
1 lines of code changed in:
Remove the user and admin layouts. Using only one application layout now.
0 lines of code changed in:
Remove controller references to the admin layout.
36 lines of code changed in:
(12 more)