T249038 implemented a change tag for edits made with the 2010 wikitext editor (aka Extension:WikiEditor).
This ticket is about building upon this work to implement a change tag for edits made with the 2003 wikitext editor aka the default MediaWiki editor, which is an HTML <textarea>.
Requirements
- Implement a new change tag that enables people to view and filter edits made with the "2003 wikitext editor" within a Superset dashboard like: https://superset.wikimedia.org/r/768.
- Where "edits made with the 2003 wikitext editor" refers to edits made with the the default MediaWiki editor, which is an HTML <textarea>. See mw:Editor.
- Where "view and filter edits" means people can apply filters like the following to edits tagged with this new 2003 wikitext editor tag:
- platform
- project_family
- user_is_bot
- is_reverted
- namespace_is....
- user_edit_count_bucket IN...
- The new "change tag" referenced in "1." should be named 2003 wikitext editor
Done
- 1. All ===Requirements are implemented