Last modified: 2006-07-02 21:26:06 UTC
using PageCSS, when preview, it works well. but after save it, it doesn't work. That's because parser cache doesn't see page css. This extension is very useful for make a site with MediaWiki. I highly recommend to fix it. Thanx.
Indeed, that won't work. Also the extension as written is insecure; do not use it on a publicly editable wiki.
Mark WONTFIX?
No, the extension should be fixed: for now it could disable parser cache on pages where it's used.
Clarified summary.
Created attachment 1986 [details] Temporary fix by disabling page cache.
Fixed in r15244. I moved the disableCache() call into the actual hook function so it won't disable caching for pages that don't use it. (Note there are still potential problems with this extension.)