Page MenuHomePhabricator
Feed Advanced Search

Feb 10 2024

Vahurzpu added a comment to T357087: Massviews is creating URLs which cannot be used.

I'm having trouble setting up a dev environment on my local machine, but I'm fairly confident that the problem here is with https://github.com/MusikAnimal/pageviews/blob/1852ad6160e463113adca1e1a1333adbecd58384/javascripts/shared/pv.js#L1570. It's only running URL-encoding on a select subset of characters that doesn't include =, (, or /. I don't immediately see why the URI-encoding can't be unconditional (or better yet, use URLSearchParams rather than doing the encoding manually), but unless I can get a test environment up I can't make a PR.

Feb 10 2024, 8:03 PM · Tool-Pageviews

Dec 14 2023

Vahurzpu added a comment to T353410: new Impact module: info messages display $2 for users with zero edits.

The issue appears to be at https://gerrit.wikimedia.org/g/mediawiki/extensions/GrowthExperiments/+/master/modules/ext.growthExperiments.Homepage.NewImpact/components/NoEditsDisplay.vue#36; the message (growthexperiments-homepage-impact-scores-thanks-info-text) is missing its second argument.

Dec 14 2023, 3:03 AM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Growth-Positive-Reinforcement, GrowthExperiments-Homepage, Growth-Team (Sprint 6 (Growth Team))

Sep 9 2023

Vahurzpu edited projects for T345979: mw.Api is not working with wbcreateclaim, added: MediaWiki-Action-API; removed MediaWiki-REST-API.
Sep 9 2023, 1:50 PM · MediaWiki-Action-API, Wikidata

Aug 9 2023

Vahurzpu added a project to T343874: Tables utilising the {{album chart}} template render incorrectly: Parsoid.
Aug 9 2023, 2:18 PM · Parsoid-Read-Views (Phase 2 - testwiki Main namespace support), Content-Transform-Team-WIP, Parsoid, Wikipedia-Android-App-Backlog

Jun 26 2023

Vahurzpu closed T340476: bot created wrong article without references as Invalid.

Looking at the page history InternetArchiveBot didn't do anything wrong here; it just added an archive URL to a dead link, like it's supposed to do. If the bus line doesn't currently exist, edit the article to say so. If it never did, you can nominate it for deletion and take it up with Argenbart, the person who created the page back in 2014‎. In any case, this isn't a software bug.

Jun 26 2023, 6:50 PM · Internet-Archive, InternetArchiveBot

Jun 5 2023

Don-vip awarded T338172: Can't connect to analytics replicas from Toolforge a Hungry Hippo token.
Jun 5 2023, 6:47 PM · TaxonBot, cloud-services-team, Data-Services
Vahurzpu renamed T338172: Can't connect to analytics replicas from Toolforge from Can't connect to analytics replicas from to Can't connect to analytics replicas from Toolforge.
Jun 5 2023, 6:02 PM · TaxonBot, cloud-services-team, Data-Services
Vahurzpu renamed T338172: Can't connect to analytics replicas from Toolforge from Analytics wiki replicas are down to Can't connect to analytics replicas from .
Jun 5 2023, 6:02 PM · TaxonBot, cloud-services-team, Data-Services
Vahurzpu created T338172: Can't connect to analytics replicas from Toolforge.
Jun 5 2023, 5:37 PM · TaxonBot, cloud-services-team, Data-Services

Jan 16 2023

Vahurzpu created T327045: Parsoid and the core parser render headings preceded by behavior switches differently.
Jan 16 2023, 4:55 AM · Content-Transform-Team-WIP, Parsoid

Jan 15 2023

Vahurzpu closed T327022: Keyestudio Smart Home ESP32-KS5009 3.Arduino tutorials>>arduino Code>>pj1_2_breath_led multiple definition error when compiling as Invalid.

This ticket doesn't pertain to any Wikimedia-associated software, so this isn't the right place for your question. If you want Arduino help, try asking your question on https://arduino.stackexchange.com or https://forum.arduino.cc

Jan 15 2023, 5:21 PM
Vahurzpu closed T327026: Keyestudio Smart Home ESP32-KS5009 3.Arduino tutorials>>arduino Code>>pj4_2_music.ino error when compiling as Invalid.

