Re: [Wikitech-l] Questions: parser functions, article caching

2009-10-23 Thread Roan Kattouw
2009/10/23 Dmitriy Sintsov : > 2. My extension generates dynamical content. Because of that, I use > $parser->disableCache() in my tag parser hook. But, the dynamical > content is being changed only in two cases: > > a) The user edits the page. In such case, disableCache() is not > required, becaus

[Wikitech-l] Questions: parser functions, article caching

2009-10-23 Thread Dmitriy Sintsov
Hi! I've made significant cleanup and restructurization of my extension's code that I'd like to submit to SVN. Before trying to submit my extension, I'd like to ask two important questions related to Parser and Article cache. 1. I've implemented my own parser function. The description of functi