Page MenuHomePhabricator

medelius (Caro Medelius)
User

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Aug 5 2025, 11:31 PM (44 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
CMedelius-WMF [ Global Accounts ]

Recent Activity

Thu, May 21

medelius created T426982: Suggestion mode: reduce flickering when navigating to suggestion outside section via 'View suggestions' button.
Thu, May 21, 5:27 PM · Editing-team (Editing-current-Q4-8Jun-19Jun-2026), OKR-Work, VisualEditor Suggestion Mode

Wed, May 20

medelius added a comment to T426687: Retroactively revise start date of Suggestion Mode MVP experiment.

Yes, that's the one, @Sfaci ! I've updated the description to reflect the correct original start date.

Wed, May 20, 2:36 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 24), VisualEditor Suggestion Mode, Editing-team (Editing-Q4-11May-22May-2026)
medelius updated the task description for T426687: Retroactively revise start date of Suggestion Mode MVP experiment.
Wed, May 20, 2:36 PM · Essential-Work, Test Kitchen (Experiment Platform Sprint 24), VisualEditor Suggestion Mode, Editing-team (Editing-Q4-11May-22May-2026)
medelius moved T426004: TextMatch: move some matchRule configs to top-level configuration from Code review to Ready for Sign off on the Editing-team (Editing-Q4-11May-22May-2026) board.
Wed, May 20, 12:12 AM · MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode

Tue, May 19

medelius updated the task description for T425595: [EPIC] Resolve outstanding UX issues/improvements post-experiment start.
Tue, May 19, 3:35 PM · Epic, OKR-Work, Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius moved T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile from Dev Doing to QA on the Editing-team (Editing-Q4-11May-22May-2026) board.
Tue, May 19, 1:05 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius updated the task description for T425595: [EPIC] Resolve outstanding UX issues/improvements post-experiment start.
Tue, May 19, 1:05 AM · Epic, OKR-Work, Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode, VisualEditor, EditCheck

Fri, May 15

medelius added a comment to T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile.

If there is at least one suggestion in the current section, and the user acts on all of them, should the 'View suggestions' button appear (assuming there are suggestions outside the section)?

Fri, May 15, 9:06 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode

May 14 2026

medelius set the point value for T426237: SuggestionMode: Exiting out of ReferenceCheck shows the virtual keyboard to 3.
May 14 2026, 3:35 PM · Verified, MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Editing-team (Editing-Q4-11May-22May-2026)
medelius set the point value for T425594: Suggest card not shown when tapping "View suggestions" to 3.
May 14 2026, 3:35 PM · OKR-Work, Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode
medelius set the point value for T426284: [SPIKE] Investigate why "View suggestions" not appearing to 3.
May 14 2026, 3:35 PM · OKR-Work, Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius updated the task description for T425595: [EPIC] Resolve outstanding UX issues/improvements post-experiment start.
May 14 2026, 3:27 PM · Epic, OKR-Work, Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode, VisualEditor, EditCheck

May 13 2026

medelius created T426237: SuggestionMode: Exiting out of ReferenceCheck shows the virtual keyboard.
May 13 2026, 5:48 PM · Verified, MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Editing-team (Editing-Q4-11May-22May-2026)
medelius created T426236: Mobile VE: Page scrolls to wrong position after using 'Edit full page' from lead section.
May 13 2026, 5:43 PM · Editing QA, Editing-team (Editing-current-Q4-8Jun-19Jun-2026), MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), OKR-Work, VisualEditor Suggestion Mode, VisualEditor
medelius edited projects for T422736: Define and implement any missing metrics needed for Suggestion Mode controlled experiment, added: Editing-team (Editing-Q4-11May-22May-2026); removed Editing-team (Editing-Q4-27Apr-8May-2026).
May 13 2026, 4:19 PM · Editing-team (Editing-Q4-11May-22May-2026), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, Product-Analytics (Kanban), OKR-Work, VisualEditor Suggestion Mode

May 12 2026

medelius moved T426004: TextMatch: move some matchRule configs to top-level configuration from Decision to be made to Code review on the Editing-team (Editing-Q4-11May-22May-2026) board.
May 12 2026, 9:05 PM · MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode
medelius updated subscribers of T407664: Support regex queries in TextMatchEditCheck.

