* Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey itself.
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 2 Nov 2011 20:01:22 +0000 (20:01 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 2 Nov 2011 20:01:22 +0000 (20:01 +0000)
commit5214c4f07397c891564eb85ea3e8396e0fe127a0
treef6a7b51e730b83166d753492e24e354fcc3722c0
parentdd092ae5dbb965e9ac0e7e968342a055680d05bc
* Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey itself.
* Tweaked filecache fallback in fileCachedPage() to try the raw title param. If the DB is down, we can get most views of titles with colons in them to work this way. Previously, it could fail on an interwiki lookup.
includes/cache/HTMLFileCache.php
includes/db/DatabaseError.php