[go: nahoru, domu]

Page MenuHomePhabricator
Feed Advanced Search

Today

ovasileva closed T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode as Resolved.
Mon, Jul 8, 10:35 AM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Marostegui added a comment to T221380: Wikidata: Special:Contributions times out for many high-activity users.

The above error comes from:

cumin2024@db1192.eqiad.wmnet[wikidatawiki]> explain SELECT  rev_id,rev_page,rev_actor,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name,page_is_new,(SELECT  GROUP_CONCAT(ctd_name SEPARATOR ',')  FROM `change_tag` JOIN `change_tag_def` ON ((ct_tag_id=ctd_id))   WHERE (ct_rev_id=rev_id)  ) AS `ts_tags`,ores_damaging_cls.oresc_probability AS `ores_damaging_score`,0.385 AS `ores_damaging_threshold`  FROM `revision` FORCE INDEX (rev_actor_timestamp) JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id)) JOIN `page` ON ((page_id = rev_page)) LEFT JOIN `user` ON ((actor_rev_user.actor_user != 0) AND (user_id = actor_rev_user.actor_user)) LEFT JOIN `ores_classification` `ores_damaging_cls` ON (ores_damaging_cls.oresc_model = 11 AND (ores_damaging_cls.oresc_rev=rev_id) AND ores_damaging_cls.oresc_class = 1)   WHERE actor_name = 'Jarekt' AND (page_namespace = 1) AND ((rev_deleted & 4) = 0)  ORDER BY rev_timestamp DESC,rev_id DESC LIMIT 51 ;
+------+--------------------+---------------------+--------+----------------------------+-----------------------+---------+------------------------------------------+---------+-------------+
| id   | select_type        | table               | type   | possible_keys              | key                   | key_len | ref                                      | rows    | Extra       |
+------+--------------------+---------------------+--------+----------------------------+-----------------------+---------+------------------------------------------+---------+-------------+
|    1 | PRIMARY            | actor_rev_user      | const  | PRIMARY,actor_name         | actor_name            | 257     | const                                    | 1       |             |
|    1 | PRIMARY            | user                | const  | PRIMARY                    | PRIMARY               | 4       | const                                    | 1       |             |
|    1 | PRIMARY            | revision            | ref    | rev_actor_timestamp        | rev_actor_timestamp   | 8       | const                                    | 2300078 | Using where |
|    1 | PRIMARY            | page                | eq_ref | PRIMARY,page_name_title    | PRIMARY               | 4       | wikidatawiki.revision.rev_page           | 1       | Using where |
|    1 | PRIMARY            | ores_damaging_cls   | eq_ref | oresc_rev_model_class      | oresc_rev_model_class | 7       | wikidatawiki.revision.rev_id,const,const | 1       |             |
|    1 | PRIMARY            | comment_rev_comment | eq_ref | PRIMARY                    | PRIMARY               | 8       | wikidatawiki.revision.rev_comment_id     | 1       |             |
|    2 | DEPENDENT SUBQUERY | change_tag          | ref    | ct_rev_tag_id,ct_tag_id_id | ct_rev_tag_id         | 5       | wikidatawiki.revision.rev_id             | 1       | Using index |
|    2 | DEPENDENT SUBQUERY | change_tag_def      | eq_ref | PRIMARY                    | PRIMARY               | 4       | wikidatawiki.change_tag.ct_tag_id        | 1       |             |
+------+--------------------+---------------------+--------+----------------------------+-----------------------+---------+------------------------------------------+---------+-------------+
8 rows in set (0.002 sec)
Mon, Jul 8, 5:01 AM · MW-1.34-notes (1.34.0-wmf.4; 2019-05-07), Wikidata-Campsite, MediaWiki-libs-Rdbms, Performance Issue, Wikimedia-production-error, MediaWiki-Special-pages, Wikidata
Jarekt added a comment to T221380: Wikidata: Special:Contributions times out for many high-activity users.

I just had the same issue:

Mon, Jul 8, 2:18 AM · MW-1.34-notes (1.34.0-wmf.4; 2019-05-07), Wikidata-Campsite, MediaWiki-libs-Rdbms, Performance Issue, Wikimedia-production-error, MediaWiki-Special-pages, Wikidata

Sat, Jul 6

DAlangi_WMF closed T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment() as Resolved.

Looks like we can resolve this. Thanks @Tgr! 💥

Sat, Jul 6, 5:16 AM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages
Pppery removed a project from T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment(): Patch-For-Review.
Sat, Jul 6, 5:12 AM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages

Fri, Jul 5

Bugreporter merged task T327464: Create a special page for starting a new article into T29311: Add a "create a page" interface to MediaWiki core.
Fri, Jul 5, 6:11 AM · MediaWiki-Special-pages, MediaWiki-Page-editing
ReleaseTaggerBot added a project to T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment(): MW-1.43-notes (1.43.0-wmf.13; 2024-07-09).
Fri, Jul 5, 2:00 AM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages
gerritbot added a comment to T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment().

Change #1051088 merged by jenkins-bot:

[mediawiki/core@master] Unify query parameter preserving auth special page methods

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

Fri, Jul 5, 1:28 AM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages

Thu, Jul 4

gerritbot added a project to T369024: SpecialUncategorizedPages slow query: Patch-For-Review.
Thu, Jul 4, 9:14 AM · Patch-For-Review, Wikimedia-Slow-DB-Query, MediaWiki-Special-pages
gerritbot added a comment to T369024: SpecialUncategorizedPages slow query.

Change #1052058 had a related patch set uploaded (by Ladsgroup; author: Amir Sarabadani):

[operations/mediawiki-config@master] Reduce frequency of two query pages in commonswiki

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

Thu, Jul 4, 9:14 AM · Patch-For-Review, Wikimedia-Slow-DB-Query, MediaWiki-Special-pages

Wed, Jul 3

KSarabia-WMF reassigned T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from KSarabia-WMF to ovasileva.
Wed, Jul 3, 4:21 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
KSarabia-WMF added a comment to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.

Test Result - Beta
Status: ✅ PASS
Environment: Beta
OS: macOS Sonoma 14.5
Browser: Chrome 126
Device: MBA
Emulated Device: NA

Wed, Jul 3, 4:21 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Marostegui added a comment to T369024: SpecialUncategorizedPages slow query.

That's part of updating query page entries and by design it's slow (it'll fill a cache). The proper fix is to move it to hadoop T309738: Move Mediawiki QueryPages computation to Hadoop (which I've been slowly working on it) but in the mean time, we can reduce its frequency.

Wed, Jul 3, 1:01 PM · Patch-For-Review, Wikimedia-Slow-DB-Query, MediaWiki-Special-pages
Ladsgroup added a comment to T369024: SpecialUncategorizedPages slow query.

That's part of updating query page entries and by design it's slow (it'll fill a cache). The proper fix is to move it to hadoop T309738: Move Mediawiki QueryPages computation to Hadoop (which I've been slowly working on it) but in the mean time, we can reduce its frequency.

Wed, Jul 3, 12:56 PM · Patch-For-Review, Wikimedia-Slow-DB-Query, MediaWiki-Special-pages

Tue, Jul 2

KSarabia-WMF claimed T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.
Tue, Jul 2, 8:39 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdforrester-WMF edited projects for T323083: Drop temporary feature flag SpecialContributeSkinsEnabled, added: ContentTranslation; removed MW-1.40-release.

This didn't get done before the release of MW 1.40.

Tue, Jul 2, 5:28 PM · ContentTranslation, Language-Team (Language-2022-October-December), MediaWiki-Special-pages
Maintenance_bot removed a project from T369016: The Talk link and other relevant link are extra in WhatLinksHere: Patch-For-Review.
Tue, Jul 2, 4:30 PM · MediaWiki-Special-pages
Ebrahim closed T369016: The Talk link and other relevant link are extra in WhatLinksHere as Declined.
Tue, Jul 2, 4:13 PM · MediaWiki-Special-pages
gerritbot added a comment to T369016: The Talk link and other relevant link are extra in WhatLinksHere.

Change #1051308 abandoned by Ebrahim:

[mediawiki/core@master] Remove relevant title of WhatLinksHere and RecentChangesLinked

Reason:

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

Tue, Jul 2, 4:13 PM · MediaWiki-Special-pages
Ebrahim added a comment to T369016: The Talk link and other relevant link are extra in WhatLinksHere.

I don't insist on it much though I have my original opinion about it so let's close. Thanks 😊

Tue, Jul 2, 4:12 PM · MediaWiki-Special-pages
Pppery added a comment to T369016: The Talk link and other relevant link are extra in WhatLinksHere.

I'm completely failing to see how removing links like this could possibly be an improvement.

Tue, Jul 2, 3:56 PM · MediaWiki-Special-pages
Maintenance_bot removed a project from T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode: Patch-For-Review.
Tue, Jul 2, 3:31 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
gerritbot added a comment to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.

