* (bug 5519) Allow sidebar cache to be disabled; disable it by default.
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 14 Apr 2006 08:26:35 +0000 (08:26 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 14 Apr 2006 08:26:35 +0000 (08:26 +0000)
commit2f292c5944f83f085382388dc77fb6a895122c5c
tree27683074b56f4b458deece3767a12bc220ef4509
parent17633ab92a4f17cf77d31bbb1b1c74cff37278c3
* (bug 5519) Allow sidebar cache to be disabled; disable it by default.

 * If on, the sidebar navigation links are cached for users with the
 * current language set. This can save a touch of load on a busy site
 * by shaving off extra message lookups.
 *
 * However it is also fragile: changing the site configuration, or
 * having a variable $wgArticlePath, can produce broken links that
 * don't update as expected.
RELEASE-NOTES
includes/DefaultSettings.php
includes/Skin.php