Page MenuHomePhabricator

Scardenasmolinar (Susana Cárdenas Molinar)
Software Engineer

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Mar 24 2020, 5:57 PM (157 w, 2 d)
Availability
Available
LDAP User
Scardenasmolinar
MediaWiki User
SCardenas (WMF) [ Global Accounts ]

Recent Activity

Today

Scardenasmolinar added a comment to T333389: Fix SQLite PageTriage error.

It's working now! I missed the SQLite schema change file in my initial review.

Fri, Mar 31, 1:49 AM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T333389: Fix SQLite PageTriage error.

I commented on the Gerrit patch. It seems like you modified ptrp_reviewed_updated instead of prtp_tags_updated. Also, no SQLite update script was created because apparently the ALTER TABLE statement support in SQLite is minimal. We can try to create a new table with that field NULL by default, adding the data from the old table, and then dropping the old table.

Fri, Mar 31, 1:31 AM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)

Yesterday

Scardenasmolinar added a comment to T333389: Fix SQLite PageTriage error.

I have a few questions on how to proceed with this ticket:

Thu, Mar 30, 3:42 AM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T327506: Remove AMC restriction from preferences section of Special:MobileOptions from Review to Done on the Moderator-Tools-Team (Kanban) board.

This has been merged!

Thu, Mar 30, 12:07 AM · Patch-For-Review, Moderator-Tools-Team (Kanban), MinervaNeue, MediaWiki-Core-Preferences

Wed, Mar 29

Scardenasmolinar changed the status of T333389: Fix SQLite PageTriage error from Open to In Progress.
Wed, Mar 29, 11:29 PM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)
Scardenasmolinar changed the status of T327506: Remove AMC restriction from preferences section of Special:MobileOptions from Stalled to In Progress.

This is no longer stalled :)

Wed, Mar 29, 11:29 PM · Patch-For-Review, Moderator-Tools-Team (Kanban), MinervaNeue, MediaWiki-Core-Preferences
Scardenasmolinar moved T327506: Remove AMC restriction from preferences section of Special:MobileOptions from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Wed, Mar 29, 11:28 PM · Patch-For-Review, Moderator-Tools-Team (Kanban), MinervaNeue, MediaWiki-Core-Preferences
Scardenasmolinar changed the status of T327506: Remove AMC restriction from preferences section of Special:MobileOptions, a subtask of T311708: Implement MVP for new mobile Preferences interface, from Stalled to In Progress.
Wed, Mar 29, 11:28 PM · MinervaNeue, MediaWiki-Core-Preferences, Epic, Moderator-Tools-Team
Scardenasmolinar claimed T333389: Fix SQLite PageTriage error.
Wed, Mar 29, 11:28 PM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from Review to Done on the Moderator-Tools-Team (Kanban) board.

Moving it to Done since the relevant patches have been merged.

Wed, Mar 29, 11:26 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from Reviewed (waiting for changes) to Review on the Moderator-Tools-Team (Kanban) board.
Wed, Mar 29, 1:40 AM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Tue, Mar 28

Scardenasmolinar added a comment to T333389: Fix SQLite PageTriage error.
// 'IGNORE' is needed for fields like ptrp_tags_updated which will not be
// present on a new record.
Tue, Mar 28, 6:14 PM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T333389: Fix SQLite PageTriage error.

From what I can see in the logs, the query is an INSERT OR IGNORE query. That's why it fails silently.

Tue, Mar 28, 6:10 PM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)
Scardenasmolinar created T333389: Fix SQLite PageTriage error.
Tue, Mar 28, 5:59 PM · Patch-For-Review, Growth-Team, SQLite, PageTriage, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from Review to Reviewed (waiting for changes) on the Moderator-Tools-Team (Kanban) board.
Tue, Mar 28, 4:18 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar added a comment to T332389: [S] Install PageTriage locally and investigate codebase.

After following @kostajh's advice to use MySQL instead of SQLite, I found the error that keeps data from being inserted into the pagetriage_page table:

Tue, Mar 28, 2:12 AM · Moderator-Tools-Team (Kanban)

