Page MenuHomePhabricator
Feed All Stories

Jan 14 2022

aishwaryavardhana closed T296694: Mobile designs for function editor v1 as Resolved.
Jan 14 2022, 11:52 PM · Abstract Wikipedia team (Phase η – Generic types), Epic, WikiLambda Front-end
aishwaryavardhana closed T296693: Desktop designs for function editor v1, a subtask of T285418: A way to easily and intuitively create and edit functions, as Resolved.
Jan 14 2022, 11:51 PM · Abstract Wikipedia team, Epic, WikiLambda Front-end
aishwaryavardhana closed T296693: Desktop designs for function editor v1 as Resolved.
Jan 14 2022, 11:51 PM · Abstract Wikipedia team (Phase η – Generic types), Epic, WikiLambda Front-end
Yaron_Koren added a comment to T288526: regular file upload in uploadable field not working.

@rijvirajib - that sounds like a totally different error. What version of Page Forms are you running?

Jan 14 2022, 11:50 PM · MediaWiki-extensions-Page_Forms
Legoktm added a project to T299244: Deleted pages are not being removed from links tables, which also messes up category counts: Wikimedia-Incident.
14:48:02 <taavi> this incident probably deserves a post-mortem for our response, I don't think the time it took us to respond is acceptable nor is the fact that the patch authors aren't available and I don't know who to escalate this to
Jan 14 2022, 11:47 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
rijvirajib added a comment to T288526: regular file upload in uploadable field not working.

Also on a MW 1.35 instance with REL_135 checked out.
Error with $this-> in getInitialPageText which should be using wfMessage

Jan 14 2022, 11:43 PM · MediaWiki-extensions-Page_Forms
Dmantena added a comment to T268279: Display issues with math articles in dark & black mode.

Additional user report via Znuny: https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom;TicketID=12063191

Jan 14 2022, 11:42 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog, Wikipedia-Android-App-Backlog
Mpaa closed T298848: Unrecognized parameter for query continue for proofreadpagesinindex (gprppiifrom vs gprppiicontinue) as Resolved.
Jan 14 2022, 11:42 PM · MW-1.38-notes (1.38.0-wmf.17; 2022-01-10), ProofreadPage
Mpaa added a comment to T298848: Unrecognized parameter for query continue for proofreadpagesinindex (gprppiifrom vs gprppiicontinue).

@Inductiveload , yes I agree.

Jan 14 2022, 11:42 PM · MW-1.38-notes (1.38.0-wmf.17; 2022-01-10), ProofreadPage
Legoktm added a comment to T299244: Deleted pages are not being removed from links tables, which also messes up category counts.

The above patch is reverts of 682aad7557ebb09c2aefa84d2c0c1f6c87ea5b76 87d8ccbd3e5280582a1bd60771b821ee5bbc95a7 1aecb692f64b3166cbaf1a7de9d85790ebc8759f d3b2b800678e91fd1a6177d80fde790c9006d423 squashed into one.

Jan 14 2022, 11:42 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
gerritbot added a project to T299244: Deleted pages are not being removed from links tables, which also messes up category counts: Patch-For-Review.
Jan 14 2022, 11:38 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
gerritbot added a comment to T299244: Deleted pages are not being removed from links tables, which also messes up category counts.

Change 754046 had a related patch set uploaded (by Legoktm; author: Legoktm):

[mediawiki/core@wmf/1.38.0-wmf.17] Revert \"LinksUpdate refactor\" and follow-ups

https://gerrit.wikimedia.org/r/754046

Jan 14 2022, 11:38 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
Jdforrester-WMF added a comment to T299244: Deleted pages are not being removed from links tables, which also messes up category counts.

Some quick thoughts on eyeballing the code:

  • The issue is presumably coming from LinksTable::getFromConds() line 353: return [ $this->getFromField() => $this->getSourcePageId() ];
  • LinksTable::getSourcePageId() line 276 returns the getId() of the private PageIdentity $sourcePage
  • LinksTable::injectBaseDependencies() is meant to set $sourcePage, and is meant to be called by the factory on instantiation.
  • But the call to PageIdentity::getId() in practice will be routed to a Title::getArticleID()
  • Title::getArticleID() line 2871 calls Title::getFieldFromPageStore() without any special flags, and casts its return to an instantiation
  • Title::getFieldFromPageStore() line 4113 returns false if the page doesn't exist, which will include when it's just been deleted?
