#3463: Replace reporter button on all applicable fields
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas
     Type:  enhancement       |       Status:  new  
 Priority:  normal            |    Milestone:       
Component:  general           |      Version:  devel
 Severity:  normal            |   Resolution:       
 Keywords:  needinfo          |  
------------------------------+---------------------------------------------
Changes (by mgood):

  * keywords:  => needinfo

Old description:

> Please add a button to replace things like this:
>

> update ticket_change set author='anonymous' WHERE author='oldaddy';
> update ticket set reporter='anonymous' WHERE reporter='oldaddy';
> update attachment set author='anonymous' WHERE author='oldaddy';
>

> It'd be nice to have, and make life a little easier.

New description:

 Please add a button to replace things like this:

 {{{
 #!sql
 update ticket_change set author='anonymous' WHERE author='oldaddy';
 update ticket set reporter='anonymous' WHERE reporter='oldaddy';
 update attachment set author='anonymous' WHERE author='oldaddy';
 }}}

 It'd be nice to have, and make life a little easier.

Comment:

 ''(formatting description)''

 Can you provide some explanation of what led to this request?  I haven't
 seen a particular need for removing email addresses from all tickets, so
 I'm not really sure where this would fit into Trac.

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3463#comment:1>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to