r41839 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41838‎ | r41839 | r41840 >
Date:16:54, 8 October 2008
Author:yaron
Status:old
Tags:
Comment:
Fixed handling of textareas with 'autocomplete on property'
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormInputs.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.inc
@@ -405,6 +405,7 @@
406406 if ((array_key_exists('is_relation', $other_args) && $other_args['is_relation'] == true) ||
407407 array_key_exists('autocomplete', $other_args) ||
408408 array_key_exists('autocomplete on', $other_args) ||
 409+ array_key_exists('autocomplete on property', $other_args) ||
409410 array_key_exists('autocomplete on category', $other_args) ||
410411 array_key_exists('autocomplete on concept', $other_args) ||
411412 array_key_exists('autocomplete on namespace', $other_args) ||

Status & tagging log