Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -228,6 +228,7 @@ |
229 | 229 | all pages. |
230 | 230 | * Files with IPTC blocks we can't read no longer prevent extraction of exif |
231 | 231 | or other metadata. |
| 232 | +* (bug 33587) Remove action "historysubmit" from history pages. |
232 | 233 | |
233 | 234 | === API changes in 1.19 === |
234 | 235 | * (bug 19838) siprop=interwikimap can now use the interwiki cache. |
Index: trunk/phase3/includes/actions/HistoryAction.php |
— | — | @@ -407,7 +407,6 @@ |
408 | 408 | $s = Html::openElement( 'form', array( 'action' => $wgScript, |
409 | 409 | 'id' => 'mw-history-compare' ) ) . "\n"; |
410 | 410 | $s .= Html::hidden( 'title', $this->getTitle()->getPrefixedDbKey() ) . "\n"; |
411 | | - $s .= Html::hidden( 'action', 'historysubmit' ) . "\n"; |
412 | 411 | |
413 | 412 | $s .= '<div>' . $this->submitButton( $this->msg( 'compareselectedversions' )->text(), |
414 | 413 | array( 'class' => 'historysubmit' ) ) . "\n"; |