Ticket #132 (closed refactoring: fixed)

Opened 3 months ago

Last modified 2 months ago

refactor xml processor to enable global hooks available on all pages

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.7.0
Component: core Version: SVN-trunk
Keywords: Cc:

Description (Last modified by mikey)

The xml processor should be refactored in a way that it allows to register global hooks that add data to the dom tree on every page request.

There are two possible solutions:

  1. Just add an empty method which may be overridden by extending classes. This has a good performance, but will lead to worse code in the xml processor.
  2. Add possibility to configure a list of hook classes which are then called by the xml processor. Better code, but performance may suffer.

This is part of refactoring #129.

Change History

02/29/08 17:15:11 changed by mikey

  • description changed.

02/29/08 19:24:41 changed by mikey

  • milestone set to 0.7.0.

03/12/08 18:08:01 changed by mikey

  • status changed from new to assigned.

03/13/08 14:49:31 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.

Implemented with r1414.