Page MenuHomePhabricator

dmaza
User

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Jul 10 2017, 7:20 PM (458 w, 19 h)
Availability
Available
IRC Nick
DMaza
LDAP User
Dmaza
MediaWiki User
DMaza (WMF) [ Global Accounts ]

Recent Activity

Thu, Apr 9

dmaza added a comment to T420977: Have 3d2png work with RoomEnvironment on threejs v162 or migrate to puppeteer if possible..

Hi @dmaza – is this a new feature request for the 3D extension? Please provide a bit more context and we can triage appropriately.

Thu, Apr 9, 2:00 PM · Reader Growth Team, Community-Tech (Sea Lion Squad), 3D

Mon, Mar 23

dmaza updated subscribers of T420977: Have 3d2png work with RoomEnvironment on threejs v162 or migrate to puppeteer if possible..

@hnowlan who would be the right person to talk to about moving away from headless-gl and migrate to puppeteer considering that 3d2png runs on thumbor's image? Not sure if this is at all possible.

Mon, Mar 23, 5:49 PM · Reader Growth Team, Community-Tech (Sea Lion Squad), 3D
dmaza updated subscribers of T420977: Have 3d2png work with RoomEnvironment on threejs v162 or migrate to puppeteer if possible..

@donmccurdy @OpenDEM did you ever get https://github.com/OpenDEM/3D2PNG_GLB_Support to work?

Mon, Mar 23, 5:47 PM · Reader Growth Team, Community-Tech (Sea Lion Squad), 3D
dmaza created T420977: Have 3d2png work with RoomEnvironment on threejs v162 or migrate to puppeteer if possible..
Mon, Mar 23, 5:44 PM · Reader Growth Team, Community-Tech (Sea Lion Squad), 3D

Mar 11 2026

dmaza moved T419711: Update threejs to 162 & match scene setup with 3D extension from Backlog - groomed to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Mar 11 2026, 3:05 PM · Community-Tech (Sea Lion Squad), Patch-For-Review, 3D
dmaza changed the status of T419711: Update threejs to 162 & match scene setup with 3D extension, a subtask of T187844: Support the glTF 2.0 3D file format, from Open to In Progress.
Mar 11 2026, 3:04 PM · Patch-For-Review, Epic, Multimedia, 3D
dmaza changed the status of T419711: Update threejs to 162 & match scene setup with 3D extension from Open to In Progress.
Mar 11 2026, 3:04 PM · Community-Tech (Sea Lion Squad), Patch-For-Review, 3D
dmaza added a subtask for T187844: Support the glTF 2.0 3D file format: T419711: Update threejs to 162 & match scene setup with 3D extension.
Mar 11 2026, 2:58 PM · Patch-For-Review, Epic, Multimedia, 3D
dmaza added a parent task for T419711: Update threejs to 162 & match scene setup with 3D extension: T187844: Support the glTF 2.0 3D file format.
Mar 11 2026, 2:57 PM · Community-Tech (Sea Lion Squad), Patch-For-Review, 3D
dmaza added a comment to T419473: Patchdemo wiki fails to fetch images from commons.

Hrm. Seems like it's not rate limiting.

In fiddling with it in patchdemo a bit, I realize that
https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/QuickInstantCommons/+/d24e4865b1747798d32fffefc33d29e0ac5cec58/src/Hooks.php#73

is coming back with an array of empty arrays on patchdemo, so when it tries to grab the image from commons, the image name is blank.

I wonder if this is related to T299953: Normalize imagelinks table since li_to is used in that query (c.f. https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1248863).

Mar 11 2026, 2:47 PM · Catalyst (PatchDemo)
dmaza created T419711: Update threejs to 162 & match scene setup with 3D extension.
Mar 11 2026, 2:46 PM · Community-Tech (Sea Lion Squad), Patch-For-Review, 3D

Mar 9 2026

dmaza created T419473: Patchdemo wiki fails to fetch images from commons.
Mar 9 2026, 7:54 PM · Catalyst (PatchDemo)
dmaza moved T418403: Create dev enviroment for 3d2png from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Mar 9 2026, 5:33 PM · Patch-For-Review, Community-Tech (Sea Lion Squad), 3D
dmaza changed the status of T419445: Tweak camera controls for a smoother experience from Open to In Progress.
Mar 9 2026, 5:33 PM · MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Community-Tech (Sea Lion Squad), 3D
dmaza created T419445: Tweak camera controls for a smoother experience.
Mar 9 2026, 4:41 PM · MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Community-Tech (Sea Lion Squad), 3D
dmaza added a comment to T416723: STL files are rendered incorrectly by the media viewer 3D extension.

As far as testing the changes, unfortunately the only way is to install a local copy of mediawiki and the 3D extension with it's dependencies.

@Carsten_Steger That's exactly why we created a simple HTML/JS Testviewer. I've added the latest adjustments here: https://opendem.github.io/WikiMediaExtension3D_Test_GLB_Format/stl_test_3_2026.html

The code is available on Github: https://github.com/OpenDEM/WikiMediaExtension3D_Test_GLB_Format
No build is necessary, only a local web server due to CORS issues.
I have added another critical .stl model.

@dmaza If you have time, please take a look at the code to see if I have taken all changes into account correctly. Visually, it looks the same, as far as I can tell.

Mar 9 2026, 2:05 PM · MW-1.46-notes (1.46.0-wmf.19; 2026-03-10), Reader Growth Team, 3D

Mar 6 2026

dmaza added a comment to T416723: STL files are rendered incorrectly by the media viewer 3D extension.

@dmaza Thank you very much for your patch! I would love to test it, but don't know how I could do that. In any event, the code changes in your patch look very good to me. I have one suggestion that could be added to the patch because of your changes. Currently, mmv.3d.js contains the following call (line 45 with your patch applied):
this.camera = new THREE.PerspectiveCamera( 60, dimensions.ratio, 0.001, 500000 );
The huge z range of 0.001 to 500000 leads to a very inefficient use of the precision of the depth buffer. Since your patch scales the models to a much smaller depth range, at least the far value of 500000 of the frustum could be drastically reduced, which should result in better quality depth rendering.

Mar 6 2026, 6:54 PM · MW-1.46-notes (1.46.0-wmf.19; 2026-03-10), Reader Growth Team, 3D
dmaza added a comment to T410211: Specific .stl 3D model displayed incorrectly.

This is a duplicate of T416723: STL files are rendered incorrectly by the media viewer 3D extension. There is a fix awaiting review on the other task

Mar 6 2026, 4:11 PM · Reader Growth Team, 3D
dmaza changed the status of T416723: STL files are rendered incorrectly by the media viewer 3D extension from Open to In Progress.
Mar 6 2026, 4:07 PM · MW-1.46-notes (1.46.0-wmf.19; 2026-03-10), Reader Growth Team, 3D

Feb 26 2026

dmaza changed the status of T401638: Add 'close as duplicate' functionality to the Wishlist from In Progress to Open.
Feb 26 2026, 5:03 PM · MW-1.46-notes (1.46.0-wmf.18; 2026-03-03), Patch-For-Review, MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza changed the status of T416794: Community Wishlist vote ending with a space character fails from In Progress to Open.
Feb 26 2026, 5:03 PM · MW-1.46-notes (1.46.0-wmf.18; 2026-03-03), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests

Feb 25 2026

dmaza added a comment to T345953: [L] 3d2png uses unsupported/unmaintained packages.

I agree. My goal is to follow up with updating to threejs 162, and then see what can be done to move GLB support forward.

@dmaza That sounds great! When it comes to .glb support, we should get together. A few things have already been tried here, which have been documented here: https://commons.wikimedia.org/wiki/Commons:Textured_3D

If I can help with the patch, please let me know.

Feb 25 2026, 6:57 PM · Patch-For-Review, Structured-Data-Backlog (Current Work), Structured Data Engineering, Technical-Debt, Security, 3D
dmaza changed the status of T418403: Create dev enviroment for 3d2png from Open to In Progress.
Feb 25 2026, 6:12 PM · Patch-For-Review, Community-Tech (Sea Lion Squad), 3D
dmaza created T418403: Create dev enviroment for 3d2png.
Feb 25 2026, 6:12 PM · Patch-For-Review, Community-Tech (Sea Lion Squad), 3D

Feb 19 2026

dmaza added a comment to T345953: [L] 3d2png uses unsupported/unmaintained packages.

@dmaza The patch was released over a year ago, so there are bound to be more security vulnerabilities now.

Feb 19 2026, 8:58 PM · Patch-For-Review, Structured-Data-Backlog (Current Work), Structured Data Engineering, Technical-Debt, Security, 3D

Feb 18 2026

dmaza added a comment to T345953: [L] 3d2png uses unsupported/unmaintained packages.

I managed to go from 20 vulnerabilities (2 low, 6 moderate, 12 high) to 12 vulnerabilities (2 low, 3 moderate, 7 high)

npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated kad-memstore@0.0.1: This package is no longer maintained.
npm warn deprecated kad-fs@0.0.4: This package is no longer maintained.
npm warn deprecated rimraf@2.4.5: Rimraf versions prior to v4 are no longer supported
npm warn deprecated lodash.clone@4.5.0: This package is deprecated. Use structuredClone instead.
npm warn deprecated tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated glob@6.0.4: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me

Tested and running with node v18.20.8 locally.

Feb 18 2026, 9:16 PM · Patch-For-Review, Structured-Data-Backlog (Current Work), Structured Data Engineering, Technical-Debt, Security, 3D

Feb 6 2026

dmaza added a comment to T368423: Pagination: Add pagination component to Codex.

@dmaza Should I keep this in progress? Do you think we might go back to it in a future Wishathon?

Feb 6 2026, 5:52 PM · Design-System-Team, Codex

Jan 28 2026

dmaza claimed T415804: Unit test validating votes count on entity pages started failing.
Jan 28 2026, 5:18 PM · MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza created T415804: Unit test validating votes count on entity pages started failing.
Jan 28 2026, 5:18 PM · MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Jan 27 2026

dmaza added a comment to T412437: Remove Accepted status.

AC2 issue is tracked here T415131: Votes should be visible on entities in "Under Review" status

Jan 27 2026, 8:49 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests

Jan 26 2026

dmaza changed the status of T406059: CommunityRequests data and related pages are not deleted when an entity page is deleted from In Progress to Open.
Jan 26 2026, 5:11 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza moved T415131: Votes should be visible on entities in "Under Review" status from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Jan 26 2026, 5:09 PM · MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), Community-Tech (Sea Lion Squad)
dmaza added a comment to T366194: Migrate Community Wishlist to CommunityRequests extension.

@Aklapper Yes, the wishlist extension has replaced the gadget completely and tickets can be archived and codebase can be archived. @dmaza is there anything left in the codebase we might need?

Jan 26 2026, 4:54 PM · Community-Tech (Sea Lion Squad), MW-1.44-notes (1.44.0-wmf.2; 2024-11-05), Patch-For-Review, MW-1.43-notes (1.43.0-wmf.24; 2024-09-24), Epic, MediaWiki-extensions-CommunityRequests, Wishlist intake gadget

Jan 23 2026

dmaza added a comment to T414690: SPIKE Investigate "Make the Chart extension beginner-friendly".

I suggest we focus on editing .chart metadata, and only importing or referencing .tab files (at least initially), and then putting them together via API
A good reference for what I have in mind is this Figma plugin https://pavel-kuligin.gitbook.io/chart/getting-started

Jan 23 2026, 11:56 AM · Patch-For-Review, Chart-Community-Wish-W414, Community-Tech (Sea Lion Squad)

Jan 20 2026

dmaza changed the status of T415131: Votes should be visible on entities in "Under Review" status from Open to In Progress.
Jan 20 2026, 8:50 PM · MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), Community-Tech (Sea Lion Squad)
dmaza claimed T415131: Votes should be visible on entities in "Under Review" status.
Jan 20 2026, 8:50 PM · MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), Community-Tech (Sea Lion Squad)
dmaza created T415131: Votes should be visible on entities in "Under Review" status.
Jan 20 2026, 8:50 PM · MW-1.46-notes (1.46.0-wmf.14; 2026-02-03), Community-Tech (Sea Lion Squad)

Jan 15 2026

dmaza changed the subtype of T414690: SPIKE Investigate "Make the Chart extension beginner-friendly" from "Task" to "Spike".
Jan 15 2026, 3:10 PM · Patch-For-Review, Chart-Community-Wish-W414, Community-Tech (Sea Lion Squad)
dmaza created T414690: SPIKE Investigate "Make the Chart extension beginner-friendly".
Jan 15 2026, 3:01 PM · Patch-For-Review, Chart-Community-Wish-W414, Community-Tech (Sea Lion Squad)

Jan 13 2026

dmaza changed the status of T410810: Add logging to CommunityRequests, a subtask of T406286: Introduce a subscribable "Updates" section to wishes, from In Progress to Open.
Jan 13 2026, 5:19 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Patch-For-Review, Community-Wishlist, MediaWiki-extensions-CommunityRequests
dmaza changed the status of T410810: Add logging to CommunityRequests from In Progress to Open.
Jan 13 2026, 5:19 PM · MW-1.46-notes (1.46.0-wmf.20; 2026-03-17), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza added a comment to T410810: Add logging to CommunityRequests.

@GMikesell-WMF As I'm going thru the Acceptance criteria, I don't see the wording issue you are mentioning on each of the failing tests. Wish creation, Wish status change, Wish focus area change, Focus area creation, Focus area status change are the actions in the drop-down for the Community Requests log-type, it is not a requirement for those exact words to be part of the log text as far as I can see. Am I missing something?

Jan 13 2026, 11:59 AM · MW-1.46-notes (1.46.0-wmf.20; 2026-03-17), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests

Jan 8 2026

dmaza added a comment to T404650: Special:WishlistIntake: Unable to scroll through all Tag options using keyboard navigation (Max: 8 hours).

ping @GMikesell-WMF

Jan 8 2026, 6:46 PM · Community-Tech, MediaWiki-extensions-CommunityRequests
dmaza moved T407349: Display all wishlist parts in current UI language from In Development to QA on the Community-Tech (Sea Lion Squad) board.

@GMikesell-WMF Let me know if this is working as expected now after our discussion a few days ago

Jan 8 2026, 6:25 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Sea Lion Squad), MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), I18n, MediaWiki-extensions-CommunityRequests
dmaza claimed T410810: Add logging to CommunityRequests.

I'll take over since MusikAnimal is on Sabbatical

Jan 8 2026, 6:22 PM · MW-1.46-notes (1.46.0-wmf.20; 2026-03-17), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza added a comment to T406059: CommunityRequests data and related pages are not deleted when an entity page is deleted.
Jan 8 2026, 6:20 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Jan 6 2026

dmaza added a comment to T406059: CommunityRequests data and related pages are not deleted when an entity page is deleted.

I'll take a look at AC1.

Jan 6 2026, 4:05 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Dec 18 2025

dmaza moved T412439: Move "Unsupported" wishes into "Community Opportunity" status from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Dec 18 2025, 5:00 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza moved T412437: Remove Accepted status from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Dec 18 2025, 5:00 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests

Dec 16 2025

dmaza added a comment to T412812: Uncaught TypeError: Cannot read properties of null (reading 'toString') when visiting Special:EditWatchlist.

Thank you @Samwilson

Dec 16 2025, 3:14 PM · Watchlist-Labels, Community-Tech (Fox Squad)

Dec 15 2025

dmaza claimed T412439: Move "Unsupported" wishes into "Community Opportunity" status.
Dec 15 2025, 5:08 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza claimed T412437: Remove Accepted status.
Dec 15 2025, 5:08 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza changed the status of T412439: Move "Unsupported" wishes into "Community Opportunity" status from Open to In Progress.
Dec 15 2025, 5:08 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza changed the status of T412437: Remove Accepted status from Stalled to In Progress.
Dec 15 2025, 5:08 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests

Dec 11 2025

dmaza edited projects for T412437: Remove Accepted status, added: Community-Tech (Sea Lion Squad); removed Community-Tech.
Dec 11 2025, 6:29 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza edited projects for T412439: Move "Unsupported" wishes into "Community Opportunity" status, added: Community-Tech (Sea Lion Squad); removed Community-Tech.
Dec 11 2025, 6:29 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza created T412439: Move "Unsupported" wishes into "Community Opportunity" status.
Dec 11 2025, 6:28 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza changed the status of T412437: Remove Accepted status from Open to Stalled.

T409613 should be worked on first

Dec 11 2025, 6:25 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza created T412437: Remove Accepted status.
Dec 11 2025, 6:24 PM · Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests

Dec 9 2025

dmaza changed the status of T407309: Automatically hide declined wishes from the wish-index from In Progress to Open.
Dec 9 2025, 8:41 PM · MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza changed the status of T408112: Add start/end dates to communityrequests-wishes API from Open to In Progress.
Dec 9 2025, 8:40 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza added a comment to T407309: Automatically hide declined wishes from the wish-index.

@dmaza Where should "Declined" be lowercase since the only time I see it lowercase is in "Edit", as seen in the video? Even clicking on the URL doesn't show any lowercase.

Dec 9 2025, 3:12 PM · MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza claimed T408112: Add start/end dates to communityrequests-wishes API.
Dec 9 2025, 11:32 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza placed T411407: Wish Sorting Bug: One Wish Appears Repeatedly in Ascending Sort and Disappears in Descending Sort up for grabs.
Dec 9 2025, 11:24 AM · MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza added a comment to T411407: Wish Sorting Bug: One Wish Appears Repeatedly in Ascending Sort and Disappears in Descending Sort.