Jan 14 2022, 11:36 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
DVrandecic added a comment to T299198: Echo of user-created type Positive Integer fails on trying to generate a validator.

This seems to work on the backend, though. I.e. if I run this through the API, http://localhost:8080/w/api.php?action=wikilambda_function_call&format=json&wikilambda_function_call_zobject=%7B%0A%09%22Z1K1%22%3A%20%22Z7%22%2C%0A%09%22Z7K1%22%3A%20%22Z801%22%2C%0A%09%22Z801K1%22%3A%20%22Z10112%22%0A%7D%0A - I get a good answer.

Jan 14 2022, 11:32 PM · Abstract Wikipedia team (Phase η – Generic types), function-orchestrator
cooltey added a comment to T296753: Implement Customizable Toolbar and update PageActivity.

All done and the APK with updated changes is ready for download.

Jan 14 2022, 11:31 PM · Wikipedia-Android-App-Backlog (Android Release - FY2023-24)
Mpaa added projects to T299264: replace.py: exceptions in user-fixex.py are not compiled according to 'regex' key in fix: Pywikibot, Pywikibot-replace.py.
Jan 14 2022, 11:30 PM · Pywikibot-replace.py, Pywikibot
Mpaa created T299264: replace.py: exceptions in user-fixex.py are not compiled according to 'regex' key in fix.
Jan 14 2022, 11:29 PM · Pywikibot-replace.py, Pywikibot
Etonkovidova added a comment to T295607: [L] The default filter i.e. "All" is missing the Select state..

The BLUE is set to indicate that the item is currently on focus not that it is selected.

The reason why they worked differently is that the first few dropdown are "preselecting" the first item as the Default, but the last one actually has a value of "reference" set..

So to summarise, the first few values show ALL as the default, while the last one has the actual value "Reference" set. Happy to change if you want them aligned, but I wanted you guys to know the main difference for this

I agree - "All" option is not actually selected, so then the blue font is probably not needed. I asked only to verify that we ok with the current design.

Jan 14 2022, 11:25 PM · MW-1.38-notes (1.38.0-wmf.21; 2022-02-07), Patch-For-Review, Structured-Data-Backlog (Current Work), SDAW-MediaSearch
mmodell added a comment to T293958: 1.38.0-wmf.17 deployment blockers.

So we don't currently have a fix for T299244 but we also aren't comfortable reverting the branch at this point due to several complex changes that landed this week. The people who wrote the code aren't around and neither are any release engineers (I have to leave shortly)

Jan 14 2022, 11:22 PM · Patch-For-Review, Release-Engineering-Team (Next), Release, Train Deployments
Pppery created T299263: Archive the News extension.
Jan 14 2022, 11:22 PM · User-Kizule, MediaWiki-extensions-News, translatewiki.net, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
RKemper moved T299177: Fix package dependency error on elasticsearch puppet config from Incoming to Needs Reporting on the Discovery-Search (Current work) board.

elastic2051 came up fine after the new re-image

Jan 14 2022, 11:18 PM · Patch-For-Review, Discovery-Search (Current work)
Pppery created T299262: Archive the BlockAndNuke extension.
Jan 14 2022, 11:18 PM · User-Kizule, MediaWiki-extensions-BlockAndNuke, translatewiki.net, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
RKemper moved T298674: Degraded RAID on elastic2051 from Incoming to Needs Reporting on the Discovery-Search (Current work) board.

Re-image is complete

Jan 14 2022, 11:15 PM · Discovery-Search (Current work), Patch-For-Review, SRE, ops-codfw
RKemper closed T298674: Degraded RAID on elastic2051 as Resolved.
Jan 14 2022, 11:15 PM · Discovery-Search (Current work), Patch-For-Review, SRE, ops-codfw
Pppery created T299261: Archive the BreadCrumbs extension.
Jan 14 2022, 11:14 PM · User-Kizule, MediaWiki-extensions-BreadCrumbs, translatewiki.net, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Jdforrester-WMF added a comment to T289322: Pre-launch security review of Wikifunctions.

