Directory app/models/

Directory Created:
2006-09-18 21:10
Total Files:
7
Deleted Files:
0
Lines of Code:
210

[root]/app/models

Lines of Code

app/models/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
stansk04 38 (100.0%) 299 (100.0%) 7.8

Most Recent Commits

stansk04 2007-04-04 00:26

Make tests for user and user_mailer validation.

11 lines of code changed in:

  • app/models: user_mailer.rb (+11 -9)
stansk04 2007-04-03 22:04

Validate minimum password length.

17 lines of code changed in:

  • app/models: user.rb (+17 -6)
stansk04 2007-04-03 18:43

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:

  • app/models: group.rb (+4), user.rb (+20 -5)
stansk04 2007-03-23 22:21

Include matching tag names in search results.

4 lines of code changed in:

  • app/models: user.rb (+4)
stansk04 2007-03-23 22:04

Various formatting changes and fixed a bug with the mailer.

4 lines of code changed in:

  • app/models: user_mailer.rb (+4 -4)
stansk04 2007-03-22 21:58

New email notice for changed password. Updated error handling for emailing.

44 lines of code changed in:

  • app/models: user.rb (+12 -3), user_mailer.rb (+32 -21)
stansk04 2007-03-19 22:41

Fix user delete/destroy procedure. Replace user creation page.

11 lines of code changed in:

  • app/models: user.rb (+10 -4), user_mailer.rb (+1 -1)
stansk04 2007-03-15 23:46

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:

  • app/models: expertise_tag.rb (+6), user.rb (+1 -1)
stansk04 2007-03-12 22:28

Finishing tag edit form and adding delete ability.

5 lines of code changed in:

  • app/models: user.rb (+5)
stansk04 2007-02-16 00:40

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:

  • app/models: user.rb (+13 -4)
stansk04 2007-02-12 23:27

Update to rails 1.2, refactor queries, minor updates.

6 lines of code changed in:

  • app/models: expertise_tag.rb (+5), user.rb (+1 -1)
stansk04 2007-01-24 00:47

Add email functionality.

25 lines of code changed in:

  • app/models: user_mailer.rb (new 25)
stansk04 2007-01-19 00:03

Add link to delete a user to the profile page.

3 lines of code changed in:

  • app/models: user.rb (+3 -5)
stansk04 2007-01-17 21:38

Remove controller references to the admin layout.

0 lines of code changed in:

  • app/models: user.rb (-2)
stansk04 2007-01-17 21:17

Test commit.

1 lines of code changed in:

  • app/models: user.rb (+1)
stansk04 2007-01-17 21:11

Test with Eclipse

1 lines of code changed in:

  • app/models: user.rb (+1)
stansk04 2007-01-16 23:00

Removed the User.initialize method. It wasnt working like I expected.

5 lines of code changed in:

  • app/models: user.rb (+5 -9)
stansk04 2007-01-16 21:04

Moved some code to User.initialize to set the system.

6 lines of code changed in:

  • app/models: user.rb (+6 -2)
stansk04 2007-01-16 20:48

Def User.groups_list method.

11 lines of code changed in:

  • app/models: user.rb (+11 -2)
stansk04 2007-01-11 04:45

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:

  • app/models: role.rb (+1), system.rb (+1), user.rb (+16 -7)

(7 more)

Generated by StatSVN 0.3.1