Fri, Mar 24

Scardenasmolinar added a comment to T332389: [S] Install PageTriage locally and investigate codebase.

What does $wgPageTriageNamespaces look like in shell.php?

Fri, Mar 24, 12:04 AM · Moderator-Tools-Team (Kanban)

Thu, Mar 23

Scardenasmolinar updated subscribers of T332389: [S] Install PageTriage locally and investigate codebase.

@kostajh Have you had this issue where no new pages are showing up in Special:NewPagesFeed in your local environment?

Thu, Mar 23, 7:47 PM · Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T332389: [S] Install PageTriage locally and investigate codebase.

I see that a Add to the New Pages Feed link has been added to the page toolbar on the right of my screen. I press it and it returns a success message. However, I still don't see the articles in Special:NewPagesFeed and there are no entries in the database.

Thu, Mar 23, 4:10 AM · Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T332389: [S] Install PageTriage locally and investigate codebase.

Comparing some Ajax requests between my local environment and en.wiki, I see that my local environment throws some warnings about unrecognized parameters and the date format is different. This might be the reason articles are not showing. I'll take a look at how dates are stored in articles to see if there is something there.

Thu, Mar 23, 3:19 AM · Moderator-Tools-Team (Kanban)

Wed, Mar 22

Scardenasmolinar added a comment to T332389: [S] Install PageTriage locally and investigate codebase.

I see the tables in the database, but no information in them except for pagetriage_tags.

Wed, Mar 22, 2:21 AM · Moderator-Tools-Team (Kanban)

Tue, Mar 21

Scardenasmolinar added a comment to T332389: [S] Install PageTriage locally and investigate codebase.

I cloned and added all configurations for PageTriage in the LocalSettings file. I created several new pages as an anonymous and logged-in user. They all appear in RecentChanges but none appear in Special:NewPagesFeed.

Tue, Mar 21, 6:46 PM · Moderator-Tools-Team (Kanban)
Scardenasmolinar changed the status of T332389: [S] Install PageTriage locally and investigate codebase from Open to In Progress.
Tue, Mar 21, 5:11 PM · Moderator-Tools-Team (Kanban)

Mon, Mar 20

Scardenasmolinar added a comment to T332349: Wikipedia Library /oauth/callback/ Permission denied.

Thanks, Leon! :) It seems like it's the same error for us.

Mon, Mar 20, 11:59 PM · Moderator-Tools-Team (Kanban), Library-Card-Platform
Scardenasmolinar added a comment to T332650: Frequent OAuth failures on Wikimedia wikis since eqiad was repooled due to db-mainstash replication lag.

Can confirm the Wikipedia Library's error is the same: Error: No token was found matching your request.

Mon, Mar 20, 11:57 PM · Performance-Team (Radar), SRE, Datacenter-Switchover, MediaWiki-extensions-OAuth
Scardenasmolinar added a comment to T332349: Wikipedia Library /oauth/callback/ Permission denied.

@MusikAnimal do you know in what part of the code the authentication breaks? The Wikipedia Library's authentication seems to be breaking here: https://github.com/mediawiki-utilities/python-mwoauth/blob/master/mwoauth/functions.py#L193

Mon, Mar 20, 11:51 PM · Moderator-Tools-Team (Kanban), Library-Card-Platform

Sat, Mar 18

Scardenasmolinar added a comment to T321160: Lcobucci\JWT\Signer\InvalidKeyProvided: Key cannot be empty.

There are some editors who still cannot log in to their Wikipedia Library account (T332349). We are using mwoauth for authentication.

Sat, Mar 18, 2:30 AM · MW-1.41-notes (1.41.0-wmf.1; 2023-03-20), MW-1.40-notes (1.40.0-wmf.27; 2023-03-13), Patch-For-Review, Platform Engineering, MediaWiki-extensions-OAuth, Wikimedia-production-error
Scardenasmolinar added a comment to T332349: Wikipedia Library /oauth/callback/ Permission denied.

Can you erase your Wikipedia Library cookies and session, and try again?

