Page MenuHomePhabricator

No way to detect null (non-edit) revisions
Open, LowPublicFeature

Description

Translate extension listens for page edits and updates some revision tags on other table. However null revisions created by page protection, moving and whatever don't trigger that hook.

I would need to know when using RevisionInsertComplete whether the revision is null, so that I can update the tags only in the cases where it has not happened via the other hook.


Version: 1.20.x
Severity: enhancement

Details

Reference
bz36588