Implement direct editing flows with history and diffs #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Acceptance: §11.1.2 (creation, statement-level edit ops, edit summaries, reverts), §11.1.3 (limits, conflict surfacing with rebase support §9.1), public per-entity history + recent changes + contribution pages (§11.1.2).
Live on prod (
3e4061f): §11.1.2 statement-level operations (add/set-value/set-rank/set-qualifiers/set-references/remove) as edit-ops writes materialized against the base revision inside the CR-1 transaction; set-value doubles as the §6.1 reference confirmation. Public diffs between any two revisions, MediaWiki-style single-revision undo (clean-apply inversion, 409+head for rebase otherwise), range revert restoring content incl. references (§6.3). D19 temp-id references close D17's gap — full work→expression→manifestation chains apply in ONE atomic change-set. Public recent-changes stream and per-account contribution pages (name-only lookup) verified live. §11.1.3 limits env-configurable. 10 new tests, 64 total green.