Change #1051203 abandoned by Bernard Wang:

[mediawiki/core@master] Update Special:AllMessage colors in dark mode

Reason:

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

Tue, Jul 2, 3:21 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Marostegui updated the task description for T369024: SpecialUncategorizedPages slow query.
Tue, Jul 2, 11:56 AM · Patch-For-Review, Wikimedia-Slow-DB-Query, MediaWiki-Special-pages
Aklapper added a project to T369024: SpecialUncategorizedPages slow query: Wikimedia-Slow-DB-Query.

+Wikimedia-Slow-DB-Query

Tue, Jul 2, 11:48 AM · Patch-For-Review, Wikimedia-Slow-DB-Query, MediaWiki-Special-pages
Marostegui created T369024: SpecialUncategorizedPages slow query.
Tue, Jul 2, 11:33 AM · Patch-For-Review, Wikimedia-Slow-DB-Query, MediaWiki-Special-pages
Aklapper added a project to T369016: The Talk link and other relevant link are extra in WhatLinksHere: MediaWiki-Special-pages.
Tue, Jul 2, 9:55 AM · MediaWiki-Special-pages
ReleaseTaggerBot added a project to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode: MW-1.43-notes (1.43.0-wmf.12; 2024-07-02).
Tue, Jul 2, 12:00 AM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages

Mon, Jul 1

Jdlrobson moved T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from Excluded experiences to Dark mode on the FY2023-24-WE 2.1 Typography and palette customizations board.
Mon, Jul 1, 11:29 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson lowered the priority of T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from High to Low.
Mon, Jul 1, 11:28 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson assigned T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode to GMikesell-WMF.
Mon, Jul 1, 11:28 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
gerritbot added a comment to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.

Change #1051190 merged by jenkins-bot:

[mediawiki/core@master] Special:AllMessages: Make colors compatible with dark mode

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

Mon, Jul 1, 11:12 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson moved T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from Ready for Development to Code Review on the Web-Team-Backlog (FY2024-25 Q1 Sprint 1) board.
Mon, Jul 1, 10:42 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
gerritbot added a comment to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.

Change #1051203 had a related patch set uploaded (by Bernard Wang; author: Bernard Wang):

[mediawiki/core@master] Update Special:AllMessage colors

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

Mon, Jul 1, 9:03 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Maintenance_bot removed a project from T293576: TablePager on Special:ListFiles shows contextless "Yes" above each picture with small screen width: Patch-For-Review.
Mon, Jul 1, 8:31 PM · MW-1.39-notes (1.39.0-wmf.3; 2022-03-22), MW-1.38-notes, MW-1.36-notes, MW-1.35-notes, MW-1.37-notes, Mobile, MediaWiki-Special-pages
matmarex merged T299338: Special ListFiles: filename should not be hidden on mobile into T293576: TablePager on Special:ListFiles shows contextless "Yes" above each picture with small screen width.
Mon, Jul 1, 8:15 PM · MW-1.39-notes (1.39.0-wmf.3; 2022-03-22), MW-1.38-notes, MW-1.36-notes, MW-1.35-notes, MW-1.37-notes, Mobile, MediaWiki-Special-pages
gerritbot added a project to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode: Patch-For-Review.
Mon, Jul 1, 7:13 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
gerritbot added a comment to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.

Change #1051190 had a related patch set uploaded (by Ebrahim; author: Ebrahim):

[mediawiki/core@master] Make Special:AllMessages compatible with dark mode

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

Mon, Jul 1, 7:13 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
ovasileva set the point value for T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode to 1.
Mon, Jul 1, 5:50 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson lowered the priority of T367826: [Bug] Special:ProtectedPages has color contrast issues from High to Medium.

These should be interpreted as disabled text, so I don't think enabling this page needs to be blocked on this bug.

Mon, Jul 1, 4:51 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson updated subscribers of T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.

I suggest using the background success color for these, as @Ebrahim did in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ORES/+/1050668

Mon, Jul 1, 4:50 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson raised the priority of T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from Medium to High.
Mon, Jul 1, 4:46 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson raised the priority of T367826: [Bug] Special:ProtectedPages has color contrast issues from Medium to High.
Mon, Jul 1, 4:46 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson closed T366358: Help icon is not inverted on WhatLinksHere and other pages as Resolved.
Mon, Jul 1, 4:25 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
gerritbot added a project to T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment(): Patch-For-Review.
Mon, Jul 1, 10:18 AM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages
gerritbot added a comment to T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment().

