Modify

Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

stractistics.11.tgz (115.6 KB) - added by Shane Caraveo 15 years ago.
full plugin updated for 0.11

Download all attachments as: .zip

Change History (9)

Changed 15 years ago by Shane Caraveo

Attachment: stractistics.11.tgz added

full plugin updated for 0.11

comment:1 Changed 15 years ago by anonymous

could you pls apply the patch?

comment:2 Changed 15 years ago by uray

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 15 years ago by anonymous

Priority: normalhigh

comment:4 Changed 13 years ago by Ryan J Ollos

Summary: 0.11 overhaul [patched plugin attached][Patch] Trac 0.11 compatibility
Type: defectenhancement

comment:5 Changed 13 years ago by Ryan J Ollos

(In [9758]) Adding 0.11 version by mixedpuppy. Refs #4353.

comment:6 Changed 13 years ago by Ryan J Ollos

Owner: changed from dagomez to Ryan J Ollos
Status: newassigned

Thank you for the patch mixedpuppy. Working for me so far!

comment:7 Changed 13 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

(In [9759]) Fixed some errors in package_data in setup.py and bumped the version number to 0.5.0b. Fixes #4353.

comment:8 Changed 13 years ago by Ryan J Ollos

(In [9760]) Creating a branch for 0.11. Refs #4353.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
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.