Page MenuHomePhabricator

CheckUser block notice page creations being marked as minor
Closed, ResolvedPublic

Description

Judging from this thread on enwiki's technical village pump, and the two edits here, it looks like the CheckUser extension is marking page creations as minor edits when it shouldn't be. It hasn't been possible to mark page creations as minor for a few years now (T29860: Do not mark edits as minor by default on new section or new page creation) - maybe the extension was never updated to reflect this?

Event Timeline

MrStradivarius raised the priority of this task from to Needs Triage.
MrStradivarius updated the task description. (Show Details)
MrStradivarius added a project: CheckUser.
MrStradivarius subscribed.
			if ( strlen( $tag ) > 2 ) {
				$userpage->doEdit( $tag, $reason, EDIT_MINOR );
			}
			if ( strlen( $talkTag ) > 2 ) {
				$usertalk->doEdit( $talkTag, $reason, EDIT_MINOR );
			}

Change 224559 had a related patch set uploaded (by Legoktm):
Clean up block notices editing code

https://gerrit.wikimedia.org/r/224559

Change 224559 merged by jenkins-bot:
Clean up block notices editing code

https://gerrit.wikimedia.org/r/224559