(bug 7889) Don't show "blank edit summary" notice if a redirect autosummary will...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 20 Nov 2006 05:41:53 +0000 (05:41 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 20 Nov 2006 05:41:53 +0000 (05:41 +0000)
commit707e800d20f08dbecfddfa2b2cb0fa92ff293ce7
treecaca3073f25ef55e765e760bb6ff556ecad63417
parent733cda1c26d075c0c9504c0a493bb2b3ab293464
(bug 7889) Don't show "blank edit summary" notice if a redirect autosummary will be added.  Do show it if a blanking autosummary will be added, however.

Also, I separated out the blanking autosummary thing into its own static function, mainly because I almost included it in this too.  I decided not to, but why not keep the function separate, doEdit is huge.
includes/Article.php
includes/EditPage.php