@medelius I tested RegExps for a bit. They are amazing! But I still found a few bugs, not sure whether in my edit checks or in the code.

  1. \w doesn't capture Cyrillic letters. I think this is a JavaScript limitation, but still -- what should we do for this? Would \p{Script=Cyrillic} work (I don't know if EditCheck's RegExps use u flag) or should we use [а-яё] as right now? Both are significantly more verbose than just \w.
May 12 2026, 9:03 PM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor
medelius updated the task description for T426123: TextMatch: update preserveCase to preserve leading capitalization.
May 12 2026, 8:27 PM · VisualEditor Suggestion Mode
medelius created T426123: TextMatch: update preserveCase to preserve leading capitalization.
May 12 2026, 8:27 PM · VisualEditor Suggestion Mode
medelius added a comment to T407664: Support regex queries in TextMatchEditCheck.

My first feedback is that, I think, preserveCase should be true by default for replace rules.

@medelius Right now I also thought that it should be false for case-sensitive rules -- not sure if anything could break if not, but I think there are almost no cases where PC could be useful for case-sensitive patterns.

May 12 2026, 12:08 AM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor

May 11 2026

medelius created T426004: TextMatch: move some matchRule configs to top-level configuration.
May 11 2026, 10:12 PM · MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Editing-team (Editing-Q4-11May-22May-2026), VisualEditor Suggestion Mode
medelius moved T421189: Start Suggestion Mode experiment in TestKitchen from Decision to be made to Ready for Sign off on the Editing-team (Editing-Q4-11May-22May-2026) board.
May 11 2026, 4:41 PM · Editing-team (Editing-Q4-11May-22May-2026), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius edited projects for T421189: Start Suggestion Mode experiment in TestKitchen, added: Editing-team (Editing-Q4-11May-22May-2026); removed Editing-team (Editing-Q4-27Apr-8May-2026).
May 11 2026, 4:41 PM · Editing-team (Editing-Q4-11May-22May-2026), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius moved T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile from Decision to be made to Dev Doing on the Editing-team (Editing-Q4-11May-22May-2026) board.
May 11 2026, 4:39 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius edited projects for T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile, added: Editing-team (Editing-Q4-11May-22May-2026); removed Editing-team (Editing-Q4-27Apr-8May-2026).
May 11 2026, 4:39 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius added a comment to T424776: Enabled:false parameter is non-functional.

I've updated those examples. Thanks for pointing this out!

May 11 2026, 2:59 PM · VisualEditor Suggestion Mode

May 6 2026

medelius added a comment to T421189: Start Suggestion Mode experiment in TestKitchen.

Sure thing! It's been added.

May 6 2026, 6:33 PM · Editing-team (Editing-Q4-11May-22May-2026), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck

May 2 2026

medelius added a comment to T407664: Support regex queries in TextMatchEditCheck.

We've implemented regex support! I've updated the TextMatch documentation, but below is the most relevant information you'd need to start using the regex configs. Any feedback on this is appreciated.

May 2 2026, 5:07 AM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor

May 1 2026

medelius moved T407664: Support regex queries in TextMatchEditCheck from Code review to QA on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
May 1 2026, 12:21 AM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor
medelius moved T422931: Implement the "Exit the editor" survey from Code review to Ready for Sign off on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
May 1 2026, 12:20 AM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Verified, MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Design, OKR-Work (WE1 FY2025-26), Research, Design-Research, VisualEditor Suggestion Mode
medelius closed T424678: TextMatchEditCheck: rename matchItem to matchRule as Resolved.
May 1 2026, 12:20 AM · Skipped QA, MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Essential-Work, Editing-team (Editing-Q4-27Apr-8May-2026), EditCheck
medelius moved T424847: TextMatch: implement i18n-aware case preservation from Dev Doing to QA on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
May 1 2026, 12:19 AM · MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor

Apr 30 2026

medelius moved T423923: Deploy config change to start "Exit the editor" survey (Phase 1) from Dev Doing to Ready for Sign off on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
Apr 30 2026, 4:44 PM · Editing-team (Editing-Q4-27Apr-8May-2026), OKR-Work
medelius moved T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile from Ready for Dev to Dev Doing on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
Apr 30 2026, 3:01 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius added a comment to T422740: Implement Suggestion Mode instrumentation spec in Test Kitchen.

Mikhail did a code review pass, so I think we could say that?

Apr 30 2026, 12:38 AM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck

Apr 28 2026

medelius added a comment to T422931: Implement the "Exit the editor" survey.

I've reviewed the implemented survey and these are some design details to fix:

  1. Title text should use the heading style (18px size)
  2. Use @background-color-base in the bottom sheet
  3. The X button is not well aligned on top with the bottom sheet's title
  4. Bottom sheet's paddings (right, left, top, bottom) should be 16px (now it's 12px)
  5. The "Submit feedback" button is not visible
Captura de pantalla 2026-04-28 a las 19.19.55.png (375×667 px, 60 KB)
image.png (428×933 px, 82 KB)
ImplementationDesign (expected behavior)
Apr 28 2026, 11:22 PM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Verified, MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Design, OKR-Work (WE1 FY2025-26), Research, Design-Research, VisualEditor Suggestion Mode
medelius added a comment to T422931: Implement the "Exit the editor" survey.

Peter, it looks like it didn't ride the train last Monday. Not sure if there's a reason I'm missing there? There was no train last week, so you wouldn't see it on enwiki until Thursday, if that's where you're trying.

Apr 28 2026, 9:53 PM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Verified, MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Design, OKR-Work (WE1 FY2025-26), Research, Design-Research, VisualEditor Suggestion Mode
medelius moved T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile from Dev Doing to Ready for Dev on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
Apr 28 2026, 7:42 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius placed T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile up for grabs.
Apr 28 2026, 7:42 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius moved T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile from Ready for Dev to Dev Doing on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
Apr 28 2026, 7:40 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius claimed T422979: Ensure first suggestion discoverability when it's outside the current section being edited on mobile.
Apr 28 2026, 5:27 PM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Editing-team (Editing-Q4-11May-22May-2026), Design, OKR-Work, VisualEditor Suggestion Mode
medelius moved T407664: Support regex queries in TextMatchEditCheck from Decision to be made to Code review on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
Apr 28 2026, 5:06 PM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor
medelius moved T424678: TextMatchEditCheck: rename matchItem to matchRule from Decision to be made to Code review on the Editing-team (Editing-Q4-27Apr-8May-2026) board.
Apr 28 2026, 5:06 PM · Skipped QA, MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Essential-Work, Editing-team (Editing-Q4-27Apr-8May-2026), EditCheck
medelius edited projects for T407664: Support regex queries in TextMatchEditCheck, added: Editing-team (Editing-Q4-27Apr-8May-2026); removed Editing-team (Editing-Q4-13Apr-24Apr-2026).
Apr 28 2026, 5:06 PM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor

Apr 27 2026

medelius moved T407664: Support regex queries in TextMatchEditCheck from Dev Doing to Code review on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 27 2026, 9:32 PM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor
medelius updated the task description for T404600: [MILESTONE] Run controlled experiment of Suggestion Mode MVP.
Apr 27 2026, 4:30 PM · Editing-team (Editing-Q4-27Apr-8May-2026), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius updated the task description for T404600: [MILESTONE] Run controlled experiment of Suggestion Mode MVP.
Apr 27 2026, 4:30 PM · Editing-team (Editing-Q4-27Apr-8May-2026), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius moved T422740: Implement Suggestion Mode instrumentation spec in Test Kitchen from Code review to Ready for Sign off on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 27 2026, 4:20 PM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck

Apr 21 2026

medelius moved T422931: Implement the "Exit the editor" survey from Code review to QA on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 21 2026, 3:28 PM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.47-notes (1.47.0-wmf.1; 2026-05-05), Verified, MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Design, OKR-Work (WE1 FY2025-26), Research, Design-Research, VisualEditor Suggestion Mode
medelius moved T423414: Suggestion counter doesn't show if suggestions were turned off in previous session from Code review to QA on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 21 2026, 3:28 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), EditCheck
medelius moved T422740: Implement Suggestion Mode instrumentation spec in Test Kitchen from Dev Doing to Code review on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 21 2026, 3:28 PM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck

Apr 20 2026

medelius closed T423022: Support redirect template titles in RequiredTemplateParam edit check as Resolved.
Apr 20 2026, 4:22 PM · Skipped QA, Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), VisualEditor Suggestion Mode, EditCheck

Apr 17 2026

