RFC: Ownership of an edit - #48
Open
Maximilian-Nesslauer wants to merge 3 commits into
Open
Conversation
Maximilian-Nesslauer
requested review from
MrJeranimo,
PlazmaBoltz and
averageksp
August 15, 2026 17:15
- RFC 0033 reads the ownership authority out of the document being checked, and for an edit that is the document the submitter wrote - its handover rule verifies against the new authority, which states the takeover as the intended behaviour - an edit verifies against the base version, a change of host verifies against both, and a redirect is not a change of host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RFC 0033 reads the ownership authority out of the document being checked, which for an edit is the one the submitter wrote, and its handover rule says so outright: "verified against the new authority". That is a takeover recorded as the intended behaviour.
This states the rule the check needs instead: an edit verifies against the base version, a change of host verifies against both, and a redirect is not a change of host.
Implemented in KSAModding/content-index#34.