Page MenuHomePhabricator
Feed Advanced Search

Jun 27 2021

Art.tsymbar added a comment to T253926: Wikimedia\Rdbms\Database::selectSQLText: aggregation used with a locking SELECT (NewsletterDb::addNewsletterIssue).

Hi, @tstarling ! Thanks for the comment! With replacing rollback() with cancelAtomic() as suggested - all works as expected. But if to proceed with testing with sleep() usage I got next error:

screen.png (650×1 px, 178 KB)
on Database::selectField() with next query: "SELECT @@GLOBAL.read_only AS Value" - so not related to NewsletterDb::addNewsletterIssue() method. <- This could be fixed with replacing:
$status = $form->show();

Jun 27 2021, 3:02 PM · MW-1.38-notes (1.38.0-wmf.16; 2022-01-03), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-Newsletter, Wikimedia-production-error

Jun 11 2021

Art.tsymbar added a comment to T253926: Wikimedia\Rdbms\Database::selectSQLText: aggregation used with a locking SELECT (NewsletterDb::addNewsletterIssue).

Thanks, @tstarling for the comment!

Jun 11 2021, 7:05 AM · MW-1.38-notes (1.38.0-wmf.16; 2022-01-03), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-Newsletter, Wikimedia-production-error

Jun 7 2021

Art.tsymbar committed rEWATe09b5fe1dd71: Fix for an argument 3 passed to ApiAuthManagerHelper::formatMessage()..
Fix for an argument 3 passed to ApiAuthManagerHelper::formatMessage().
Jun 7 2021, 4:43 PM
Art.tsymbar created T284426: Remove EditPage::getBaseRevision() method..
Jun 7 2021, 7:59 AM · Technical-Debt (Deprecation process)
Art.tsymbar claimed T249977: Unable to open Special:Undelete form on dewiki due to execution timeout.
Jun 7 2021, 7:14 AM · MW-1.41-notes (1.41.0-wmf.12; 2023-06-06), Patch-For-Review, Platform Team Workboards (Clinic Duty Team), Wikimedia-production-error, MediaWiki-Page-deletion
Art.tsymbar updated subscribers of T253926: Wikimedia\Rdbms\Database::selectSQLText: aggregation used with a locking SELECT (NewsletterDb::addNewsletterIssue).

Hi, @Tgr, @tstarling ! Could you please tell, if we can just go with 'ORDER BY nli_issue_id DESC' statement instead of 'MAX' statement, so no aggregation is used any longer, ( $options['LIMIT'] = 1 is added in the Databese::selectField method in any case ). Maybe we could also add an INDEX on 'nli_issue_id', 'nli_newsletter_id' fields,. And that would be great to somehow test the execution speed. Thanks!

Jun 7 2021, 7:01 AM · MW-1.38-notes (1.38.0-wmf.16; 2022-01-03), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-Newsletter, Wikimedia-production-error

Jun 1 2021

Art.tsymbar added a comment to T247710: Argument 3 passed to ApiAuthManagerHelper::formatMessage() must be an instance of Message, null given, called in ApiAuthManagerHelper.php on line 337.

Hi, @Tgr ! Could you please describe the easiest way to reproduce the issue locally (if possible) - I need it to properly describe fields props: (label, help). Thanks!

Jun 1 2021, 10:35 AM · MW-1.37-notes (1.37.0-wmf.11; 2021-06-21), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-OATHAuth, MediaWiki-Action-API, MediaWiki-Core-AuthManager, Wikimedia-production-error

May 20 2021

Art.tsymbar moved T253926: Wikimedia\Rdbms\Database::selectSQLText: aggregation used with a locking SELECT (NewsletterDb::addNewsletterIssue) from Ready (S&F) to Doing (S&F WIP:2) on the Platform Team Workboards (Clinic Duty Team) board.
May 20 2021, 6:32 AM · MW-1.38-notes (1.38.0-wmf.16; 2022-01-03), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-Newsletter, Wikimedia-production-error
Art.tsymbar claimed T253926: Wikimedia\Rdbms\Database::selectSQLText: aggregation used with a locking SELECT (NewsletterDb::addNewsletterIssue).
May 20 2021, 6:32 AM · MW-1.38-notes (1.38.0-wmf.16; 2022-01-03), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-Newsletter, Wikimedia-production-error

May 18 2021

