Ticket #5713 (closed defect: wontfix)

Opened 4 years ago

Last modified 4 years ago

Duplicate documentation entry on WikiMacros page

Reported by: rjollos Assigned to: pacopablo
Priority: normal Component: EmailProcessorMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

With the EmailProcessorMacro installed, I see two entries listed on the WikiMacros page of the documentation (/wiki/WikiMacros). One has a section heading [email] and the other has a section heading [Email]. See attached screen capture.

Attachments

EmailProcessorMacroDocumentationBug.png (38.4 kB) - added by rjollos on 08/25/09 10:12:31.
Screen capture showing duplicate documentation entry
EmailProcessorMacroDocumentationBug.2.png (38.4 kB) - added by rjollos on 08/25/09 10:13:05.
Screen capture showing duplicate documentation entry

Change History

08/25/09 10:12:31 changed by rjollos

  • attachment EmailProcessorMacroDocumentationBug.png added.

Screen capture showing duplicate documentation entry

08/25/09 10:13:05 changed by rjollos

  • attachment EmailProcessorMacroDocumentationBug.2.png added.

Screen capture showing duplicate documentation entry

08/25/09 10:15:01 changed by rjollos

My internet connection was interrupted and I accidentally uploaded the image twice. Here it is:

Screen capture showing duplicate documentation entry

09/13/09 12:29:07 changed by rjollos

I believe this issue is due to allowing upper and lower case for the first letter of the class name:

    def get_macros(self):
        """Yield the name of the macro based on the class name."""
        yield 'email'
        yield 'Email'

09/14/09 06:11:58 changed by pacopablo

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

This is indeed due to allowing for #!email and #!Email. While unfortunate, it's not really a bug in the email processor macro. It's just simply due to how the MacroList? macro generates the docs.

09/14/09 06:13:50 changed by rjollos

Thanks for the follow-up. I'm going to look more closely at the Trac core to see if there is something we can do to avoid this situation.

10/28/09 04:37:54 changed by rjollos

I opened a ticket for this on t.e.o.: ticket:8782.


Add/Change #5713 (Duplicate documentation entry on WikiMacros page)




Change Properties
Action