ChangeTags::updateTags() should be able to derive log_id from rev_id (and the other way) when applicable.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| ChangeTags: Teach updateTags() to derive log_id from rev_id (and the other way) | mediawiki/core | master | +16 -0 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | matmarex | T122090 ChangeTags::updateTags() should be able to derive log_id from rev_id (and the other way) when applicable | |||
| Resolved | Cenarium | T122089 Log entries and associated page revisions are not actually associated in the database |
Event Timeline
Comment Actions
Change 262858 had a related patch set uploaded (by Bartosz Dziewoński):
ChangeTags: Teach updateTags() to derive log_id from rev_id (and the other way)
Comment Actions
Change 262858 merged by jenkins-bot:
ChangeTags: Teach updateTags() to derive log_id from rev_id (and the other way)
Comment Actions
@TTO I really love how all the tag editing stuff you wrote is robust enough to handle this with no changes needed :D It all just worked, magic. I submitted a tiny follow-up change to the log formatter: https://gerrit.wikimedia.org/r/264759