Art.tsymbar moved T247710: Argument 3 passed to ApiAuthManagerHelper::formatMessage() must be an instance of Message, null given, called in ApiAuthManagerHelper.php on line 337 from Doing (S&F WIP:2) to Waiting for Review on the Platform Team Workboards (Clinic Duty Team) board.
May 18 2021, 8:00 PM · MW-1.37-notes (1.37.0-wmf.11; 2021-06-21), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-OATHAuth, MediaWiki-Action-API, MediaWiki-Core-AuthManager, Wikimedia-production-error

May 12 2021

Art.tsymbar added a comment to T247710: Argument 3 passed to ApiAuthManagerHelper::formatMessage() must be an instance of Message, null given, called in ApiAuthManagerHelper.php on line 337.

Seem 'label' (something else as well) should be returned by getFieldInfo() method, I will check if it will not break something. -> so the annotation (from the task https://phabricator.wikimedia.org/T247886) to abstract method getFieldInfo() is to be changed as well. Will that be ok if the changes from https://phabricator.wikimedia.org/T247886 will be made here, together with the needed changes ? Thanks!

May 12 2021, 12:51 PM · MW-1.37-notes (1.37.0-wmf.11; 2021-06-21), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-OATHAuth, MediaWiki-Action-API, MediaWiki-Core-AuthManager, Wikimedia-production-error

May 7 2021

Art.tsymbar claimed T247710: Argument 3 passed to ApiAuthManagerHelper::formatMessage() must be an instance of Message, null given, called in ApiAuthManagerHelper.php on line 337.
May 7 2021, 7:26 AM · MW-1.37-notes (1.37.0-wmf.11; 2021-06-21), Platform Team Workboards (Clinic Duty Team), MediaWiki-extensions-OATHAuth, MediaWiki-Action-API, MediaWiki-Core-AuthManager, Wikimedia-production-error

Apr 26 2021

Art.tsymbar claimed T277204: EditPage: Argument 2 passed to MediaWiki\Revision\RevisionStore::getRevisionByTimestamp() must be of the type string, null given.
Apr 26 2021, 5:55 PM · MW-1.37-notes (1.37.0-wmf.5; 2021-05-11), User-DannyS712, Platform Team Workboards (Clinic Duty Team), User-brennen, MediaWiki-Core-Revision-backend, Wikimedia-production-error

Apr 24 2021

Art.tsymbar added a comment to T269476: [OTRS bug] Disappearing text due to custom styling.

Hi, @Ijm8710 ! Yeh, the thing is that some further investigation is to be made, as @MSantos mentioned, when we had a chat with him regarding this issue. So there is chance that the change will not be needed. If not, there is a patch for dark(and other) themes cases, which is ready and will be reviewed and merged if needed (after the investigation). Thanks!

Apr 24 2021, 10:11 AM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog

Apr 21 2021

Art.tsymbar reassigned T269312: Media list endpoint returning unexpected and out of order item responses from Art.tsymbar to vadim-kovalenko.
Apr 21 2021, 6:32 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service, Wikipedia-iOS-App-Backlog

Apr 20 2021

Art.tsymbar committed rWSWF59a869d85233: Retrieving random page from a list of items with max score..
Retrieving random page from a list of items with max score.
Apr 20 2021, 10:35 AM

Apr 9 2021

Art.tsymbar added a comment to T251354: Increase touch target for superscript links.

Thanks, @schoenbaechler for the reply!

Apr 9 2021, 1:23 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service

Apr 8 2021

Art.tsymbar added a comment to T251354: Increase touch target for superscript links.

Thanks, @MSantos !
I've taken 3 of <sup> as an example to show that a touch target of a <sup>, that is surrounded with other <sup>s, will be increased from the top and bottom only, So the behaviour, described in the example will be applied to any number of <sup> elements -> ( <sup> >=3).

Apr 8 2021, 5:11 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service
Art.tsymbar added a comment to T251354: Increase touch target for superscript links.

Here they are:
("Michael_Lewis_(wide_receiver)" taken as an example)

Apr 8 2021, 2:58 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service

Apr 2 2021

Art.tsymbar moved T269312: Media list endpoint returning unexpected and out of order item responses from To Do to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Apr 2 2021, 9:15 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service, Wikipedia-iOS-App-Backlog
Art.tsymbar updated subscribers of T251354: Increase touch target for superscript links.

Hi, @Volker_E , @MSantos ! Could you please review next approaches:

Apr 2 2021, 4:07 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service

Apr 1 2021

Art.tsymbar added a comment to T251355: Increase touch target for edit links.

Thanks, @MSantos ! Patch created.

Apr 1 2021, 12:31 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service
Art.tsymbar moved T251355: Increase touch target for edit links from Doing to Code Review on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Apr 1 2021, 12:30 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service

Mar 29 2021

Art.tsymbar moved T251354: Increase touch target for superscript links from Blocked to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 29 2021, 5:33 AM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service
Art.tsymbar moved T251354: Increase touch target for superscript links from To Do to Blocked on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 29 2021, 5:33 AM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service

Mar 28 2021

Art.tsymbar claimed T251354: Increase touch target for superscript links.
Mar 28 2021, 8:29 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service
Art.tsymbar updated subscribers of T251355: Increase touch target for edit links.

@MSantos , could you please tell if this change sufficient\looks good:

Mar 28 2021, 8:20 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service
Art.tsymbar claimed T251355: Increase touch target for edit links.
Mar 28 2021, 4:15 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service
Art.tsymbar moved T251355: Increase touch target for edit links from To Do to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 28 2021, 4:14 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service

Mar 25 2021

Art.tsymbar added a comment to T269569: Wikipedia app - random article randomness is weak.

Due to @Pchelolo comment:

Mar 25 2021, 3:07 PM · Patch-For-Review, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds, Wikipedia-iOS-App-Backlog, Wikipedia-Android-App-Backlog

Mar 19 2021

Art.tsymbar committed rWSWF42b14fd1fc10: Featured image description language fix..
Featured image description language fix.
Mar 19 2021, 11:42 AM
Art.tsymbar added a comment to T269569: Wikipedia app - random article randomness is weak.
Mar 19 2021, 10:58 AM · Patch-For-Review, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds, Wikipedia-iOS-App-Backlog, Wikipedia-Android-App-Backlog

Mar 18 2021

Art.tsymbar triaged T277735: Remove unused getMetadataFromApi function as Low priority.
Mar 18 2021, 9:03 AM · Technical-Debt, Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated
Art.tsymbar created T277735: Remove unused getMetadataFromApi function.
Mar 18 2021, 9:02 AM · Technical-Debt, Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated

Mar 17 2021

Art.tsymbar moved T272191: [Bug] The feed/featured endpoint does not show the correct image description of the "Picture of the day" in the target language from Doing to Code Review on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 17 2021, 11:07 AM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds

Mar 12 2021

Art.tsymbar moved T269476: [OTRS bug] Disappearing text due to custom styling from Doing to Code Review on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 12 2021, 9:56 AM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog

Mar 7 2021

Art.tsymbar moved T269476: [OTRS bug] Disappearing text due to custom styling from To Do to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 7 2021, 7:45 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog
Art.tsymbar moved T272191: [Bug] The feed/featured endpoint does not show the correct image description of the "Picture of the day" in the target language from Doing to Code Review on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 7 2021, 7:45 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds
Art.tsymbar added a comment to T272191: [Bug] The feed/featured endpoint does not show the correct image description of the "Picture of the day" in the target language.

Hi, @MSantos , Thanks for the info! Yes, it is clear. The patch updated - now tests pass. Thanks!

Mar 7 2021, 7:41 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds

Mar 4 2021

Art.tsymbar updated subscribers of T272191: [Bug] The feed/featured endpoint does not show the correct image description of the "Picture of the day" in the target language.

Hi, @MSantos , @Jgiannelos ! I'm trying to push changes https://gerrit.wikimedia.org/r/c/mediawiki/services/wikifeeds/+/667990 to wikifeeds, but test fails (https://integration.wikimedia.org/ci/job/service-pipeline-test/7941/console) due to empty content for /page/news for "es" subdomain. -> "es: results list should have expected properties". Could you please tell what can be a reason ? Thanks!

Mar 4 2021, 10:06 AM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds
Art.tsymbar moved T272191: [Bug] The feed/featured endpoint does not show the correct image description of the "Picture of the day" in the target language from Doing to Blocked on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Mar 4 2021, 10:06 AM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds

Feb 12 2021

Art.tsymbar claimed T265687: Update PCS language variants mapping from siteinfo .
Feb 12 2021, 11:45 AM · Patch-For-Review, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Chinese-Sites, Page Content Service

Feb 5 2021

Art.tsymbar updated subscribers of T109596: Support Media Help namespace in the summary endpoint.

Hi, @Dbrant , @LGoto ! Could you please tell if the mentioned change in the current task ("Media help should not be displayed") and in this one: https://phabricator.wikimedia.org/T269385 ("References in Spanish Wikipedia shouldn't have columns") need to be made on the mobile app level or do we need (can we ?) to change the templates ? Thanks!

Feb 5 2021, 7:39 PM · Product-Infrastructure-Team-Backlog-Deprecated, Page Content Service, Android-app-Bugs, Essential-Work, Wikipedia-Android-App-Backlog

Feb 1 2021

Art.tsymbar moved T269476: [OTRS bug] Disappearing text due to custom styling from Code Review to Sign off on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Feb 1 2021, 3:37 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog

Jan 31 2021

Art.tsymbar claimed T272191: [Bug] The feed/featured endpoint does not show the correct image description of the "Picture of the day" in the target language.
Jan 31 2021, 7:20 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds
Art.tsymbar moved T272191: [Bug] The feed/featured endpoint does not show the correct image description of the "Picture of the day" in the target language from To Do to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Jan 31 2021, 12:53 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds

Jan 21 2021

Art.tsymbar moved T109596: Support Media Help namespace in the summary endpoint from Upcoming to Kanban on the Product-Infrastructure-Team-Backlog-Deprecated board.
Jan 21 2021, 12:51 PM · Product-Infrastructure-Team-Backlog-Deprecated, Page Content Service, Android-app-Bugs, Essential-Work, Wikipedia-Android-App-Backlog
Art.tsymbar moved T254047: [OTRS bug] horizontal scrolling issue on German IBM article from Upcoming to Kanban on the Product-Infrastructure-Team-Backlog-Deprecated board.
Jan 21 2021, 12:51 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service, Wikipedia-iOS-App-Backlog
Art.tsymbar claimed T269312: Media list endpoint returning unexpected and out of order item responses.
Jan 21 2021, 12:48 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service, Wikipedia-iOS-App-Backlog
Art.tsymbar assigned T254047: [OTRS bug] horizontal scrolling issue on German IBM article to vadim-kovalenko.
Jan 21 2021, 12:48 PM · Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Page Content Service, Wikipedia-iOS-App-Backlog
Art.tsymbar assigned T109596: Support Media Help namespace in the summary endpoint to vadim-kovalenko.
Jan 21 2021, 12:48 PM · Product-Infrastructure-Team-Backlog-Deprecated, Page Content Service, Android-app-Bugs, Essential-Work, Wikipedia-Android-App-Backlog
Art.tsymbar moved T269476: [OTRS bug] Disappearing text due to custom styling from Doing to Code Review on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Jan 21 2021, 12:40 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog

Jan 20 2021

Art.tsymbar moved T271813: Remove copyAttribute method from the MobileHTML.js from Code Review to Sign off on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Jan 20 2021, 3:41 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban)