medelius claimed T423740: Instrumentation to measure checks/suggestions shown within VisualEditor broken on mobile.
Apr 17 2026, 9:18 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), OKR-Work, VisualEditor Suggestion Mode
medelius updated the task description for T423740: Instrumentation to measure checks/suggestions shown within VisualEditor broken on mobile.
Apr 17 2026, 9:18 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), OKR-Work, VisualEditor Suggestion Mode
medelius created T423740: Instrumentation to measure checks/suggestions shown within VisualEditor broken on mobile.
Apr 17 2026, 8:39 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), OKR-Work, VisualEditor Suggestion Mode
medelius added a comment to T419447: Instrument performance monitoring for Edit Checks and Suggestions.

Sorry Peter, that still had dummy data on it. We're getting the data we expect now (2), and the graphs are updated and filters are at the top (1).

Apr 17 2026, 4:09 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck
medelius moved T419447: Instrument performance monitoring for Edit Checks and Suggestions from Blocked to Ready for Sign off on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 17 2026, 4:07 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck
medelius updated the task description for T419447: Instrument performance monitoring for Edit Checks and Suggestions.
Apr 17 2026, 4:06 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck
medelius updated the task description for T419447: Instrument performance monitoring for Edit Checks and Suggestions.
Apr 17 2026, 4:06 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck
medelius updated the task description for T419447: Instrument performance monitoring for Edit Checks and Suggestions.
Apr 17 2026, 4:06 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck

Apr 15 2026

medelius claimed T422740: Implement Suggestion Mode instrumentation spec in Test Kitchen.
Apr 15 2026, 5:16 PM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius added a comment to T422740: Implement Suggestion Mode instrumentation spec in Test Kitchen.

I've gotten context from David L and will begin working on this!

Apr 15 2026, 5:16 PM · Editing-team (Editing-Q4-27Apr-8May-2026), MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius updated the task description for T419447: Instrument performance monitoring for Edit Checks and Suggestions.
Apr 15 2026, 4:40 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck
medelius changed the status of T407664: Support regex queries in TextMatchEditCheck, a subtask of T360799: [EPIC] Empower developers to author new Edit Checks and Suggestions and configure existing ones, from Open to In Progress.
Apr 15 2026, 2:43 PM · Epic, EditCheck, Editing-team, VisualEditor
medelius changed the status of T407664: Support regex queries in TextMatchEditCheck from Open to In Progress.
Apr 15 2026, 2:42 PM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor
medelius changed the status of T407664: Support regex queries in TextMatchEditCheck, a subtask of T398478: Improve TextMatchEditCheck, from Open to In Progress.
Apr 15 2026, 2:42 PM · OKR-Work, Skipped QA, MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), Editing-team (Kanban Board), EditCheck, VisualEditor
medelius changed the status of T407664: Support regex queries in TextMatchEditCheck, a subtask of T421445: [Suggestion] Ensure Western Arabic (Latin) numerals (0123...) are used in articles on ar.wiki, from Open to In Progress.
Apr 15 2026, 2:42 PM · VisualEditor Suggestion Mode, Editing-team (Editing-Q4-30Mar-10Apr-2026)

Apr 14 2026

medelius moved T423021: Improve handling of import failures in TextMatch edit check from Decision to be made to QA on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 14 2026, 6:54 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), VisualEditor Suggestion Mode, EditCheck
medelius moved T423022: Support redirect template titles in RequiredTemplateParam edit check from Decision to be made to QA on the Editing-team (Editing-Q4-13Apr-24Apr-2026) board.
Apr 14 2026, 6:54 PM · Skipped QA, Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), VisualEditor Suggestion Mode, EditCheck
medelius added a project to T423022: Support redirect template titles in RequiredTemplateParam edit check: Editing-team (Editing-Q4-13Apr-24Apr-2026).
Apr 14 2026, 6:54 PM · Skipped QA, Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), VisualEditor Suggestion Mode, EditCheck
medelius added a project to T423021: Improve handling of import failures in TextMatch edit check: Editing-team (Editing-Q4-13Apr-24Apr-2026).
Apr 14 2026, 6:54 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), VisualEditor Suggestion Mode, EditCheck
medelius claimed T423022: Support redirect template titles in RequiredTemplateParam edit check.
Apr 14 2026, 6:52 PM · Skipped QA, Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), VisualEditor Suggestion Mode, EditCheck
medelius claimed T423021: Improve handling of import failures in TextMatch edit check.
Apr 14 2026, 6:52 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), VisualEditor Suggestion Mode, EditCheck

