Ticket #4190 (closed enhancement: wontfix)
CORE - Provde an ICoreInit Extension Point with an post_init method
| Reported by: | ilias@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It seems that within the __init__ method of a trac-component there is not yet every resource available (e.g. self.log.debug).
It would be nice to have something like an "ICoreInit" interface, which would provide several otpional methods.
Of main interest would be the "post_init" one (which would be called after all components are instantiated).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