Jan 17 2021

Art.tsymbar moved T269385: References in Spanish Wikipedia shouldn't have columns from Sprint Backlog (1/19-2/2.2021) to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Jan 17 2021, 12:30 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated, Wikipedia-iOS-App-Backlog

Jan 15 2021

Art.tsymbar added a comment to T269569: Wikipedia app - random article randomness is weak.

There is a setting here: https://github.com/wikimedia/wikifeeds/blob/master/lib/random.js#L71 -> 12 items are requested. Maybe we could increase this value ?
Or there is a possibility the testing should be performed in some specific way ?

Jan 15 2021, 3:37 PM · Patch-For-Review, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds, Wikipedia-iOS-App-Backlog, Wikipedia-Android-App-Backlog
Art.tsymbar added a comment to T269569: Wikipedia app - random article randomness is weak.

The same for iOs - tested 300+ random articles - no duplication. Also looked through the php code (which is responsible for the content (random articles) ) - the "randomness" is very high.

Jan 15 2021, 3:33 PM · Patch-For-Review, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds, Wikipedia-iOS-App-Backlog, Wikipedia-Android-App-Backlog

Jan 13 2021

Art.tsymbar moved T269569: Wikipedia app - random article randomness is weak from Sprint Backlog (1/19-2/2.2021) to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Jan 13 2021, 12:22 PM · Patch-For-Review, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikifeeds, Wikipedia-iOS-App-Backlog, Wikipedia-Android-App-Backlog
Art.tsymbar moved T271813: Remove copyAttribute method from the MobileHTML.js from Doing to Code Review on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Jan 13 2021, 12:22 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban)