Sat, Mar 18, 1:30 AM · Moderator-Tools-Team (Kanban), Library-Card-Platform

Tue, Mar 14

Scardenasmolinar added a comment to T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web.

Thanks for the feedback! The .mw-prefs-title in noJS and the dialog header bug have been fixed. I am taking a look at the screenreader reading the name and description twice.

Tue, Mar 14, 7:11 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Thu, Mar 9

Scardenasmolinar changed the status of T322916: Fix Newspapers.com Library Bundle Configuration issues from In Progress to Stalled.
Thu, Mar 9, 6:49 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T331459: Remove 'Get link events' section and download functionality from Program pages from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Thu, Mar 9, 3:06 AM · Wikilink-Tool, Moderator-Tools-Team (Kanban)
Scardenasmolinar changed the status of T331459: Remove 'Get link events' section and download functionality from Program pages from Open to In Progress.
Thu, Mar 9, 12:53 AM · Wikilink-Tool, Moderator-Tools-Team (Kanban)

Sat, Mar 4

Scardenasmolinar moved T330416: improve wikilink performance and stability from Review to Done on the Moderator-Tools-Team (Kanban) board.
Sat, Mar 4, 1:34 AM · Moderator-Tools-Team (Kanban), Wikilink-Tool

Feb 28 2023

Scardenasmolinar moved T322916: Fix Newspapers.com Library Bundle Configuration issues from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Feb 28 2023, 7:08 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T322916: Fix Newspapers.com Library Bundle Configuration issues.

It looks to be working in production. @HouseBlaster @jsn.sherman can you please confirm?

Feb 28 2023, 6:27 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T322916: Fix Newspapers.com Library Bundle Configuration issues.

Pushing to prod!

Feb 28 2023, 6:07 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T322916: Fix Newspapers.com Library Bundle Configuration issues.

Can you try again? It's working for me now.

Feb 28 2023, 4:23 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Feb 27 2023

Scardenasmolinar added a comment to T322916: Fix Newspapers.com Library Bundle Configuration issues.

GitHub PR: https://github.com/WikipediaLibrary/twlight_ezproxy/pull/32

Feb 27 2023, 11:52 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T322916: Fix Newspapers.com Library Bundle Configuration issues.

Flagged for preprod!

Feb 27 2023, 11:51 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar changed the status of T322916: Fix Newspapers.com Library Bundle Configuration issues from Open to In Progress.

On it!

Feb 27 2023, 10:56 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Feb 21 2023

Scardenasmolinar moved T327506: Remove AMC restriction from preferences section of Special:MobileOptions from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Feb 21 2023, 7:43 PM · Patch-For-Review, Moderator-Tools-Team (Kanban), MinervaNeue, MediaWiki-Core-Preferences

Feb 16 2023

Scardenasmolinar changed the status of T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from Open to In Progress.
Feb 16 2023, 6:42 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar changed the status of T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web, a subtask of T311708: Implement MVP for new mobile Preferences interface, from Open to In Progress.
Feb 16 2023, 6:42 PM · MinervaNeue, MediaWiki-Core-Preferences, Epic, Moderator-Tools-Team
Scardenasmolinar changed the status of T327506: Remove AMC restriction from preferences section of Special:MobileOptions from Open to In Progress.
Feb 16 2023, 6:41 PM · Patch-For-Review, Moderator-Tools-Team (Kanban), MinervaNeue, MediaWiki-Core-Preferences
Scardenasmolinar changed the status of T327506: Remove AMC restriction from preferences section of Special:MobileOptions, a subtask of T311708: Implement MVP for new mobile Preferences interface, from Open to In Progress.
Feb 16 2023, 6:41 PM · MinervaNeue, MediaWiki-Core-Preferences, Epic, Moderator-Tools-Team
Scardenasmolinar claimed T327506: Remove AMC restriction from preferences section of Special:MobileOptions.
Feb 16 2023, 3:37 PM · Patch-For-Review, Moderator-Tools-Team (Kanban), MinervaNeue, MediaWiki-Core-Preferences
Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Feb 16 2023, 3:36 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Feb 14 2023

