Modify ↓
Opened 20 months ago
Last modified 16 months ago
#14219 new defect
Macro BlogList() and macro TicketQuery()
Reported by: | Alexey | Owned by: | osimons |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description (last modified by )
If apply both macros in same wiki page then macro TicketQuery() not work correctly, progessbar not visible
Code of wiki Page
[[BlogList(recent=5, category=news)]] [[TicketQuery(component^=TC., format=progress)]]
Attachments (3)
Change History (8)
Changed 20 months ago by
Attachment: | 2023-04-06 15_13_53-test – TeamСenter — Firefox Nightly.png added |
---|
Changed 20 months ago by
Attachment: | 2023-04-06 15_14_35-test – TeamСenter — Firefox Nightly.png added |
---|
Without BlogList
comment:1 Changed 20 months ago by
Description: | modified (diff) |
---|
Changed 20 months ago by
Attachment: | 2023-04-06 15_19_03-test – TeamСenter — Firefox Nightly.png added |
---|
reorder macros
comment:2 Changed 20 months ago by
Description: | modified (diff) |
---|
comment:3 Changed 20 months ago by
Description: | modified (diff) |
---|
comment:4 Changed 16 months ago by
In trac 1.4.x styles in trac/htdocs/css/roadmap.css is not used if type, for example
[[BlogList(recent=5, category=news)]] [[TicketQuery(component=FullBlogPlugin, format=progress)]]
Workaround.
-
fullblogplugin/1.4/tracfullblog/macros.py
a b 99 99 # Rendering 100 100 add_stylesheet(formatter.req, 'tracfullblog/css/fullblog.css') 101 101 add_stylesheet(formatter.req, 'common/css/code.css') 102 add_stylesheet(formatter.req, 'common/css/roadmap.css') 102 103 103 104 if format == 'inline': 104 105 data = {'heading': heading, 105 106 'posts': post_list,
comment:5 Changed 16 months ago by
Severity: | normal → critical |
---|
Note: See
TracTickets for help on using
tickets.
With BlogList