Modify ↓
#4353 closed enhancement (fixed)
[Patch] Trac 0.11 compatibility
| Reported by: | Shane Caraveo | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | high | Component: | StractisticsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
attached is a complete overhaul for 0.11. This moves to genshi, reduces some of the preprocessing of javascript to create the charts, and a bit more refactoring. I did this to get the correct theme/site template support working.
Attachments (1)
Change History (9)
Changed 17 years ago by
| Attachment: | stractistics.11.tgz added |
|---|
comment:2 Changed 17 years ago by
a minor bug in this overhaul:
--- setup.py.orig 2009-04-15 15:29:19.000000000 +0800
+++ setup.py 2009-04-15 15:29:25.000000000 +0800
@@ -35,7 +35,7 @@
entry_points={'trac.plugins': [\
'%s = stractistics' % PACKAGE,
]},
- package_data={'stractistics': ['templates/*.cs',
+ package_data={'stractistics': ['templates/*.html',
'htdocs/css/*.css',
'htdocs/images/*.jpg',
'htdocs/javascript/*.js',
comment:3 Changed 16 years ago by
| Priority: | normal → high |
|---|
comment:4 Changed 15 years ago by
| Summary: | 0.11 overhaul [patched plugin attached] → [Patch] Trac 0.11 compatibility |
|---|---|
| Type: | defect → enhancement |
comment:6 Changed 15 years ago by
| Owner: | changed from dagomez to Ryan J Ollos |
|---|---|
| Status: | new → assigned |
Thank you for the patch mixedpuppy. Working for me so far!
comment:7 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



full plugin updated for 0.11