Scardenasmolinar reassigned T327653: Access issues for Ancestry from Scardenasmolinar to jsn.sherman.
Feb 14 2023, 5:21 PM · Moderator-Tools-Team (Kanban), Library-Card-Platform, The-Wikipedia-Library

Feb 3 2023

Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from Review to In Progress on the Moderator-Tools-Team (Kanban) board.
Feb 3 2023, 6:55 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Feb 2 2023

Scardenasmolinar moved T327324: Display all preferences sections and content in mobile preferences when the user has javascript disabled from Review to Done on the Moderator-Tools-Team (Kanban) board.

Merged!

Feb 2 2023, 4:43 PM · MW-1.40-notes (1.40.0-wmf.22; 2023-02-06), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from Reviewed (waiting for changes) to Review on the Moderator-Tools-Team (Kanban) board.

tab-navigating between sections is now working beautifully for me, though I still can't open a section with my keyboard.

Feb 2 2023, 12:21 AM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Jan 31 2023

Scardenasmolinar claimed T327653: Access issues for Ancestry.
Jan 31 2023, 5:13 PM · Moderator-Tools-Team (Kanban), Library-Card-Platform, The-Wikipedia-Library
Scardenasmolinar moved T327964: [wmf.20] mobile Special:Preferences section pages display "Cannot read properties of undefined (reading 'scrollIntoView')" from Review to Done on the Moderator-Tools-Team (Kanban) board.
Jan 31 2023, 2:59 AM · MW-1.40-notes (1.40.0-wmf.21; 2023-01-30), JavaScript, Moderator-Tools-Team (Kanban), Wikimedia-production-error, MediaWiki-Core-Preferences
Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Jan 31 2023, 2:58 AM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Jan 30 2023

Scardenasmolinar moved T328090: Change CodeQL Action to v2 from Review to Done on the Moderator-Tools-Team (Kanban) board.
Jan 30 2023, 6:50 PM · Moderator-Tools-Team (Kanban)

Jan 27 2023

Scardenasmolinar added a comment to T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web.

Thanks for the information in the link! I'll try adding that and get to you when I have something working.

Jan 27 2023, 7:02 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar added a comment to T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web.

I can only open the dialogs with a mouseclick.

Jan 27 2023, 3:48 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar moved T328090: Change CodeQL Action to v2 from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Jan 27 2023, 3:46 PM · Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T328090: Change CodeQL Action to v2.

GitHub PR: https://github.com/WikipediaLibrary/TWLight/pull/1117

Jan 27 2023, 12:42 AM · Moderator-Tools-Team (Kanban)

Jan 26 2023

Scardenasmolinar created T328090: Change CodeQL Action to v2.
Jan 26 2023, 11:21 PM · Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T327666: Corriere della Sera is displaying a paywall from In Progress to Review on the Moderator-Tools-Team (Kanban) board.

Pushed to prod! Users who still are experiencing issues should delete their cookies to solve it.

Jan 26 2023, 10:33 PM · Moderator-Tools-Team (Kanban), Library-Card-Platform

Jan 25 2023

Scardenasmolinar added a comment to T327666: Corriere della Sera is displaying a paywall.

Quick question, @Samwalton9: do you think the Corriere della Sera archives also needs those filed added?

Jan 25 2023, 11:37 PM · Moderator-Tools-Team (Kanban), Library-Card-Platform
Scardenasmolinar claimed T327666: Corriere della Sera is displaying a paywall.
Jan 25 2023, 11:28 PM · Moderator-Tools-Team (Kanban), Library-Card-Platform
Scardenasmolinar moved T323216: Some users can't favourite collections in My Library from Review to Done on the Moderator-Tools-Team (Kanban) board.

PR has been merged!

Jan 25 2023, 12:24 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Jan 24 2023

Scardenasmolinar added a comment to T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web.

@jsn.sherman I just created a Patch Demo so you can test the changes on Orca and other tools :)

Jan 24 2023, 4:57 PM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Jan 20 2023