This ticket doesn't pertain to any Wikimedia-associated software, so this isn't the right place for your question. If you want Arduino help, try asking your question on https://arduino.stackexchange.com or https://forum.arduino.cc

Jan 15 2023, 5:20 PM
Vahurzpu created T327027: Massive spike in pageviews for a few enwiki pages beginning with "Index".
Jan 15 2023, 5:03 PM · Product-Analytics, Data Pipelines, Data-Engineering-Planning, Pageviews-Anomaly

Jan 3 2023

Vahurzpu added a comment to T326167: Can't connect to database replicas via PAWS.

I can connect now. Thanks!

Jan 3 2023, 7:29 PM · PAWS
Vahurzpu created T326167: Can't connect to database replicas via PAWS.
Jan 3 2023, 7:02 PM · PAWS

Nov 23 2022

Vahurzpu updated subscribers of T323731: enwiki article count is severely wrong on www.wikipedia.org.

Root cause seems to be that the build process draws the statistics from https://pagecounts.toolforge.org/pagecounts.json, which hasn't been updated to the sharding introduced in T306589, and so only gets one of the shards (which is also why the number is almost exactly one order of magnitude too small). https://github.com/MaxSem/pagecounts/pull/2 updates the query to deal with this; @Jdrewniak and @MaxSem are maintainers of the Toolforge tool.

Nov 23 2022, 8:33 PM · Patch-For-Review, Regression, Wikimedia-Portals

Oct 17 2022

Vahurzpu added a comment to T319896: Migrate mix-n-match from Toolforge GridEngine to Toolforge Kubernetes.

@Magnus: No, but that's being worked on; see T254636

Oct 17 2022, 2:44 PM · Grid-Engine-to-K8s-Migration

Sep 24 2022

Vahurzpu added a comment to T299417: Normalize templatelinks table.

@Orlodrim: see T315063; the table will be dumped, but some required work hasn't been done yet. In the meantime, the table is available in the Toolforge database replicas.

Sep 24 2022, 11:25 PM · User-notice-archive, MW-1.40-notes (1.40.0-wmf.2; 2022-09-19), MW-1.39-notes, Performance-Team (Radar), DBA

Sep 22 2022

Vahurzpu added a comment to T318351: Parsing of WP:RIGHTS does not account for login state.

The root cause here is that templates like {{If autoconfirmed}} use the autoconfirmed-show and unconfirmed-show CSS classes (among others), which are set to their defaults in MediaWiki:Common.css and MediaWiki:Mobile.css and then overridden in MediaWiki:Group-autoconfirmed.css. Similar things hold for the other groups. As far as I can tell, the app doesn't load this CSS

Sep 22 2022, 4:45 PM · Page Content Service, Wikipedia-Android-App-Backlog

Sep 19 2022

Vahurzpu merged task T318115: Millions of "user" page views to a single French Wikipedia article into T313114: Analyze possible bot traffic for frwiki article Cookie (informatique).
Sep 19 2022, 9:28 PM · Data-Engineering, Product-Analytics
Vahurzpu merged T318115: Millions of "user" page views to a single French Wikipedia article into T313114: Analyze possible bot traffic for frwiki article Cookie (informatique).
Sep 19 2022, 9:28 PM · Data-Engineering, Wikipedia-iOS-App-Backlog, Wikipedia-Android-App-Backlog, Data Pipelines, Product-Analytics, Pageviews-Anomaly

Sep 6 2022

Vahurzpu added a comment to T317169: Find the right procedure to update wiki footers (was en.wikibooks.org has changed legal footer).

Due to this diff; it's just a punctuation fix, not anything that modifies the meaning of the footer.

Sep 6 2022, 11:53 PM · WMF-Legal, WikimediaMessages, Observability-Alerting, observability, SRE

Jul 30 2022

Vahurzpu closed T313262: This userscript is protected editnotice refers to "User:Badtitle/dummy title for API calls set in api.php" as the relevant user as Resolved.