Jan 12 2021

Art.tsymbar triaged T271813: Remove copyAttribute method from the MobileHTML.js as Medium priority.
Jan 12 2021, 1:19 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban)
Art.tsymbar created T271813: Remove copyAttribute method from the MobileHTML.js.
Jan 12 2021, 1:18 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban)
Art.tsymbar updated subscribers of T269476: [OTRS bug] Disappearing text due to custom styling.

@MSantos, could you please comment on the next proposal :

Jan 12 2021, 1:08 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog

Jan 4 2021

Art.tsymbar moved T269476: [OTRS bug] Disappearing text due to custom styling from To Do to Doing on the Product-Infrastructure-Team-Backlog-Deprecated (Kanban) board.
Jan 4 2021, 12:34 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog

Jan 3 2021

Art.tsymbar claimed T269476: [OTRS bug] Disappearing text due to custom styling.
Jan 3 2021, 9:35 PM · Page Content Service, Product-Infrastructure-Team-Backlog-Deprecated (Kanban), Wikipedia-iOS-App-Backlog

Dec 23 2020

Art.tsymbar added a comment to T253834: Turn properties into protected Getters in LanguageConverter based hierarchy.

What was done:

Dec 23 2020, 1:55 PM · MW-1.36-notes (1.36.0-wmf.30; 2021-02-09), Platform Team Workboards (MW Expedition), Platform Team Initiatives (Decoupling (CDP2)), MediaWiki-Language-converter, I18n