Scardenasmolinar moved T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web from Tech-Investigation to In Progress on the Moderator-Tools-Team (Kanban) board.
Jan 20 2023, 1:53 AM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar updated the task description for T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web.
Jan 20 2023, 1:53 AM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Jan 13 2023

Scardenasmolinar claimed T325574: Enable keyboard navigation and screen reader support for Special:Preferences on mobile web.
Jan 13 2023, 1:36 AM · MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Jan 11 2023

Scardenasmolinar moved T324541: EZProxy Configuration for Duke University Press from In Progress to Review on the Moderator-Tools-Team (Kanban) board.

Ok, I'll also change it in production. Flagged for prod!

Jan 11 2023, 2:46 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T323989: EZProxy Configuration for University of Michigan Press Ebook Collection from In Progress to Review on the Moderator-Tools-Team (Kanban) board.

Flagged for prod!

Jan 11 2023, 2:43 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T323990: EZProxy Configuration for ACLS Humanities Ebook Collection from In Progress to Review on the Moderator-Tools-Team (Kanban) board.

Flagged for prod!

Jan 11 2023, 2:43 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T322918: Library Bundle Configuration for Fold3 from In Progress to Review on the Moderator-Tools-Team (Kanban) board.

Flagged for prod!

Jan 11 2023, 2:43 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T324541: EZProxy Configuration for Duke University Press.

Hi @Samwalton9! I changed the target URL from https://dukeupress.edu/ to https://read.dukeupress.edu to match https://help-es.oclc.org/Library_Management/EZproxy/Database_stanzas/Duke_University_Press_Books_and_Journals. Is this correct, or should I change it back?

Jan 11 2023, 2:26 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T324541: EZProxy Configuration for Duke University Press.

Flagged for preprod!

Jan 11 2023, 1:22 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T323990: EZProxy Configuration for ACLS Humanities Ebook Collection.

Flagged for preprod!

Jan 11 2023, 1:22 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T323989: EZProxy Configuration for University of Michigan Press Ebook Collection.

Flagged for preprod!

Jan 11 2023, 1:22 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T322918: Library Bundle Configuration for Fold3.

Flagged for preprod again!

Jan 11 2023, 1:22 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Jan 10 2023

Scardenasmolinar claimed T323989: EZProxy Configuration for University of Michigan Press Ebook Collection.
Jan 10 2023, 7:04 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar claimed T323990: EZProxy Configuration for ACLS Humanities Ebook Collection.
Jan 10 2023, 7:04 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar claimed T324541: EZProxy Configuration for Duke University Press.
Jan 10 2023, 7:03 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar placed T322916: Fix Newspapers.com Library Bundle Configuration issues up for grabs.

Moving this back to the Ready column while we wait for answers from Newspapers.com.

Jan 10 2023, 7:02 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T321330: Fix anchored links in new mobile preferences design from Review to Reviewed (waiting for changes) on the Moderator-Tools-Team (Kanban) board.
Jan 10 2023, 1:47 AM · MW-1.40-notes (1.40.0-wmf.20; 2023-01-23), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar added a comment to T321330: Fix anchored links in new mobile preferences design.
  1. Whenever I refresh the desktop layout with a highlighted hash, the subsection of the hash disappears. I don't think this is the intended behavior.
Jan 10 2023, 1:45 AM · MW-1.40-notes (1.40.0-wmf.20; 2023-01-23), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar added a comment to T321330: Fix anchored links in new mobile preferences design.

Hi @jsn.sherman! I have been reviewing your change request on Gerrit and have a couple of comments and questions:

Jan 10 2023, 1:35 AM · MW-1.40-notes (1.40.0-wmf.20; 2023-01-23), Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Dec 17 2022

HouseBlaster awarded T322916: Fix Newspapers.com Library Bundle Configuration issues a Love token.
Dec 17 2022, 12:46 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Dec 16 2022

Novem_Linguae awarded T322916: Fix Newspapers.com Library Bundle Configuration issues a Like token.
Dec 16 2022, 2:42 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Dec 2 2022

Scardenasmolinar moved T324097: Access code emails should include send instructions from In Progress to Review on the Moderator-Tools-Team (Kanban) board.

