r45261 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r45260
|
r45261
|
r45262
>
Date:
22:18, 31 December 2008
Author:
brion
Status:
ok
Tags:
Comment:
Revert
r45213
"(
bug 5552
) add a fulltext-only search mode to inputbox"
"hidego" sounds kind of icky to me; perhaps type="fulltext" would be better?
Modified paths:
/trunk/extensions/InputBox/InputBox.classes.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/InputBox/InputBox.classes.php
—
—
@@ -28,7 +28,6 @@
29
29
private $mNamespaces = '';
30
30
private $mID = '';
31
31
private $mInline = false;
32
- private $mHideGo = false;
33
32
private $mPrefix = '';
34
33
35
34
/* Functions */
—
—
@@ -154,7 +153,7 @@
155
154
156
155
// Line break
157
156
$htmlOut .= $this->mBR;
158
- } else if( !$this->mHideGo ) {
157
+ } else {
159
158
// Go button
160
159
$htmlOut .= Xml::element( 'input',
161
160
array(
—
—
@@ -461,7 +460,6 @@
462
461
'hidden' => 'mHidden',
463
462
'id' => 'mID',
464
463
'inline' => 'mInline',
465
- 'hidego' => 'mHideGo',
466
464
'prefix' => 'mPrefix',
467
465
);
468
466
foreach ( $options as $name => $var ) {
Follow-up revisions
Revision
Commit summary
Author
Date
r45269
(
bug 5552
) add a fulltext-only search mode to inputbox...
rainman
00:55, 1 January 2009
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r45213
(
bug 5552
) add a fulltext-only search mode to inputbox
rainman
02:53, 31 December 2008
Status & tagging log
22:55, 31 December 2008
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r45261
[
removed:
new
added:
ok]