Apr 13 2026

medelius updated subscribers of T422693: Add monitoring for new Edit Check configuration across wikis.

We discussed this in our planning meeting. @Sdkb brought up a good point that once we publicize TextMatch more, we may (hopefully!) start seeing many changes, which could make alerts overwhelming or unhelpful. What if rather than a "notification" approach, we implement a page similar to Special:EditChecks where we can see how different wikis have configured TextMatch? This could be a more helpful approach long-term and would still provide the awareness we want, so long as we check it.

Apr 13 2026, 7:58 PM · Editing-team (Editing-current-Q4-8Jun-19Jun-2026), EditCheck, VisualEditor Suggestion Mode
medelius claimed T407664: Support regex queries in TextMatchEditCheck.
Apr 13 2026, 4:31 PM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor
medelius updated the task description for T419447: Instrument performance monitoring for Edit Checks and Suggestions.
Apr 13 2026, 3:39 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck
medelius added a comment to T419447: Instrument performance monitoring for Edit Checks and Suggestions.

Documenting the metrics we've decided on:

  • time to generate actions, sync and async, on a per-check level; computed each time the checks are run and tracked for a randomly selected 1% of sessions
  • an aggregate of typing lags (avg, p50, p95, max) for each session
Apr 13 2026, 3:36 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck

Apr 12 2026

medelius closed T421548: [SPIKE] Investigate Check/Suggestion errors that prevent them from being shown as Resolved.
Apr 12 2026, 7:16 AM · OKR-Work, EditCheck, VisualEditor Suggestion Mode, Editing-team (Editing-Q4-30Mar-10Apr-2026)
medelius updated the task description for T421548: [SPIKE] Investigate Check/Suggestion errors that prevent them from being shown.
Apr 12 2026, 7:13 AM · OKR-Work, EditCheck, VisualEditor Suggestion Mode, Editing-team (Editing-Q4-30Mar-10Apr-2026)
medelius added a comment to T421548: [SPIKE] Investigate Check/Suggestion errors that prevent them from being shown.

Ok, I've filed T423021 for TextMatch and T423022 for RequiredTemplateParams.

Apr 12 2026, 7:09 AM · OKR-Work, EditCheck, VisualEditor Suggestion Mode, Editing-team (Editing-Q4-30Mar-10Apr-2026)
medelius created T423022: Support redirect template titles in RequiredTemplateParam edit check.
Apr 12 2026, 6:06 AM · Skipped QA, Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), VisualEditor Suggestion Mode, EditCheck
medelius created T423021: Improve handling of import failures in TextMatch edit check.
Apr 12 2026, 6:02 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Editing-team (Editing-Q4-13Apr-24Apr-2026), VisualEditor Suggestion Mode, EditCheck

Apr 10 2026

medelius added a comment to T421548: [SPIKE] Investigate Check/Suggestion errors that prevent them from being shown.

Ok, I did some digging. Here's a summary of my observations so far. I'll continue to dig today/tomorrow.

Apr 10 2026, 10:01 PM · OKR-Work, EditCheck, VisualEditor Suggestion Mode, Editing-team (Editing-Q4-30Mar-10Apr-2026)

Apr 6 2026

medelius claimed T421548: [SPIKE] Investigate Check/Suggestion errors that prevent them from being shown.
Apr 6 2026, 5:09 PM · OKR-Work, EditCheck, VisualEditor Suggestion Mode, Editing-team (Editing-Q4-30Mar-10Apr-2026)

Apr 1 2026

medelius updated the task description for T419447: Instrument performance monitoring for Edit Checks and Suggestions.
Apr 1 2026, 8:05 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck

Mar 26 2026

medelius moved T419447: Instrument performance monitoring for Edit Checks and Suggestions from Ready to Be Worked On to Doing on the Editing-team (Editing-18Mar-27Mar-2026) board.
Mar 26 2026, 5:01 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck

Mar 25 2026

medelius claimed T419447: Instrument performance monitoring for Edit Checks and Suggestions.
Mar 25 2026, 5:21 PM · Editing-team (Editing-Q4-13Apr-24Apr-2026), MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Editing QA, OKR-Work, VisualEditor Suggestion Mode, EditCheck

Mar 24 2026

