Last modified: 2013-05-17 22:09:01 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T50589, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 48589 - FR noisy notices on dewiktionary
FR noisy notices on dewiktionary
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
wmf-deployment
All All
: Unprioritized minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-17 20:27 UTC by Sam Reed (reedy)
Modified: 2013-05-17 22:09 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2013-05-17 20:27:39 UTC
reedy@tin:~$ mwscript eval.php dewiktionary
PHP Notice:  Undefined index: edits in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 273

Notice: Undefined index: edits in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 273
PHP Notice:  Undefined index: editComments in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 274

Notice: Undefined index: editComments in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 274
PHP Notice:  Undefined index: spacing in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 276

Notice: Undefined index: spacing in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 276
PHP Notice:  Undefined index: benchmarks in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 276

Notice: Undefined index: benchmarks in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 276
PHP Notice:  Undefined index: email in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 284

Notice: Undefined index: email in /a/common/php-1.22wmf4/extensions/FlaggedRevs/FlaggedRevs.setup.php on line 284
> var_dump( $wgFlaggedRevsAutoconfirm );
array(6) {
  ["days"]=>
  int(60)
  ["totalContentEdits"]=>
  int(250)
  ["totalCheckedEdits"]=>
  int(50)
  ["excludeLastDays"]=>
  int(2)
  ["uniqueContentPages"]=>
  int(50)
  ["neverBlocked"]=>
  bool(true)
}

>
Comment 1 Sam Reed (reedy) 2013-05-17 20:28:59 UTC
elseif ( $wgDBname == 'dewiktionary' ) {
	$wgFlaggedRevsOverride = false;
	$wgFlaggedRevTags['accuracy']['levels'] = 1;

	$wgFlaggedRevsAutoconfirm = array( // Bug 44103
		'days'				=> 60,
		'totalContentEdits'   => 250,
		'totalCheckedEdits'   => 50,
		'excludeLastDays'	 => 2,
		'uniqueContentPages'  => 50,
		'neverBlocked'		=> true,
	);
}


^ wgFlaggedRevsAutoconfirm is missing numerous rows
Comment 2 Sam Reed (reedy) 2013-05-17 21:01:20 UTC
Caused by https://gerrit.wikimedia.org/r/#/c/48634/
Comment 3 Gerrit Notification Bot 2013-05-17 22:03:14 UTC
Related URL: https://gerrit.wikimedia.org/r/64446 (Gerrit Change I8309979c50d7b84348aa3556a46b489d036a15e7)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links