Page MenuHomePhabricator

When parser caching is unsupported, avoid generating HTML upon save.
Open, LowPublic

Description

If ContentHandler::isParserCacheSupported() returns false, we should, when saving,

a) avoid generating HTML
b) make sure we really don't put anything into the parser cache

it seems that this is not reliably the case. This may be a core bug. In any case, it should be investigated.


Version: unspecified
Severity: normal
Whiteboard: u=dev c=backend p=0

Details

Reference
bz58341