Modify ↓
#1542 closed defect (fixed)
The tracslimtimer admin UI isn't being shown
Reported by: | Michael Kruger | Owned by: | tst |
---|---|---|---|
Priority: | normal | Component: | TracSlimTimerPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I've installed the plugin as per the instructions. It shows up in the list of installed plugins under Admin->Plugins, but the tracslimtimer admin interface isn't being shown.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
I'd be very grateful if you would check in this change. Let me know if you need passwords or anything.
Sorry, I wrote this module sometime ago but no longer maintain it. Thank you for your contribution!
Note: See
TracTickets for help on using
tickets.
I used svn to get the latest sources and built the egg from those. Had to make a slight change to the setup.py - I changed the package_data line to: package_data = {'tracslimtimer': ['templates/*', 'htdocs/css/*', 'htdocs/js/*']},
(The build was failing when trying to copy the css & js dirs as files.
Installed the new egg and it works perfectly.