I can't reproduce it locally. We'll revisit later

Dec 9 2025, 11:24 AM · MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Dec 3 2025

dmaza claimed T411407: Wish Sorting Bug: One Wish Appears Repeatedly in Ascending Sort and Disappears in Descending Sort.
Dec 3 2025, 4:11 PM · MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza changed the status of T411407: Wish Sorting Bug: One Wish Appears Repeatedly in Ascending Sort and Disappears in Descending Sort from Open to In Progress.
Dec 3 2025, 4:11 PM · MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza changed the status of T407309: Automatically hide declined wishes from the wish-index from In Progress to Open.
Dec 3 2025, 4:11 PM · MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza added a comment to T407309: Automatically hide declined wishes from the wish-index.

❌ AC2: Confirm that only wishes with the status 'Declined' are shown.

"Declined" should be lowercase, all statuses values are lowercase. If you go to https://meta.wikimedia.beta.wmcloud.org/wiki/Community_Wishlist/Wishes?statuses=declined it works just fine

Dec 3 2025, 4:11 PM · MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza moved T407475: Voting on a focus area does not show success message from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Dec 3 2025, 4:05 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests

Dec 2 2025

dmaza changed the status of T406059: CommunityRequests data and related pages are not deleted when an entity page is deleted from In Progress to Open.
Dec 2 2025, 8:16 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Nov 17 2025

dmaza added a comment to T368423: Pagination: Add pagination component to Codex.

For the overall wish from the community for improved pagination on the special pages, we are now not sure that a Pagination vue component would be what we need.

We might just need HTML elements with codex styles.

https://meta.wikimedia.org/wiki/Community_Wishlist/W186

We could try and do something similar to what was done for HTMLForm "displayFormat" and support the current navigation output and a "codex" looking one? Would that make sense?

Nov 17 2025, 6:26 PM · Design-System-Team, Codex

Nov 10 2025

dmaza added a comment to T368423: Pagination: Add pagination component to Codex.

Thank you @CCiufo-WMF. I wanted to make sure there weren't any known blockers or dependencies before this could be picked on.

Nov 10 2025, 6:58 PM · Design-System-Team, Codex
dmaza added a comment to T368423: Pagination: Add pagination component to Codex.

@CCiufo-WMF We are considering this work as part of our next wishathon. Is there a particular reason why this was moved to the backlog? Is the proposed designs by @bmartinezcalvo good to go as is? Any help on how to move this forward is greatly appreciated. Thanks.

Nov 10 2025, 4:47 PM · Design-System-Team, Codex

Nov 4 2025

dmaza changed the status of T407309: Automatically hide declined wishes from the wish-index from Open to In Progress.
Nov 4 2025, 11:33 AM · MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Nov 3 2025

dmaza moved T407475: Voting on a focus area does not show success message from Backlog - groomed to In Development on the Community-Tech (Sea Lion Squad) board.
Nov 3 2025, 6:30 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza claimed T407475: Voting on a focus area does not show success message.
Nov 3 2025, 6:29 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Sea Lion Squad), MediaWiki-extensions-CommunityRequests
dmaza added a comment to T406279: Unknown wish types show as broken i18n message and does not put page in error category.

@GMikesell-WMF TIL The category is not showing because there is a preference to show/hide hidden categories. Preferences > Appearance > Advance Options > Show hidden categories.

Nov 3 2025, 4:39 PM · MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza added a comment to T406279: Unknown wish types show as broken i18n message and does not put page in error category.

❓ AC1: Confirm that an error message is displayed indicating that the type field is missing or invalid.

Double quotes are indicating empty. I think it's fine considering that this is only on preview mode

Nov 3 2025, 3:59 PM · MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza claimed T407309: Automatically hide declined wishes from the wish-index.
Nov 3 2025, 3:43 PM · MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Oct 24 2025

dmaza added a comment to T407641: wishlistvote API allows you to vote on a wish that is still in review.

Acceptance criteria might be in conflicts with T406670: Automatically add a support vote on behalf of a wish proposer depending on how we solve it. I'll bring it up in other channels.

Oct 24 2025, 10:41 AM · MediaWiki-extensions-CommunityRequests, Community-Tech

Oct 23 2025

dmaza created T408089: Add votes page to watchlist when supporting a wish or focus area.
Oct 23 2025, 10:30 AM · Community-Tech, MediaWiki-extensions-CommunityRequests

Oct 22 2025

