Currently, when change tags are displayed on history pages, recent changes, and so on, it is impossible to control their order.
Apparently they are ordered according to the ctd_id field, but this seems to be an unintentional effect of how the SQL queries are written.
The ctd_id field is generated automatically whenever the tag is used for the first time, which means that the order of tags can be different on different wikis. It also means we can't choose a particular order we would like (T272768).
I'd like the tags to appear in some defined order, e.g. the same as the result of the ListDefinedTags hook.
Desired behavior
- Visit a page where people have made edits with the New Discussion Tool.
- Locate an edit made with the New Discussion Tool.
- e.g. Ppelberg-test talk contribs 33,200 bytes +173 →Testing change tag: new section undo Tags: Visual New topic
- ✅Notice the New topic tag appears BEFORE the mode (e.g. Source or Visual) used to publish said edit.
Done
- ===Desired behavior is implemented