GitHub PR: https://github.com/WikipediaLibrary/TWLight/pull/1094

Dec 2 2022, 1:18 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar moved T323231: Improve code quality for Mobile Preferences toggle switches from Review to Done on the Moderator-Tools-Team (Kanban) board.

The last patch has been merged!

Dec 2 2022, 12:34 AM · MW-1.40-notes (1.40.0-wmf.13; 2022-12-05), Patch-For-Review, Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences

Dec 1 2022

Scardenasmolinar claimed T324097: Access code emails should include send instructions.
Dec 1 2022, 2:15 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Nov 30 2022

Scardenasmolinar updated subscribers of T322916: Fix Newspapers.com Library Bundle Configuration issues.

Yeah, I also noticed that. @jsn.sherman, do you think this is something Newspapers.com need to solve on their end, or is there something we need to do?

Nov 30 2022, 5:30 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Nov 29 2022

Scardenasmolinar added a comment to T323050: SPIKE verify that mobile preferences toggles aren't overwriting existing checkbox handlers [8hr].

Link for getPreferences search: https://codesearch.wmcloud.org/search/?q=function%20onGetPreferences&i=nope&files=&excludeFiles=&repos=

Nov 29 2022, 6:26 PM · Moderator-Tools-Team (Kanban), MediaWiki-Core-Preferences
Scardenasmolinar created T323967: [SPIKE] Investigate creation of new mobile attribute on preferences fields.
Nov 29 2022, 2:57 AM · Moderator-Tools-Team
Scardenasmolinar added a comment to T322918: Library Bundle Configuration for Fold3.

Flagged for preprod!

Nov 29 2022, 12:42 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar added a comment to T322916: Fix Newspapers.com Library Bundle Configuration issues.

Flagged for preprod!

Nov 29 2022, 12:42 AM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Nov 28 2022

Scardenasmolinar claimed T322916: Fix Newspapers.com Library Bundle Configuration issues.
Nov 28 2022, 5:41 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)
Scardenasmolinar claimed T322918: Library Bundle Configuration for Fold3.
Nov 28 2022, 5:41 PM · Library-Card-Platform, Moderator-Tools-Team (Kanban)

Nov 22 2022

Scardenasmolinar added a comment to T322781: Using Skin objects in PreferencesGetLayout is unsafe when the hook runs in the resource loader.

I have also updated the MediaWiki documentation to reflect the changes made by these patches.

Nov 22 2022, 2:32 AM · MW-1.40-notes (1.40.0-wmf.12; 2022-11-28), Patch-For-Review, MediaWiki-Core-Preferences, Moderator-Tools-Team (Kanban)

Nov 17 2022

Scardenasmolinar moved T322781: Using Skin objects in PreferencesGetLayout is unsafe when the hook runs in the resource loader from Reviewed (waiting for changes) to Review on the Moderator-Tools-Team (Kanban) board.
Nov 17 2022, 2:39 AM · MW-1.40-notes (1.40.0-wmf.12; 2022-11-28), Patch-For-Review, MediaWiki-Core-Preferences, Moderator-Tools-Team (Kanban)

Nov 16 2022

Scardenasmolinar moved T322781: Using Skin objects in PreferencesGetLayout is unsafe when the hook runs in the resource loader from In Progress to Review on the Moderator-Tools-Team (Kanban) board.
Nov 16 2022, 6:15 PM · MW-1.40-notes (1.40.0-wmf.12; 2022-11-28), Patch-For-Review, MediaWiki-Core-Preferences, Moderator-Tools-Team (Kanban)

Nov 14 2022

Scardenasmolinar moved T322781: Using Skin objects in PreferencesGetLayout is unsafe when the hook runs in the resource loader from Ready to In Progress on the Moderator-Tools-Team (Kanban) board.
Nov 14 2022, 6:44 PM · MW-1.40-notes (1.40.0-wmf.12; 2022-11-28), Patch-For-Review, MediaWiki-Core-Preferences, Moderator-Tools-Team (Kanban)