[Trac] Re: Notifications and Usernames issue

2009-08-09 Thread RJOllos

On Aug 8, 5:41 pm, Sean Killeen seankill...@gmail.com wrote:
 However, our usernames aren't in the system as e-mail addresses by default.
 I can't seem to find a place to associate usernames with e-mail addresses,
 and it wold be nice to not have to type an entire e-mail address in the
 owner/cc field just to get TRAC to send the e-mail. I'd like to be able to
 assign a ticket to sean, for example, but have the notification go to 
 seankill...@gmail.com.

I'm not sure I completely follow, but emails addresses are typically
entered by each user through the Preferences page.  The Preferences
page link is on the meta navigation bar.  I think that you could also
insert the email addresses directly into the database in the
session_attributes table [1].

Once you have added the user's email address, you can type the user's
username in the CC field rather than their email address.

The AutocompleteUsersPlugin [2] makes it simpler to type a username
into the CC field.

[1] http://trac.edgewall.org/wiki/TracDev/DatabaseSchema
[2] http://trac-hacks.org/wiki/AutocompleteUsersPlugin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Notifications and Usernames issue

2009-08-09 Thread Sean Killeen

Wonderful! That's exactly what I was looking for. I just needed to be
able to inform people where to put their e-mail address, and missed it
in the prefs screen. Thank you!

I will also check out AutocompleteUsersPlugin -- it looks like it will
make things much easier as well.

Thank you very much!

Regards,
Sean

On Aug 9, 4:07 am, RJOllos ry...@physiosonics.com wrote:
 On Aug 8, 5:41 pm, Sean Killeen seankill...@gmail.com wrote:

  However, our usernames aren't in the system as e-mail addresses by default.
  I can't seem to find a place to associate usernames with e-mail addresses,
  and it wold be nice to not have to type an entire e-mail address in the
  owner/cc field just to get TRAC to send the e-mail. I'd like to be able to
  assign a ticket to sean, for example, but have the notification go to 
  seankill...@gmail.com.

 I'm not sure I completely follow, but emails addresses are typically
 entered by each user through the Preferences page.  The Preferences
 page link is on the meta navigation bar.  I think that you could also
 insert the email addresses directly into the database in the
 session_attributes table [1].

 Once you have added the user's email address, you can type the user's
 username in the CC field rather than their email address.

 The AutocompleteUsersPlugin [2] makes it simpler to type a username
 into the CC field.

 [1]http://trac.edgewall.org/wiki/TracDev/DatabaseSchema
 [2]http://trac-hacks.org/wiki/AutocompleteUsersPlugin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Notifications and Usernames issue

2009-08-09 Thread jevans

On Aug 9, 5:41 am, Sean Killeen seankill...@gmail.com wrote:
 Wonderful! That's exactly what I was looking for. I just needed to be
 able to inform people where to put their e-mail address, and missed it
 in the prefs screen. Thank you!

 I will also check out AutocompleteUsersPlugin -- it looks like it will
 make things much easier as well.

 Thank you very much!

 Regards,
 Sean

There's also http://trac-hacks.org/wiki/UserManagerPlugin that lets
you enter user info, including email addresses through the admin
panel.
- jevans
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---