Edgewall Software

Opened 18 years ago

Closed 18 years ago

#6 closed defect (fixed)

Nested includes and py:match

Reported by: cmlenz Owned by: cmlenz
Priority: blocker Milestone:
Component: General Version:
Keywords: Cc:

Description

The current architecture for applying match directives defined in included templates is insufficient. In particular, only template defined “one level up” are applied.

The main shortcoming is that the processing model assumes that the set of filters is fixed when the processing begins… an assumption that is violated by included match filters. The general approach for addressing this issue would be to process template includes at parse time and build the list of filters from those defined in all included templates.

Change History (1)

comment:1 Changed 18 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [18].

Note: See TracTickets for help on using tickets.