Change #1051088 had a related patch set uploaded (by Gergő Tisza; author: Gergő Tisza):

[mediawiki/core@master] Unify query parameter preserving auth special page methods

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

Mon, Jul 1, 10:18 AM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages

Sun, Jun 30

Func closed T187518: Contributions of imported users can not be displayed, a subtask of T344978: Allow Special:Contributions and Special:Logs to filter entries by imported actors, as Resolved.
Sun, Jun 30, 2:55 PM · MediaWiki-Logevents, MW-1.41-notes (1.41.0-wmf.28; 2023-09-26), MediaWiki-Special-pages

Fri, Jun 28

SToyofuku-WMF added a comment to T366358: Help icon is not inverted on WhatLinksHere and other pages.

^ I believe that's expected as it was merged yesterday and testwiki isn't deployed until Tuesday

Fri, Jun 28, 10:44 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
GMikesell-WMF placed T366358: Help icon is not inverted on WhatLinksHere and other pages up for grabs.
Fri, Jun 28, 10:42 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
GMikesell-WMF moved T366358: Help icon is not inverted on WhatLinksHere and other pages from QA to Ready for Signoff on the Web-Team-Backlog (FY2023-24 Q4 Sprint 6) board.
Fri, Jun 28, 10:42 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
GMikesell-WMF added a comment to T366358: Help icon is not inverted on WhatLinksHere and other pages.

@Jdlrobson Beta passed but test.wiki failed as seen in the screenshots.

Fri, Jun 28, 10:41 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
Jdlrobson moved T367826: [Bug] Special:ProtectedPages has color contrast issues from Needs analysis to Ready for estimation on the Web-Team-Backlog (FY2024-25 Q1 Sprint 1) board.
Fri, Jun 28, 8:08 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson moved T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from Needs analysis to Ready for estimation on the Web-Team-Backlog (FY2024-25 Q1 Sprint 1) board.
Fri, Jun 28, 8:08 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Tgr claimed T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment().
Fri, Jun 28, 1:41 PM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages
Tgr moved T366476: Investigate & resolve inaccurate usage of LoginSignupSpecialPage::getReturnToQueryStringFragment() from Backlog to In progress on the SUL3 board.
Fri, Jun 28, 1:40 PM · MW-1.43-notes (1.43.0-wmf.13; 2024-07-09), MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-CentralAuth, MediaWiki-Special-pages
Jdlrobson moved T367826: [Bug] Special:ProtectedPages has color contrast issues from Backlog to Web on the dark-mode board.
Fri, Jun 28, 3:03 AM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson moved T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from Backlog to Web on the dark-mode board.
Fri, Jun 28, 3:03 AM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson added a project to T367826: [Bug] Special:ProtectedPages has color contrast issues: dark-mode.
Fri, Jun 28, 2:30 AM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson added a project to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode: dark-mode.
Fri, Jun 28, 2:30 AM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages

Thu, Jun 27

ReleaseTaggerBot added a project to T366358: Help icon is not inverted on WhatLinksHere and other pages: MW-1.43-notes (1.43.0-wmf.12; 2024-07-02).
Thu, Jun 27, 11:00 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
Maintenance_bot removed a project from T366358: Help icon is not inverted on WhatLinksHere and other pages: Patch-For-Review.
Thu, Jun 27, 10:30 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
gerritbot added a comment to T366358: Help icon is not inverted on WhatLinksHere and other pages.

Change #1050077 merged by jenkins-bot:

[mediawiki/core@master] OutputPage: Convert helplink icon to use codex css mixin

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

