Jacob Kaplan-Moss wrote: > > Hey Ian -- > > I think the best way to do this is with the event framework that's > being introduced in the magic-removal branch. The Template can send an > event with its Context at render time, and interested plugins can > listen to that event and modify the Context appropriately. > > How does that sound? > > Jacob >
I don't think that is a very good replacement for the processors of #925. It means everyone has to worry about event ordering etc. I really don't get what doing this via events would achieve : the events would still have to be registered somehow. I haven't actually heard any actual objection at all to what #925 provides, are there any? It just seems to have languished for no particular reason.