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 ]
Today
It's working now! I missed the SQLite schema change file in my initial review.
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.
Yesterday
I have a few questions on how to proceed with this ticket:
This has been merged!
Wed, Mar 29
This is no longer stalled :)
Moving it to Done since the relevant patches have been merged.
Tue, Mar 28
// 'IGNORE' is needed for fields like ptrp_tags_updated which will not be // present on a new record.
From what I can see in the logs, the query is an INSERT OR IGNORE query. That's why it fails silently.
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:
Fri, Mar 24
What does $wgPageTriageNamespaces look like in shell.php?
Thu, Mar 23
@kostajh Have you had this issue where no new pages are showing up in Special:NewPagesFeed in your local environment?
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.
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.
Wed, Mar 22
I see the tables in the database, but no information in them except for pagetriage_tags.
Tue, Mar 21
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.
Mon, Mar 20
Thanks, Leon! :) It seems like it's the same error for us.
Can confirm the Wikipedia Library's error is the same: Error: No token was found matching your request.
@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
Sat, Mar 18
There are some editors who still cannot log in to their Wikipedia Library account (T332349). We are using mwoauth for authentication.
Can you erase your Wikipedia Library cookies and session, and try again?
Tue, Mar 14
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.
Thu, Mar 9
Sat, Mar 4
Feb 28 2023
It looks to be working in production. @HouseBlaster @jsn.sherman can you please confirm?
Pushing to prod!
Can you try again? It's working for me now.
Feb 27 2023
Flagged for preprod!
On it!
Feb 21 2023
Feb 16 2023
Feb 14 2023
Feb 3 2023
Feb 2 2023
Merged!
tab-navigating between sections is now working beautifully for me, though I still can't open a section with my keyboard.
Jan 31 2023
Jan 30 2023
Jan 27 2023
Thanks for the information in the link! I'll try adding that and get to you when I have something working.
I can only open the dialogs with a mouseclick.
Jan 26 2023
Pushed to prod! Users who still are experiencing issues should delete their cookies to solve it.
Jan 25 2023
Quick question, @Samwalton9: do you think the Corriere della Sera archives also needs those filed added?
PR has been merged!
Jan 24 2023
@jsn.sherman I just created a Patch Demo so you can test the changes on Orca and other tools :)
Jan 20 2023
Jan 13 2023
Jan 11 2023
Ok, I'll also change it in production. Flagged for prod!
Flagged for prod!
Flagged for prod!
Flagged for prod!
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?
Flagged for preprod!
Flagged for preprod!
Flagged for preprod!
Flagged for preprod again!
Jan 10 2023
Moving this back to the Ready column while we wait for answers from Newspapers.com.
- 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.
Hi @jsn.sherman! I have been reviewing your change request on Gerrit and have a couple of comments and questions:
Dec 17 2022
Dec 16 2022
Dec 2 2022
The last patch has been merged!
Dec 1 2022
Nov 30 2022
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 29 2022
Link for getPreferences search: https://codesearch.wmcloud.org/search/?q=function%20onGetPreferences&i=nope&files=&excludeFiles=&repos=
Flagged for preprod!
Flagged for preprod!
Nov 28 2022
Nov 22 2022
I have also updated the MediaWiki documentation to reflect the changes made by these patches.