Only use the message cache in action=raw if it is explicitly requested. The previous...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 29 Aug 2006 07:36:02 +0000 (07:36 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 29 Aug 2006 07:36:02 +0000 (07:36 +0000)
commit4657da77f42af1172522d43b44c32668fee6a541
treedf36e00a8375a5bf75036dabf9a747cd8360f28d
parent67bca856560e12f408b5e03ffbdda752b6b8f24b
Only use the message cache in action=raw if it is explicitly requested. The previous behaviour was counterintuitive unless you're pulling stylesheets or javascript into HTML. It's been the source of many complaints from people trying to use action=raw as an API.
includes/RawPage.php
includes/Skin.php
includes/SkinTemplate.php