Page MenuHomePhabricator

Escargot_rouge
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Nov 18 2022, 1:37 PM (169 w, 2 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Escargot rouge [ Global Accounts ]

Recent Activity

Yesterday

Escargot_rouge added a comment to T386673: magic word {{#isredirect}}.

It would be more convenient if {{#isredirect}} is an alias of {{#isredirect}} instead of an alias of {{#isredirect}}, since the main use case would be inside an {{#if:}} statement and {{#if:{{#isredirect}}||}} feels more natural than {{#ifeq:{{#isredirect}}|true||}}.

Sat, Feb 14, 1:27 PM · MediaWiki-Redirects, MediaWiki-Parser

Thu, Feb 12

Escargot_rouge added a comment to T393231: Show bottom resize bar for all content models.

The resize bar appears on mobile, but it doesn't seem to do anything. Dragging the bar just scrolls up and down as it would with any non-interactive content.

To be clear, I don't think I will ever want to change the size of the edit window on mobile. I personally would prefer it to be removed than to have it actually resize the window.

Thu, Feb 12, 1:17 PM · MW-1.46-notes (1.46.0-wmf.13; 2026-01-27), Patch-For-Review, ProofreadPage, CodeEditor, WikiEditor (2010), MediaWiki-extensions-CodeMirror, Realtime Preview

Sat, Feb 7

Escargot_rouge added a comment to T416778: Reply button has reverted to different design.

This happens when a discussion takes place outside of a talk namespace and without NEWSECTIONLINK magic word.

Sat, Feb 7, 11:14 PM · DiscussionTools
Escargot_rouge added a comment to T416765: Scribunto luastandalone engine occasionally messes up the order of numbered parameters.

This is normal lua behavior. pairs is not expected to keep the order.

Sat, Feb 7, 11:57 AM · Scribunto
Escargot_rouge updated the task description for T416763: Mobile "edit full page" button not working with lua contentmodel.
Sat, Feb 7, 7:50 AM · Editing-team, MobileFrontend (MobileFrontend (Editor))
Escargot_rouge updated the task description for T416763: Mobile "edit full page" button not working with lua contentmodel.
Sat, Feb 7, 7:40 AM · Editing-team, MobileFrontend (MobileFrontend (Editor))
Escargot_rouge renamed T416763: Mobile "edit full page" button not working with lua contentmodel from Mobile "edit full page" to Mobile "edit full page" button not working with lua contentmodel.
Sat, Feb 7, 7:39 AM · Editing-team, MobileFrontend (MobileFrontend (Editor))
Escargot_rouge created T416763: Mobile "edit full page" button not working with lua contentmodel.
Sat, Feb 7, 7:38 AM · Editing-team, MobileFrontend (MobileFrontend (Editor))

Thu, Jan 29

Escargot_rouge added a comment to T358030: Denote whether a temporary account is expired for third party tools access.

This task was resolved by https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1213958

Thu, Jan 29, 2:59 PM · Product Safety and Integrity, Temporary accounts

Mon, Jan 26

Escargot_rouge closed T415291: ⧼userpage⧽ shows up in vector sticky header user menu as Resolved.
Mon, Jan 26, 6:23 PM · MW-1.46-notes (1.46.0-wmf.12; 2026-01-20), Growth-Team (FY2025-26 Q3 Sprint 1), Vector 2022, GrowthExperiments-Homepage

Sun, Jan 25

Escargot_rouge added a comment to T373711: Add support for Scribunto, JavaScript, CSS, JSON and Vue to CodeMirror 6.

I noticed that bracket matching is incorrect inside regex and escaped brackets are matched with brackets. I do not know if it should be corrected or if bracket matching should be disabled inside regex.

Capture d'écran 2026-01-25 144525.png (69×334 px, 4 KB)

Sun, Jan 25, 1:50 PM · MW-1.46-notes (1.46.0-wmf.16; 2026-02-17), User-notice, MW-1.45-notes (1.45.0-wmf.20; 2025-09-23), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-CodeMirror
Escargot_rouge added a comment to T201233: Long math output unreadable on small screens due to scrolling off the side of screen.

@Jdlrobson-WMF user @Bezik on Russian Wikipedia has reported that this is actually a breaking change.
In any theme (MinervaNeue, Timeless, Vector-2022), any browser (Firefox, Vivaldi), without user CSS, when increasing browser scale/decreasing window width any punctuation marks after formulas go on the next line. Example on this page:

image.png (638×1 px, 205 KB)
image.png (653×1 px, 152 KB)

I've investigated this issue and pinned down that it's due to commit https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Math/+/1154054. What I think is happening is when window width goes below @max-width-breakpoint-tablet, width: 100% is activated even for .mwe-math-element-inline elements, which makes them non-inline, and the punctuation mark goes off. In my opinion that style should not be applied to .mwe-math-element-inline elements.

Sun, Jan 25, 11:54 AM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.1; 2025-05-13), MW-1.44-notes (1.44.0-wmf.24; 2025-04-08), Verified, Readers Essential Work 2025 (Improve display of large content in Vector 2022 and Minerva skins), Design, Mobile, Math

Thu, Jan 22

Escargot_rouge updated the task description for T415291: ⧼userpage⧽ shows up in vector sticky header user menu.
Thu, Jan 22, 5:23 PM · MW-1.46-notes (1.46.0-wmf.12; 2026-01-20), Growth-Team (FY2025-26 Q3 Sprint 1), Vector 2022, GrowthExperiments-Homepage
Escargot_rouge updated the task description for T415291: ⧼userpage⧽ shows up in vector sticky header user menu.
Thu, Jan 22, 5:14 PM · MW-1.46-notes (1.46.0-wmf.12; 2026-01-20), Growth-Team (FY2025-26 Q3 Sprint 1), Vector 2022, GrowthExperiments-Homepage
Escargot_rouge created T415291: ⧼userpage⧽ shows up in vector sticky header user menu.
Thu, Jan 22, 5:11 PM · MW-1.46-notes (1.46.0-wmf.12; 2026-01-20), Growth-Team (FY2025-26 Q3 Sprint 1), Vector 2022, GrowthExperiments-Homepage
Escargot_rouge added a comment to T415206: Improve wikitext linting in CodeMirror using TemplateData.

Some templates can have custom parameters, so it is difficult to recognize "non-existent" parameters from TemplateData.

Thu, Jan 22, 9:57 AM · VisualEditor, TemplateData, MediaWiki-extensions-CodeMirror

Wed, Jan 21

Escargot_rouge updated the task description for T415206: Improve wikitext linting in CodeMirror using TemplateData.
Wed, Jan 21, 4:50 PM · VisualEditor, TemplateData, MediaWiki-extensions-CodeMirror
Escargot_rouge added a project to T415206: Improve wikitext linting in CodeMirror using TemplateData: MediaWiki-extensions-CodeMirror.
Wed, Jan 21, 4:39 PM · VisualEditor, TemplateData, MediaWiki-extensions-CodeMirror
Escargot_rouge created T415206: Improve wikitext linting in CodeMirror using TemplateData.
Wed, Jan 21, 4:39 PM · VisualEditor, TemplateData, MediaWiki-extensions-CodeMirror

Tue, Jan 20

Escargot_rouge added a comment to T22858: Create full-text search for message keys and content on [[Special:Allmessages]].

I tried a basic implementation of this with plain text search

Capture d'écran 2026-01-20 175722.png (717×783 px, 47 KB)

Tue, Jan 20, 5:15 PM · Patch-For-Review, MediaWiki-Internationalization

Fri, Jan 16

Escargot_rouge added a project to T414802: z-index issue causes random page/home to be unusable as a temp account on MinervaNeue: Temporary accounts.
Fri, Jan 16, 3:16 PM · Reader Experience Team, Patch-For-Review, Product Safety and Integrity, Temporary accounts, MinervaNeue (Tracking)

Jan 15 2026

Escargot_rouge added a comment to T403982: Create and deploy Extension:PersonalDashboard.

Hello,
I tested it and noticed an encoding issue:

Screenshot_2026-01-15-22-59-30-741-edit_com.opera.browser.jpg (2×1 px, 473 KB)

Jan 15 2026, 10:04 PM · PersonalDashboard, Moderator-Tools-Team, Epic, OKR-Work

Jan 13 2026

Escargot_rouge added a comment to T414331: Vector 2022 sticky header hides first option of MenuSelectWidget.

Hello! I’ve completed the requested changes and pushed the update. I’d appreciate it if you could review it when convenient.
Thanks in advance.
@Escargot_rouge

Thank you @SarthakSingh2904 .
I tested by copying your code like this, but I still have the same issue of sticky header hiding content.

image_2026-01-13_102941993.png (610×1 px, 62 KB)

I'm not sure if copying like this is expected to work though.

Jan 13 2026, 9:30 AM · Patch-For-Review, Vector 2022, OOUI

Jan 12 2026

Escargot_rouge renamed T414331: Vector 2022 sticky header hides first option of MenuSelectWidget from Vector 2022 sticky header hides MenuSelectWidget's first option to Vector 2022 sticky header hides first option of MenuSelectWidget.
Jan 12 2026, 12:26 PM · Patch-For-Review, Vector 2022, OOUI
Escargot_rouge created T414331: Vector 2022 sticky header hides first option of MenuSelectWidget.
Jan 12 2026, 12:08 PM · Patch-For-Review, Vector 2022, OOUI

Jan 7 2026

Escargot_rouge edited projects for T413975: Offensive/Inappropriate "Related pages" suggestions in Mobile Web view (Polish Wikipedia), added: RelatedArticles; removed MediaWiki-General.
Jan 7 2026, 1:09 PM · Discovery-Search, CirrusSearch, RelatedArticles

Jan 6 2026

Escargot_rouge claimed T412762: Fix edit.js to set rvslots in API calls.
Jan 6 2026, 5:38 PM · MW-Interfaces-Team, MediaWiki-Action-API
Escargot_rouge added a comment to T413751: JSON syntax highlighting and linting inside templatedata tags in CodeMirror.

JSON linting inside <templatedata> will be available when we upgrade WikiParser-Node to v1.34.0.

Jan 6 2026, 8:20 AM · VisualEditor, TemplateData, MediaWiki-extensions-CodeMirror

Jan 5 2026

Escargot_rouge added a comment to T402293: Brackets in dark mode.

This is still an issue in CodeMirror 6.

Jan 5 2026, 4:38 PM · RoadToWiki, MediaWiki-extensions-CodeMirror, dark-mode
Escargot_rouge created T413751: JSON syntax highlighting and linting inside templatedata tags in CodeMirror.
Jan 5 2026, 9:57 AM · VisualEditor, TemplateData, MediaWiki-extensions-CodeMirror

Jan 2 2026

Escargot_rouge added a comment to T409165: [SPIKE] What would it take to enable Recent Changes patrolling on all Wikipedias?.

As a contributor from frwiki myself, I can say that I rarely mark edits as patrolled. This action does not feel sufficiently meaningful currently, as marking an edit as patrolled does not appear to prevent other patrollers from reviewing it again. In addition, I mark edits as patrolled only when I am confident that they are correct, which is relatively infrequent. Confidently assessing the quality of an edit in a subject area in which I lack sufficient expertise is more difficult than identifying clear vandalism on the same subject. That said, I do relatively little patrolling.

Jan 2 2026, 1:30 PM · MediaWiki-Patrolling, Moderator-Tools-Team, PersonalDashboard
Escargot_rouge added a comment to T409165: [SPIKE] What would it take to enable Recent Changes patrolling on all Wikipedias?.

Good food for thought. But I still worry about it being an infinite queue (never reaches zero backlog) even with the 1 month dropoff.

Jan 2 2026, 8:44 AM · MediaWiki-Patrolling, Moderator-Tools-Team, PersonalDashboard

Jan 1 2026

Escargot_rouge created T413640: Wikimedia Planet does not transclude styles from templateStyles.
Jan 1 2026, 9:25 AM · Wikimedia-Planet

Dec 29 2025

Escargot_rouge closed T413548: Sortable table header markers are not shown in night mode if in namespace 100 as Invalid.

This is a temporary fix for night mode originating from the WikimediaMessages extension. As explained here, to disable it you need to create the page https://de.wikivoyage.org/wiki/MediaWiki:Wikimedia-styles-exclude and set its content to theme-night-portal.

Dec 29 2025, 5:29 PM · Vector 2022, dark-mode

Dec 25 2025

Escargot_rouge added a project to T381642: Codex icons are not visible in Windows' high contrast mode: patch-welcome.
Dec 25 2025, 1:14 PM · patch-welcome, Readers Essential Work 2025, Design-System-Team, Codex, Accessibility

Dec 22 2025

Escargot_rouge added a comment to T413129: Background color issue in dark mode in CodeMirror.

How does this look?

Screenshot from 2025-12-21 17-52-51.png (293×461 px, 34 KB)

Dec 22 2025, 4:50 AM · dark-mode, MediaWiki-extensions-CodeMirror

Dec 18 2025

Escargot_rouge created T413129: Background color issue in dark mode in CodeMirror.
Dec 18 2025, 9:08 PM · dark-mode, MediaWiki-extensions-CodeMirror

Dec 16 2025

Escargot_rouge added a comment to T373711: Add support for Scribunto, JavaScript, CSS, JSON and Vue to CodeMirror 6.

With CodeMirror, there is now a lot of red waves under word that are not recognised by the browser

image_2025-12-16_162522430.png (302×1 px, 36 KB)

Would it be possible to tell browsers not to show these waves inside CodeMirror with Vue, JS, CSS ans Lua contentmodels?

Dec 16 2025, 3:29 PM · MW-1.46-notes (1.46.0-wmf.16; 2026-02-17), User-notice, MW-1.45-notes (1.45.0-wmf.20; 2025-09-23), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-CodeMirror

Dec 15 2025

Escargot_rouge merged T412749: Validation bug for border-color into T364685: CSS sanitizer refuses TemplateStyles variable assignment to border-color but does permit background-color.
Dec 15 2025, 9:36 PM · Patch-For-Review, TemplateStyles, css-sanitizer
Escargot_rouge merged task T412749: Validation bug for border-color into T364685: CSS sanitizer refuses TemplateStyles variable assignment to border-color but does permit background-color.
Dec 15 2025, 9:36 PM · css-sanitizer, TemplateStyles
Escargot_rouge added a comment to T412637: Remove support for deprecated revisions without rvslots.

mediawiki.api itself is one of the offenders: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/HEAD/resources/src/mediawiki.api/edit.js#121

Dec 15 2025, 7:50 AM · MW-Interfaces-Team, MediaWiki-Action-API

Dec 14 2025

Escargot_rouge added a comment to T412623: Link back to page from non-JS version of watchlist confirmation.

Tapping the watchlist star on an article on mobile takes me to this page:

Screenshot_20251214_200122_Firefox Nightly.jpg (1×1 px, 240 KB)

That's at
https://en.wikipedia.org/w/index.php?title=2024_Championship_League_(invitational)&action=watch

Dec 14 2025, 10:12 PM · Moderator-Tools-Team (Kanban), Patch-For-Review, MediaWiki-Watchlist

Dec 13 2025

Escargot_rouge updated the task description for T412601: [[MediaWiki:Acct creation throttle hit-temp/fr]] translation issue.
Dec 13 2025, 4:39 PM · Product Safety and Integrity, Temporary accounts, I18n
Escargot_rouge created T412601: [[MediaWiki:Acct creation throttle hit-temp/fr]] translation issue.
Dec 13 2025, 4:38 PM · Product Safety and Integrity, Temporary accounts, I18n

Dec 9 2025

Escargot_rouge attached a referenced file: F70964590: Screenshot_2025-12-09-18-29-45-077_com.opera.browser.jpg.
Dec 9 2025, 5:33 PM · MobileFrontend (Tracking), VisualEditor, Patch-For-Review, MinervaNeue, VisualEditor-MediaWiki-2017WikitextEditor, DiscussionTools, MediaWiki-extensions-CodeMirror
Escargot_rouge added a comment to T412117: Cursor position is out of sync in DiscussionTools with CodeMirror.

I tested more, and the issue is related to font size. The problem doesn't actually lie with the cursor, which is correctly displayed considering the expected text size, but with the text size which is always small in the form. It only occurs with medium and big font size.

  • Big font size with beta feature enabled:

Screenshot_2025-12-09-18-21-10-195_com.opera.browser.jpg (2×1 px, 386 KB)

  • Small font size with beta feature enabled:

Screenshot_2025-12-09-18-22-11-641_com.opera.browser.jpg (2×1 px, 409 KB)

  • Big font size with beta feature disbled:

Screenshot_2025-12-09-18-29-45-077_com.opera.browser.jpg (2×1 px, 392 KB)

Dec 9 2025, 5:27 PM · MobileFrontend (Tracking), VisualEditor, Patch-For-Review, MinervaNeue, VisualEditor-MediaWiki-2017WikitextEditor, DiscussionTools, MediaWiki-extensions-CodeMirror
Escargot_rouge added a comment to T412117: Cursor position is out of sync in DiscussionTools with CodeMirror.

I have the same issue. This happens with every character and not only space.

Are you also using Android? I cannot reproduce it on iOS.

Dec 9 2025, 4:23 PM · MobileFrontend (Tracking), VisualEditor, Patch-For-Review, MinervaNeue, VisualEditor-MediaWiki-2017WikitextEditor, DiscussionTools, MediaWiki-extensions-CodeMirror
Escargot_rouge added a comment to T412117: Cursor position is out of sync in DiscussionTools with CodeMirror.

I have the same issue. This happens with every character and not only space.

Dec 9 2025, 2:16 PM · MobileFrontend (Tracking), VisualEditor, Patch-For-Review, MinervaNeue, VisualEditor-MediaWiki-2017WikitextEditor, DiscussionTools, MediaWiki-extensions-CodeMirror

Nov 30 2025

Escargot_rouge added a comment to T411316: Add support for inverting chart axes.

You can do this using transforms.

Nov 30 2025, 9:44 AM · Reader Growth Team, Charts

Nov 22 2025

Escargot_rouge edited projects for T410819: VisualEditor template search does not find an exact match, added: Template-Discovery-And-Recall; removed MediaWiki-extensions-TemplateWizard.
Nov 22 2025, 12:35 PM · Community-Tech, Template-Discovery-And-Recall
Escargot_rouge edited projects for T410819: VisualEditor template search does not find an exact match, added: MediaWiki-extensions-TemplateWizard; removed VisualEditor-MediaWiki-Templates.
Nov 22 2025, 12:28 PM · Community-Tech, Template-Discovery-And-Recall

Nov 18 2025

Escargot_rouge edited projects for T410345: syntaxhighlight tags fail to render small tags when the "Change UTC-based times and dates" gadget is enabled, added: SyntaxHighlight; removed MediaWiki-extensions-CodeMirror.
Nov 18 2025, 8:01 AM · SyntaxHighlight

Nov 11 2025

Escargot_rouge added a comment to T409837: Usernames appear broken across multiple lines in mobile view on watchlist.

Maybe the same issue as in T404514: User name gets misplaced in mobile watchlist and recent changes

Nov 11 2025, 2:55 PM · MediaWiki-Watchlist, Moderator-Tools-Team, Product Safety and Integrity, Temporary accounts

Nov 8 2025

Escargot_rouge added a comment to T409631: Font turned white in white wikitable.

Are you using actual dark mode or dark theme from the app?

Nov 8 2025, 9:23 PM · dark-mode
Escargot_rouge added a comment to T409631: Font turned white in white wikitable.

This is the expected behavior. You have to either add the skin-invert class on the image to invert its colors in dark mode or to explicitly define color as black (or better var(--color-base-fixed, #202122) ).
I added the skin-invert class on the div. There might be a parameter in Image label begin template to do that.

Nov 8 2025, 3:33 PM · dark-mode

Nov 7 2025

Escargot_rouge added a comment to T409490: Lint tooltips in CodeMirror sometimes make it complicated to edit.

The page in the video is https://fr.wikipedia.org/w/index.php?title=Saint-Lucien_%28Québec%29&section=10&action=submit. I did not mention it initially because the faulty template should be corrected soon and these lint errors will disappear.

Nov 7 2025, 3:42 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), MediaWiki-extensions-CodeMirror
Escargot_rouge added a comment to T409490: Lint tooltips in CodeMirror sometimes make it complicated to edit.

Yes, it could be helpful to limit the number of displayed tooltips and, if possible, to merge all 17 identical messages into a single one, indicating “×17”.
I think here there is also an issue with the positioning of tooltips in cases where a lint error originates from a template. This problem would persist even with a single tooltip. It would be preferable for tooltips to appear below the cursor—or in another location that does not obscure either the cursor or the content the user is trying to edit.

Nov 7 2025, 2:59 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), MediaWiki-extensions-CodeMirror

Nov 6 2025

Escargot_rouge created T409490: Lint tooltips in CodeMirror sometimes make it complicated to edit.
Nov 6 2025, 8:52 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), MediaWiki-extensions-CodeMirror

Nov 5 2025

Escargot_rouge added a project to T409353: Login aborted - Authentification requires user interaction which is not supported by "action=login": WPCleaner.
Nov 5 2025, 9:05 PM · WPCleaner

Oct 31 2025

Escargot_rouge updated the task description for T408913: Attempting edit of section whose heading is rendered from a template opens editor for template, not for section.
Oct 31 2025, 12:34 PM · MediaWiki-Page-editing, MediaWiki-Parser
Escargot_rouge updated the task description for T408913: Attempting edit of section whose heading is rendered from a template opens editor for template, not for section.
Oct 31 2025, 12:33 PM · MediaWiki-Page-editing, MediaWiki-Parser

Oct 18 2025

Escargot_rouge added a comment to T407695: Text disappears when posting a reply on talk pages after using macOS proofread feature.

If you are on mobile, this might be T350270.
If you are not, there are some issues when Parsold is enabled and caracters with accents are typed. Is Parsoid enabled for you?

Oct 18 2025, 7:51 PM · DiscussionTools

Oct 15 2025

Escargot_rouge added a comment to T361934: Support CSS variable fallbacks in template styles.

@cscott T406594 is a restricted task. Could you copy here what you said there?

Oct 15 2025, 6:04 AM · Web-Team-Backlog-Archived (FY2023-24 Q4 Sprint 2), Patch-For-Review, css-sanitizer, TemplateStyles, FY2023-24-WE 2.1 Typography and palette customizations

Oct 9 2025

Escargot_rouge added a project to T406896: User Info breaks LiveRC: Local-Wiki-Template-And-Gadget-Issues.
Oct 9 2025, 4:00 PM · Local-Wiki-Template-And-Gadget-Issues, CheckUser-UserInfoCard, Product Safety and Integrity

Sep 18 2025

Escargot_rouge added a comment to T404930: Special:Mute should display input box if no username is specified.

I looked at gerrit:893815 from T331058 and it does not seem to me to have introduced this behavior, but only to have extended it to temp accounts.

Sep 18 2025, 5:42 AM · Product Safety and Integrity, MediaWiki-Special-pages

Sep 15 2025

Escargot_rouge renamed T404540: CSS and JS page blue-links non-existent page from CSS page blue-links non-existent page to CSS and JS page blue-links non-existent page.
Sep 15 2025, 6:16 AM · SyntaxHighlight
Escargot_rouge added a comment to T404541: JS and CSS page blue-links non-existent page.

I am merging the two tasks since these links are both generated in Syntaxhighlight. They were introduced in T368166: Enable clicking on wikilinks and external links in syntax-highlighted code

Sep 15 2025, 5:50 AM · SyntaxHighlight
Escargot_rouge merged task T404541: JS and CSS page blue-links non-existent page into T404540: CSS and JS page blue-links non-existent page.
Sep 15 2025, 5:49 AM · SyntaxHighlight
Escargot_rouge merged T404541: JS and CSS page blue-links non-existent page into T404540: CSS and JS page blue-links non-existent page.
Sep 15 2025, 5:49 AM · SyntaxHighlight
Escargot_rouge renamed T404541: JS and CSS page blue-links non-existent page from JS page blue-links non-existent page to JS and CSS page blue-links non-existent page.
Sep 15 2025, 5:48 AM · SyntaxHighlight

Sep 12 2025

Escargot_rouge added a comment to T341386: Allow On-wiki configuration for temporary site logo changes.

The forthcoming update to logo policy somehow reads that any logo change should receive prior approval from the Foundation, which means that modifications made directly on-wiki would not suffice to ensure compliance and that maybe this task will have to be declined, at least for Wikimedia wikis. (The policy update is not validated yet)

Sep 12 2025, 7:07 AM · CommunityConfiguration-Adoption, MediaWiki-User-Interface

Sep 5 2025

Escargot_rouge added a comment to T403799: New York Times citations not being filled out with Citoid.

Probably a duplicate of T323169: nytimes.com periodically blocks citoid service in production

Sep 5 2025, 6:00 AM · Citoid

Aug 24 2025

Escargot_rouge added a comment to T402727: <code> tags should treat content inside them as <nowiki>.

This would break a lot of things. It is not uncommon to put a template documentation inside <code> tags.
Example on enwiki: more than 700 000 use of <code>{{....

Aug 24 2025, 5:58 AM · Parsoid, MediaWiki-Parser

Aug 22 2025

Escargot_rouge added a comment to T146771: Transclusion of pages with CSS/JS/JSON/LUA content model transcludes the plain text without styling.

Well, @matmarex, what do you think about (in pseudocode)

return $('<syntaxhighlight>', {lang: 'css', html: super()});

will it work?

Aug 22 2025, 8:50 AM · MW-1.45-notes (1.45.0-wmf.17; 2025-09-02), Patch-For-Review, Parsoid (Tracking), MediaWiki-ContentHandler

Aug 21 2025

Escargot_rouge added a comment to T393240: Special:BlockedExternalDomains should make use of Community Configuration.

I am interface admin and not admin.

Thanks! I'm checking now whether or not the form works for Interface admin. If a user is able to edit MediaWiki:BlockedExternalDomains.json, then, logically, the Special:CommunityConfiguration/BlockedDomain form should be editable.

Aug 21 2025, 5:20 PM · User-notice-archive, Patch-For-Review, Growth-Team (Current Sprint), MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Wikimania-Hackathon-2025, MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Wikimedia-Hackathon-2025, CommunityConfiguration-Adoption, AbuseFilter
Escargot_rouge added a comment to T393240: Special:BlockedExternalDomains should make use of Community Configuration.

I am interface admin and not admin.

Aug 21 2025, 2:25 PM · User-notice-archive, Patch-For-Review, Growth-Team (Current Sprint), MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Wikimania-Hackathon-2025, MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Wikimedia-Hackathon-2025, CommunityConfiguration-Adoption, AbuseFilter
Escargot_rouge added a comment to T393240: Special:BlockedExternalDomains should make use of Community Configuration.

I saw the new page on frwiki, but it does not work for me.
When I click on "View form", the page is just reloaded and nothing happens. I can still edit MediaWiki:BlockedExternalDomains.json manually without issue.

Aug 21 2025, 2:11 PM · User-notice-archive, Patch-For-Review, Growth-Team (Current Sprint), MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Wikimania-Hackathon-2025, MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Wikimedia-Hackathon-2025, CommunityConfiguration-Adoption, AbuseFilter

Aug 20 2025

Escargot_rouge updated the task description for T323811: [EPIC] Community configuration 2.0: Factor Community configuration out of GrowthExperiments.
Aug 20 2025, 1:51 PM · MediaWiki-extensions-CommunityConfiguration, MediaWiki-Configuration, Growth-Team, Epic
Escargot_rouge created T402395: Use CommunityConfiguration for MediaWiki:Sidebar.
Aug 20 2025, 1:20 PM · MediaWiki-extension-requests, MediaWiki-Core-Skin-Architecture, CommunityConfiguration-Adoption

Aug 18 2025

Escargot_rouge added a comment to T365330: Split theme-night.less into component files.

I don't know if I should tell it here or on T359644, but theme-night has been deactivated on frwiki, so corrections specific to frwiki can be removed from theme-night.less.

Aug 18 2025, 2:16 PM · Patch-Needs-Improvement, User-notice, WikimediaMessages

Aug 17 2025

Escargot_rouge edited projects for T402098: Unnecessary empty <small> tags inserted when it is on the same line with <div>, added: MediaWiki-Parser; removed MediaWiki-General.
Aug 17 2025, 4:24 AM · MediaWiki-Parser

Aug 14 2025

Escargot_rouge added a comment to T401939: Create a Wikimedia* extension for site customizations.

CommunityConfiguration extension also does this.

Aug 14 2025, 5:15 PM · WikimediaCustomizations, MediaWiki-Platform-Team (Q3 Kanban Board), I18n, WMF-General-or-Unknown, MediaWiki-extensions-EmailAuth, MediaWiki-extensions-WikimediaEvents, Wikimedia-Site-requests
Escargot_rouge added a comment to T401914: Inserting your Signature in VE takes three clicks, should be one.

The button is still here. It looks like this: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_signature-ltr.svg. If you are using the 2017 wikitext editor, it is in the insert dropdown.

Aug 14 2025, 3:39 PM · VisualEditor
Escargot_rouge added a comment to T398392: UserInfo: Two icons are shown on Special:MobileDiff.

It's any diff, for example https://en.m.wikipedia.org/w/index.php?title=Draft:Typhoon_Podul_(2025)&curid=80691989&diff=1305855111&oldid=1305855040. If you are accessing it from a desktop, you must reduce the window width until the bottom card appears, and then click on the icon (the issue is otherwise not visible).

Aug 14 2025, 1:23 PM · OKR-Work, MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Trust and Safety Product Sprint (Sprint Rum baba (July 28 - August 15)), MobileFrontend, Trust and Safety Product Team, CheckUser-UserInfoCard
Escargot_rouge added a project to T401905: Unparsed non-breakable space in Special:CommunityConfiguration: MediaWiki-extensions-CommunityConfiguration.
Aug 14 2025, 10:46 AM · Growth-Team (FY2025-26 Q2 Sprint 4), MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), MediaWiki-extensions-CommunityConfiguration
Escargot_rouge updated the task description for T401905: Unparsed non-breakable space in Special:CommunityConfiguration.
Aug 14 2025, 10:45 AM · Growth-Team (FY2025-26 Q2 Sprint 4), MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), MediaWiki-extensions-CommunityConfiguration
Escargot_rouge created T401905: Unparsed non-breakable space in Special:CommunityConfiguration.
Aug 14 2025, 10:43 AM · Growth-Team (FY2025-26 Q2 Sprint 4), MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), MediaWiki-extensions-CommunityConfiguration

Aug 13 2025

Escargot_rouge added a comment to T398392: UserInfo: Two icons are shown on Special:MobileDiff.

I don't see duplicate icons in diffs directly anymore, but it still appears in info cards:

Screenshot_2025-08-13-13-33-52-037_com.opera.browser.jpg (2×1 px, 404 KB)

Aug 13 2025, 11:37 AM · OKR-Work, MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Trust and Safety Product Sprint (Sprint Rum baba (July 28 - August 15)), MobileFrontend, Trust and Safety Product Team, CheckUser-UserInfoCard

Aug 12 2025

Escargot_rouge added a comment to T401626: "View on Wikimedia Commons" link and others in toolbar show incorrect icon on Mobile.

The square is the default Minerva icon when no icon is specified. Gadget icons need to be set directly inside gadgets CSS, like what is done here.
The link to Commons is different since an eye icon is defined for it and should be an visible but is not.

Aug 12 2025, 7:18 AM · Mobile

Aug 8 2025

Escargot_rouge added a comment to T395679: UserInfoCard: Design icon to indicate bot user.

An issue in completing this task would be that many of the bots lose their status due to inactivity, but almost all are correctly categorised within subcategories of the local Q3681760.

It is possible to check their usernames for "Bot" keyword.

Aug 8 2025, 5:02 AM · Product Safety and Integrity, CheckUser-UserInfoCard, CheckUser, WE4.2 Anti-abuse

Aug 7 2025

Escargot_rouge created T401432: eye icon is not present on Minerva: Link to User Page on metawiki is a square on Minerva.
Aug 7 2025, 6:44 PM · Verified, RoadToWiki, Unplanned-Sprint-Work, Reader Experience Team (REx Sprint 4 [Q1 Aug 26-Sept 8 '25]), MW-1.45-notes (1.45.0-wmf.16; 2025-08-26), Patch-For-Review, good first task, patch-welcome, MinervaNeue

Aug 5 2025

Escargot_rouge added a comment to T401201: UserInfoCard: Relative joined date is incorrect when viewing users' timezone is not server timezone.

I renamed, UTC is used on English Wikipedia, but not on all wikis.

Aug 5 2025, 4:06 PM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), OKR-Work, MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Trust and Safety Product Team, CheckUser-UserInfoCard
Escargot_rouge renamed T401201: UserInfoCard: Relative joined date is incorrect when viewing users' timezone is not server timezone from UserInfoCard: Relative joined date is incorrect when viewing users' timezone is not UTC to UserInfoCard: Relative joined date is incorrect when viewing users' timezone is not server timezone.
Aug 5 2025, 4:06 PM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), OKR-Work, MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Trust and Safety Product Team, CheckUser-UserInfoCard
Escargot_rouge added a comment to T401201: UserInfoCard: Relative joined date is incorrect when viewing users' timezone is not server timezone.

In my case (UTC+2), I see 2 hours ago for an account just created on English Wikipedia.

image_2025-08-05_162203581.png (413×665 px, 75 KB)

Aug 5 2025, 2:23 PM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), OKR-Work, MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Trust and Safety Product Team, CheckUser-UserInfoCard

Aug 4 2025

Escargot_rouge added a comment to T395679: UserInfoCard: Design icon to indicate bot user.

Hello, I tested user info cards today. I clicked random article and landed on https://fr.wikipedia.org/w/index.php?title=Ungerhausen&action=history. At first glance, seeing the user-like icons made me assume that many human users had contributed to the article. However, in reality, almost all edits in this history were made by bots. It would be really useful to have a bot icon to more easily distinguish automated contributions from those made by human editors.

Aug 4 2025, 4:13 PM · Product Safety and Integrity, CheckUser-UserInfoCard, CheckUser, WE4.2 Anti-abuse
Escargot_rouge updated the task description for T401090: Anchor links issue on mobile: focus is set on search instead of the anchor.
Aug 4 2025, 7:20 AM · MW-1.45-notes (1.45.0-wmf.12; 2025-07-29), MediaWiki-Core-Skin-Architecture, Mobile
Escargot_rouge updated the task description for T401090: Anchor links issue on mobile: focus is set on search instead of the anchor.
Aug 4 2025, 7:14 AM · MW-1.45-notes (1.45.0-wmf.12; 2025-07-29), MediaWiki-Core-Skin-Architecture, Mobile
Escargot_rouge created T401090: Anchor links issue on mobile: focus is set on search instead of the anchor.
Aug 4 2025, 7:01 AM · MW-1.45-notes (1.45.0-wmf.12; 2025-07-29), MediaWiki-Core-Skin-Architecture, Mobile

Jul 31 2025

Escargot_rouge added a comment to T400859: .cdx-message icon has incorrect styling on Special:RegisterForEvent and Special:CancelEventRegistration .

This is a general issue affecting Codex messages. Initially, the problem concerned the width, but following T398529, it now pertains to the height.

Jul 31 2025, 4:48 AM · Connection-Team, CampaignEvents, Campaign-Registration

Jul 28 2025

Escargot_rouge added a comment to T379880: Replies with discussion tools get partially deleted when deleting a line break.

Reminds me of T350270

Jul 28 2025, 12:41 PM · Editing-team, VisualEditor-ContentEditable, VisualEditor, DiscussionTools