FreeBSD Bugzilla – Attachment 89223 Details for
Bug 126112
www/trac-gantt: TracGantt 0.3.2a don't work with Trac 0.11 and maintainer don't support it now
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.06 KB, created by
Anton Batenev
on 2008-07-31 03:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Anton Batenev
Created:
2008-07-31 03:10:03 UTC
Size:
1.06 KB
patch
obsolete
>--- setup.py.orig 2008-07-31 05:36:30.000000000 +0400 >+++ setup.py 2008-07-31 05:39:52.000000000 +0400 >@@ -9,8 +9,8 @@ > packages = ['tracgantt'], > package_data={'tracgantt': ['templates/*.cs', 'htdocs/*.css']}, > >- #install_requires = ['trac>=0.9'], >- #entry_points = {'trac.plugins': ['module_name = gantt']}, >+ install_requires = ['trac>=0.11'], >+ entry_points = {'trac.plugins': ['tracgantt = tracgantt']}, > > author = "Will Barton", > author_email = "wbb4@opendarwin.org", > >--- tracgantt/gantt.py.orig 2008-07-31 05:36:39.000000000 +0400 >+++ tracgantt/gantt.py 2008-07-31 05:37:45.000000000 +0400 >@@ -370,8 +370,8 @@ > % (str(ticket.id), str(start), str(due)) > > # Finally the ticket itself's open and close dates >- open = datetime.date.fromtimestamp(ticket.time_created) >- changed = datetime.date.fromtimestamp(ticket.time_changed) >+ open = ticket.time_created.date() >+ changed = ticket.time_changed.date() > > return (start, due, open, changed)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126112
: 89223