Page MenuHomePhabricator

zoe
User

Projects

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Monday

  • Clear sailing ahead.

User Details

User Since
Mar 19 2024, 1:07 PM (14 w, 3 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Zoe-WMF [ Global Accounts ]

Recent Activity

Mon, Jun 24

zoe added a comment to T360058: Enable performing conflict resolution in VisualEditor.

@dchan and I built live merge, as noted above. I've worked out how to add things to toolbars, with my main difficulty having been that the package I'd put the code in didn't load before the toolbar was constructed. I've learned about InputWidget which simplified my dialog code and I've now got a dialog that changes a message depending on the user's input. Now to simply (!) wire that up to the diff mechanisms. The main issue I'm anticipating here is working out the linkage between the MW code and the VE code: I think I need to pass the various documents as arguments.

Mon, Jun 24, 9:39 AM · Patch-For-Review, Editing-team (Kanban Board), VisualEditor

Tue, Jun 18

zoe added a comment to T367739: Section heading link suggestions should update when headings are added/edited.

Finding the current section headings is also done in ve.ui.MWTocWidget.js, which might be a useful place to start

Tue, Jun 18, 2:36 PM · VisualEditor
VPuffetMichel awarded T360058: Enable performing conflict resolution in VisualEditor a Party Time token.
Tue, Jun 18, 1:00 PM · Patch-For-Review, Editing-team (Kanban Board), VisualEditor

Mon, Jun 17

zoe added a comment to T360058: Enable performing conflict resolution in VisualEditor.

This week I've worked out to highlight text inline and spent some time learning how dialogs are built in OOUI

Mon, Jun 17, 9:23 AM · Patch-For-Review, Editing-team (Kanban Board), VisualEditor

Thu, Jun 13

zoe added a comment to T367066: Bring word list checks into the client in order to provide live feedback in VisualEditor.

@dchan and I investigated the current codebase. We experimented with ve.dm.Document#findText and found that the performance was perfectly acceptable on a dev laptop (big caveat!) with a 1000-word regex and one of the largest articles on wikipedia and another large article. We still need to try this on a more constrained device.

Thu, Jun 13, 2:02 PM · EditCheck, VisualEditor-DataModel, VisualEditor

Mon, Jun 10

zoe created T367087: Add a mode to VE that shows session changes inline.
Mon, Jun 10, 4:43 PM · VisualEditor
zoe created T367066: Bring word list checks into the client in order to provide live feedback in VisualEditor.
Mon, Jun 10, 2:46 PM · EditCheck, VisualEditor-DataModel, VisualEditor
zoe added a comment to T360058: Enable performing conflict resolution in VisualEditor.

The current status is I've worked out how to load various revisions into the codebase and how to do a diff between them. I'm currently pursuing two lines of enquiry: working out how to get a VisualDiff object (or something upstream from that) into a ve.dm.Change format, and building a dialog that allows diffs against various targets, such as between the user's changes and the base document, between the base document and the current version on wiki, and so on. The objective at this point remains getting enough of this corner of this codebase into my head as to be useful, do not expect this ticket to be closed quickly.

Mon, Jun 10, 10:29 AM · Patch-For-Review, Editing-team (Kanban Board), VisualEditor

May 20 2024

zoe added a comment to T334513: Code block dialog should not close on Escape if there are unsaved changes.

I have confirmed that it was doing this because I introduced a bug and then didn't catch it before submitting the change for QA. Sorry about that.

May 20 2024, 6:03 PM · Verified, MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), Editing-team (Kanban Board), VisualEditor
zoe added a comment to T334513: Code block dialog should not close on Escape if there are unsaved changes.

Good catch – definitely not intended behaviour to prevent the dialog from closing in edit mode if the user has not made a change. I'll investigate why it's doing this.

May 20 2024, 5:19 PM · Verified, MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), Editing-team (Kanban Board), VisualEditor
zoe claimed T360058: Enable performing conflict resolution in VisualEditor.
May 20 2024, 9:28 AM · Patch-For-Review, Editing-team (Kanban Board), VisualEditor

May 16 2024

zoe added a comment to T363992: Media dialog layout broken.

It's just a beta issue – apparently nobody's actively maintaining it. I fired up a patchdemo and was able to upload an image just fine.

May 16 2024, 3:33 PM · Verified, MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor-MediaWiki-Media, Editing-team (Kanban Board), Regression, VisualEditor-MediaWiki, VisualEditor
zoe added a comment to T365116: Image uploads appear to be broken on the beta cluster specifically.

Whoops, I didn't mean to give it such an alarming title. I should proofread better, sorry about that.

May 16 2024, 9:37 AM · Commons, Beta-Cluster-Infrastructure
zoe renamed T365116: Image uploads appear to be broken on the beta cluster specifically from Image uploads appear to be broken to Image uploads appear to be broken on the beta cluster specifically.
May 16 2024, 9:34 AM · Commons, Beta-Cluster-Infrastructure
zoe created T365116: Image uploads appear to be broken on the beta cluster specifically.
May 16 2024, 9:34 AM · Commons, Beta-Cluster-Infrastructure

