Edgewall Software
Modify

Opened 20 years ago

Closed 17 years ago

#460 closed defect (fixed)

Use 'user settings' for reporter/editor in Tickets and Wiki

Reported by: daniel Owned by: daniel
Priority: normal Milestone: 0.8
Component: general Version:
Severity: minor Keywords: session
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Trac should automatically use name and email from user settings/prefs to fill out contact information for tickets, wiki edits and comments.

Attachments (0)

Change History (14)

comment:1 by daniel, 20 years ago

Status: newassigned

comment:2 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [619].

comment:3 by cap, 20 years ago

Resolution: fixed
Status: closedreopened

util.get_reporter_id() simply returns the authname if a user is authenticated. I can't see any code to match up authnames with email addresses elsewhere, so it seems that authenticated users can't get email notification. A fix for #464 would fix this, but it seems like a better solution to both tickets would use the email session var regardless of authentication status.

comment:4 by daniel, 20 years ago

I believe the previous reopening is due to a misunderstanding.

The ticket refers to the email address stored as a session variable, which is separate from authentication, and matched up in Session.py.

See [617] (the chunk for macros.cs especially).

comment:5 by cap, 20 years ago

I was a unsure about reopening this, but [617] doesn't change my original complaint. Let me describe the behavior I was objecting to:

Without being authenticated, I click on the settings link and enter my full name and email address (Cap Petschulat <cap@…>). I create a new ticket and the reporter field is filled in automatically with name and email (I think via the call to get_reporter_id). This is as expected.

Now I authenticate myself (username cap) via the login link. I click on settings and fill in a name and email address. When I create a new ticket, the reporter field is populated with my authname alone—no email address.

If session variables really should be ignored in this case, the option to set them should probably be disabled once the user is authenticated. My statement that authenticated users can't receive email notification was overly dramatic, but I still think something is off here.

comment:6 by cap, 20 years ago

After looking more deeply, you are right in noting that [617] behaves correctly. Unfortunately, we also have [653], which causes the issue I've raised. I see now that the chunk in macros.cs was changed to match the logic of get_reporter_id, which simply returns the authname when the user is not anonymous. Unless there's some good reason for the changes in [653] (which deals with an unrelated problem), I'll submit a patch tomorrow to revert back to the behavior of [617].

comment:7 by daniel, 20 years ago

Severity: enhancementminor

comment:8 by daniel, 20 years ago

Status: reopenednew

comment:9 by Jonas Borgström, 19 years ago

Resolution: wontfix
Status: newclosed

The reason why the ticket and wiki author is set to the authname instead of the name and email is because it's less likely to change. I think this is the best we can do until we add a user table to the database.

comment:10 by Gunnar Wagenknecht <gunnar@…>, 19 years ago

Cc: gunnar@… added

comment:11 by anonymous, 18 years ago

Cc: gunnar@… removed

comment:12 by richard.leach@…, 17 years ago

Resolution: wontfix
Status: closedreopened

Is there an easy (e.g. trac.ini parameter) way of reverting to the behavior of having to type in the reporter when creating a new ticket? (Or having a tick box "I am the Reporter"?)

In our setup, we'll often create tickets on behalf of people who will want to recieve email notifications (since they are the real Reporters). Having to create a ticket, then immediately edit it to change the Reporter (and remembering to do so) is a pain!

comment:13 by Christian Boos, 17 years ago

What prevents you from clicking the logout link before creating a ticket on behalf of someone?

comment:14 by Christopher Lenz, 17 years ago

Resolution: fixed
Status: reopenedclosed

Please file a separate ticket. AFAICT the issue is not really related to this ticket.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.