Modify ↓
Opened 16 years ago
Last modified 6 years ago
#6923 new enhancement
[Patch] Trac 0.12 compatibility
| Reported by: | Mario | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | StractisticsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
This is a patch to get the StractisticsPlugin working with trac 0.12. It fixes the time stuff for the microsecond timestamp feature in trac 0.12.
have fun
best regards
Mario
Attachments (1)
Change History (9)
Changed 16 years ago by
| Attachment: | stractistics_usecond.patch added |
|---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Owner: | changed from dagomez to Mario |
|---|---|
| Status: | new → assigned |
Hi,
you could try to add following patch
--- plugins/stractisticsplugin/stractistics/web_ui.py (revision 86)
+++ plugins/stractisticsplugin/stractistics/web_ui.py (revision 87)
@@ -101,7 +101,7 @@
#Patch for Trac 0.11
- if trac.__version__.find('0.11') != -1:
- chrome = Chrome(self.env)
- chrome.populate_hdf(req)
+ #if trac.__version__.find('0.11') != -1 or trac.__version__.find('0.12') != -1:
+ chrome = Chrome(self.env)
+ chrome.populate_hdf(req)
#Populating our context navigation bar.
Mario
comment:4 Changed 15 years ago by
| Summary: | Patch for trac 0.12 microsecond feature → [Patch] Trac 0.12 compatibility |
|---|
comment:5 Changed 15 years ago by
| Owner: | changed from Mario to Ryan J Ollos |
|---|---|
| Status: | assigned → new |
comment:6 Changed 12 years ago by
| Status: | new → assigned |
|---|
comment:7 Changed 6 years ago by
| Status: | assigned → new |
|---|
comment:8 Changed 6 years ago by
| Owner: | Ryan J Ollos deleted |
|---|
Note: See
TracTickets for help on using
tickets.



Installed patch and got the plugin installed, but I am getting another error now.