Changes between Initial Version and Version 3 of Ticket #1770


Ignore:
Timestamp:
Sep 5, 2010, 2:58:30 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

The plugin author has indicated that 0.10 won't be maintained. Please try again with 0.11 branch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1770

    • Property Cc cgavos@… added; anonymous removed
    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #1770 – Description

    initial v3  
    33For example wikinotification plugin has the following code:
    44
    5 <code>
     5{{{
    66    # ICtxtnavAdder methods
    77    def match_ctxtnav_add(self, req):
     
    1616        else:
    1717            yield (req.href.notification(page), 'Watch Page')
    18 </code>
     18}}}
    1919
    2020The html output looks fine but the new nodes are not appended in the <ul>