03 Feb, 2015
1 commit
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
26 Jan, 2015
1 commit
-
This needs to be done for all plugins as well, but it's more complicated there because several plugins have their own test_helper (which will also load the core test_helper).
17 Dec, 2014
1 commit
28 Jul, 2014
1 commit
-
Conflicts: app/views/friends/index.rhtml app/views/invite/_select_address_book.rhtml app/views/invite/select_friends.rhtml app/views/profile/friends.rhtml config/routes.rb plugins/stoa/lib/ext/person.rb test/functional/invite_controller_test.rb test/unit/invite_member_test.rb
18 Jul, 2014
2 commits
-
Refactoring of avoiding duplicate invite task. Check existence of task is now encapsulated inside Invite (ActionItem3099)
-
Refactoring of avoiding duplicate invite task. Check existence of task is now encapsulated inside Invite (ActionItem3099)
25 Jun, 2014
1 commit
24 Jun, 2014
1 commit
15 Apr, 2014
1 commit
-
During Invitation task, before creating the InviteMember or InviteFriend task, search for existing identical pending task to avoid duplicates. (ActionItem3099)
20 Jan, 2014
1 commit
05 Jan, 2014
1 commit
03 Jan, 2014
1 commit
-
Invitations to join a community weren't creating a task when the user being invited was already a friend of the user inviting them, this fixes this issue.
03 Aug, 2013
1 commit
-
2 broken tests waiting for the migration to the new ActionMailer API
31 Aug, 2010
1 commit
-
(ActionItem1658)
27 Aug, 2010
1 commit
-
* Added message if user wants to fetch from hotmail * Added <url> to message if user removed it * Refactored invite_controller * Added ContactList * Added get_email_contacts_job * Added invitation_job (ActionItem1640)
08 Mar, 2010
1 commit
-
* Granting that the attribute 'task_args' isn't nil before trying to merge. (ActionItem1411)
02 Feb, 2010
1 commit
-
- invite friends refactored (ActionItem1275)