id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 1554,The trac-post-commit script don't recognize time larger than 9 hours,Florian Seydoux,Russ Tyndall,"As far as I can see, it's just due to the 'new' version (changeset:1852) of the timePattern in the proposed script. I easily solve this issue by changing the original (line 149) {{{ timePattern = '(?:\((?:(?:(?:spent|sp)[ ])?[0-9]?(?:\.[0-9]+)?)?(?:\))?)?' }}} to: {{{ timePattern = '(?:\((?:(?:(?:spent|sp)[ ])?[0-9]*(?:\.[0-9]+)?)?(?:\))?)?' }}} ",defect,closed,low,TimingAndEstimationPlugin,trivial,fixed,,,0.10