Thu, Jun 27, 10:16 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
Jdlrobson reassigned T366358: Help icon is not inverted on WhatLinksHere and other pages from SToyofuku-WMF to GMikesell-WMF.
Thu, Jun 27, 10:12 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
MaryMunyoki edited projects for T357141: MediaWiki version date is forced to ltr direction on Special:Version, added: LPL Technical Support (LPL Technical Support (Current)); removed Language-Technical Support (Language-Technical Support (Current)).
Thu, Jun 27, 5:33 PM · LPL Technical Support (LPL Technical Support (Current)), I18n, MediaWiki-Special-pages, RTL
RHo moved T139866: Year input fields on special pages should be 4 digits wide from Triaged to Backlog on the Wikimedia-Design board.
Thu, Jun 27, 3:35 PM · CSS, Wikimedia-Design, MediaWiki-User-Interface, Design, MediaWiki-Special-pages
daniel renamed T365952: Special:Statistics disagrees with stats.wikimedia.org on the number of active users. from Statistics to Special:Statistics disagrees with stats.wikimedia.org on the number of active users..
Thu, Jun 27, 3:17 PM · MediaWiki-Engineering, MediaWiki-Special-pages
ovasileva triaged T367826: [Bug] Special:ProtectedPages has color contrast issues as Medium priority.
Thu, Jun 27, 3:13 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
ovasileva triaged T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode as Medium priority.
Thu, Jun 27, 3:13 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
RHo triaged T139866: Year input fields on special pages should be 4 digits wide as Low priority.
Thu, Jun 27, 2:36 PM · CSS, Wikimedia-Design, MediaWiki-User-Interface, Design, MediaWiki-Special-pages
TheDJ attached a referenced file: F55350618: screenshot 84.png.
Thu, Jun 27, 6:54 AM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages

Wed, Jun 26

gerritbot added a project to T366358: Help icon is not inverted on WhatLinksHere and other pages: Patch-For-Review.
Wed, Jun 26, 11:06 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
gerritbot added a comment to T366358: Help icon is not inverted on WhatLinksHere and other pages.

Change #1050077 had a related patch set uploaded (by Stoyofuku-wmf; author: Stoyofuku-wmf):

[mediawiki/core@master] Convert helplink icon to use codex css mixin

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

Wed, Jun 26, 11:06 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
Jdlrobson added a project to T367826: [Bug] Special:ProtectedPages has color contrast issues: patch-welcome.
Wed, Jun 26, 11:03 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson added a project to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode: patch-welcome.
Wed, Jun 26, 11:03 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Filipovic_Zoran added a comment to T365952: Special:Statistics disagrees with stats.wikimedia.org on the number of active users..

statistics-users-active is Active users with 5 or more edits; but Statistics page shows a list of members as Active users (Users who have performed at least one action in the last 30 days) this is Editors for 1 edit.

Wed, Jun 26, 10:22 PM · MediaWiki-Engineering, MediaWiki-Special-pages
Jdlrobson moved T366358: Help icon is not inverted on WhatLinksHere and other pages from Blocked on Others to Doing on the Web-Team-Backlog (FY2023-24 Q4 Sprint 6) board.
Wed, Jun 26, 8:27 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
Jdlrobson moved T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from Incoming to FY2024-25 Q1 Sprint 1 on the Web-Team-Backlog board.
Wed, Jun 26, 8:10 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson moved T367826: [Bug] Special:ProtectedPages has color contrast issues from Incoming to FY2024-25 Q1 Sprint 1 on the Web-Team-Backlog board.
Wed, Jun 26, 8:10 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson added a project to T367826: [Bug] Special:ProtectedPages has color contrast issues: Web-Team-Backlog.

The token #72777d should be replaced with @color-base--subtle

Wed, Jun 26, 7:02 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages
Jdlrobson added a project to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode: Web-Team-Backlog.

Non-standard token - will need a dark mode override or a token.

Wed, Jun 26, 7:02 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Milimetric added a comment to T365952: Special:Statistics disagrees with stats.wikimedia.org on the number of active users..

are we literally saying that we should just change the value of statistics-users-active to Editors? Code here: https://gerrit.wikimedia.org/g/mediawiki/core/+/1aa990f1725bf81caaf44527b9e778b5a8fe7e4d/languages/i18n/en.json#1950

Wed, Jun 26, 4:07 PM · MediaWiki-Engineering, MediaWiki-Special-pages
VirginiaPoundstone edited projects for T365952: Special:Statistics disagrees with stats.wikimedia.org on the number of active users., added: MediaWiki-Engineering; removed Data Products, Data-Engineering, Data-Engineering-Wikistats.

This requires a patch to MediaWiki, I believe. I have tagged MediaWiki-Engineering, but I think this patch can be picked up and technical requirements defined by any MediaWiki engineer.

Wed, Jun 26, 3:54 PM · MediaWiki-Engineering, MediaWiki-Special-pages
Scott updated the task description for T368542: Make Special:RevisionDelete UI for multiple revisions less awkward.
Wed, Jun 26, 2:37 PM · MediaWiki-Revision-deletion, MediaWiki-Special-pages
Scott updated the task description for T368542: Make Special:RevisionDelete UI for multiple revisions less awkward.
Wed, Jun 26, 2:37 PM · MediaWiki-Revision-deletion, MediaWiki-Special-pages
Scott created T368542: Make Special:RevisionDelete UI for multiple revisions less awkward.
Wed, Jun 26, 2:26 PM · MediaWiki-Revision-deletion, MediaWiki-Special-pages
Jdlrobson added a comment to T366358: Help icon is not inverted on WhatLinksHere and other pages.

