r64957 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r64956
|
r64957
|
r64958
>
Date:
10:40, 12 April 2010
Author:
btongminh
Status:
ok
Tags:
Comment:
(
bug 23167
) Check the watch checkbox by default if the watchcreations preference is set
Modified paths:
/trunk/phase3/includes/specials/SpecialUpload.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialUpload.php
—
—
@@ -943,6 +943,7 @@
944
944
'id' => 'wpWatchthis',
945
945
'label-message' => 'watchthisupload',
946
946
'section' => 'options',
947
+ 'default' => $wgUser->getOption( 'watchcreations' ),
947
948
)
948
949
);
949
950
}
Follow-up revisions
Revision
Commit summary
Author
Date
r64958
Revert
r64955
...
reedy
10:44, 12 April 2010
r64963
RELEASE-NOTES for
bug 23167
r64957
and
r94958
reedy
15:56, 12 April 2010
r65022
1.16wmf4: MFT
r64948
,
r64957
: fixes for upload form
catrope
12:53, 14 April 2010
r65684
MFT
r64957
,
bug 23167
: respect the watchcreations user preference on upload
tstarling
06:36, 30 April 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r64955
Partial fix to
bug 23167
...
reedy
10:23, 12 April 2010
Status & tagging log
06:37, 30 April 2010
Tim Starling
(
talk
|
contribs
)
changed the
tags
for r64957
[
removed:
1.16]
12:49, 14 April 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r64957
[
removed:
new
added:
ok]
10:40, 12 April 2010
Bryan
(
talk
|
contribs
)
changed the
tags
for r64957
[
added:
1.16]