Currently, the rebuildrecentchanges.php script does not update the change_tag table. This means that Special:RecentChanges will either not show any tags, or if the recentchanges table had been truncated (emptied) before running the script, show tags next to the wrong revisions. To fix this problem, the script should update the ct_rc_id field to point to the new rc_id for each tagged revision.
Description
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T229455 [EPIC] More rebuildrecentchanges.php improvements | |||
Resolved | GTrang | T205905 rebuildrecentchanges.php removes tags and changes all edits as bot edits | |||
Resolved | GTrang | T229461 Update the change_tag table in rebuildrecentchanges.php |
Event Timeline
Change 493639 had a related patch set uploaded (by GeoffreyT2000; owner: GeoffreyT2000):
[mediawiki/core@master] Update the change_tag table in rebuildrecentchanges.php
Change 493639 merged by jenkins-bot:
[mediawiki/core@master] Update the change_tag table in rebuildrecentchanges.php
Change 571527 had a related patch set uploaded (by Matěj Suchánek; owner: GeoffreyT2000):
[mediawiki/core@REL1_31] Update the change_tag table in rebuildrecentchanges.php
Change 571529 had a related patch set uploaded (by Matěj Suchánek; owner: GeoffreyT2000):
[mediawiki/core@REL1_33] Update the change_tag table in rebuildrecentchanges.php
Change 571530 had a related patch set uploaded (by Matěj Suchánek; owner: GeoffreyT2000):
[mediawiki/core@REL1_34] Update the change_tag table in rebuildrecentchanges.php
Change 582205 had a related patch set uploaded (by GeoffreyT2000; owner: GeoffreyT2000):
[mediawiki/core@REL1_31] Update the tag_summary table too in rebuildrecentchanges.php
Change 571527 merged by jenkins-bot:
[mediawiki/core@REL1_31] Update the change_tag table in rebuildrecentchanges.php
Change 571530 merged by jenkins-bot:
[mediawiki/core@REL1_34] Update the change_tag table in rebuildrecentchanges.php
Change 571529 merged by jenkins-bot:
[mediawiki/core@REL1_33] Update the change_tag table in rebuildrecentchanges.php
Change 582205 abandoned by GeoffreyT2000:
[mediawiki/core@REL1_31] Update the tag_summary table too in rebuildrecentchanges.php
Reason:
No point in leaving this open since MediaWiki 1.31 will reach EOL soon.