Modify

Opened 17 years ago

Closed 17 years ago

#1819 closed defect (fixed)

0.11 compatibility patch

Reported by: bewst Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Currently the egg package doesn't install the genshi templates. This patch fixes it:

  • setup.py

     
    1818      See http://trac-hacks.org/wiki/TimingAndEstimationPlugin for details.
    1919      """,
    2020      packages=[PACKAGE],
    21       package_data={PACKAGE : ['templates/*.cs', 'htdocs/*', 'migrate/*.py']},
     21      package_data={PACKAGE : ['templates/*.cs', 'templates/*.html', 'htdocs/*', 'migrate/*.py']},
    2222      entry_points={'trac.plugins': '%s = %s' % (PACKAGE, PACKAGE)})
    2323
    2424

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by anonymous

Resolution: fixed
Status: newclosed

Thanks very much for the patch, that version of the plugin seems to be older than the most recent release. I would strongly suggest updating to the most recent version, as some of the trac.11 releases around that period were flawed (as you saw one instance of).

Hope this Helps, Russ

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.