Thanks! Addressing some of these dated dependencies in a patch for eslint* and one for mediawiki-wdio (and one for stylelint-config-wikimedia that's waiting on getting a new release out).

Jan 14 2022, 11:12 PM · user-sbassett, Application Security Reviews, secscrum, Abstract Wikipedia team (Phase λ – Launch)
RKemper triaged T298674: Degraded RAID on elastic2051 as Medium priority.
Jan 14 2022, 11:12 PM · Discovery-Search (Current work), Patch-For-Review, SRE, ops-codfw
Pppery removed a project from T299260: Archive the BreadCrumbs2 extension: Other-skins.
Jan 14 2022, 11:11 PM · translatewiki.net, MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Pppery created T299260: Archive the BreadCrumbs2 extension.
Jan 14 2022, 11:11 PM · translatewiki.net, MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Jdforrester-WMF claimed T298482: Add vue 3 required comment on all vue components to fix eslint.
Jan 14 2022, 11:07 PM · Abstract Wikipedia team (Phase κ – Clean-up)
gerritbot added a project to T298482: Add vue 3 required comment on all vue components to fix eslint: Patch-For-Review.
Jan 14 2022, 11:07 PM · Abstract Wikipedia team (Phase κ – Clean-up)
ops-monitoring-bot added a comment to T298674: Degraded RAID on elastic2051.

Cookbook cookbooks.sre.hosts.reimage started by ryankemper@cumin2002 for host elastic2051.codfw.wmnet with OS stretch completed:

  • elastic2051 (WARN)
    • Downtimed on Icinga
    • Disabled Puppet
    • Removed from Puppet and PuppetDB if present
    • Deleted any existing Puppet certificate
    • Removed from Debmonitor if present
    • Forced PXE for next reboot
    • Host rebooted via IPMI
    • Host up (Debian installer)
    • Host up (new fresh stretch OS)
    • Generated Puppet certificate
    • Signed new Puppet certificate
    • Run Puppet in NOOP mode to populate exported resources in PuppetDB
    • Found Nagios_host resource for this host in PuppetDB
    • Downtimed the new host on Icinga
    • First Puppet run completed and logged in /var/log/spicerack/sre/hosts/reimage/202201142226_ryankemper_2294794_elastic2051.out
    • Checked BIOS boot parameters are back to normal
    • Rebooted
    • Automatic Puppet run was successful
    • Forced a re-check of all Icinga services for the host
    • Icinga status is not optimal, downtime not removed
    • Updated Netbox data from PuppetDB
Jan 14 2022, 11:07 PM · Discovery-Search (Current work), Patch-For-Review, SRE, ops-codfw
gerritbot added a comment to T298482: Add vue 3 required comment on all vue components to fix eslint.

Change 754044 had a related patch set uploaded (by Jforrester; author: Jforrester):

[mediawiki/extensions/WikiLambda@master] build: Upgrade eslint-config-wikimedia to 0.21.0 and make pass

https://gerrit.wikimedia.org/r/754044

Jan 14 2022, 11:07 PM · Abstract Wikipedia team (Phase κ – Clean-up)
Pppery created T299259: Archive the Blackout extension.
Jan 14 2022, 11:07 PM · User-Kizule, MediaWiki-extensions-Blackout, translatewiki.net, MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender added a comment to T299244: Deleted pages are not being removed from links tables, which also messes up category counts.

The LinksUpdate lost the page id to work on:

Jan 14 2022, 11:06 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
STran moved T256529: RTL usernames can be incorrectly placed in the current investigation header [S] from Triage/To be Estimated to The Letter Song on the Anti-Harassment board.
Jan 14 2022, 11:05 PM · MW-1.38-notes (1.38.0-wmf.19; 2022-01-24), Anti-Harassment (The Letter Song), I18n, RTL, CheckUser
STran renamed T256529: RTL usernames can be incorrectly placed in the current investigation header [S] from RTL usernames can be incorrectly placed in the current investigation header to RTL usernames can be incorrectly placed in the current investigation header [S].
Jan 14 2022, 11:05 PM · MW-1.38-notes (1.38.0-wmf.19; 2022-01-24), Anti-Harassment (The Letter Song), I18n, RTL, CheckUser
STran renamed T255276: Replace UserManager with UserFactory in CheckUser from Remove UserManager from CheckUser to Remove UserManager from CheckUser [M].
Jan 14 2022, 11:05 PM · Anti-Harassment (AHaT Sprint 2: The Pork Pie), MW-1.38-notes (1.38.0-wmf.25; 2022-03-07)
STran moved T298942: Fix clipping of icon for IPInfo popups when language is set to ar [S] from Pre-estimation/Triage to The Letter Song on the Anti-Harassment board.
Jan 14 2022, 11:05 PM · MW-1.38-notes (1.38.0-wmf.19; 2022-01-24), Anti-Harassment (The Letter Song), Design, IP Info
STran moved T255276: Replace UserManager with UserFactory in CheckUser from Triage/To be Estimated to The Letter Song on the Anti-Harassment board.
Jan 14 2022, 11:05 PM · Anti-Harassment (AHaT Sprint 2: The Pork Pie), MW-1.38-notes (1.38.0-wmf.25; 2022-03-07)
STran renamed T298942: Fix clipping of icon for IPInfo popups when language is set to ar [S] from Fix clipping of icon for IPInfo popups on ar and arz wikis to Fix clipping of icon for IPInfo popups on ar and arz wikis [S].
Jan 14 2022, 11:04 PM · MW-1.38-notes (1.38.0-wmf.19; 2022-01-24), Anti-Harassment (The Letter Song), Design, IP Info
Pppery created T299258: Archive the CharRangeSpan extension.
Jan 14 2022, 11:03 PM · User-Kizule, translatewiki.net, MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Pppery created T299257: Archive the BaseHooks extension.
Jan 14 2022, 11:00 PM · User-Kizule, translatewiki.net, MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
TheDJ added a comment to T248418: Roll out videojs as the only video/audio player on all Wikimedia wikis.

I just noticed that SDAW-MediaSearch rolls its own initialization of videojs ...
https://github.com/wikimedia/mediawiki-extensions-MediaSearch/blob/766df4ed1ea586d98ff7b9838c3c7e78e62ebdb6/resources/components/base/Player.vue#L48

Jan 14 2022, 10:59 PM · User-notice-archive, User-Ladsgroup, Patch-For-Review, Web-Team-Backlog, Wikimedia-Site-requests, VideoJS player, Performance-Team (Radar), Multimedia, Video
bking closed T299151: Ban elastic2035 from prod elastic clusters as Resolved.
Jan 14 2022, 10:58 PM · Discovery-ARCHIVED
ppelberg renamed T299256: Consider revising the language we use in the interface to refer to pinging from Consider revising the language we use in the interface for pinging to Consider revising the language we use in the interface to refer to pinging.
Jan 14 2022, 10:58 PM · DiscussionTools
bking added a comment to T299151: Ban elastic2035 from prod elastic clusters.

Banned elastic2035 and elastic2051 (which was already broken) via the following commands:

Jan 14 2022, 10:58 PM · Discovery-ARCHIVED
ppelberg created T299256: Consider revising the language we use in the interface to refer to pinging.
Jan 14 2022, 10:56 PM · DiscussionTools
Josve05a added a project to T299160: ATS 502 on uploading non-small files: MediaWiki-Uploading.
Jan 14 2022, 10:50 PM · MediaWiki-Uploading, Traffic
Mayakp.wiki added a comment to T298578: Update readers, editors, and content dashboards in Superset to reflect proper dates.

@kzimmerman Here are the changes Ive done after the last update:

  • Have a standalone filter for the time range
  • Section on the top with an Overview of the dashboard. With a statement that the dashboard filter and that it applies to all the charts in the dashboard
  • Update “This dashboard is maintained by Maya Kampurath, Product Analytics. If you have questions or feedback please email @wikimedia.org or product-analytics@wikimedia.org”
  • Change the default start to "Last July 1st"
  • Remove any titles in charts that specify fiscal years
Jan 14 2022, 10:50 PM · Product-Analytics (Kanban)
gerritbot added a project to T291405: [NFS] Reduce or eliminate bare-metal NFS servers: Patch-For-Review.
Jan 14 2022, 10:49 PM · cloud-services-team
gerritbot added a comment to T291405: [NFS] Reduce or eliminate bare-metal NFS servers.

Change 754043 had a related patch set uploaded (by Andrew Bogott; author: Andrew Bogott):

[operations/puppet@production] cloud-vps nfsclient: switch to using the VM-hosted scratch NFS server

https://gerrit.wikimedia.org/r/754043

Jan 14 2022, 10:49 PM · cloud-services-team
MRamirez_WMF closed T299254: Receiving bounce-back messages for returning contractor's address as Resolved.
Jan 14 2022, 10:48 PM · Infrastructure-Foundations, Mail
ppelberg updated the task description for T299255: Add clearer helper text to New Discussion Tool's text fields.
Jan 14 2022, 10:48 PM · DiscussionTools
MRamirez_WMF added a comment to T299254: Receiving bounce-back messages for returning contractor's address.

Looks like removing and re-assigning access did the trick. This can be closed.

Jan 14 2022, 10:48 PM · Infrastructure-Foundations, Mail
taavi added a comment to T299244: Deleted pages are not being removed from links tables, which also messes up category counts.

I can reproduce this locally, git bisect says this is caused by the linksupdate refactor (https://gerrit.wikimedia.org/r/c/mediawiki/core/+/743278). The patch doesn't seem to revert cleanly on master. I'm not really sure how to debug this component, sticking var_dump( 'here' ); die();s to functions that seem relevant seems to have no effect.

Jan 14 2022, 10:46 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
Maintenance_bot added a project to T299252: Error in Module:Wd : Wikidata.
Jan 14 2022, 10:45 PM · Wikidata
ppelberg moved T299255: Add clearer helper text to New Discussion Tool's text fields from Backlog to Existing Feature Improvements on the DiscussionTools board.
Jan 14 2022, 10:44 PM · DiscussionTools
ppelberg created T299255: Add clearer helper text to New Discussion Tool's text fields.
Jan 14 2022, 10:44 PM · DiscussionTools
Umherirrender updated subscribers of T299244: Deleted pages are not being removed from links tables, which also messes up category counts.

The update of the category table (for the counters) and also the deletion from categorylinks is not done.

Jan 14 2022, 10:42 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
instance-puppet-user <root@wmflabs.org> committed rCLIP377e9d97953b: Horizon auto commit for user andrew (authored by Andrew).
Horizon auto commit for user andrew
Jan 14 2022, 10:40 PM
instance-puppet-user <root@wmflabs.org> committed rCLIP6cec025ad1ab: Horizon auto commit for user andrew (authored by Andrew).
Horizon auto commit for user andrew
Jan 14 2022, 10:40 PM
LGoto added a comment to T279702: Suggestededit-add_1.0 is suggesting bad short descriptions on en.WP; short description feature should be disabled until fixed.

Re-opening this task for investigation.

Jan 14 2022, 10:35 PM · Wikipedia-Android-App-Backlog
LGoto reopened T279702: Suggestededit-add_1.0 is suggesting bad short descriptions on en.WP; short description feature should be disabled until fixed as "Open".
Jan 14 2022, 10:34 PM · Wikipedia-Android-App-Backlog
RKemper added a comment to T299177: Fix package dependency error on elasticsearch puppet config.

This latest patch at least isn't broken on the old/working hosts. We're reimaging elastic2051 to make sure it works on a fresh host.

Jan 14 2022, 10:27 PM · Patch-For-Review, Discovery-Search (Current work)
Vorziblix added a comment to T214232: Hieroglyph images should be replaced with SVG versions or unicode font (Noto Sans Egyptian Hieroglyphs).

I believe simple Unicode hieroglyphs already display on Windows browsers because Windows has a hieroglyph font.

Jan 14 2022, 10:27 PM · WikiHiero
ops-monitoring-bot added a comment to T298674: Degraded RAID on elastic2051.

Cookbook cookbooks.sre.hosts.reimage was started by ryankemper@cumin2002 for host elastic2051.codfw.wmnet with OS stretch

Jan 14 2022, 10:26 PM · Discovery-Search (Current work), Patch-For-Review, SRE, ops-codfw
Tks4Fish added a comment to T299249: Create Stock car racing wiki.

FWIW Pootymalooty is a locked LTA, who's phab account has been disabled.

Jan 14 2022, 10:26 PM · Wiki-Setup (Create), User-Urbanecm
Jonesey95 added a comment to T279702: Suggestededit-add_1.0 is suggesting bad short descriptions on en.WP; short description feature should be disabled until fixed.

This is still happening: https://en.wikipedia.org/w/index.php?title=Deerfield_Society_of_Arts_and_Crafts&type=revision&diff=1065432958&oldid=996235356 (13 January 2022)

Jan 14 2022, 10:26 PM · Wikipedia-Android-App-Backlog
MRamirez_WMF created T299254: Receiving bounce-back messages for returning contractor's address.
Jan 14 2022, 10:24 PM · Infrastructure-Foundations, Mail
Juan90264 claimed T299224: bgwiki: Add draft namespace.
Jan 14 2022, 10:22 PM · User-Tks4Fish, User-RhinosF1, User-Juan90264, Wikimedia-Site-requests
Dzahn added a comment to T299249: Create Stock car racing wiki.

@Pootymalooty34 You can request personal wikis at https://miraheze.org/ by the way.

Jan 14 2022, 10:17 PM · Wiki-Setup (Create), User-Urbanecm
gerritbot added a comment to T299177: Fix package dependency error on elasticsearch puppet config.

Change 754042 merged by Ryan Kemper:

[operations/puppet@production] cirrus: Fetch java before elastic plugins

https://gerrit.wikimedia.org/r/754042

Jan 14 2022, 10:12 PM · Patch-For-Review, Discovery-Search (Current work)
Maintenance_bot removed a project from T298650: VectorPrefDiffInstrumentation should work for skin changes: Patch-For-Review.
Jan 14 2022, 10:10 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), Web-Team-Backlog (Kanbanana-FY-2021-22), MediaWiki-extensions-WikimediaEvents
Maintenance_bot removed a project from T298489: Add Combobox component to Codex: Patch-For-Review.
Jan 14 2022, 10:10 PM · Design-System-Team (Design-System-Product-Roadmap), Codex
Legoktm added a comment to T299244: Deleted pages are not being removed from links tables, which also messes up category counts.

This is likely the same issue as reported at https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Problems_with_speedy_deletion_category_counts

Jan 14 2022, 10:09 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
TheDJ added a comment to T298884: Expose wgLocaltimezone through mw.config.

Still won't be as annoying as having to make an API call to get the timezone.

Jan 14 2022, 10:07 PM · MediaWiki-General, JavaScript
taavi added a subtask for T293958: 1.38.0-wmf.17 deployment blockers: T299244: Deleted pages are not being removed from links tables, which also messes up category counts.
Jan 14 2022, 10:05 PM · Patch-For-Review, Release-Engineering-Team (Next), Release, Train Deployments
taavi added a parent task for T299244: Deleted pages are not being removed from links tables, which also messes up category counts: T293958: 1.38.0-wmf.17 deployment blockers.
Jan 14 2022, 10:05 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
cicalese closed T292059: Wikiapiary rating as Invalid.

Untagging MediaWiki-extensions-Semantic-Rating, since the question seems to have to do with editing ratings, which is not a feature of that extension. It only displays ratings.

Jan 14 2022, 10:05 PM · WikiApiary
taavi triaged T299244: Deleted pages are not being removed from links tables, which also messes up category counts as Unbreak Now! priority.
Jan 14 2022, 10:05 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-Page-deletion, Wikimedia-production-error, Wikimedia-Incident, MediaWiki-Categories
Josve05a added projects to T299253: Suggested tags page just loads without stopping: Structured-Data-Backlog, MachineVision.
Jan 14 2022, 10:01 PM · Structured-Data-Backlog (Current Work), User-Josve05a, MachineVision, StructuredDataOnCommons
Quiddity moved T286413: ISA tool is missing CSRF protection from Incoming to Privacy / Other cleanup on the Toolforge-standards-committee board.
Jan 14 2022, 10:01 PM · User-Sebastian_Berlin-WMSE, Toolforge-standards-committee, SecTeam-Processed, Toolforge, Vuln-CSRF, ISA, Security
Quiddity moved T299237: humaniki.wmcloud.org loads 3rd party content from Incoming to Privacy / Other cleanup on the Toolforge-standards-committee board.
Jan 14 2022, 10:00 PM · Toolforge-standards-committee, Privacy, Humaniki
ReleaseTaggerBot added a project to T298650: VectorPrefDiffInstrumentation should work for skin changes: MW-1.38-notes (1.38.0-wmf.18; 2022-01-17).
Jan 14 2022, 10:00 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), Web-Team-Backlog (Kanbanana-FY-2021-22), MediaWiki-extensions-WikimediaEvents
Quiddity added a project to T299237: humaniki.wmcloud.org loads 3rd party content: Toolforge-standards-committee.
Jan 14 2022, 10:00 PM · Toolforge-standards-committee, Privacy, Humaniki
Josve05a created T299253: Suggested tags page just loads without stopping.
Jan 14 2022, 9:59 PM · Structured-Data-Backlog (Current Work), User-Josve05a, MachineVision, StructuredDataOnCommons
aishwaryavardhana updated the task description for T298858: Refresh implementation page in function editor.
Jan 14 2022, 9:57 PM · Abstract Wikipedia team (Phase η – Generic types), Design, WikiLambda Front-end
Halfak added a comment to T299137: Improve ORES observability .

