Followup r85227; Back out changes related to avoiding calls to OutputPage from includ...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 3 Apr 2011 06:26:58 +0000 (06:26 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 3 Apr 2011 06:26:58 +0000 (06:26 +0000)
commit654abcb539a2f12ef93be8b0ccbd0cb454a86d65
treee1e96b1250ae469393e860428b32af9341e01550
parented303469fe489c8d1d64cf638c01aae31be34aa5
Followup r85227; Back out changes related to avoiding calls to OutputPage from includable special pages. After some re-examination we replace the OutputPage and OutputPage is coded in a way to avoid poluting global things with things like the use of header(); in set* calls, so setting things on OutputPage while in an includable special page just gets discarded.
includes/SpecialPage.php
includes/specials/SpecialAllpages.php