Ticket #3167: Timeline.diff
| File Timeline.diff, 423 bytes (added by anonymous, 5 years ago) |
|---|
-
/trac/Timeline.py
old new 21 21 import re 22 22 import time 23 import md5 23 24 24 25 from trac.core import * … … 163 164 event['title'] = rss_title(title) 164 165 event['message'] = str(message) 166 event['guid'] = md5.new(href + str(date)).hexdigest() 165 167 166 168 if author:
