Page MenuHomePhabricator

The_Editor.s_Apprentice
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Friday

  • Clear sailing ahead.

User Details

User Since
May 27 2017, 4:13 AM (360 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
The Editor's Apprentice [ Global Accounts ]

Recent Activity

Jan 18 2024

The_Editor.s_Apprentice updated subscribers of T355290: Heading bolding in syntax highlighter bleeding onto all following text.
Jan 18 2024, 5:20 PM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Regression, Community-Tech, MediaWiki-extensions-CodeMirror
The_Editor.s_Apprentice updated the task description for T355290: Heading bolding in syntax highlighter bleeding onto all following text.
Jan 18 2024, 5:19 PM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Regression, Community-Tech, MediaWiki-extensions-CodeMirror
The_Editor.s_Apprentice updated the task description for T355290: Heading bolding in syntax highlighter bleeding onto all following text.
Jan 18 2024, 8:26 AM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Regression, Community-Tech, MediaWiki-extensions-CodeMirror
The_Editor.s_Apprentice updated the task description for T355290: Heading bolding in syntax highlighter bleeding onto all following text.
Jan 18 2024, 8:18 AM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Regression, Community-Tech, MediaWiki-extensions-CodeMirror
The_Editor.s_Apprentice added a comment to T355290: Heading bolding in syntax highlighter bleeding onto all following text.

From poking around using built in element inspectors in browsers, I believe the following portion of one of the style sheets is the issue:

pre.CodeMirror-line-like.cm-mw-section-3,pre.CodeMirror-line.cm-mw-section-4,pre.CodeMirror-line-like.cm-mw-section-4,pre.CodeMirror-line.cm-mw-section-5,pre.CodeMirror-line-like.cm-mw-section-5,pre.CodeMirror-line.cm-mw-section-6,pre.CodeMirror-line-like.cm-mw-section-6,.cm-mw-section-3 ~ *,.cm-mw-section-4 ~ *,.cm-mw-section-5 ~ *,.cm-mw-section-6 ~ *{font-weight:bold;}

In particular, from testing things out, I think the * following .cm-mw-section-3, .cm-mw-section-4, etc. at the end are what is causing the issue as when I delete the * in the developer tools window of my browser the issue immediately resolves.

Jan 18 2024, 8:15 AM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Regression, Community-Tech, MediaWiki-extensions-CodeMirror
The_Editor.s_Apprentice updated the task description for T355290: Heading bolding in syntax highlighter bleeding onto all following text.
Jan 18 2024, 8:06 AM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Regression, Community-Tech, MediaWiki-extensions-CodeMirror
The_Editor.s_Apprentice created T355290: Heading bolding in syntax highlighter bleeding onto all following text.
Jan 18 2024, 7:38 AM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), Regression, Community-Tech, MediaWiki-extensions-CodeMirror

May 30 2023

The_Editor.s_Apprentice updated the task description for T337741: Cannot scroll pages named “list” on mobile (due to page-list class in MobileFrontend).
May 30 2023, 3:36 PM · Verified, MW-1.42-notes (1.42.0-wmf.16; 2024-01-30), Web-Team-Backlog (FY2023-24 Q3 Sprint 2), good first task, patch-welcome, CSS, MobileFrontend, Mobile, All-and-every-Wiktionary

Apr 9 2020

The_Editor.s_Apprentice added a comment to T248210: cmn is no longer recognized properly as a language.

Following up on my previous comment, and apologies for the ping, but @Jdforrester-WMF, could you point me at the general place at which support for language codes is implemented?

Apr 9 2020, 4:32 PM · MediaWiki-Internationalization, Regression, User-DannyS712

Mar 26 2020

The_Editor.s_Apprentice added a comment to T248210: cmn is no longer recognized properly as a language.

If possible, I might be able implement support for cmn if I was pointed in the general direction of where the relevant code is. I am fairly competent when it comes to coding.

Mar 26 2020, 7:05 PM · MediaWiki-Internationalization, Regression, User-DannyS712

Mar 23 2020

The_Editor.s_Apprentice added a comment to T248210: cmn is no longer recognized properly as a language.

Follow up on ISO 639-3 code recognition: the way {{#babel}} handles ISO 639-3 codes is different than the way it handles inputs which are not part of ISO 639-1 or ISO 639-3. As an example, {{#babel:foo}} renders no box and shows only a broken template link, while cmn, and seemingly the vast majority of ISO 639-3 codes, lead to a box proclaiming "This user has a native understanding of English." and displaying the passed code. This suggests to me that some basic back end implementation was done, but that it was not completed. This is not entirely surprising to me given that ISO 639-3 codes are much less common as well as much more numerous. This idea is additionally supported by the fact that the ISO 639-3 code for German (deu), and some other languages, display differently most ISO 639-3 codes, such as cmn, which are undifferentiated from each other. This means that there does exist a capability for such codes to be integrated into the extension.

Mar 23 2020, 5:50 PM · MediaWiki-Internationalization, Regression, User-DannyS712
The_Editor.s_Apprentice added a comment to T248210: cmn is no longer recognized properly as a language.

I cannot confirm that has been anytime in the past in which "cmn" was correctly recognized as a language code on Meta. I only recently learned about the code "cmn" and that it might be able to be used to generate a Babel box. Theoretically it should have been/be since it is a valid ISO 639-3 code and the extensions Mediawiki page states all that ISO 639-3 codes are usable.

Mar 23 2020, 5:11 PM · MediaWiki-Internationalization, Regression, User-DannyS712

Mar 4 2019

The_Editor.s_Apprentice added a comment to T213787: Feature suggestion for when websites serve custom 404 pages.

Got it. Thank you for takimg the time to respond.

Mar 4 2019, 5:24 AM · InternetArchiveBot

Mar 3 2019

The_Editor.s_Apprentice added a comment to T213787: Feature suggestion for when websites serve custom 404 pages.

What would the cause of the signifcant cost be?

Mar 3 2019, 5:44 PM · InternetArchiveBot

Jan 27 2019

The_Editor.s_Apprentice added a comment to T213787: Feature suggestion for when websites serve custom 404 pages.

@Cyberpower678 Hey, I submitted this a little while ago as suggested by on IABot's Talk Page as a feature request, its appears that you have been active since its creation (most recently as I write this on January 21st), but you have yet to take any action in relationship to it so I wanted to ask if you are aware of this request or not? Thanks.

Jan 27 2019, 2:24 AM · InternetArchiveBot

Jan 15 2019

The_Editor.s_Apprentice created T213787: Feature suggestion for when websites serve custom 404 pages.
Jan 15 2019, 5:42 AM · InternetArchiveBot

Oct 9 2017

The_Editor.s_Apprentice created T177729: Displaying the wrong "Read More" list for articles on Android mobile.
Oct 9 2017, 2:51 AM · good first task, Mobile, Wikipedia-Android-App-Backlog

Jul 27 2017

The_Editor.s_Apprentice created T171871: Text inside the <math> tag is displayed as plain text or correctly with odd spacing on the 'descriptions' of Wikipedia pages on mobile..
Jul 27 2017, 5:17 PM · Mobile-Content-Service, Wikipedia-Android-App-Backlog, Product-Infrastructure-Team-Backlog-Deprecated, Mobile

May 27 2017

The_Editor.s_Apprentice added a comment to T166413: Link with text beginning with a bracket not parsed correctly.

The bug also appears when the '[' is inside the the text but not at the end of the text, examples include "[[Foobar|te[xt]]". Ending text in a opening bracket does not cause the bug, an example would be [[Foobar|text[]].

May 27 2017, 5:13 AM · Patch-For-Review, Mobile-Content-Service, Product-Infrastructure-Team-Backlog-Deprecated, Wikipedia-Android-App-Backlog, Parsoid