Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -58,6 +58,8 @@ |
59 | 59 | * Improved error checking on installer. |
60 | 60 | * (bug 22970) Fixed a JavaScript error in the upload destination conflict |
61 | 61 | check. |
| 62 | +* (bug 23167) Check the watch checkbox by default if the watchcreations |
| 63 | + preference is set. |
62 | 64 | |
63 | 65 | === Changes since 1.16 beta 1 === |
64 | 66 | |
Index: branches/REL1_16/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -937,6 +937,7 @@ |
938 | 938 | 'id' => 'wpWatchthis', |
939 | 939 | 'label-message' => 'watchthisupload', |
940 | 940 | 'section' => 'options', |
| 941 | + 'default' => $wgUser->getOption( 'watchcreations' ), |
941 | 942 | ) |
942 | 943 | ); |
943 | 944 | } |
Property changes on: branches/REL1_16/phase3/includes/specials |
___________________________________________________________________ |
Modified: svn:mergeinfo |
944 | 945 | Merged /trunk/phase3/includes/specials:r64957 |