Modify

Opened 14 years ago

Closed 14 years ago

#7102 closed enhancement (fixed)

PATCH: enable loomingclouds for agilo

Reported by: anonymous Owned by: 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 (0)

Change History (1)

comment:1 Changed 14 years ago by obs

Resolution: fixed
Status: newclosed

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

Modify Ticket

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