medelius closed T420381: Enable filtering by wiki within the "Edit check: suggestions" superset dashboard, a subtask of T404600: [MILESTONE] Run controlled experiment of Suggestion Mode MVP, as Resolved.
Mar 24 2026, 1:39 AM · Editing-team (Editing-Q4-27Apr-8May-2026), OKR-Work (WE1 FY2025-26), VisualEditor Suggestion Mode, VisualEditor, EditCheck
medelius closed T420381: Enable filtering by wiki within the "Edit check: suggestions" superset dashboard as Resolved.
Mar 24 2026, 1:38 AM · VisualEditor Suggestion Mode, OKR-Work, Editing-team (Editing-18Mar-27Mar-2026)

Mar 23 2026

medelius moved T409991: Clicking on Revise clears the check from the pre-save button keeps the same check it in the mid-edit from Code Review to QA on the Editing-team (Editing-18Mar-27Mar-2026) board.
Mar 23 2026, 11:33 PM · Verified, MW-1.46-notes (1.46.0-wmf.21; 2026-03-24), OKR-Work, EditCheck

Mar 20 2026

medelius moved T409991: Clicking on Revise clears the check from the pre-save button keeps the same check it in the mid-edit from Doing to Code Review on the Editing-team (Editing-18Mar-27Mar-2026) board.
Mar 20 2026, 12:16 AM · Verified, MW-1.46-notes (1.46.0-wmf.21; 2026-03-24), OKR-Work, EditCheck

Mar 18 2026

medelius created T420503: Investigate feasibility of limiting number of suggestions shown.
Mar 18 2026, 5:50 PM · VisualEditor Suggestion Mode, EditCheck

Mar 17 2026

medelius claimed T420381: Enable filtering by wiki within the "Edit check: suggestions" superset dashboard.
Mar 17 2026, 7:26 PM · VisualEditor Suggestion Mode, OKR-Work, Editing-team (Editing-18Mar-27Mar-2026)
medelius moved T379444: Update Vector 2022 to support disabling right rail for certain editor workflows from Code Review to QA on the Editing-team (Editing-18Mar-27Mar-2026) board.
Mar 17 2026, 6:15 PM · Verified, MW-1.46-notes (1.46.0-wmf.21; 2026-03-24), Editing-team (Editing-18Mar-27Mar-2026), Patch-For-Review, Readers Essential Work, Vector 2022, VisualEditor, EditCheck
medelius claimed T409991: Clicking on Revise clears the check from the pre-save button keeps the same check it in the mid-edit.
Mar 17 2026, 6:14 PM · Verified, MW-1.46-notes (1.46.0-wmf.21; 2026-03-24), OKR-Work, EditCheck
medelius moved T409991: Clicking on Revise clears the check from the pre-save button keeps the same check it in the mid-edit from Decisions to be made to Doing on the Editing-team (Editing-18Mar-27Mar-2026) board.
Mar 17 2026, 6:14 PM · Verified, MW-1.46-notes (1.46.0-wmf.21; 2026-03-24), OKR-Work, EditCheck
medelius edited projects for T409991: Clicking on Revise clears the check from the pre-save button keeps the same check it in the mid-edit, added: Editing-team (Editing-18Mar-27Mar-2026), OKR-Work; removed Editing-team (Kanban Board).
Mar 17 2026, 6:13 PM · Verified, MW-1.46-notes (1.46.0-wmf.21; 2026-03-24), OKR-Work, EditCheck
medelius edited projects for T409991: Clicking on Revise clears the check from the pre-save button keeps the same check it in the mid-edit, added: Editing-team (Kanban Board); removed Editing-team (Editing-18Mar-27Mar-2026), OKR-Work.

Peter, I was with you at first, but @DLynch gave me some helpful context:

Mar 17 2026, 6:00 PM · Verified, MW-1.46-notes (1.46.0-wmf.21; 2026-03-24), OKR-Work, EditCheck
medelius edited projects for T407664: Support regex queries in TextMatchEditCheck, added: Editing-team (Editing-18Mar-27Mar-2026); removed Editing-team (Planning).
Mar 17 2026, 5:58 AM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor
medelius placed T407664: Support regex queries in TextMatchEditCheck up for grabs.
Mar 17 2026, 5:58 AM · Patch-For-Review, MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Editing-team (Editing-Q4-27Apr-8May-2026), VisualEditor Suggestion Mode, EditCheck, VisualEditor