Added Parser::preprocess() entry point and OT_PREPROCESS output type, to expand templ...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 14 Aug 2006 07:10:31 +0000 (07:10 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 14 Aug 2006 07:10:31 +0000 (07:10 +0000)
commit4ed04eff9f7647ba5b98afaf37995baf625666e9
treee22bc047773cc550b92243b2c1a58449ec551d2a
parent19957d2ccc0e5548d37abf1693cf756e42a34422
Added Parser::preprocess() entry point and OT_PREPROCESS output type, to expand templates and other similar entities producing valid wikitext as output. The immediate application is a special page extension, shortly to be committed, but it may be used in the future to produce an intermediate cache, to improve the rendering speed of stable versions or other kinds of old revisions. Added some shortcut aliases for output type comparsions.
includes/Parser.php