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 @@
17
17
return 'textarea with autocomplete';
18
18
}
19
19
20
+ public static function getDefaultPropTypes() {
21
+ return array();
22
+ }
23
+
20
24
public static function getParameters() {
21
25
$params = parent::getParameters();
22
26
$params = array_merge( $params, SFTextWithAutocompleteInput::getAutocompletionParameters() );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112829
fix issues with wikieditor for textarea; rework textarea and textarea with au...
foxtrott
19:26, 1 March 2012
Status & tagging log
17:58, 2 March 2012
F.trott
(
talk
|
contribs
)
changed the
status
of r112906
[
removed:
deferred
added:
ok]