Edgewall Software

Changes between Version 1 and Version 2 of Ticket #10201, comment 13


Ignore:
Timestamp:
Jul 6, 2011, 7:22:11 AM (13 years ago)
Author:
Mikael Relbe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10201, comment 13

    v1 v2  
    1 I think the patch is ready for review now. There are a couple of things that can be improved, but I'll await feedback before continuing the work:
     1I think the patch is ready for review now. There are a couple of things that can be improved:
    22 * The class `WikiProcessor` in `trac.wiki.formatter` should be renamed to something else due to the introduction of `WikiProcessorbase` class in the new module `trac.wiki.processors`. Suggestion for new name: `WikiExpander`.
    33 * The macro `ProcessorList` is new, and its implementation is merely a copy-paste of the existing `MacroList`. This could be improved in order to reduce the footprint.