Changeset 205
- Timestamp:
- 05/29/08 17:34:15 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r204 r205 1 1 2008-XXX 2 * Fixed debian control file. Package can be build on any platform and 3 not only on i386 platforms: 4 5 Author: Christian Iversen ci add sikkerhed dot org 6 Applied by: Bas van der Vlies 7 8 * We now use the trac configuration parser routine 9 Author: andrei2102 add gmail dot com 10 Applied by: Bas van der Vlies 11 12 * Added new command line option -n/--dry-run. This option only show 13 what commands will be executed. 14 Author: Bas van der Vlies 15 16 * the default values for tickets can now also be set in 17 'email2trac.conf'. So you can use different values when an email 18 is converted to a ticket. The ticket value is set to this rules 19 - email2trac.conf 20 - trac.ini 21 22 closes request #55 23 24 email2trac.conf use same format as trac.ini, eg email2trac.conf: 25 [project] 26 default_component : test 27 28 the ticket_prefix can be overriden by the commandline option: 29 * -t,--ticket_prefix <value> 30 31 The feature can be used to have different settings for different 32 email aliases 33 34 Requested by: greg dot deakyne at etapestry dot com 35 Implemented by: Bas van der Vlies 36 37 38 * Fixed a bug in ticket_update. It failed when project did not have 39 ticket component field, closes bug #62 40 Reported by: gernot dot hillier add siemens dot com 41 Fixed by: Bas van der Vlies 2 * Fixed debian control file. Package can be build on any platform and 3 not only on i386 platforms: 4 5 Author: Christian Iversen ci add sikkerhed dot org 6 Applied by: Bas van der Vlies 7 8 * We now use the trac configuration parser routine 9 Author: andrei2102 add gmail dot com 10 Applied by: Bas van der Vlies 11 12 * Added new command line option -n/--dry-run. This option only show 13 what commands will be executed. 14 Author: Bas van der Vlies 15 16 * the default values for tickets can now also be set in 17 'email2trac.conf'. So you can use different values when an email 18 is converted to a ticket. The ticket value is set to this rules 19 - email2trac.conf 20 - trac.ini 21 22 email2trac.conf use same format as trac.ini, eg email2trac.conf: 23 [project] 24 default_component : test 25 26 closes request #55, for more info see: 27 - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration 28 29 Requested by: greg dot deakyne at etapestry dot com 30 Implemented by: Bas van der Vlies 31 32 * Fixed a bug in ticket_update. It failed when project did not have 33 ticket component field, closes bug #62 34 Reported by: gernot dot hillier add siemens dot com 35 Fixed by: Bas van der Vlies 42 36 43 * run_email2trac.c: 44 - can no longer segfault after a failed malloc. 45 - after set*id failure, you'll get a diagnostic (or at least 46 nonzero exit status) and it won't attempt the exec. 47 48 Author: Jim Meyering jim add meyering dot net 49 Implemented by: Bas van der Vlies 50 37 * run_email2trac.c: 38 - can no longer segfault after a failed malloc. 39 - after set*id failure, you'll get a diagnostic (or at least 40 nonzero exit status) and it won't attempt the exec. 41 42 Author: Jim Meyering jim add meyering dot net 43 Implemented by: Bas van der Vlies 51 44 52 45 2008-02-04 -
trunk/email2trac.py.in
r204 r205 66 66 67 67 * Commandline opions: 68 -h | --help 69 -c <value> | --component=<value> 70 -f <config file> | --file=<config file> 71 -p <project name> | --project=<project name> 68 -h,--help 69 -f,--file <configuration file> 70 -n,--dry-run 71 -p, --project <project name> 72 -t, --ticket_prefix <name> 72 73 73 74 SVN Info:
Note: See TracChangeset
for help on using the changeset viewer.