Changeset 388


Ignore:
Timestamp:
06/28/10 08:23:18 (14 years ago)
Author:
bas
Message:

Enabled workflow and notification for 0.12

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r386 r388  
    33    Author: mark underscore kids add yahoo dot com
    44    Applied by: Bas van der Vlies
    5    
     5
     6  * enabled workflow and notification for trac version 0.12
     7    Author: Bas van der Vlies
     8
    692010-06-23
    710  * A better fix for attachments with special characters, closes #206
  • trunk/debian/changelog

    r386 r388  
    44    Author: mark underscore kids add yahoo dot com
    55    Applied by: Bas van der Vlies
     6
     7  * enabled workflow and notification for trac version 0.12
     8    Author: Bas van der Vlies
    69
    710 -- Bas van der Vlies <basv@sara.nl>  Mon, 28 Jun 2010 07:56:18 +0200
  • trunk/email2trac.py.in

    r387 r388  
    802802                        #print 'get_ticket_changes :', b
    803803
    804                         if self.WORKFLOW and (self.VERSION in [0.11]) :
     804                        if self.WORKFLOW and (self.VERSION >= 0.11 ) :
    805805                                from trac.ticket.default_workflow import ConfigurableTicketWorkflow
    806806                                from trac.test import Mock, MockPerm
     
    19451945                        if self.notify_template:
    19461946
    1947                                 if self.VERSION == 0.11:
     1947                                if self.VERSION >= 0.11:
    19481948
    19491949                                        from trac.web.chrome import Chrome
     
    20372037                elif opt in ['-t', '--ticket_prefix']:
    20382038                        ticket_prefix = value
    2039                 elif opt in ['-v', '--version']:
     2039                elif opt in ['-v', '--verbose']:
    20402040                        verbose = True
    20412041       
Note: See TracChangeset for help on using the changeset viewer.