Ticket #6375 (reopened defect)

Opened 2 years ago

Last modified 2 years ago

Fix macro description

Reported by: mitar Assigned to: lcordier
Priority: normal Component: MovieMacro
Severity: normal Keywords:
Cc: mmitar@gmail.com 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

Change History

01/07/10 16:06:56 changed by lcordier

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.

01/07/10 22:24:17 changed by mitar

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.

01/08/10 08:41:51 changed by lcordier

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

(In [7358]) Fixes #6375.

01/08/10 08:46:10 changed by lcordier

  • status changed from closed to reopened.
  • resolution deleted.

Will make it pretty later.


Add/Change #6375 (Fix macro description)




Change Properties
Action