Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 332)

Ticket Resolution Summary Owner Reporter
#166 fixed Propose using '&' instead of comma as field separator on subject line bas Dennis McRitchie <dmcr@…>
Description

Currently, fields on subject lines are separated by commas. e.g.,

Subject: This is a test ticket#?priority=minor,cc=knight,component=component1

This poses a problem when a keyword's value is itself a comma-separated list such as the 'cc' field. e.g.,

Subject: This is a test ticket#?priority=blocker,cc=knight,dmcr,component=component2

However, using '&' instead of comma as a field separator allows such specifications, and is consistent with standard web usage. e.g.,

This is a test ticket#?priority=blocker&cc=knight,dmcr&component=component2

The only change needed is on email2trac line 524:

fields = string.split(str, '&')

Dennis

#169 fixed Contributed ebuild of trac2email for gentoo bas John Lowry <johnlowry@…>
Description

Attached is an ebuild for email2trac. This is the like a .spec file for an RPM, it describes how to build a package and get it running.

#171 fixed Specify ticket properties in message body bas samuel@…
Description

I have found it annoying to specify ticket attributes in the subject of an email. It would be nice if it was possible to specify ticket attributes in the message body, in stead.

Another disadvantage of specifying ticket attributes in the message subject is that unintentional ticket attribute modifications are likely when replying to a previous "email2trac" email. Specifying them in the message body eliminates this possibility.

Note: See TracQuery for help on using queries.