Dec 22 2020

Art.tsymbar added a comment to T270139: Commons API not returning image data for Dec. 14 2020 picture of the day (in English and German).

From my conversation with PPchelko regarding the task:
For now it will be enough to handle empty response (as mentioned in the desc, there is a separate ticket to improve the iOS) as it happens..., and as we've got deferred updates of the data, mentioned here - the task can not be resolved by itself except the change: "remove the reference to English." (will not eliminate the root problem, but this change is good to have from my point of view).
So there is an architectural issues wich is good to take a look in the future.

Dec 22 2020, 6:03 PM · iOS-app-v6.8-Manta-Ray-On-A-Riding-Mower, Product-Infrastructure-Team-Backlog-Deprecated, MediaWiki-Action-API, Wikipedia-iOS-App-Backlog

Dec 16 2020

Art.tsymbar claimed T258757: Write unit tests for WikimediaApiPortalOAuth .
Dec 16 2020, 7:25 PM · Test-Coverage, API-Portal, MediaWiki-extensions-WikimediaApiPortalOAuth
Art.tsymbar moved T266603: Wikimedia API Portal - text in the dropdown menu falling out of the box from In Progress/Doing to In Progress/In Review on the Platform Team Workboards (S&F Workboard) board.
Dec 16 2020, 7:50 AM · MW-1.36-notes (1.36.0-wmf.25; 2021-01-05), Platform Team Workboards (S&F Workboard), UniversalLanguageSelector, WikimediaApiPortal

Dec 15 2020

Art.tsymbar set the point value for T258757: Write unit tests for WikimediaApiPortalOAuth to 8.
Dec 15 2020, 1:55 PM · Test-Coverage, API-Portal, MediaWiki-extensions-WikimediaApiPortalOAuth
Art.tsymbar moved T258757: Write unit tests for WikimediaApiPortalOAuth from Current sprint Backlog to In Progress/Doing on the Platform Team Workboards (S&F Workboard) board.
Dec 15 2020, 12:37 PM · Test-Coverage, API-Portal, MediaWiki-extensions-WikimediaApiPortalOAuth
Art.tsymbar moved T266603: Wikimedia API Portal - text in the dropdown menu falling out of the box from Current sprint Backlog to In Progress/Doing on the Platform Team Workboards (S&F Workboard) board.
Dec 15 2020, 12:37 PM · MW-1.36-notes (1.36.0-wmf.25; 2021-01-05), Platform Team Workboards (S&F Workboard), UniversalLanguageSelector, WikimediaApiPortal

