-
MODX Staff
- 10,725 Posts
Great idea. I can see that as being very handy to allow a plugin to override caching on a document programmatically, forcing it to be re-generated from the DB.
Yes, definitely a good idea. Anybody want to get it in 0.9.2?
-
MODX Staff
- 10,725 Posts
If you all will check it in your branches, I’ll be glad to do a merge tonight into trunk. Just make sure you are testing against latest. To update latest changes from trunk to your branch and test as it will be merged, you can do a merge of trunk from the range of revisions up to HEAD since you created or last merged your branch from trunk. In fact, this will become a standard part of the commit process I want us to put together; how to become a core committer (aka a description of our meritocracy) and a core committers guide (aka developers guide).
Quote from: netnoise at Mar 25, 2006, 03:31 PM
IMO all these Template Service Events do not make much sense if a page is delivered from cache, because in that case the plugin has no chance of changing the documentObject.
Not sure I understand you here NetNoise. I’m sure the $modx->documentObject is recreated after loading the document cache. That’s not the case?