May 15 2024

zoe added a comment to T363992: Media dialog layout broken.

I've not been able to reproduce on the main branch so it might be environmental?

May 15 2024, 9:36 AM · Verified, MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor-MediaWiki-Media, Editing-team (Kanban Board), Regression, VisualEditor-MediaWiki, VisualEditor

May 14 2024

zoe added a comment to T363992: Media dialog layout broken.

Thanks for double checking… I was hoping it would just be transient.

May 14 2024, 5:24 PM · Verified, MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor-MediaWiki-Media, Editing-team (Kanban Board), Regression, VisualEditor-MediaWiki, VisualEditor

May 13 2024

zoe added a comment to T363992: Media dialog layout broken.

I'm having trouble reproing so I'm not sure how to proceed. I'll have another go in a couple days.

May 13 2024, 5:43 PM · Verified, MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor-MediaWiki-Media, Editing-team (Kanban Board), Regression, VisualEditor-MediaWiki, VisualEditor

May 7 2024

zoe added a comment to T364419: Likely race condition in MWMediaDialog.

Oddly, hitting "F8" or closing the source code editor doesn't cause this bug whereas clicking "resume script execution" does. I'm now not sure it's not a browser bug instead.

May 7 2024, 6:33 PM · VisualEditor, Editing-team (Kanban Board), VisualEditor-MediaWiki, VisualEditor-MediaWiki-Media
zoe updated the task description for T364419: Likely race condition in MWMediaDialog.
May 7 2024, 6:32 PM · VisualEditor, Editing-team (Kanban Board), VisualEditor-MediaWiki, VisualEditor-MediaWiki-Media
zoe created T364419: Likely race condition in MWMediaDialog.
May 7 2024, 6:29 PM · VisualEditor, Editing-team (Kanban Board), VisualEditor-MediaWiki, VisualEditor-MediaWiki-Media
zoe added a comment to T362015: Redirected to file upload when trying to select another file in visual editor.

I've also confirmed this. I just worked on another bug in the media viewer and found (by forgetting to bring my mediawiki instance back to the present!) that this is a relatively recent regression.

May 7 2024, 5:43 PM · Verified, MW-1.43-notes (1.43.0-wmf.5; 2024-05-14), VisualEditor-MediaWiki, VisualEditor-MediaWiki-Media, Editing-team (Kanban Board), VisualEditor
zoe changed the status of T362015: Redirected to file upload when trying to select another file in visual editor from Open to In Progress.
May 7 2024, 5:43 PM · Verified, MW-1.43-notes (1.43.0-wmf.5; 2024-05-14), VisualEditor-MediaWiki, VisualEditor-MediaWiki-Media, Editing-team (Kanban Board), VisualEditor
zoe closed T362333: Instruct developers to set FIREFOX_BIN environment as Resolved.
May 7 2024, 12:51 PM · MW-1.43-notes (1.43.0-wmf.3; 2024-04-30), VisualEditor

May 2 2024

zoe changed the status of T363992: Media dialog layout broken from Open to In Progress.
May 2 2024, 5:49 PM · Verified, MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor-MediaWiki-Media, Editing-team (Kanban Board), Regression, VisualEditor-MediaWiki, VisualEditor

May 1 2024

zoe changed the status of T334513: Code block dialog should not close on Escape if there are unsaved changes from Open to In Progress.
May 1 2024, 1:47 PM · Verified, MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), Editing-team (Kanban Board), VisualEditor

Apr 29 2024

zoe added a comment to T334513: Code block dialog should not close on Escape if there are unsaved changes.

I have a patch ready for this specific plugin. However, it made sense to move this change over to the VE codebase such that any plugin that creates a dialog can benefit from the check for unsaved changes. I'll be submitting that shortly for feedback.

Apr 29 2024, 10:52 AM · Verified, MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), Editing-team (Kanban Board), VisualEditor

Apr 18 2024

zoe claimed T334513: Code block dialog should not close on Escape if there are unsaved changes.
Apr 18 2024, 9:32 AM · Verified, MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), Editing-team (Kanban Board), VisualEditor

Apr 11 2024

zoe created T362333: Instruct developers to set FIREFOX_BIN environment.
Apr 11 2024, 2:27 PM · MW-1.43-notes (1.43.0-wmf.3; 2024-04-30), VisualEditor

Mar 25 2024

zoe added a member for Editing-team: zoe.
Mar 25 2024, 1:42 PM

Mar 21 2024

zoe updated the task description for T360639: Grant Access to ldap/WMF for zoe.
Mar 21 2024, 2:09 PM · Patch-For-Review, SRE, LDAP-Access-Requests
zoe created T360639: Grant Access to ldap/WMF for zoe.
Mar 21 2024, 2:07 PM · Patch-For-Review, SRE, LDAP-Access-Requests

Mar 19 2024

zoe added a watcher for good first task: zoe.
Mar 19 2024, 3:18 PM