Ticket #7102 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

PATCH: enable loomingclouds for agilo

Reported by: anonymous Assigned to: obs
Priority: normal Component: LoomingCloudsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

root@svntest:~/loomingclouds-0.11/loomingclouds# svn diff loomingclouds.py 
Index: loomingclouds.py
===================================================================
--- loomingclouds.py	(revision 7937)
+++ loomingclouds.py	(working copy)
@@ -38,7 +38,7 @@
         See the Genshi documentation for more information.
         """
 
-        if filename == 'ticket.html':
+        if filename in ('ticket.html', 'agilo_ticket_new.html',):
 
             add_stylesheet(req, 'tags/css/tractags.css')
             add_stylesheet(req, 'loomingclouds/css/tagcloud.css')

Attachments

Change History

07/08/10 02:31:23 changed by obs

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

(In [8230]) enabled loomingclouds for agilo, fixes #7102


Add/Change #7102 (PATCH: enable loomingclouds for agilo)




Change Properties
Action