r112906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112905‎ | r112906 | r112907 >
Date:17:53, 2 March 2012
Author:yaron
Status:ok
Tags:
Comment:
Fix for r112829 - re-added getDefaultPropTypes() declaration, so that 'textarea with autocomplete' won't be the default input type for any property types
Modified paths:
  • /trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
@@ -16,6 +16,10 @@
1717 return 'textarea with autocomplete';
1818 }
1919
 20+ public static function getDefaultPropTypes() {
 21+ return array();
 22+ }
 23+
2024 public static function getParameters() {
2125 $params = parent::getParameters();
2226 $params = array_merge( $params, SFTextWithAutocompleteInput::getAutocompletionParameters() );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112829fix issues with wikieditor for textarea; rework textarea and textarea with au...foxtrott19:26, 1 March 2012

Status & tagging log