I think ideal solution here would be to add a span element to addHelpLink for just the icon (cdxIconHelp)
We probably need to consider cached HTML.

Wed, Jun 26, 12:08 AM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations

Tue, Jun 25

SToyofuku-WMF moved T366358: Help icon is not inverted on WhatLinksHere and other pages from Doing to Blocked on Others on the Web-Team-Backlog (FY2023-24 Q4 Sprint 6) board.

Blocked pending a discussion in team sync tomorrow

Tue, Jun 25, 11:46 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations
SToyofuku-WMF claimed T366358: Help icon is not inverted on WhatLinksHere and other pages.
Tue, Jun 25, 9:43 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations

Mon, Jun 24

Pcoombe added a project to T366358: Help icon is not inverted on WhatLinksHere and other pages: MediaWiki-Special-pages.
Mon, Jun 24, 9:58 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), MediaWiki-Special-pages, Web-Team-Backlog (FY2023-24 Q4 Sprint 6), FY2023-24-WE 2.1 Typography and palette customizations

Fri, Jun 21

Filipovic_Zoran added a comment to T365952: Special:Statistics disagrees with stats.wikimedia.org on the number of active users..

@VirginiaPoundstone Yes.

Fri, Jun 21, 11:10 PM · MediaWiki-Engineering, MediaWiki-Special-pages

Tue, Jun 18

Jdlrobson moved T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode from Backlog to Excluded experiences on the FY2023-24-WE 2.1 Typography and palette customizations board.
Tue, Jun 18, 4:00 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson moved T367826: [Bug] Special:ProtectedPages has color contrast issues from Backlog to Excluded experiences on the FY2023-24-WE 2.1 Typography and palette customizations board.
Tue, Jun 18, 3:59 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages

Mon, Jun 17

Novem_Linguae updated the task description for T367836: Special:ListGroupRights "add groups" and "remove groups" should be alphabetized.
Mon, Jun 17, 11:21 PM · MediaWiki-User-management
Novem_Linguae created T367836: Special:ListGroupRights "add groups" and "remove groups" should be alphabetized.
Mon, Jun 17, 11:21 PM · MediaWiki-User-management
Jdlrobson added a project to T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode: FY2023-24-WE 2.1 Typography and palette customizations.
Mon, Jun 17, 10:20 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson updated the task description for T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.
Mon, Jun 17, 10:19 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson created T367827: Special:AllMessages highlights columns with yellow/green and this is not accessible in dark mode.
Mon, Jun 17, 10:18 PM · MW-1.43-notes (1.43.0-wmf.12; 2024-07-02), dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), FY2023-24-WE 2.1 Typography and palette customizations, MediaWiki-Special-pages
Jdlrobson created T367826: [Bug] Special:ProtectedPages has color contrast issues.
Mon, Jun 17, 10:13 PM · dark-mode, patch-welcome, Web-Team-Backlog (FY2024-25 Q1 Sprint 1), MediaWiki-Special-pages

Thu, Jun 13

Jack_who_built_the_house added a comment to T163923: Create Special:PageData as a canonical entry point for machine readable page data..

@thiemowmde Ok, thanks.

Thu, Jun 13, 10:27 PM · User-notice-archive, MW-1.30-release-notes (WMF-deploy-2017-06-13_(1.30.0-wmf.5)), User-Ladsgroup, Wikidata-Former-Sprint-Board, Wikidata, MediaWiki-Special-pages, MediaWiki-General
thiemowmde added a comment to T163923: Create Special:PageData as a canonical entry point for machine readable page data..

That's mostly because the project is unfinished and doesn't do anything. T163921 and many of the subtasks are still open. T161527 contains most of the information you are probably looking for. I also find T176764 quite interesting as it shows how this was meant to be used. But this never happened, as far as I can tell.

Thu, Jun 13, 12:49 PM · User-notice-archive, MW-1.30-release-notes (WMF-deploy-2017-06-13_(1.30.0-wmf.5)), User-Ladsgroup, Wikidata-Former-Sprint-Board, Wikidata, MediaWiki-Special-pages, MediaWiki-General