| Index: trunk/extensions/CentralNotice/CentralNotice.php |
| — | — | @@ -280,7 +280,7 @@ |
| 281 | 281 | } else { |
| 282 | 282 | global $wgNoticeBanner_Harvard2011_salt, $wgContLang; |
| 283 | 283 | |
| 284 | | - $launchTimestamp = wfTimestamp( TS_UNIX, '2011-12-06 00:00:00' ); |
| | 284 | + $launchTimestamp = wfTimestamp( TS_UNIX, '2011-12-08 00:00:00' ); |
| 285 | 285 | $groups = $wgUser->getGroups(); |
| 286 | 286 | $registrationDate = $wgUser->getRegistration() ? $wgUser->getRegistration() : 0; |
| 287 | 287 | $daysOld = floor( ( $launchTimestamp - wfTimestamp( TS_UNIX, $registrationDate ) ) / ( 60*60*24 ) ); |
| — | — | @@ -323,7 +323,7 @@ |
| 324 | 324 | |
| 325 | 325 | if ( |
| 326 | 326 | in_array( 'sysop', $groups ) |
| 327 | | - || ( $postData['editcounts'] >= 300 && $postData['last6monthseditcount'] >= 20 ) |
| | 327 | + || ( $postData['duration'] >= 180 && $postData['editcounts'] >= 300 && $postData['last6monthseditcount'] >= 20 ) |
| 328 | 328 | || ( $postData['duration'] < 30 ) |
| 329 | 329 | ) { |
| 330 | 330 | $value = $postData; |