These are edits to Wikidata erroring. They might be edits to regular wiki pages. The damage and item quality models were made to assess edits to entities (items, properties) so it errors when trying to process wikitext.

Jan 14 2022, 9:56 PM · Patch-For-Review, Epic, Machine-Learning-Team (Active Tasks), observability
aishwaryavardhana updated the task description for T299248: User testing for "attach implementation flow" comprehension.
Jan 14 2022, 9:55 PM · Abstract Wikipedia team, Design
Andrew claimed T291405: [NFS] Reduce or eliminate bare-metal NFS servers.
Jan 14 2022, 9:55 PM · cloud-services-team
hyperreview created T299252: Error in Module:Wd .
Jan 14 2022, 9:50 PM · Wikidata
Jdlrobson moved T298643: It should be possible to style pages differently in AMC mode to normal mode from Code Review to Needs More Work on the Web-Team-Backlog (Kanbanana-FY-2021-22) board.
Jan 14 2022, 9:49 PM · MW-1.38-notes (1.38.0-wmf.19; 2022-01-24), Web-Team-Backlog (Kanbanana-FY-2021-22), MobileFrontend, User-Jdlrobson
Jdlrobson moved T298650: VectorPrefDiffInstrumentation should work for skin changes from Code Review to QA on the Web-Team-Backlog (Kanbanana-FY-2021-22) board.
Jan 14 2022, 9:49 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), Web-Team-Backlog (Kanbanana-FY-2021-22), MediaWiki-extensions-WikimediaEvents
Taylor added a comment to T278962: Allow redirects and the target article as independent sitelinks if redirect badge is used.

