Modify ↓
Opened 15 years ago
Closed 15 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)
Note: See
TracTickets for help on using
tickets.



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