dmaza moved T406059: CommunityRequests data and related pages are not deleted when an entity page is deleted from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Oct 22 2025, 8:54 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza moved T406669: Vote count isn't changed to zero when all votes are removed from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Oct 22 2025, 8:53 PM · MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Oct 21 2025

dmaza updated subscribers of T406670: Automatically add a support vote on behalf of a wish proposer.

When a wish is created, make a request to action=wishlistvote on behalf of the user. Leave the comment blank – they'll be able to change it later if they want to.

To be clear, the comment can only be changed by editing the /Votes page or after the status is changed to one that allows voting.

Oct 21 2025, 10:10 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza added a comment to T407777: Vote count on the Wish index page does not match the voting entries on the Wish detail page.

Pretty sure this is related to T406669: Vote count isn't changed to zero when all votes are removed. All of the wishes I tried had already been voted on and the Votes pages exists.

Oct 21 2025, 10:07 AM · MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Oct 16 2025

dmaza moved T406059: CommunityRequests data and related pages are not deleted when an entity page is deleted from In Development to Feedback and Review on the Community-Tech (Sea Lion Squad) board.
Oct 16 2025, 4:15 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Oct 15 2025

dmaza moved T406059: CommunityRequests data and related pages are not deleted when an entity page is deleted from Feedback and Review to In Development on the Community-Tech (Sea Lion Squad) board.
Oct 15 2025, 2:26 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza moved T406279: Unknown wish types show as broken i18n message and does not put page in error category from Feedback and Review to QA on the Community-Tech (Sea Lion Squad) board.
Oct 15 2025, 2:26 PM · MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza updated the task description for T406279: Unknown wish types show as broken i18n message and does not put page in error category.
Oct 15 2025, 2:26 PM · MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Oct 14 2025

dmaza lowered the priority of T406286: Introduce a subscribable "Updates" section to wishes from Medium to Low.
Oct 14 2025, 7:27 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Patch-For-Review, Community-Wishlist, MediaWiki-extensions-CommunityRequests
dmaza moved T406286: Introduce a subscribable "Updates" section to wishes from Backlog - groomed to Ready (prioritized + estimated) on the Community-Tech (Sea Lion Squad) board.
Oct 14 2025, 7:26 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Patch-For-Review, Community-Wishlist, MediaWiki-extensions-CommunityRequests
dmaza moved T407101: CommunityRequests pages contain UNIQ markers when rendered with Parsoid from Backlog - groomed to Ready (prioritized + estimated) on the Community-Tech (Sea Lion Squad) board.
Oct 14 2025, 7:25 PM · Patch-For-Review, Content-Transform-Team, Community-Tech (Sea Lion Squad), Parsoid, Parsoid-Read-Views, MediaWiki-extensions-CommunityRequests
dmaza moved T407193: Votes with newlines in comment are removed when the next person votes from Backlog - groomed to Ready (prioritized + estimated) on the Community-Tech (Sea Lion Squad) board.
Oct 14 2025, 7:25 PM · MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza triaged T401944: Staff Users: Show banner on wish detail pages as Low priority.
Oct 14 2025, 4:52 PM · MediaWiki-extensions-CommunityRequests
dmaza moved T407193: Votes with newlines in comment are removed when the next person votes from Backlog to Voting on the MediaWiki-extensions-CommunityRequests board.
Oct 14 2025, 10:29 AM · MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza triaged T407193: Votes with newlines in comment are removed when the next person votes as High priority.
Oct 14 2025, 10:28 AM · MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)

Oct 10 2025

dmaza changed the status of T406669: Vote count isn't changed to zero when all votes are removed from Open to In Progress.
Oct 10 2025, 3:16 PM · MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza claimed T406669: Vote count isn't changed to zero when all votes are removed.

I'm gonna give a shot at this but I'm not sure how to approach it. We count votes when we render them, so if there are not calls to the parser function the count is just ignored and thus this issue. I think we need special handling for votes pages on onLinksUpdateComplete perhaps? Open to ideas

Oct 10 2025, 3:15 PM · MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)
dmaza added a comment to T406674: Add a new vote-able status that is above "Under review" but before a triaged status.

The statuses are stored in configuration and have unique numerical IDs. This means "Accepted" will have to come last in the config

I might be missing something here. Can't we just store them out of numerical order, and they'll display in the order we want? (See the above patch.)

Oct 10 2025, 2:12 PM · MW-1.45-notes (1.45.0-wmf.22; 2025-10-07), MediaWiki-extensions-CommunityRequests, Community-Tech (Sea Lion Squad)