(bug 15482) Special:Recentchangeslinked has no longer two submit buttons
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 4 Sep 2008 21:20:16 +0000 (21:20 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 4 Sep 2008 21:20:16 +0000 (21:20 +0000)
RELEASE-NOTES
includes/specials/SpecialRecentchangeslinked.php

index a9f250f..aa1a158 100644 (file)
@@ -176,6 +176,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Respect file restrictions in the file history list
 * (bug 15399) Odd/even classes on sortable tables' rows could be slow for large
   tables, and have been disabled by default.
+* (bug 15482) Special:Recentchangeslinked has no longer two submit buttons
 
 
 === API changes in 1.14 ===
index 1d042b1..2adc010 100644 (file)
@@ -159,7 +159,6 @@ class SpecialRecentchangeslinked extends SpecialRecentchanges {
                        Xml::input( 'target', 40, str_replace('_',' ',$opts['target']) ) .
                        Xml::check( 'showlinkedto', $opts['showlinkedto'], array('id' => 'showlinkedto') ) . ' ' .
                        Xml::label( wfMsg("recentchangeslinked-to"), 'showlinkedto' ) );
-               $extraOpts['submit'] = Xml::submitbutton( wfMsg('allpagessubmit') );
                return $extraOpts;
        }