Verified that this bug no longer occurs (with the same revision of the app, though the fix wasn't in the app itself)

Jul 30 2022, 3:05 AM · Wikipedia-Android-App-Backlog

Jul 29 2022

Vahurzpu closed T313372: VisualEditor editnotice API doesn't set a page title when expanding user permission errors as Resolved.

API response is now correct

Jul 29 2022, 2:49 AM · MW-1.39-notes (1.39.0-wmf.22; 2022-07-25), Editing QA, Editing-team (Kanban Board), VisualEditor
Vahurzpu closed T313372: VisualEditor editnotice API doesn't set a page title when expanding user permission errors, a subtask of T313262: This userscript is protected editnotice refers to "User:Badtitle/dummy title for API calls set in api.php" as the relevant user, as Resolved.
Jul 29 2022, 2:49 AM · Wikipedia-Android-App-Backlog

Jul 20 2022

Vahurzpu added a parent task for T313372: VisualEditor editnotice API doesn't set a page title when expanding user permission errors: T313262: This userscript is protected editnotice refers to "User:Badtitle/dummy title for API calls set in api.php" as the relevant user.
Jul 20 2022, 4:30 AM · MW-1.39-notes (1.39.0-wmf.22; 2022-07-25), Editing QA, Editing-team (Kanban Board), VisualEditor
Vahurzpu added a subtask for T313262: This userscript is protected editnotice refers to "User:Badtitle/dummy title for API calls set in api.php" as the relevant user: T313372: VisualEditor editnotice API doesn't set a page title when expanding user permission errors.
Jul 20 2022, 4:30 AM · Wikipedia-Android-App-Backlog
Vahurzpu created T313372: VisualEditor editnotice API doesn't set a page title when expanding user permission errors.
Jul 20 2022, 4:29 AM · MW-1.39-notes (1.39.0-wmf.22; 2022-07-25), Editing QA, Editing-team (Kanban Board), VisualEditor

Jun 15 2022

Vahurzpu created T310667: Parsoid emits nothing rather than 0 when using {{NUMBERINGROUP:}} on a user group with no members.
Jun 15 2022, 4:09 AM · Parsoid-Read-Views (Phase 1 - DiscussionTools support), Parsoid

Oct 2 2021

Vahurzpu added a comment to T292330: On visiting WP:ANI, an old revision is shown.

This is noted on enwiki at Wikipedia:Mobile communication bugs linking to T274359, suggesting that it's a Parsoid caching issue; I'm not sure whether that's closely related enough to consider it a proper duplicate. For what it's worth, I can also reproduce this on my phone (same release version as Samtar above) and get what appears to be the same revision. Just loading the page via the Parsoid API does the same.

Oct 2 2021, 7:56 PM · Wikipedia-Android-App-Backlog, Android-app-Bugs

Aug 29 2021

Vahurzpu created T289943: Quarry suggests invalid database names, and doesn't suggest some valid database names.
Aug 29 2021, 3:27 PM · Quarry

Aug 25 2021

Vahurzpu moved T289651: Lilypond include files not supported in safe mode, breaking rendering of 'ancient' notations from To upstream/missing upstream link to Reported Upstream on the Upstream board.
Aug 25 2021, 2:12 PM · Upstream, MediaWiki-extensions-Score

Aug 14 2021

Vahurzpu closed T288894: Thumbnailing fails with HTTP 429 for PDF 1.5 book which renders properly with up-to-date Ghostscript as Resolved.

Huh, that's weird; it's started working for me as well. Maybe I just forgot to clear my cache after uploading a new version?

Aug 14 2021, 6:46 PM · Commons, MediaWiki-extensions-PdfHandler, Thumbor
Vahurzpu created T288894: Thumbnailing fails with HTTP 429 for PDF 1.5 book which renders properly with up-to-date Ghostscript.
Aug 14 2021, 5:59 PM · Commons, MediaWiki-extensions-PdfHandler, Thumbor

Aug 8 2021

Vahurzpu created T288414: Special:ExternalGuidance button text is illegible.
Aug 8 2021, 5:50 PM · ExternalGuidance
Vahurzpu created T288413: Special:ExternalGuidance explanation is getting cut off .
Aug 8 2021, 5:40 PM · ExternalGuidance

Jul 3 2021

Vahurzpu reopened T285919: Allow links to dag.wikipedia.org from Wikidata as "Open".

It's been two days and I'm getting the same error when trying to add dag:Finland to Q33 (and I am autoconfirmed; it's not the protection)

Jul 3 2021, 6:56 PM · Dagbani-Sites, User-Ladsgroup, Wikidata

May 9 2021

Vahurzpu merged T282362: no button to add languages link for articles without a link to wikidata in new voctor skin into T282026: Discussion: Unable to quickly add interwiki links via Wikidata’s "Add link" interface.
May 9 2021, 4:33 PM · Web-Team-Backlog, Wikidata, Regression, Desktop Improvements (Vector 2022)
Vahurzpu merged task T282362: no button to add languages link for articles without a link to wikidata in new voctor skin into T282026: Discussion: Unable to quickly add interwiki links via Wikidata’s "Add link" interface.
May 9 2021, 4:32 PM · Desktop Improvements (Vector 2022)

Apr 22 2021

Vahurzpu added a comment to T280888: Wikipedia needs a BibTeX/LaTeX-like approach to citations.

This sounds like list-defined references, which are an existing feature that are relatively close to LaTeX's format of having a short identifier followed by the full text at the end.

Apr 22 2021, 3:50 AM · Cite

Apr 17 2021

Vahurzpu added a comment to T280434: Automatic citation in VE mess author and date.

I can reproduce all these with Zotero 5.0.96; likely a different version than Wikimedia has deployed, but probably an upstream issue.

Apr 17 2021, 6:36 PM · VisualEditor, Citoid

Feb 4 2021

Vahurzpu added a comment to T273745: Some special pages on the mobile version are indexed by search engines even with noindex rule (because robots can't access the pages).

I think this may be primarily Google's problem, but I'll also note that this doesn't seem to be exclusive to the mobile site; see this enwiki VPT section for another instance of a page with NOINDEX and in robots.txt appearing in Google search results.

Feb 4 2021, 5:05 AM · WMF-General-or-Unknown

Jan 26 2021

Vahurzpu moved T271001: Transition to MathML rendering as default from Inbox to Needs community consensus on the Math board.
Jan 26 2021, 1:02 AM · Community-consensus-needed, Math

Jan 22 2021

Vahurzpu added a comment to T272738: Adjust NYT Zotero configuration for "(Published XXXX)" in title.

I just opened https://github.com/zotero/translators/pull/2326 upstream, which should take care of the problem.

Jan 22 2021, 7:26 PM · Patch-For-Review, Upstream, Citoid

Nov 10 2020

Vahurzpu created T267667: 500 Internal Server Error while trying to log into PAWS.
Nov 10 2020, 5:23 PM · PAWS

Aug 14 2020

Vahurzpu added a comment to T258082: Identify articles that should be de-prod'ed. .

Category:Past proposed deletion candidates has talk pages of articles that survived proposed deletion. For getting articles that were actually deleted, it should suffice to go through the deletion log looking for PROD or a link to Wikipedia:Proposed deletion.

Aug 14 2020, 12:34 AM · Machine-Learning-Team, articlequality-modeling, artificial-intelligence

Jul 29 2020

Vahurzpu reopened T204401: Zoomviewer error: "No response from server iipsrv.fcgi" as "Open".

I have run into what seems to be the same problem. To reproduce with the first example on the ZoomViewer docs, when I open this image I get the exact error above ("No response from server iipsrv.fcgi"). This happens with every image I have tried. I'm using Firefox 78 on Fedora 31.

Jul 29 2020, 3:58 PM · Tools

May 14 2020

Vahurzpu created T252731: Wikidata nodeID values sometimes start with numbers, causing parsing issues..
May 14 2020, 1:05 AM · Discovery-Search (Current work), Wikidata-Campsite, Wikidata-Query-Service, Wikidata

Jan 9 2020

Vahurzpu added a comment to T237165: LDF server has 404 errors for JS and CSS resources.

It's consistently working for me now. Thanks!

Jan 9 2020, 10:16 PM · Discovery-Search (Current work), SRE, Traffic, Wikidata, Wikidata-Query-Service, Discovery-ARCHIVED

Dec 18 2019

Vahurzpu added a comment to T237165: LDF server has 404 errors for JS and CSS resources.

After some experimentation, I found that this query fails while this query works. The only difference is the order of the URL parameters (in the first, the empty subject is at the beginning, while in the second, it's at the end). No idea what would cause that to matter, though.

Dec 18 2019, 11:46 PM · Discovery-Search (Current work), SRE, Traffic, Wikidata, Wikidata-Query-Service, Discovery-ARCHIVED