Changes between Initial Version and Version 4 of Ticket #1973


Ignore:
Timestamp:
Dec 16, 2010, 2:16:13 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1973

    • Property Owner changed from Noah Kantrowitz to Ryan J Ollos
    • Property Status changed from new to assigned
  • Ticket #1973 – Description

    initial v4  
    1 The macros.py of Includewikimacro contain :
    2 macro = WikiProcessor(self.env, 'Include')
    3 for the rendering of the wiki page.
    4 Whereas now with the version 0.11, the function WikiProcessor() nead a formatter as first argument and not anymore an environment.
     1The macros.py of Includewikimacro contains `macro = WikiProcessor(self.env, 'Include')` for the rendering of the wiki page, whereas now with the version 0.11 the function `WikiProcessor()` needs a `formatter` as first argument.