Ticket #4353 (closed enhancement: fixed)

Opened 4 years ago

Last modified 2 years ago

[Patch] Trac 0.11 compatibility

Reported by: mixedpuppy Assigned to: rjollos
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

stractistics.11.tgz (115.6 kB) - added by mixedpuppy on 12/31/08 21:59:06.
full plugin updated for 0.11

Change History

12/31/08 21:59:06 changed by mixedpuppy

  • attachment stractistics.11.tgz added.

full plugin updated for 0.11

01/01/09 16:24:12 changed by anonymous

could you pls apply the patch?

04/15/09 09:30:42 changed 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',

07/24/09 04:06:12 changed by anonymous

  • priority changed from normal to high.

01/10/11 23:05:42 changed by rjollos

  • type changed from defect to enhancement.
  • summary changed from 0.11 overhaul [patched plugin attached] to [Patch] Trac 0.11 compatibility.

01/10/11 23:32:26 changed by rjollos

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

01/11/11 00:14:26 changed by rjollos

  • owner changed from dagomez to rjollos.
  • status changed from new to assigned.

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

01/11/11 00:28:08 changed by rjollos

  • status changed from assigned to closed.
  • resolution set to fixed.

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

01/11/11 00:31:36 changed by rjollos

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


Add/Change #4353 ([Patch] Trac 0.11 compatibility)




Change Properties
Action