Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 332)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#322 fixed Trac 1.1 not supportet bas info@…
Description

Hello,

i have installed the trac 1.1.1dev

2013-07-10 18:45:35,721 email2trac trac: Found trac version: 1.1 2013-07-10 18:45:35,721 email2trac trac: TRAC version 1.1 is not supported

is there a solution for this Problem?

thanks lars

#346 fixed too eager subject parsing in ticket update bas thomas.moschny@…
Description

For this example subject

[hic] #1529?owner=bas,priority=medium: Re: LRZ

the fields part is parsed as:

owner=bas,priority=medium: Re

so in the end, the ticket field priority would be set to

medium: Re

This can be easily fixed:

  • email2trac.py.in

     
    18591859        #
    18601860        ticket_regex = r'''
    18611861            (?P<new_fields>[#][?].*)
    1862             |(?P<reply>(?P<id>[#][\d]+)(?P<fields>\?.*)?:)
     1862            |(?P<reply>(?P<id>[#][\d]+)(?P<fields>\?[^:]*)?:)
    18631863            '''
    18641864
    18651865        ## Check if  FullBlogPlugin is installed
#256 fixed to env or not to env .. that is the question.. bas edward.b.matheson@…
Description

So I am getting this in the output logs

2011-07-28 13:52:54,438 email2trac atol: Loading environment /var/trac/atol 2011-07-28 13:52:54,577 email2trac atol: Trac project does not exists: /var/trac/atol

  • email2trac.conf
    [DEFAULT]
    parentdir: /var/trac
    project: /var/trac/atol
    debug: 1
    log_type: file
    log_level: DEBUG
    log_file: /tmp/email2trac.log
    umask: 022
    spam_level: 5
    reply_all : 0
    mailto_link: 0
    umask: 022
    email_header: 0
    trac_version: 0.12
    # enable_syslog : 1
    alternate_notify_template :
    alternate_notify_template_update :
    drop_spam : 0
    verbatim_format: 1
    strip_signature: 1
    email_quote: >
    strip_quotes: 0
    ignore_trac_user_settings: 0
    black_list: MAILER-DAEMON@
    drop_alternative_html_version: 1
    ticket_update: 1
    strip_signature: 1
    html2text_cmd: /usr/bin/html2text -nobs
    trac_version: 0.12
    
    [atol]
    d318support_component : Branch_Support
    d318support_ttd : D318-support
    
    atolsupport_component : ATOLNet
    atolsupport_ttd : atol-support 
    
  • aliases
    trac: "| /usr/local/bin/email2trac --project=atol"
    d318-support: "| /usr/local/bin/email2trac --project=atol --ticket_prefix=d318support"
    atol-support: "| /usr/local/bin/email2trac --project=atol --ticket_prefix=atolsupport"
    
  • using trac .0.12.2
  • I can't get any of the aliases working.. help?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.