r73091 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73090‎ | r73091 | r73092 >
Date:21:44, 15 September 2010
Author:yaron
Status:deferred
Tags:
Comment:
Got 'minor edit' checkbox to work again; fix for bug introduced in r60329
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Utils.php
@@ -84,7 +84,7 @@
8585 $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => $action ), null ) . "\n";
8686
8787 if ( $is_minor_edit )
88 - $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => 'wpMinorEdit' ), null ) . "\n";
 88+ $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => 'wpMinoredit' ), null ) . "\n";
8989 if ( $watch_this )
9090 $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => 'wpWatchthis' ), null ) . "\n";
9191 $text .= Xml::tags( 'form', array( 'id' => 'editform', 'name' => 'editform', 'method' => 'post', 'action' => $new_url ), $form_body );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60329Removed helper functions for handling SMW < 1.4, replaced some HTML with call...yaron17:28, 23 December 2009

Status & tagging log