Dec 14 2020

Art.tsymbar placed T253834: Turn properties into protected Getters in LanguageConverter based hierarchy up for grabs.
Dec 14 2020, 3:58 PM · MW-1.36-notes (1.36.0-wmf.30; 2021-02-09), Platform Team Workboards (MW Expedition), Platform Team Initiatives (Decoupling (CDP2)), MediaWiki-Language-converter, I18n

Dec 8 2020

Art.tsymbar moved T254305: WikimediaApiPortal skin doesn't play well with ULS from In Progress/Doing to In Progress/In Review on the Platform Team Workboards (S&F Workboard) board.
Dec 8 2020, 10:12 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), WikimediaApiPortal, UniversalLanguageSelector, Platform Team Initiatives (API Gateway)

Nov 19 2020

Art.tsymbar changed the point value for T253834: Turn properties into protected Getters in LanguageConverter based hierarchy from 2 to 8.
Nov 19 2020, 2:36 PM · MW-1.36-notes (1.36.0-wmf.30; 2021-02-09), Platform Team Workboards (MW Expedition), Platform Team Initiatives (Decoupling (CDP2)), MediaWiki-Language-converter, I18n

Nov 18 2020

Art.tsymbar moved T264637: API Portal login doesn't automatically log in to Meta from Current sprint Backlog to In Progress/Doing on the Platform Team Workboards (S&F Workboard) board.
Nov 18 2020, 9:05 PM · MediaWiki-extensions-WikimediaApiPortalOAuth
Art.tsymbar moved T264457: Client secret shared between clients from In Progress/In Review to PM Sign Off on the Platform Team Workboards (S&F Workboard) board.
Nov 18 2020, 3:25 PM · MW-1.36-notes (1.36.0-wmf.20; 2020-12-01), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)

Nov 17 2020

Art.tsymbar moved T264606: OAuth extension - update unit tests (RequestClientEndpointTest). from In Progress/In Review to PM Sign Off on the Platform Team Workboards (S&F Workboard) board.
Nov 17 2020, 8:00 PM · MW-1.36-notes (1.36.0-wmf.20; 2020-12-01), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth
Art.tsymbar set the point value for T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}' to 5.
Nov 17 2020, 6:00 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)
Art.tsymbar moved T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}' from Current sprint Backlog to In Progress/Doing on the Platform Team Workboards (S&F Workboard) board.
Nov 17 2020, 10:37 AM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)

Nov 11 2020

Art.tsymbar added a comment to T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}'.

The Idea is just to: make DAOAccessControl::get() to return a string - like "$msg->text()" and not an $msg obj. as now.

Nov 11 2020, 6:51 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)
Art.tsymbar updated subscribers of T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}'.
Nov 11 2020, 6:47 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)
Art.tsymbar added a subtask for T264457: Client secret shared between clients: T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}'.
Nov 11 2020, 6:44 PM · MW-1.36-notes (1.36.0-wmf.20; 2020-12-01), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)
Art.tsymbar added a parent task for T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}': T264457: Client secret shared between clients.
Nov 11 2020, 6:44 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)
Art.tsymbar updated the task description for T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}'.
Nov 11 2020, 6:43 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)
Art.tsymbar created T267755: OAuth extension - REST - show error (rights restrictions) messages instead of an object '{}'.
Nov 11 2020, 6:42 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth, Platform Team Initiatives (API Gateway)

Oct 28 2020

Art.tsymbar added a comment to T266603: Wikimedia API Portal - text in the dropdown menu falling out of the box.

Suppose, questions sign is to be aligned.

screen.png (279×415 px, 16 KB)

Oct 28 2020, 1:51 PM · MW-1.36-notes (1.36.0-wmf.25; 2021-01-05), Platform Team Workboards (S&F Workboard), UniversalLanguageSelector, WikimediaApiPortal

Oct 27 2020

