* (bug 7918) Fix regression in display of "templates used on this page" for users...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 20 Nov 2006 05:15:51 +0000 (05:15 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 20 Nov 2006 05:15:51 +0000 (05:15 +0000)
commit733cda1c26d075c0c9504c0a493bb2b3ab293464
treec34dae15ea87750bf85fd1de28b799e8986abf3e
parenta94544b0177a64dd7adb77581357117e202e6ad9
* (bug 7918) Fix regression in display of "templates used on this page" for users with edit form before preview
* Make section edits show templates used in the section, not the page

Patch by Mark Haidar (Fyren).  I didn't change the Boolean params to class constants because they're currently called as ($this->preview, $this->section != ''), which is much more readable than the alternative.
RELEASE-NOTES
includes/EditPage.php
includes/Linker.php
languages/messages/MessagesEn.php