Modify ↓
Opened 15 years ago
Closed 7 years ago
#6375 closed defect (fixed)
Fix macro description
Reported by: | Mitar | Owned by: | Louis Cordier |
---|---|---|---|
Priority: | normal | Component: | MovieMacro |
Severity: | normal | Keywords: | |
Cc: | Mitar | Trac Release: | 0.11 |
Description
Fix macro description. On WikiMacros page which lists all macros there is no description while (empty) entry for this macro is shown twice. If users are used to read that page for help on using macros they cannot know how to use this macro.
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
You have to define description of the MovieMacro
class. There is none. And get_macro_description
method of WikiMacroBase
class then uses this. Of course you could also redefine get_macro_description
method.
And there are two entries for your macro because you both extend WikiMacroBase
and implement IWikiMacroProvider
. You should not do both. Just drop IWikiMacroProvider
.
comment:4 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Will make it pretty later.
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
What file do I need to edit? I don't see anything wrong, other than maybe I am using a milti-line string for description in setup.py.