Page MenuHomePhabricator

Tag edits made with the 2003 Wikitext editor
Open, Needs TriagePublic

Description

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

  1. 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...
  2. The new "change tag" referenced in "1." should be named 2003 wikitext editor

Done

  • 1. All ===Requirements are implemented

Event Timeline

This is the one that's going to run up against us not having a way to distinguish between bots and other automated edits doing a HTTP POST of the edit form and people who're just using the 2003 editor.