Page MenuHomePhabricator

SerDIDG (Serhio Magpie)
User

Projects (1)

Today

  • No visible events.

Tomorrow

  • No visible events.

Saturday

  • No visible events.

User Details

User Since
Apr 21 2017, 4:37 PM (459 w, 5 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Serhio Magpie [ Global Accounts ]

Recent Activity

Wed, Jan 28

SerDIDG added a comment to T399333: Make API call "action=compare" less restrictive.

I work on a gadget (https://www.mediawiki.org/wiki/Instant_Diffs) that makes viewing diffs easier. Users can also go to the user's global contribution page and view diffs in dialog windows without leaving the page.

Wed, Jan 28, 8:54 PM · Reader Experience Team, MediaWiki-Page-diffs, MW-Interfaces-Team, MediaWiki-Action-API

Jan 9 2026

SerDIDG added a comment to T414173: All github action tests of Pywikibot fails due to 429 status code (TOO MANY REQUESTS).

Maybe it's somehow related. I use siddharthvp/mwn for deploying my gadget. But a couple of days ago my deploy started failing due to "ratelimited", even though my queue is less than 50 edits.

image.png (835×2 px, 170 KB)

I have used this user agent before and it works fine:

InstantDiffsDeployScript/5.0 (https://www.mediawiki.org/wiki/Instant_Diffs)

Even if I add an email, I get the same failed results:

InstantDiffsDeployScript/5.0 (https://www.mediawiki.org/wiki/Instant_Diffs; serdidg@gmail.com)
Jan 9 2026, 8:06 PM · Patch-For-Review, SRE, Traffic

Jan 1 2026

SerDIDG added a comment to T403951: Remove "Download QR" link from the sidebar.

Came here while searching to see if this issue was already reported. Should mention T413650 here as well.

Jan 1 2026, 8:03 PM · MediaWiki-extensions-UrlShortener, Community-Tech
SerDIDG created T413650: "Get shortened URL" link is not displayed in the menu on Minerva Neue / MobileFrontend..
Jan 1 2026, 7:58 PM · Patch-For-Review, MediaWiki-extensions-UrlShortener

Sep 8 2025

SerDIDG added a comment to T398108: Links in edit summaries on Special:GlobalContributions link back to local wiki, not expected external wiki.

Seems like links in the Wikidata edit summaries is not fixed.

image.png (532×1 px, 111 KB)

Sep 8 2025, 9:34 PM · OKR-Work, MW-1.45-notes (1.45.0-wmf.11; 2025-07-22), Trust and Safety Product Sprint (Sprint Cannoli (July 7 - July 25)), Temporary accounts (Global wiki rollout), Trust and Safety Product Team, CheckUser-GlobalContributions

Aug 2 2025

SerDIDG created T401037: Expose $wgCrossSiteAJAXdomains via API:Query meta=siteinfo.
Aug 2 2025, 1:33 PM · RoadToWiki, good first task, MW-Interfaces-Team, MediaWiki-Action-API

Aug 1 2025

SerDIDG added a comment to T397509: An exeption error in the ext.templateData.templateDiscovery.

It seems like it is fixed in the newer code. I closed the ticket.

Aug 1 2025, 12:37 AM · VisualEditor, MediaWiki-User-Interface, TemplateData
SerDIDG closed T397509: An exeption error in the ext.templateData.templateDiscovery as Resolved.
Aug 1 2025, 12:36 AM · VisualEditor, MediaWiki-User-Interface, TemplateData

Jul 30 2025

SerDIDG reopened T398529: Message: icons can get cut off depending on message text length as "Open".
Jul 30 2025, 7:04 PM · Regression, Codex
SerDIDG added a comment to T398529: Message: icons can get cut off depending on message text length.

This fix now breaks icon height, because Vue icon styles override message styles:

.cdx-message .cdx-message__icon, .cdx-message .cdx-message__icon--vue {
  height: var(--line-height-medium,1.625rem);
}
.cdx-message--warning .cdx-message__icon {
  min-width: 10px;
  min-height: 10px;
  width: calc(var(--font-size-medium,1rem) + 4px);
  height: calc(var(--font-size-medium,1rem) + 4px);
  display: inline-block;
  vertical-align: text-bottom;
}

For example, see warning message in the hidden diff.

image.png (69×128 px, 1 KB)

Jul 30 2025, 7:04 PM · Regression, Codex
SerDIDG added a comment to T400303: Provide or clarify how to load Wikibase dependencies into the foreign wiki.

I have discovered that I can load modules the same way as gadgets are commonly loaded from another wiki.

javascript
const modules = [
    'jquery.wikibase.toolbar.styles',
    'wikibase.view.ControllerViewFactory',
    'wikibase.alltargets',
    mw.config.get( 'wgMFMode' )
        ? 'wikibase.mobile'
        : 'wikibase.desktop',
  ]
  .filter( name => {
    return ![ 'ready', 'registered' ].includes( mw.loader.getState( name ) );
  } );
Jul 30 2025, 2:35 PM · Wikidata, MediaWiki-Platform-Team, Structured-Data-Backlog, MediaWiki-extensions-Wikibase-Client, WikibaseMediaInfo, MediaWiki-extensions-WikibaseView, MediaWiki-ResourceLoader

Jul 23 2025

SerDIDG created T400303: Provide or clarify how to load Wikibase dependencies into the foreign wiki.
Jul 23 2025, 11:34 PM · Wikidata, MediaWiki-Platform-Team, Structured-Data-Backlog, MediaWiki-extensions-Wikibase-Client, WikibaseMediaInfo, MediaWiki-extensions-WikibaseView, MediaWiki-ResourceLoader

Jul 16 2025

SerDIDG created T399674: Requests fail with Access-Control-Allow-Origin errors when using ForeignApi on iOS Safari.
Jul 16 2025, 4:30 AM · MobileFrontend (Tracking), MW-Interfaces-Team, MediaWiki-Action-API, JavaScript

Jul 11 2025

SerDIDG updated the task description for T399333: Make API call "action=compare" less restrictive.
Jul 11 2025, 5:29 PM · Reader Experience Team, MediaWiki-Page-diffs, MW-Interfaces-Team, MediaWiki-Action-API
SerDIDG created T399333: Make API call "action=compare" less restrictive.
Jul 11 2025, 5:25 PM · Reader Experience Team, MediaWiki-Page-diffs, MW-Interfaces-Team, MediaWiki-Action-API

Jun 26 2025

SerDIDG added a comment to T397495: Provide or clarify a way to require modules from the user scripts.

Thanks, your description helped me a lot. I just added support for the WikiLambda app to my script. As for inlineFormatToggle, for now I will leave my workaround. I may create a new feature request later.

javascript
export function restoreWikiLambda( $container ) {
    if ( !$container || $container.length === 0 ) return;
Jun 26 2025, 10:43 PM · JavaScript, OOUI, MediaWiki-User-Interface
SerDIDG updated the task description for T397902: Use mw.config variables where possible in the WikiLambda App..
Jun 26 2025, 10:21 PM · Abstract Wikipedia Fix-It tasks, WikiLambda, Abstract Wikipedia team, WikiLambda Front-end
SerDIDG added a project to T397902: Use mw.config variables where possible in the WikiLambda App.: WikiLambda.
Jun 26 2025, 12:09 PM · Abstract Wikipedia Fix-It tasks, WikiLambda, Abstract Wikipedia team, WikiLambda Front-end
SerDIDG created T397902: Use mw.config variables where possible in the WikiLambda App..
Jun 26 2025, 8:33 AM · Abstract Wikipedia Fix-It tasks, WikiLambda, Abstract Wikipedia team, WikiLambda Front-end

Jun 22 2025

SerDIDG created T397574: Add instant-diffs to translatewiki.net.
Jun 22 2025, 4:05 AM · LPL Essential (LPL Essential 2025 Apr-Jun: CX), Unplanned-Sprint-Work, translatewiki.net

Jun 20 2025

SerDIDG added a comment to T397509: An exeption error in the ext.templateData.templateDiscovery.

It's in my script, which can run on special pages when Visual Diffs load page dependencies to display the diff. Thanks — I’ll consider creating lightweight patches, as issues like this are not uncommon.

Jun 20 2025, 5:12 PM · VisualEditor, MediaWiki-User-Interface, TemplateData
SerDIDG created T397509: An exeption error in the ext.templateData.templateDiscovery.
Jun 20 2025, 10:24 AM · VisualEditor, MediaWiki-User-Interface, TemplateData
SerDIDG renamed T397495: Provide or clarify a way to require modules from the user scripts from Provide or clarify a way to required modules from the user scripts to Provide or clarify a way to require modules from the user scripts.
Jun 20 2025, 3:31 AM · JavaScript, OOUI, MediaWiki-User-Interface
SerDIDG created T397495: Provide or clarify a way to require modules from the user scripts.
Jun 20 2025, 3:26 AM · JavaScript, OOUI, MediaWiki-User-Interface

Jun 5 2025

SerDIDG updated the task description for T396150: The available UI languages list is not refreshed on the page after saving..
Jun 5 2025, 7:25 PM · Toolhub
SerDIDG created T396150: The available UI languages list is not refreshed on the page after saving..
Jun 5 2025, 7:24 PM · Toolhub
SerDIDG added a comment to T395744: Transfer ownership of the instantdiffs toolinfo record to Serhio Magpie.

I'm still not quite sure how the data got corrupted, but the issue was that one of the saved revisions of the toolinfo data was missing its expected RevisionMetadata object. I did some truly horrible surgery to fix that using an interactive python session that looked a bit like:

Oh, I’m really sorry for giving you extra work. But it’s kind of a demo version of how the frontend development works :) Thanks a lot!

Jun 5 2025, 7:16 PM · User-bd808, Toolhub

Jun 3 2025

SerDIDG added a comment to T395744: Transfer ownership of the instantdiffs toolinfo record to Serhio Magpie.

@bd808 Editing works fine in most cases now, thanks, but it seems the history page is broken.

image.png (1×1 px, 125 KB)

Jun 3 2025, 1:29 AM · User-bd808, Toolhub

Jun 1 2025

SerDIDG created T395750: Trigger all diff-specific functions using the wikipage.diff hook in the ext.thanks.corethank.
Jun 1 2025, 10:39 AM · Patch-For-Review, Connection-Team, patch-welcome, JavaScript, Thanks
SerDIDG created T395744: Transfer ownership of the instantdiffs toolinfo record to Serhio Magpie.
Jun 1 2025, 3:49 AM · User-bd808, Toolhub

May 20 2025

SerDIDG created T394776: Trigger diff-specific functions using the wikipage.diff hook in Mobile Diffs.
May 20 2025, 1:12 PM · patch-welcome, JavaScript, MinervaNeue

May 18 2025

SerDIDG updated the task description for T394596: Add wgMobileServer (or wgMobileUrl) constant to mw.config in JavaScript..
May 18 2025, 7:55 AM · MediaWiki-User-Interface, JavaScript, MobileFrontend
SerDIDG added a project to T394596: Add wgMobileServer (or wgMobileUrl) constant to mw.config in JavaScript.: MediaWiki-User-Interface.
May 18 2025, 6:37 AM · MediaWiki-User-Interface, JavaScript, MobileFrontend
SerDIDG removed projects from T394596: Add wgMobileServer (or wgMobileUrl) constant to mw.config in JavaScript.: Wikidata, Wikibase-JavaScript-Api.
May 18 2025, 6:33 AM · MediaWiki-User-Interface, JavaScript, MobileFrontend
SerDIDG created T394596: Add wgMobileServer (or wgMobileUrl) constant to mw.config in JavaScript..
May 18 2025, 6:09 AM · MediaWiki-User-Interface, JavaScript, MobileFrontend

May 16 2025

SerDIDG created T394490: Scope CSS styles loaded from mediawiki.diff.styles dependencies on Minerva.
May 16 2025, 10:25 AM · patch-welcome, MinervaNeue
SerDIDG added a project to T394115: Comment not published — Convenient-Discussions failed to display CAPTCHA: Convenient-Discussions.
May 16 2025, 8:43 AM · Convenient-Discussions

May 14 2025

SerDIDG added a comment to T394115: Comment not published — Convenient-Discussions failed to display CAPTCHA.

Can you check your network requests? Is it trying to load the image (and failing)?

May 14 2025, 8:37 PM · Convenient-Discussions
SerDIDG created T394115: Comment not published — Convenient-Discussions failed to display CAPTCHA.
May 14 2025, 12:40 AM · Convenient-Discussions

Aug 21 2024

SerDIDG added a comment to T372955: Account recovery help needed for Serhio Magpie.

Thank you!

Aug 21 2024, 12:47 PM · Trust-and-Safety

Aug 20 2024

SerDIDG added a comment to T372955: Account recovery help needed for Serhio Magpie.

Thanks, I have sent it.

Aug 20 2024, 9:48 PM · Trust-and-Safety
SerDIDG created T372955: Account recovery help needed for Serhio Magpie.
Aug 20 2024, 9:42 PM · Trust-and-Safety

Aug 25 2022

SerDIDG updated SerDIDG.
Aug 25 2022, 6:09 PM

Jul 26 2022

SerDIDG added a comment to T307771: Remove custom gradients from new vector sidebar.

Maybe instead of having separators, we should remove them completely, and make the section headings bolder (font-weight: 600)?

изображение.png (1×833 px, 173 KB)

Jul 26 2022, 8:23 PM · MW-1.39-notes (1.39.0-wmf.26; 2022-08-22), Web-Team-Backlog-Archived (Kanbanana-2022-23-Q1), Vector 2022, UI-Standardization, Design

Oct 1 2021

SerDIDG closed T292249: [Russian site] Minerva skin freezes (cannot click search or language button) as Resolved.
Oct 1 2021, 2:47 AM · Performance-Team, Russian-Sites, Local-Wiki-Template-And-Gadget-Issues, MinervaNeue (Desktop)
SerDIDG added a comment to T292249: [Russian site] Minerva skin freezes (cannot click search or language button).

I apologize to all of you for wasting your time and my silly edit 😅, fixed: https://ru.wikipedia.org/w/index.php?title=MediaWiki:Common.js&oldid=111114698&diff=116953760.

Oct 1 2021, 2:06 AM · Performance-Team, Russian-Sites, Local-Wiki-Template-And-Gadget-Issues, MinervaNeue (Desktop)

Aug 24 2021

SerDIDG updated the task description for T289558: ButtonMenuSelectWidget's menu can render with incorrect width.
Aug 24 2021, 8:21 AM · Verified, Editing-team (Kanban Board), Convenient-Discussions, Design, OOUI
SerDIDG updated the task description for T289558: ButtonMenuSelectWidget's menu can render with incorrect width.
Aug 24 2021, 8:15 AM · Verified, Editing-team (Kanban Board), Convenient-Discussions, Design, OOUI
SerDIDG created T289558: ButtonMenuSelectWidget's menu can render with incorrect width.
Aug 24 2021, 7:51 AM · Verified, Editing-team (Kanban Board), Convenient-Discussions, Design, OOUI

Aug 13 2021

SerDIDG added a comment to T288739: Regression: Colour of 'new' ('red') links has changed to #d33 in Vector skin.

@Jdlrobson,
For clarification, is #a55858 a new color for "new" links in Vector - https://github.com/wikimedia/Vector/blob/master/resources/common/variables.less#L15? It is a color for visited red links as well. Previously the default color was #ba0000, at least in the legacy vector on ruwiki.

Aug 13 2021, 5:35 PM · MW-1.38-notes (1.38.0-wmf.1; 2021-09-21), MW-1.37-notes (1.37.0-wmf.23; 2021-09-13), Regression, Patch-For-Review, Web-Team-Backlog-Archived (Kanbanana-FY-2021-22), Vector (legacy skin), Design

Jul 25 2021

SerDIDG updated the task description for T287337: Notifications should sanitize a wiki code of the header section before sending .
Jul 25 2021, 11:21 AM · Notifications (Echo), Growth-Team
SerDIDG created T287337: Notifications should sanitize a wiki code of the header section before sending .
Jul 25 2021, 11:20 AM · Notifications (Echo), Growth-Team

May 11 2021

SerDIDG renamed T282510: "Add / Edit links" link is missed in the Languages list in the new Vector from Add / Edit links link is missed in the Languages list in the new Vector to "Add / Edit links" link is missed in the Languages list in the new Vector.
May 11 2021, 2:57 AM · Vector (legacy skin) (Language in header), Vector 2022
SerDIDG added a subtask for T269093: Deploy new language switching location to test wikis and begin A/B test pt 1: T282510: "Add / Edit links" link is missed in the Languages list in the new Vector.
May 11 2021, 2:56 AM · Patch-For-Review, Web-Team-Backlog-Archived (Kanbanana-FY-2020-21), Wikimedia-Site-requests, Vector 2022
SerDIDG added a parent task for T282510: "Add / Edit links" link is missed in the Languages list in the new Vector: T269093: Deploy new language switching location to test wikis and begin A/B test pt 1.
May 11 2021, 2:56 AM · Vector (legacy skin) (Language in header), Vector 2022
SerDIDG created T282510: "Add / Edit links" link is missed in the Languages list in the new Vector.
May 11 2021, 2:55 AM · Vector (legacy skin) (Language in header), Vector 2022

Apr 16 2021

SerDIDG added a comment to T279087: Update the logo for wikitech.wikimedia.org to mirror the new MediaWiki logo.

@Ladsgroup, i have added last four options, please let me know if i need to upload others as well.

Apr 16 2021, 1:17 PM · Logos, wikitech.wikimedia.org

Apr 15 2021

SerDIDG added a comment to T279087: Update the logo for wikitech.wikimedia.org to mirror the new MediaWiki logo.

Perhaps we can take the "blue" tone of these leaf outlines and take it a step further and render it in blue for Wikitech.

Yeah, that make sense. Made several variations:

Wikitech-2021-blue-1.png (300×270 px, 43 KB)
Wikitech-2021-blue-2.png (300×270 px, 44 KB)
Wikitech-2021-blue-3.png (300×270 px, 44 KB)

Apr 15 2021, 10:11 PM · Logos, wikitech.wikimedia.org

Apr 12 2021

SerDIDG added a comment to T279419: New MediaWiki logo is stretched on portals www.wiktionary.org, www.wikinews.org, www.wikiquote.org, www.wikibooks.org and www.wikiversity.org.

@Ladsgroup, it looks like the icon is updated but is still stretched. Is this some kind of cache?

Apr 12 2021, 11:46 AM · User-Ladsgroup, Wikimedia-Portals

Apr 11 2021

SerDIDG added a comment to T279087: Update the logo for wikitech.wikimedia.org to mirror the new MediaWiki logo.

I re-upload the attached svg files so they follow the preview order.

Apr 11 2021, 6:09 AM · Logos, wikitech.wikimedia.org

Apr 10 2021

SerDIDG added a comment to T279087: Update the logo for wikitech.wikimedia.org to mirror the new MediaWiki logo.

Today I took a close look at the details and I don't really like how the petals grow in size in the stroke, i think I need to completely redraw. But the biggest problem is in the modern vector skin. The stoke lines become thin or messy depending on the thickness. But maybe these are my personal worms :)

wt-dotted-1x.png (408×797 px, 44 KB)
wt-dotted-2x.png (408×797 px, 45 KB)
wt-solid-2x.png (408×797 px, 44 KB)
Apr 10 2021, 7:32 AM · Logos, wikitech.wikimedia.org

Apr 9 2021

SerDIDG added a comment to T279087: Update the logo for wikitech.wikimedia.org to mirror the new MediaWiki logo.

Nice, but looking at the example i only wish that the colors should fade out smoothly until completely transparent.

Apr 9 2021, 12:24 AM · Logos, wikitech.wikimedia.org

Apr 7 2021

SerDIDG added a comment to T274678: Logo for MediaWiki-Docker.

Use "Empty leafs" as default/local logo, and show the current hybrid in the installer.

Yeah, i thought of something similar, when i was drawing the wireframe version of a logo.

Apr 7 2021, 1:02 AM · Logos, MediaWiki-Docker

Apr 5 2021

SerDIDG added a comment to T279085: Update the MediaWiki logo on social media managed by Developer advocacy.

I doesn't have strong opinion about current sunflowers, rather neutral, i only propose to use what is or will more common. I'll try to experiment with the art in this direction:
https://commons.wikimedia.org/wiki/File:MediaWiki-2020-flower.svg

Apr 5 2021, 7:43 PM · Developer-Advocacy (Apr-Jun 2021)
SerDIDG added a comment to T279085: Update the MediaWiki logo on social media managed by Developer advocacy.

Whatever we decide about the background banner, we definitely need to change that on YouTube as well.

Apr 5 2021, 6:57 PM · Developer-Advocacy (Apr-Jun 2021)

Apr 3 2021

SerDIDG updated the task description for T268230: Roll out the new logo of MediaWiki.
Apr 3 2021, 6:40 AM · User-Ladsgroup, MW-1.36-notes, MW-1.37-notes (1.37.0-wmf.1; 2021-04-13), MW-1.31-release-notes, MW-1.35-notes, Logos, MW-1.36-release, Design, MediaWiki-General

Apr 2 2021

SerDIDG updated the task description for T268230: Roll out the new logo of MediaWiki.
Apr 2 2021, 2:24 AM · User-Ladsgroup, MW-1.36-notes, MW-1.37-notes (1.37.0-wmf.1; 2021-04-13), MW-1.31-release-notes, MW-1.35-notes, Logos, MW-1.36-release, Design, MediaWiki-General
SerDIDG added a comment to T279085: Update the MediaWiki logo on social media managed by Developer advocacy.

This one would be perfect for Twitter:

MediaWiki-2020-Twitter.png (400×400 px, 45 KB)

Apr 2 2021, 12:52 AM · Developer-Advocacy (Apr-Jun 2021)
SerDIDG added a comment to T279087: Update the logo for wikitech.wikimedia.org to mirror the new MediaWiki logo.

An attempt at a "blueprint" look (ok, really an inverse blueprint look) derived from the https://commons.wikimedia.org/wiki/File:Wikitech_variant_2.svg base image. In addition to the obvious change in stroke color and pattern, I also rebuilt the "wikitech" text based on the wordmark guidelines for MediaWiki. The blueprint blue used is R:96 G:129 B:142 at full opacity.

I like it! I made some customization to the font and capitalize a first letter. Here are different examples from old to new based on your idea:

Wikitech-2020-logo-1.png (300×270 px, 29 KB)
Wikitech-2020-logo-2.png (300×270 px, 25 KB)
Wikitech-2020-logo-2.5.png (300×270 px, 23 KB)
Wikitech-2020-logo-3.png (300×270 px, 27 KB)
Wikitech-2020-logo-5.png (300×270 px, 33 KB)
Wikitech-2020-logo-4.png (300×270 px, 29 KB)

Apr 2 2021, 12:39 AM · Logos, wikitech.wikimedia.org

Apr 1 2021

SerDIDG added a comment to T279087: Update the logo for wikitech.wikimedia.org to mirror the new MediaWiki logo.
Apr 1 2021, 5:08 PM · Logos, wikitech.wikimedia.org
SerDIDG updated the task description for T268230: Roll out the new logo of MediaWiki.
Apr 1 2021, 12:55 AM · User-Ladsgroup, MW-1.36-notes, MW-1.37-notes (1.37.0-wmf.1; 2021-04-13), MW-1.31-release-notes, MW-1.35-notes, Logos, MW-1.36-release, Design, MediaWiki-General
SerDIDG added a comment to T268230: Roll out the new logo of MediaWiki.

Thanks. Can you make it clear in the guideline on what sizes it's better to use small medium or large versions?

Apr 1 2021, 12:43 AM · User-Ladsgroup, MW-1.36-notes, MW-1.37-notes (1.37.0-wmf.1; 2021-04-13), MW-1.31-release-notes, MW-1.35-notes, Logos, MW-1.36-release, Design, MediaWiki-General
SerDIDG added a comment to T268230: Roll out the new logo of MediaWiki.

Hi. I think we can use a medium size icon (https://commons.wikimedia.org/wiki/File:MediaWiki-2020-icon.svg) for a project link in the footer, like here: https://www.wikiquote.org (need to adjust the image size to at least 38-40 px). Thanks.

Apr 1 2021, 12:20 AM · User-Ladsgroup, MW-1.36-notes, MW-1.37-notes (1.37.0-wmf.1; 2021-04-13), MW-1.31-release-notes, MW-1.35-notes, Logos, MW-1.36-release, Design, MediaWiki-General

Mar 16 2021

SerDIDG added a comment to T277591: 2FA removal for Serhio Magpie.

@SerDIDG Please send an email to ca@wikimedia.org using the email connected to the account. Thanks!

Mar 16 2021, 10:54 PM · Trust-and-Safety
SerDIDG created T277591: 2FA removal for Serhio Magpie.
Mar 16 2021, 7:51 PM · Trust-and-Safety

Mar 13 2021

SerDIDG added a comment to T268230: Roll out the new logo of MediaWiki.

We first started working on the PDF version, but after some backlog on my job in rl, problems with Adobe software licensing process, and discussions about accessibility, we decided it would be better to do a wikipage instead.

Mar 13 2021, 4:53 PM · User-Ladsgroup, MW-1.36-notes, MW-1.37-notes (1.37.0-wmf.1; 2021-04-13), MW-1.31-release-notes, MW-1.35-notes, Logos, MW-1.36-release, Design, MediaWiki-General

Mar 3 2021

SerDIDG added a comment to T226797: CentralAuth login session and auto-login no longer work across wikis in Safari and Firefox.

@Xaosflux, yes, but using of ForeignApi makes the code looks more legit, can last longer and go unnoticed. But, if you say so.

Mar 3 2021, 11:18 PM · User-notice-archive, MediaWiki-Platform-Team, Stewards-and-global-tools, Platform Engineering Roadmap Decision Making, Browser-Support-Firefox, Browser-Support-Apple-Safari, MediaWiki-extensions-CentralAuth
SerDIDG added a comment to T226797: CentralAuth login session and auto-login no longer work across wikis in Safari and Firefox.

That is correct, you are crossing a domain line and are thus not logged in (because of this ticket). ForeignApi retrieves the user information from Wikidata and Wikidata tells foreignapi that you are a non-authenticated user on Wikidata, and thus your username is your ip (as on all wikis). The api response in itself is not a CentralAuth problem. With this bug it is expected and it is a result of CentralAuth no longer being able to fulfil its purpose due to changes in the browser landscape. There is no security problem or something, something that I think had you concerned if I read your words?

Mar 3 2021, 7:23 PM · User-notice-archive, MediaWiki-Platform-Team, Stewards-and-global-tools, Platform Engineering Roadmap Decision Making, Browser-Support-Firefox, Browser-Support-Apple-Safari, MediaWiki-extensions-CentralAuth

Feb 27 2021

SerDIDG added a comment to T226797: CentralAuth login session and auto-login no longer work across wikis in Safari and Firefox.

That seems very wrong, CentralAuth expose my ip address when i try to use mw.ForeignApi in js to read some not user specific data from Wikidata project. I'm logged in at ruwiki.

safari.png (440×2 px, 115 KB)

Feb 27 2021, 12:46 AM · User-notice-archive, MediaWiki-Platform-Team, Stewards-and-global-tools, Platform Engineering Roadmap Decision Making, Browser-Support-Firefox, Browser-Support-Apple-Safari, MediaWiki-extensions-CentralAuth

Nov 30 2020

SerDIDG added a comment to T255840: Broken icons on https://analytics.wikimedia.org/.

This looks like a problem with Firefox, it works ok in Chrome.

Nov 30 2020, 7:41 PM · Design, Analytics

Nov 23 2020

SerDIDG added a comment to T268230: Roll out the new logo of MediaWiki.

Iniquity has created a new category and I will upload all the necessary files here:
https://commons.wikimedia.org/wiki/Category:MediaWiki_logo_(2020)

Nov 23 2020, 9:37 PM · User-Ladsgroup, MW-1.36-notes, MW-1.37-notes (1.37.0-wmf.1; 2021-04-13), MW-1.31-release-notes, MW-1.35-notes, Logos, MW-1.36-release, Design, MediaWiki-General

May 30 2020

SerDIDG added a comment to T254045: One can register a username with an equals sign in it.

30 wikisites have a template Checkuser, 88 wikisites - User link, etc. Not so many users are aware of a workaround like this.

May 30 2020, 12:36 AM · User-notice-archive, MW-1.40-notes (1.40.0-wmf.13; 2022-12-05), Wikimedia-Site-requests, MediaWiki-Parser-Templates, MediaWiki-User-login-and-signup

Dec 18 2019

SerDIDG added a project to T240408: First found page should not substitute exactly entered title for non-existent pages in drop-down list on Special:Log: OOUI.
Dec 18 2019, 1:46 AM · OOUI, MediaWiki-User-Interface

Dec 17 2019

SerDIDG updated the task description for T240921: Raw TemplateStyles is displayed as a text in the infocard heading on iOS application.
Dec 17 2019, 2:37 AM · iOS-app-v6.6-Penguin-On-A-Sled, Russian-Sites, iOS-app-Bugs, TemplateStyles, Wikipedia-iOS-App-Backlog
SerDIDG created T240921: Raw TemplateStyles is displayed as a text in the infocard heading on iOS application.
Dec 17 2019, 2:34 AM · iOS-app-v6.6-Penguin-On-A-Sled, Russian-Sites, iOS-app-Bugs, TemplateStyles, Wikipedia-iOS-App-Backlog

Dec 11 2019

SerDIDG added a comment to T240408: First found page should not substitute exactly entered title for non-existent pages in drop-down list on Special:Log.

@Aklapper it's already a free text field. You can input whatever you want then change focus (click somewhere outside of dropdown) without pressing Enter key, entered value will stay.

Dec 11 2019, 5:23 PM · OOUI, MediaWiki-User-Interface

Oct 13 2019

SerDIDG added a comment to T232293: Footnotes overflow in infoboxes.

Seems like not reproduced on 77.0.3865.120 (Official Build) (64-bit).

Oct 13 2019, 8:08 AM · Upstream, Browser-Support-Google-Chrome, Cite

Sep 12 2019

SerDIDG renamed T232695: HTTP 429 Error for image thumbnails of File:Magnavox-Odyssey-Console-Set.png on Commons from Image thumbnails broken to Image thumbnails are broken.
Sep 12 2019, 2:39 AM · Thumbor, Commons
SerDIDG added a project to T232695: HTTP 429 Error for image thumbnails of File:Magnavox-Odyssey-Console-Set.png on Commons: Thumbor.
Sep 12 2019, 2:33 AM · Thumbor, Commons
SerDIDG created T232695: HTTP 429 Error for image thumbnails of File:Magnavox-Odyssey-Console-Set.png on Commons.
Sep 12 2019, 2:31 AM · Thumbor, Commons

Sep 10 2019

SerDIDG added a comment to T232388: MediaWiki:Pageinfo-header graphs not displaying on ruwiki, "unknown error".

I think this is some kind of caching issue. Because here https://ru.wikipedia.org/wiki/MediaWiki:Pageinfo-header, before i done my test edit, charts was broken too. Another question, why on some namespaces charts are drawn in img tag, while on other namespaces in canvas? Example of canvas - https://ru.wikipedia.org/w/index.php?title=Участник:Serhio_Magpie/Черновик&oldid=102097993.

Sep 10 2019, 11:49 PM · PageViewInfo

Sep 9 2019

SerDIDG added a comment to T232293: Footnotes overflow in infoboxes.

Reproduced on 76.0.3809.132 (64-bit) Win 10, but not on the same version for macOS. New IE has arrived.

Sep 9 2019, 11:32 AM · Upstream, Browser-Support-Google-Chrome, Cite
SerDIDG added a comment to T232293: Footnotes overflow in infoboxes.

@Izno, please check one more time, where nowrap class is implemented: <nowrap>date</nowrap><footnotes> <nowrap>age</nowrap>. Normal space character separates these two pieces and should wrap. Even if there was nowrap on the entire container, then the infobox would be stretched wide, not overflow.

Sep 9 2019, 3:39 AM · Upstream, Browser-Support-Google-Chrome, Cite
SerDIDG created T232293: Footnotes overflow in infoboxes.
Sep 9 2019, 2:24 AM · Upstream, Browser-Support-Google-Chrome, Cite

Sep 1 2019

SerDIDG added a comment to T231126: Turn off by default "Warn me when I leave an edit page with unsaved changes" option.

Wrong. Chrome saves changes in text fields content even on PC cold reset (electricity turning off).

Sep 1 2019, 2:43 AM · MediaWiki-Core-Preferences
SerDIDG added a comment to T231126: Turn off by default "Warn me when I leave an edit page with unsaved changes" option.

This is bad idea, because notification appears not only on page leave but also on close tab or browser window. No one browser of 2019 saves their state on exit.

Sep 1 2019, 2:16 AM · MediaWiki-Core-Preferences

Aug 27 2019

SerDIDG added a project to T231377: <indicator> displays during preprocessing: MediaWiki-Parser.
Aug 27 2019, 7:50 PM · MediaWiki-Parser

Jul 12 2019

SerDIDG added a comment to T226045: Improve process dialog appearance – simplify actions.
Jul 12 2019, 7:05 PM · OOUI (OOUI-0.33.3), MW-1.34-notes (1.34.0-wmf.13; 2019-07-09), Editing Design, Design

Jul 2 2019

SerDIDG added a comment to T225331: Vector: Simple search needs to provide standard appearance.

Additionally, some visual bugs appeared in iOS Safari (12.3.1):

normal.png (2×1 px, 279 KB)

focus.png (2×1 px, 282 KB)

Need to change css styles from -webkit-appearance: textfield; to -webkit-appearance: none;.

Jul 2 2019, 8:53 PM · MW-1.35-notes (1.35.0-wmf.1; 2019-10-08), MW-1.34-notes (1.34.0-wmf.25; 2019-10-01), Design, Vector (legacy skin), UI-Standardization, UI-Standardization-Kanban

Jun 19 2019

SerDIDG updated SerDIDG.
Jun 19 2019, 6:23 PM