Right ... quit ping-spamming, and make sure to give a support vote after 2022-01-28: https://meta.wikimedia.org/wiki/Community_Wishlist_Survey_2022/Wikidata/Do_not_follow_sitelink_redirects_when_redirect_badge_is_used#VALIDREDIRECT

Jan 14 2022, 9:48 PM · Wikidata Dev Team (Sprint-∞), Wikidata-Campsite, MW-1.37-notes (1.37.0-wmf.17; 2021-08-02), Wikidata
Kusma added a comment to T85696: Allow action=purge to recalculate the number of pages/subcats/files in a category.

The problem of wrong category member counts comes up time and again (currently on enwiki at https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Problems_with_speedy_deletion_category_counts ). It would be really helpful to have some workarounds for the next time. If there are performance issues, just restrict the "force recount" action to admins or similar.

Jan 14 2022, 9:48 PM · User-notice-archive, MW-1.38-notes (1.38.0-wmf.21; 2022-02-07), Wikimedia-maintenance-script-run, MediaWiki-Categories
gerritbot added a comment to T298650: VectorPrefDiffInstrumentation should work for skin changes.

Change 753594 merged by jenkins-bot:

[mediawiki/extensions/WikimediaEvents@master] Add support for Vector2022 skin option to VectorPrefDiffInstrumentation

https://gerrit.wikimedia.org/r/753594

Jan 14 2022, 9:47 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), Web-Team-Backlog (Kanbanana-FY-2021-22), MediaWiki-extensions-WikimediaEvents
cicalese closed T293933: Email Authorization extension does not support PostgreSQL as Resolved.
Jan 14 2022, 9:47 PM · PostgreSQL, MediaWiki-extensions-Email_Authorization
cicalese moved T293933: Email Authorization extension does not support PostgreSQL from Backlog to Closed on the MediaWiki-extensions-Email_Authorization board.
Jan 14 2022, 9:46 PM · PostgreSQL, MediaWiki-extensions-Email_Authorization
Maintenance_bot added a project to T299248: User testing for "attach implementation flow" comprehension: Abstract Wikipedia team.
Jan 14 2022, 9:46 PM · Abstract Wikipedia team, Design