Art.tsymbar updated subscribers of T266603: Wikimedia API Portal - text in the dropdown menu falling out of the box.
Oct 27 2020, 8:29 PM · MW-1.36-notes (1.36.0-wmf.25; 2021-01-05), Platform Team Workboards (S&F Workboard), UniversalLanguageSelector, WikimediaApiPortal
Art.tsymbar set the point value for T266603: Wikimedia API Portal - text in the dropdown menu falling out of the box to 3.
Oct 27 2020, 8:28 PM · MW-1.36-notes (1.36.0-wmf.25; 2021-01-05), Platform Team Workboards (S&F Workboard), UniversalLanguageSelector, WikimediaApiPortal
Art.tsymbar created T266603: Wikimedia API Portal - text in the dropdown menu falling out of the box.
Oct 27 2020, 8:28 PM · MW-1.36-notes (1.36.0-wmf.25; 2021-01-05), Platform Team Workboards (S&F Workboard), UniversalLanguageSelector, WikimediaApiPortal

Oct 26 2020

Art.tsymbar set the point value for T266463: OAuth extension - remove unused parameter from userCanSee() methods and methods, calling it. to 1.
Oct 26 2020, 11:56 AM · Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth
Art.tsymbar created T266463: OAuth extension - remove unused parameter from userCanSee() methods and methods, calling it..
Oct 26 2020, 11:56 AM · Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth
Art.tsymbar assigned T243747: Add pure unit tests for class LinkHolderArray to Vlad.shapik.
Oct 26 2020, 8:25 AM · Test-Coverage, MediaWiki-Parser, MW-1.35-notes (1.35.0-wmf.37; 2020-06-16), Platform Team Workboards (S&F Workboard), Platform Team Initiatives (Decoupling (CDP2))

Oct 24 2020

Art.tsymbar moved T254305: WikimediaApiPortal skin doesn't play well with ULS from Current sprint Backlog to In Progress/Doing on the Platform Team Workboards (S&F Workboard) board.
Oct 24 2020, 12:04 PM · MW-1.36-notes (1.36.0-wmf.22; 2020-12-15), Platform Team Workboards (S&F Workboard), WikimediaApiPortal, UniversalLanguageSelector, Platform Team Initiatives (API Gateway)
Art.tsymbar moved T264372: Owner-only client missing token in confirmation view from In Progress/Doing to In Progress/In Review on the Platform Team Workboards (S&F Workboard) board.
Oct 24 2020, 12:04 PM · MW-1.36-notes (1.36.0-wmf.16; 2020-11-03), Platform Team Initiatives (API Gateway), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-WikimediaApiPortalOAuth

Oct 23 2020

Art.tsymbar assigned T266159: OAuth extension - remove unused $permissionManager variable from ...\src\Control\ConsumerSubmitControl.php. to Vlad.shapik.
Oct 23 2020, 9:38 AM · MW-1.36-notes (1.36.0-wmf.16; 2020-11-03), Platform Team Initiatives (API Gateway), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth
Art.tsymbar assigned T264201: Change color of "Create client" button to Vlad.shapik.
Oct 23 2020, 8:59 AM · MW-1.36-notes (1.36.0-wmf.16; 2020-11-03), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-WikimediaApiPortalOAuth

Oct 21 2020

Art.tsymbar set the point value for T263276: Inconsistent anchor link behavior to 3.
Oct 21 2020, 5:05 PM · MW-1.36-notes (1.36.0-wmf.18; 2020-11-17), Platform Team Workboards (S&F Workboard), WikimediaApiPortal
Art.tsymbar created T266159: OAuth extension - remove unused $permissionManager variable from ...\src\Control\ConsumerSubmitControl.php..
Oct 21 2020, 4:29 PM · MW-1.36-notes (1.36.0-wmf.16; 2020-11-03), Platform Team Initiatives (API Gateway), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth

Oct 19 2020

Art.tsymbar assigned T264371: Misalignment of information in client list to Vlad.shapik.
Oct 19 2020, 2:02 PM · MW-1.36-notes (1.36.0-wmf.16; 2020-11-03), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-WikimediaApiPortalOAuth
Art.tsymbar reassigned T265361: OAuth extension - get rid of isAllowed() deprecated method from Art.tsymbar to Vlad.shapik.
Oct 19 2020, 9:08 AM · Platform Team Initiatives (API Gateway), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth
Art.tsymbar added a comment to T265361: OAuth extension - get rid of isAllowed() deprecated method.

Have wrote patch for this in T246567

Oct 19 2020, 9:07 AM · Platform Team Initiatives (API Gateway), Platform Team Workboards (S&F Workboard), MediaWiki-extensions-OAuth