Page MenuHomePhabricator
Feed Advanced Search

Tue, Apr 23

PerfektesChaos added a comment to T110014: Make gadgets easily customizable (merge Gadgets' branch "gadgetprefs" from GSoC 2011).

How does this sound?

Some remarks:

  • This should not be a separate Special:GadgetPreferences but part of Special:Preferences in Gadgets section, when entire usage of one particular tool can be toggled. If this tool is activated, the preferences GUI should appear immediately below (and vanish if toggled off).
  • The JSON spec should be subpage like MediaWiki:Gadget-myTool/preferences.json, while site configuration might be MediaWiki:Gadget-myTool.json and implementation is at MediaWiki:Gadget-myTool.js
  • Texts do need localization mechanism. A global root may contain English, French, Japanese and German, and on Commons users will expect their user language. Further translations need to be added easily by global collection of local languages.
Tue, Apr 23, 11:13 AM · MediaWiki-Core-Preferences, JavaScript, MediaWiki-extensions-Gadgets

Thu, Apr 18

PerfektesChaos added a comment to T278973: Add a way to differentiate transcluding a redirect and transcluding a redirect and its target.

Actually the redirect table could be a further candidate for indirect use of linktarget table, when both pagelinks and templatelinks table migration are completed.

Thu, Apr 18, 1:23 PM · MediaWiki-Page-derived-data, Platform Engineering

Sat, Apr 13

PerfektesChaos added a comment to T174811: Support JavaScript hook events for CodeMirror.

There is the module jquery.textSelection at rMW /src/jquery/jquery.textSelection.js

  • This is wrapping access to selected text or cursor position independent of browser methods, and does also permit text changes at cursor position or replacing marked text range.

This does currently not support CodeMirror but native text <input> and <textarea>.

  • It should cover CodeMirror and DiscussionTools transparently as well.

I think the idea is to do the reverse – editors are expected to ...

Sat, Apr 13, 6:16 PM · Patch-For-Review, MediaWiki-extensions-CodeMirror

Fri, Apr 12

PerfektesChaos created T362458: Namespace names are not resolved in <inputbox> fulltext search.
Fri, Apr 12, 11:14 PM · Patch-For-Review, Regression, MediaWiki-extensions-InputBox
PerfektesChaos added a comment to T174811: Support JavaScript hook events for CodeMirror.

There is the module jquery.textSelection at rMW /src/jquery/jquery.textSelection.js

  • This is wrapping access to selected text or cursor position independent of browser methods, and does also permit text changes at cursor position or replacing marked text range.

This does currently not support CodeMirror but native text <input> and <textarea>.

  • It should cover CodeMirror and DiscussionTools transparently as well.

In a similar way I would like to get a wrapper around CodeMirror and DiscussionTools, which shall allow to deal with text fields no matter which mode the user currently toggled:

  • Retrieve textarea#wpTextbox1.val() as entire text
  • Assign textarea#wpTextbox1.val(s) to the entire story
  • If currently in CodeMirror or DiscussionTools mode, then retrieve via the corresponding API; if native then jQuery .val() function.
  • There is a second text field on Special:Upload.

In addition I want to explore whether the user input did change CodeMirror text and possible errors have been marked.

  • It is sufficient to know that the text has changed, no matter whether by programmatic assignment of entire or partial text or mouse event or keyboard event. When it changed I can look for arriving or vanished error class elements.
  • I need to know whether CodeMirror was activated or left. While no CodeMirror is active I do not need to look for error class elements. Events or mw.hook() shall be fired when CodeMirror toggled.
Fri, Apr 12, 9:14 AM · Patch-For-Review, MediaWiki-extensions-CodeMirror

Mon, Apr 8

PerfektesChaos added a comment to T50940: Punctuation like ".", "?" and "!" at the end of page title in links not interpreted as part of the URL by various applications.

In wikitext (,.;? followed by whitespace or text end will trigger URL termination just before.

Mon, Apr 8, 12:42 PM · MediaWiki-Email
PerfektesChaos added a comment to T50940: Punctuation like ".", "?" and "!" at the end of page title in links not interpreted as part of the URL by various applications.

We have a similar problem on mentioning plain URL in wikitext, interpreting terminating interpunction characters as part of surrounding text rather than part of URL. The same goes for many messaging tools.

Mon, Apr 8, 9:16 AM · MediaWiki-Email

Fri, Apr 5

PerfektesChaos created T361917: API doc improvement.
Fri, Apr 5, 9:14 AM · Patch-For-Review, MediaWiki-Action-API, good first task

Thu, Apr 4

PerfektesChaos created T361828: Discontinue tableSorterCollation.
Thu, Apr 4, 12:19 PM · Technical-Debt, MediaWiki-User-Interface (Tables)

Tue, Apr 2

PerfektesChaos closed T359542: Offer local help page on Special:login as Invalid.
Tue, Apr 2, 2:51 PM · MediaWiki-Special-pages, MediaWiki-User-login-and-signup
PerfektesChaos added a comment to T359542: Offer local help page on Special:login.

It did not disclose to me on uselang=qqx that message, therefore I did assume that no config message is available.

Tue, Apr 2, 2:50 PM · MediaWiki-Special-pages, MediaWiki-User-login-and-signup

Thu, Mar 28

Pppery awarded T201052: Local interface-admin need to be sysop for some operations a Dislike token.
Thu, Mar 28, 8:09 PM · Security, MediaWiki-General, Trust-and-Safety

Wed, Mar 27

Sophivorus awarded T204201: Extend MediaWiki:Gadgets-definition capabilities a Party Time token.
Wed, Mar 27, 12:39 PM · MediaWiki-extensions-Gadgets

Mar 13 2024

PerfektesChaos updated the task description for T359582: Define alt=- as intended presentational image.
Mar 13 2024, 10:22 PM · Commons, MediaWiki-File-management, Accessibility, MediaWiki-Parser

Mar 7 2024

PerfektesChaos added a comment to T344378: Spike: How to obtain articles that have images with missing alt text.

Do we.... have a good high-level task for this that covers the conceptual feature for both ios and android and not low-level implementation details?

In T359582 I just complained that

there should be a separate Phabricator trail for alt= image descriptions (even video).

Mar 7 2024, 7:12 PM · Wikipedia-iOS-App-Backlog (iOS Release FY2023-24), User-notice, iOS Release FY2023-24 (Archive), Patch-For-Review, Wikipedia-Android-App-Backlog
PerfektesChaos created T359582: Define alt=- as intended presentational image.
Mar 7 2024, 6:51 PM · Commons, MediaWiki-File-management, Accessibility, MediaWiki-Parser
PerfektesChaos added a comment to T344378: Spike: How to obtain articles that have images with missing alt text.

My comments on mw:Talk:Wikimedia Apps/Team/Android/Image Recommendations were already linked, but I do strongly oppose to make this a LINT nor Growth task.

Mar 7 2024, 2:57 PM · Wikipedia-iOS-App-Backlog (iOS Release FY2023-24), User-notice, iOS Release FY2023-24 (Archive), Patch-For-Review, Wikipedia-Android-App-Backlog
PerfektesChaos created T359548: State indicating buttons should use inverted icons (white on blue).
Mar 7 2024, 1:55 PM · Design, Accessibility, MediaWiki-extensions-CodeMirror, MediaWiki-Page-editing, Community-Tech
PerfektesChaos updated the task description for T359024: Improve UTF-8 behaviour and error messages at mw.title.
Mar 7 2024, 1:41 PM · Scribunto
PerfektesChaos created T359542: Offer local help page on Special:login.
Mar 7 2024, 1:37 PM · MediaWiki-Special-pages, MediaWiki-User-login-and-signup

Mar 4 2024

PerfektesChaos created T359024: Improve UTF-8 behaviour and error messages at mw.title.
Mar 4 2024, 8:37 AM · Scribunto
PerfektesChaos added a comment to T204201: Extend MediaWiki:Gadgets-definition capabilities.

Thanks for adding categories.

Mar 4 2024, 8:25 AM · MediaWiki-extensions-Gadgets

Feb 28 2024

PerfektesChaos added a comment to T31272: Implement Gadgets 2.0.

Small wikis without IF-admin could manage offered gadgets and circumstances themselve.

Such issue should be solved by global gadgets.

Feb 28 2024, 8:35 AM · Patch-For-Review, User-notice, Gadgets-2.0, MediaWiki-extensions-Gadgets
PerfektesChaos added a comment to T31272: Implement Gadgets 2.0.

One question arrived now: Is editing of any MediaWiki:Gadgets/ page requiring successor of previous editinterface or gadgets-definition-edit right?

Feb 28 2024, 7:39 AM · Patch-For-Review, User-notice, Gadgets-2.0, MediaWiki-extensions-Gadgets

Feb 26 2024

PerfektesChaos added a comment to T355763: mw.text.jsonDecode() incorrectly interprets number strings as integers.

A key in a JSON object is always a string. Therefore a number is impossible. However a Lua table needs to be a JSON object if any not one-based array shall be mapped.

Feb 26 2024, 10:39 AM · Scribunto

Jan 30 2024

PerfektesChaos created T356154: Minor typo in urlShortener JavaScript.
Jan 30 2024, 7:09 AM · MW-1.42-notes (1.42.0-wmf.17; 2024-02-06), Patch-For-Review, good first task, MediaWiki-extensions-UrlShortener

Jan 17 2024

Lens0021 awarded T161976: Feature request: add detection for page language to Scribunto a Like token.
Jan 17 2024, 11:53 PM · MW-1.42-notes (1.42.0-wmf.15; 2024-01-23), MediaWiki CodeJam Dec 2023, MW-1.38-notes (1.38.0-wmf.20; 2022-01-31), Patch-For-Review, Scribunto
Pppery awarded T355159: New system message – documentation header for non-wikitext pages a Like token.
Jan 17 2024, 4:12 AM · MediaWiki-General, Voice & Tone

Jan 16 2024

PerfektesChaos created T355159: New system message – documentation header for non-wikitext pages.
Jan 16 2024, 4:42 PM · MediaWiki-General, Voice & Tone

Dec 15 2023

PerfektesChaos added a comment to T353489: DiscussionTools's <div class="mw-heading"> wrapper (and future core wrapper) makes it difficult to style headings in wikitext.

Yeah, obviously parsing needs to be revised. I would expect:

  1. encountering =+ and in __NOEDITSECTION__ mode then
    1. create <h.> instead
    2. send back into stream
  2. encountering =+ and not in __NOEDITSECTION__ mode then
    1. create wrapper business, be prepared for addition of edit/subscribe elements
    2. insert <h.> into wrapper
    3. send back into stream
  3. encountering <h.> then append content to TOC etc.
    1. processing both native elements in wikitext and those created from =+

or any switch or fork or sub-process to handle <h.> elements for TOC purpose.

Dec 15 2023, 9:22 PM · MW-1.42-notes (1.42.0-wmf.9; 2023-12-12), MediaWiki-General, DiscussionTools
PerfektesChaos added a comment to T353489: DiscussionTools's <div class="mw-heading"> wrapper (and future core wrapper) makes it difficult to style headings in wikitext.

I am always open to new {{#...}} parser functions.

  • However, I am worried since dewiki is using <h*> within some 1,500 wikitext source pages, and perhaps 1,000 of them may be broken by the recent and not announced change. Even our main page crashed, which got a hotfix.
  • In the long run I do prefer {{#...}} parser functions since they have explicit opening and closing syntax, compared to some : or ''' or * somewhere, and they are not misusing [[...]] links for {{#category:...}} purpose.
Dec 15 2023, 3:20 AM · MW-1.42-notes (1.42.0-wmf.9; 2023-12-12), MediaWiki-General, DiscussionTools
PerfektesChaos added a comment to T353489: DiscussionTools's <div class="mw-heading"> wrapper (and future core wrapper) makes it difficult to style headings in wikitext.

I wonder whether you apply this if it is not an editable section with == but a deliberately non-editable section with <h2> in wikitext.

  • I do understand that you separated the [editsection] business from the headline element to improve accessibility.
  • However, if wikitext is containing <h2> there is nothing to be changed, no accessibility touched, no separate [editsection] element. There is nothing to be discussed, and nothing to subscribe or unsubscribe.
  • Therfore, if either __NOEDITSECTION__ or <h2> is present in wikitext, just produce the traditional element without wrapper.
  • Iff it is == then create that wrapper and [editsection] but that is almost everywhere regular article text or talk page without any special styling.

I am not deep in the most recent CSS but I think it is feasible to distinguish a wrapper containing a <h2> and turn that into inline, but keep block if there is no wrapper present.

Dec 15 2023, 1:10 AM · MW-1.42-notes (1.42.0-wmf.9; 2023-12-12), MediaWiki-General, DiscussionTools

Nov 5 2023

PerfektesChaos added a comment to T350551: Articles with unreviewed templates in them show no link to the unreviewed template to reviewers.

Well, the core problem is a bit different.

  • The article which transludes the modified template (Inverted Coaster) does not mention which media files or templates are causing the problem.
  • Until mid of 2023 there appeared a link to Template:Navigationsleiste Achterbahntypen which tells precisely where to remedy the problem.
  • If there are 100 templates and files in this page, you wilkl have a nice time to explore the responsible page.

The (kein Unterschied) is not really important. It does not matter whether any difference will result. By vandalism and reverting by a new user this may happen easily.

Nov 5 2023, 4:29 PM · MediaWiki-extensions-FlaggedRevs

Sep 9 2023

PerfektesChaos added a comment to T201052: Local interface-admin need to be sysop for some operations.

I suppose security-wise there is not much harm in admins being able to delete a page that they (for good reasons) aren't able to edit or create.

And this is intended: If there is malicious JS etc., every sysop can delete such a page immediately, without asking stewards etc. for further help.

Sep 9 2023, 9:35 PM · Security, MediaWiki-General, Trust-and-Safety

Sep 1 2023

PerfektesChaos added a comment to T323868: category sortkey generation of german letter ß changed.

It has been refused since the resulting order is not the sequence which the community does need for thematic arrangement. It goes for names only and does not take into account deliberately distinguished structures based upon ASCII codes.

Sep 1 2023, 4:53 PM · Wikimedia-Site-requests, I18n, MediaWiki-Categories
PerfektesChaos added a comment to T323868: category sortkey generation of german letter ß changed.

German Wikipedia is using ASCII codepoints like !#,:* and more for special effects.

Sep 1 2023, 2:08 PM · Wikimedia-Site-requests, I18n, MediaWiki-Categories

Aug 28 2023

PerfektesChaos added a comment to T340606: Decide what to do about the edit-form's hidden categories list.

Unification and simultaneous handling of both regular and hidden categories is fine with me.

Aug 28 2023, 2:37 PM · User-notice-archive, Patch-For-Review, Community-Tech (CommTech-Kanban), MediaWiki-Categories, MediaWiki-Page-editing

Aug 25 2023

PerfektesChaos added a comment to T315893: Add space between page namespace and page title.

There were always some inconsistencies and strange things.

  • iPhone on page headline but IPhone in category or other page list and search results.
  • IPhone as title of revision history.
  • _ and %XY in URL page names.

We should try to make such strange things like subpage names in namespace more readable and comprehensive by inserting some visual structure wherever possible.

  • We cannot refrain from improving 99 % of the cases if there are some 1 % left where current solutions are too difficult. Perhaps one day iPhone is shown in categories and page history as well. Anyway, the page headline is displayed correctly right now.

The Title functions must not insert any space character.

  • Every adapted presentation shall be created by CSS only.
  • C&P shall yield the generic name as today.

BTW, hopefully people discovered C&P functionality and will not type letter by letter someWikipedia talk:Manual of Style/Accessibility/Alternative text for images

  • However, if they type an extra space after : universe will survive.
Aug 25 2023, 8:50 AM · MediaWiki-General

Aug 22 2023

PerfektesChaos added a comment to T341426: Page preview should not ignore content in the {{Audio}} template on de.wp.

I think phab is the wrong forum for this issue. Local dewiki platforms (template discussion or general template maintenance project) are more appropriate.

Aug 22 2023, 1:08 PM · Local-Wiki-Template-And-Gadget-Issues
PerfektesChaos added a comment to T315893: Add space between page namespace and page title.

It is crucial that there is a visual spacing, but not a space character, if any.

  • That means: As soon a page headline or any other displayed element is taken by C&P, no space character is inserted and may pollute wikitext by insertion, making search for strings and replacement of page names more difficult (it is legal yet, and there may be _ rather than space or lowercase letters).

For many people, separation of page name elements make semantic elements more readable.

  • Visual separation of namespace+: and subpage hierarchy by / is considered helpful by many who are not wiki insiders over decades.
  • Separation of page name components should offer may-break-here hints after : and / on long lines, rather between two words of a component.

A project wide feature to display all page headlines where subpages are enabled would be fine with me.

Aug 22 2023, 12:54 PM · MediaWiki-General

Aug 8 2023

PerfektesChaos added a comment to T152875: Support RTL in WikiHiero.

Nice idea.

Aug 8 2023, 1:36 PM · I18n, RTL, WikiHiero

Jul 12 2023

PerfektesChaos added a comment to T341666: Wikimedia\RequestTimeout\RequestTimeoutException on de:Holomorphe_Funktion and several other math-heavy articles.

It has been just reported by a dewiki user that LaTeX preference works fine but SVG crashes. How comes?

Jul 12 2023, 3:15 PM · Cite, Math, Performance Issue, Wikimedia-production-error

Jul 2 2023

PerfektesChaos added a comment to T14810: Special:Linksearch should default to all protocols (protocol-less column for externallinks).

On top of that, using // is generally discouraged and should be cleaned up :P

Well, in order to clean them up it is necessary to find them via LinkSearch.

Jul 2 2023, 6:04 PM · User-notice-archive, Patch-For-Review, MW-1.41-notes (1.41.0-wmf.17; 2023-07-11), MediaWiki-Special-pages
PerfektesChaos added a comment to T298334: Validations for gadget definitions.

If you refer to:

  • edittools-magnitudo[ResourceLoader]|actions=edit|edittools-magnitudo.js

Well, this is a fundamental syntax error at least on first glance.

Jul 2 2023, 5:59 PM · MW-1.42-notes (1.42.0-wmf.14; 2024-01-16), MediaWiki-Platform-Team (Radar), MediaWiki-extensions-Gadgets
PerfektesChaos added a comment to T14810: Special:Linksearch should default to all protocols (protocol-less column for externallinks).

Fine, after one and a half decade.

Jul 2 2023, 5:42 PM · User-notice-archive, Patch-For-Review, MW-1.41-notes (1.41.0-wmf.17; 2023-07-11), MediaWiki-Special-pages

Jun 9 2023

PerfektesChaos added a comment to T316533: Trigger category from Lua code or as parser function.

You could make use of #iferror for your case. It catches any element (namely strong, span, p, div) that has a class "error". This includes errors generated by Scribunto.

This does not help.

Jun 9 2023, 11:19 AM · Scribunto, ParserFunctions
PerfektesChaos added a comment to T338594: Revision of parsing .js pages.

Every Wikitext code like a nowiki exclusion, a {{db-u1}} request, an internal link to a user page or project page which shows up in Whatlinkshere or a Category: which really works is occurring in a JavaScript comment, since it would cause a JavaScript syntax error otherwise.

Jun 9 2023, 11:08 AM · MediaWiki-Parser

May 28 2023

PerfektesChaos added a comment to T56140: Move TemplateData to its own JSON-content namespace and associate with Template-namespace, or to its own TemplateData content model and revision slot.

Many many templates are not documented by an individual JSON for each single template, but derived from series of JSON data generated by documentation template or Lua module, creating TemplateData for many productive templates.

May 28 2023, 7:10 AM · Patch-For-Review, Wikimedia-Hackathon-2023, Multi-Content-Revisions, VisualEditor-MediaWiki, VisualEditor, TemplateData

Feb 26 2023

PerfektesChaos added a comment to T145604: RFC: Future of magic links.

What is the value of splitting up the migration of RFC and PMID into two steps? Wouldn't it be less of a hassle to do both at the same time?

Look at the figues, especially deWP.

  • RFC is a test balloon.
  • Amount is not too large, check how support for small wiki will succeed.
  • Give them some months to take breath; learn from experiences in RFC step.
Feb 26 2023, 7:18 PM · Parsing-Team--ARCHIVED, MediaWiki-Parser, TechCom-RFC

Feb 19 2023

PerfektesChaos added a comment to T145604: RFC: Future of magic links.

Regarding German Wikipedia you need a smart stategy, then it will work.

  • Looking at LINT errors dewiki will proceed; compare with enwiki.
  • However, among 20.000 people there are a dozen fellows who started in 2005 and they do not want any change and everything has to be kept as it was in 2005. Unfortunately, they are quite loud and experienced and collected a lot of merits for their work as authors over two decades.

A promising plan would be:

  • Wait until Vector2022 has been established successfully.
    • A war on two frontiers simultaneously is not a good idea.
    • Currently even enwiki is reluctant.
    • Gadgets need to be adapted to new page arrangement.
  • After sea has calmed, announce a change for RFC within about 3 or 6 months; end of 2023 or July 1st 2024 or whatever, for all projects.
    • There is already a template.
    • RFC 1 can be switched easily by bot in article space towards RFC&nbsp;1<ref>{{RFC-Internet if not already within <ref>, then change access inside <ref> elements, then cleaning up the remainders. Other namespaces are no longer linked.
    • Tracking category may be activated then and tells occurrences for several years even if no link is generated any longer.
  • Then announce discontinuation of PMID within 3 or 6 months.
    • Those will be overcome by [[pmid:1|PMID&nbsp;1]] whereever they occur.
  • For ISBN you will need a global parser function {{#isbn:0-123-456-7|1}} with second parameter for invalid ISBN but printed in books and registered in national library catalogues.
    • This should format and hyphenate correctly and will apply a class and nowrap and error message and maintenance category and everybody is happy.
    • Since it is widely used, bots will need ages and version histories get lots of entries.
    • Small wikis have no bots.
    • A global migration plan needs to be developed, perhaps via server script (a parser function can be applied everywhere while a template needs local support and might collide with a local template).
    • When migrating to next Parsoid storage level this might be done automatically.
    • VE might dump parser function formatting.
    • When retrieving wikitext content deliver new syntax, or store new syntax every time when publishing. Will take some ages.
  • After each stage, check riot level in all wikis. Adapt roadmap if necessary.
Feb 19 2023, 11:47 AM · Parsing-Team--ARCHIVED, MediaWiki-Parser, TechCom-RFC

Feb 6 2023

PerfektesChaos added a comment to T303681: RL targets for gadget definition pages .

Please see T204201.

Feb 6 2023, 8:27 PM · MW-1.41-notes (1.41.0-wmf.1; 2023-03-20), MediaWiki-extensions-Gadgets

Jan 24 2023

PerfektesChaos added a comment to T327715: Page tools change does not work together with Content Translation Beta.

I am creator of lintHint mentioned above. This tool, some more of mine and I guess a pile of other tools are affected by the Vector 2022 change.

Jan 24 2023, 2:36 PM · Language-Team (Language-2023-January-March), MW-1.40-notes (1.40.0-wmf.20; 2023-01-23), Web-Team FY2022-23 Q3 Sprint 1, Web-Team-Backlog, Desktop Improvements (Vector 2022), ContentTranslation

Jan 18 2023

PerfektesChaos updated the task description for T327252: No hook, no event issued when wikieditor 2010 preview changes.
Jan 18 2023, 11:24 AM · MediaWiki-Page-editing, Realtime Preview
PerfektesChaos created T327252: No hook, no event issued when wikieditor 2010 preview changes.
Jan 18 2023, 11:19 AM · MediaWiki-Page-editing, Realtime Preview

Oct 30 2022

PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

It is pointless to add an English image description Placeholder, we have no preview image here which will be forwarded only to people with screenreaders, which is an aural non-visual presentation of the content, and where the existence of any image is to be hidden from the recipients at all to avoid confusion.

Oct 30 2022, 2:41 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search

Oct 28 2022

PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

No activity in a week - any opposition to move forward with the proposed solution?

Oct 28 2022, 7:30 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search

Oct 23 2022

PerfektesChaos added a comment to T200766: Public monitoring of JS/CSS edits.

The goal of this task is to monitor about 1000 wikis of WMF for hazardeous codes by global tech community.

Oct 23 2022, 12:03 AM · MediaWiki-extension-requests, MediaWiki-General, Security

Oct 22 2022

PerfektesChaos added a comment to T200766: Public monitoring of JS/CSS edits.

You might not have understood the background, or living in English Wikipedia World only.

Oct 22 2022, 9:50 PM · MediaWiki-extension-requests, MediaWiki-General, Security

Oct 21 2022

PerfektesChaos added a comment to T200766: Public monitoring of JS/CSS edits.

I'd like to see a more generic/general dropdown to filter by content model, which is a task I've been thinking about proposing and which would have general benefits aside from CSS/JS editing, for example being able to watch TemplateStyles edits, which is of general interest to me.

Oct 21 2022, 9:47 AM · MediaWiki-extension-requests, MediaWiki-General, Security
PerfektesChaos added a comment to T320894: The NAMESPACE magic word is not normalized for female users any more.

I am not aware of any other with empty parameter, but {{NAMESPACE:}} might be a bridge for migration.

  • This one is the function call with new behaviour.
  • {{NAMESPACE}} is the 2006 behaviour.
  • Those who want the new formatting for current page may insert a : and get the new result.
  • Currently {{NAMESPACE:}} is rendered as empty string.
Oct 21 2022, 9:30 AM · Regression, MediaWiki-Parser

Oct 17 2022

PerfektesChaos added a comment to T320894: The NAMESPACE magic word is not normalized for female users any more.

German and Portguese wikis have an exhaustive gender distinction as well, and it is widely used to address accounts in a proper way.

Oct 17 2022, 9:24 AM · Regression, MediaWiki-Parser

Oct 15 2022

PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

Given that we also need to think from front-end performance angle, I don't see added value in additionally add role="presentation" – as the need is already covered by adding 1 and 2.

Oct 15 2022, 2:45 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search
PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

add aria-hidden to placeholder
add "thumbnail for PAGENAME" alt text for thumbnails

Oct 15 2022, 1:31 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search
PerfektesChaos added a comment to T320337: [M] Special:Search results should have a way to suppress thumbnails.

Sorry, but I did not understand the workflow for anonymous users.
There are two groups with different views:

  1. Thumbs are okay, sometimes helpful, very often pointless, but when I am looking for a regional sports team it shows me the logo.
  2. Never show images, since I have a slow or expensive connection and it slows me down and swallows my monthly budget.

What do you plan as default, and do you really expect that the other group will not use the search form field on every Wiki page any longer, but typing the entire URL for each query?

  • I have stated above that a ticbox on search result page is required, memorizing the state by cookie, using this configuration for all further searches until cookies are cleared.
  • This can be toggled for next searches until next switching.
  • Registered users should set a persistent default preference, since cookies are frequently cleared, e.g. when the browser quits.
Oct 15 2022, 1:16 PM · User-notice-archive, MW-1.40-notes (1.40.0-wmf.6; 2022-10-17), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Structured-Data-Backlog (Current Work), MediaWiki-Search, CirrusSearch, Discovery-Search

Oct 12 2022

PerfektesChaos added a comment to T320337: [M] Special:Search results should have a way to suppress thumbnails.

Just as a help fpr me to understand it right: By which preference shall anonymous users express that they do not want ever any thumbnail transferred via their slow and/or expensive internet connection?

Oct 12 2022, 7:08 PM · User-notice-archive, MW-1.40-notes (1.40.0-wmf.6; 2022-10-17), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Structured-Data-Backlog (Current Work), MediaWiki-Search, CirrusSearch, Discovery-Search
PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

There is no alt text required for screnreaders.

Oct 12 2022, 7:01 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search

Oct 11 2022

PerfektesChaos added a comment to T320346: Some pages load unavailable modules: ext.tmh.player and ext.disambiguator.

Yeah, I perform CSS/JS developing with an aged browser. If it works with an old browser it works everywhere. Console is visible only on development there, and some debugging otherwise.

Oct 11 2022, 10:21 AM · Performance-Team (Radar), MediaWiki-extensions-Disambiguator, TimedMediaHandler

Oct 10 2022

PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

@PerfektesChaos Why would aria-hidden="true" and role="presentation" be added? As soon as former is there, it's taken out of accessibility tree anyways.

Depends on screenreader software.

Oct 10 2022, 3:47 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search

Oct 9 2022

PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

The alternative solution is to equip elements with

class="noviewer" aria-hidden="true" role="presentation"

If a screenreader is telling the page content such eye catchers are not mentioned. Otherwise blind people will be bothered with all the URL as image description, which is pointless.

Oct 9 2022, 7:16 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search
PerfektesChaos updated the task description for T320346: Some pages load unavailable modules: ext.tmh.player and ext.disambiguator.
Oct 9 2022, 7:13 PM · Performance-Team (Radar), MediaWiki-extensions-Disambiguator, TimedMediaHandler
PerfektesChaos created T320346: Some pages load unavailable modules: ext.tmh.player and ext.disambiguator.
Oct 9 2022, 11:27 AM · Performance-Team (Radar), MediaWiki-extensions-Disambiguator, TimedMediaHandler
PerfektesChaos added a comment to T320299: [S] Special:Search images should not have links without alt text for their contents.

I just detected this task, but have created T320344 already. There is a slighly different approach, but basically duplicated.

Oct 9 2022, 11:19 AM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), Structured-Data-Backlog (Current Work), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Accessibility, Discovery-Search, MediaWiki-Search
PerfektesChaos added a project to T320344: Screenreader attribution of thumbnails in search results: Discovery-Search.
Oct 9 2022, 11:17 AM · Discovery-Search, Accessibility, SDAW-Search-Improvements
PerfektesChaos created T320344: Screenreader attribution of thumbnails in search results.
Oct 9 2022, 11:14 AM · Discovery-Search, Accessibility, SDAW-Search-Improvements
PerfektesChaos added a comment to T320337: [M] Special:Search results should have a way to suppress thumbnails.

There are two approaches:

  1. add a ticbox on search form (default: no) whether this anonymous user wants thumbs, and memorize by cookie.
  2. add a preference for registered accounts, which provides default for ticbox, even if cookies are deleted after session. If such persistent user default is present, then general default may be “yes”.

I would like to see both, but at least the first one which helps all readers.

Oct 9 2022, 10:41 AM · User-notice-archive, MW-1.40-notes (1.40.0-wmf.6; 2022-10-17), SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Structured-Data-Backlog (Current Work), MediaWiki-Search, CirrusSearch, Discovery-Search

Oct 8 2022

PerfektesChaos added a comment to T306883: [L] Searchers see thumbnails next to search results on the special:search page.

If I am looking for certain villages with some criteria it does not help me to get 500 images of a church, a town hall, or the monument of a writer or painter, or a farm house.

  • I did not ask for 500 images. You are patronizing.
  • But this idea is consuming and wasting my bandwith, and in less networking regions my device is blocked for a minute until all these undesired images arrive without any remedy against. This is burning the money of the audience, and a sin against environmental protection.
  • There are many use cases why you are searching articles, and looking at hundreds of images is not the one and only one. You may start a text search within result page. Personally I did not need any such image within 15 years at Wikipedia.
Oct 8 2022, 10:44 PM · User-notice-archive, MW-1.40-notes (1.40.0-wmf.4; 2022-10-03), MW-1.39-notes (1.39.0-wmf.28; 2022-09-05), Patch-For-Review, SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Structured-Data-Backlog (Current Work)
PerfektesChaos added a comment to T306883: [L] Searchers see thumbnails next to search results on the special:search page.

Basically I am happy with this surprise.

  • External (anonymous) audience might benefit from some visual guidance.
  • Sometimes it will be pointless, 20 green views of 20 forrests are not really helpful.

For registered users a preference to opt out/in is strongly recommended.

Oct 8 2022, 9:25 PM · User-notice-archive, MW-1.40-notes (1.40.0-wmf.4; 2022-10-03), MW-1.39-notes (1.39.0-wmf.28; 2022-09-05), Patch-For-Review, SDAW-Search-Improvements (Milestone 1: CSS changes to all wikis), Structured-Data-Backlog (Current Work)

Oct 1 2022

PerfektesChaos added a comment to T120794: Create redirect when moving modules.

Also, would we like to support localized #REDIRECT or keep it in English?

English is sufficient, since the audience are Lua programmers rather than encyclopedic authors. Lua is English.

Oct 1 2022, 3:12 PM · User-notice-archive, MediaWiki CodeJam Dec 2023, MW-1.42-notes (1.42.0-wmf.10; 2023-12-19), Platform Engineering (Icebox), User-DannyS712, Scribunto

Sep 30 2022

PerfektesChaos added a comment to T120794: Create redirect when moving modules.

It is completely fine to add (after empty line) such comment after statement as an explanation for such stupid one line modules.

Sep 30 2022, 7:07 AM · User-notice-archive, MediaWiki CodeJam Dec 2023, MW-1.42-notes (1.42.0-wmf.10; 2023-12-19), Platform Engineering (Icebox), User-DannyS712, Scribunto

Sep 26 2022

PerfektesChaos added a comment to T270379: Clock symbol on Special:Watchlist vanishing just before termination.

Still experiencing.

Sep 26 2022, 1:56 PM · Community-Tech, Expiring-Watchlist-Items
PerfektesChaos added a comment to T316533: Trigger category from Lua code or as parser function.

If the problem is that the #expr and #if parser functions are swallowing the error messages generated by your modules

Indeed, this is the primary problem. However, this task has a wider view and is heading for a long-term replacement of square bracketed link syntax for categorizaton.

why wouldn't you just do the math or conditional logic in Lua itself?

Why wouldn’t you – well, if you assign you to me personally, this wouldn’t be a big deal.

  • However, German Wikipedia has less Lua programmers and maintainers for all modules as fingers on your hand.
  • But there are hundreds of authors with advanced skills in template programming, and thousands who could carry out simple template maintenance as well.
  • Therefore we have a guideline that programming should be done on lowest level, in template language, if suitable. There are a few libraries with general functions on basic level to support templates, but content specific templates are written and maintained by authors without Scribunto.

You might consider figure@Expr which may be used to convert tricky local number formats into {{#expr:}} terms (better than {{formatnum:}} does).

Sep 26 2022, 1:42 PM · Scribunto, ParserFunctions

Aug 29 2022

PerfektesChaos created T316533: Trigger category from Lua code or as parser function.
Aug 29 2022, 1:07 PM · Scribunto, ParserFunctions

Aug 24 2022

PerfektesChaos added a comment to T307815: usercontribs API: internal_api_error_DBQueryTimeoutError.

Plesae note: de:user:aka hax contribs >1,000,000 which might have caused some overflow or timeout.

Aug 24 2022, 6:37 PM · MW-1.40-notes (1.40.0-wmf.1; 2022-09-12), MediaWiki-Action-API, Wikimedia-production-error, Wikimedia-Slow-DB-Query

Aug 22 2022

PerfektesChaos added a comment to T315747: Introduce {{#trim:}} parser function.

Addendum: Lua mw.text.trim() should be extended to similar syntax.

  • They should share the unique core implementation, ensuring identical behaviour and DRY.
Aug 22 2022, 9:26 AM · ParserFunctions
PerfektesChaos added a comment to T174145: Our standard highlight icon (used to enable/disable CodeMirror) cdxIconHighlight looks too much like our standard edit icon, cdxIconEdit.

It is an impossible task to match all conditions.

  • That implies that it is not possible to find any sufficient solution by keeping all requirements.
  • The basic approach needs to be changed.
  • The target is to reach usability for all.
  • German Wikipedia is comforting users on regular base that something happened and they cannot edit any longer, like this.

What are the pitfalls?

  • A textmarker is culturally dependant. This technique may be known in the US and in Western Europe schools, but not common in other regions. It is based on some academic paperwork, but kids are using eLearning and tablets in class room today. What is that, a pencil case, a textmarker?
  • 10 % of users have bad eyes and difficulties to distinguish similar icons, or in rush and hit first intuitive click. Those writing devices have been learnt to trigger some editing. Even worse on low solution.
  • The effect is not widely known. First you have to be familiar with the technique of syntax markup. This goes for developers and experts, but not the broad audience. Then you need to connect two English or European wordings, markup and marker. How is that connection in Japanese, Chinese, Suaheli? Who would understand a search light for highlighting?
  • If clicked by accident, there is no clue what happened and what to do for returning back to usual appearance. Since jQuery.textSelection does not communicate with this input mode, none of the helpers for text insertion work any longer. Nobody will understand that a blue pencil does mean active highlighting, and another click will change into black pencil and turn off.
  • The effect is to bring colours into syntax, but design rules permit monochrome only, here black (blue) and white. Even grey is not possible and does not work with 20×20. Black and white graphical icons only cannot explain what will happen.

Conclusion:

  • Either not black and white icon only, but colours with some <>[]
  • or explicit textual label.
  • A ToggleSwitch element outside the icon bar would be much more comprehensive with L10N text or syntax characters with colours/grey if active.
  • It is simply not possible to teach regular editors on possible highlighting technique by 20×20 monochrome pixels.
  • The current design is not acceptable. This doesn’t work.
Aug 22 2022, 9:07 AM · UI-Standardization, Design, MediaWiki-extensions-CodeMirror

Aug 21 2022

PerfektesChaos added a comment to T121646: Document usage policy for LocalStorage in MediaWiki code.

I guess there could be a bug in line 227 now.

  • In function isExpired( key ) the key is the user provided name (might be documented more precisely, has been called raw key recently).
  • Then I would expect that expiry = this.store.getItem( key ); needs to be prefixed by EXPIRY_PREFIX +.
  • .prototype.set() is using the same key for both payload and .isExpired(key) assignment.

Furthermore, I would be more defensive on comparison < of expiry and Math.floor() since the item may not contain a number, perhaps always returning strings, or partially written on browser crash, or manual editing of values by development tools, or changing implementation strategy in future, etc. If not a positive number then always remove.

  • Personally, I would expect .getItem() to return DOMString or null, therefore always parsing.
Aug 21 2022, 2:44 PM · Wikimedia-Performance-publish, MW-1.39-notes (1.39.0-wmf.27; 2022-08-29), MediaWiki-ResourceLoader, Performance-Team, Front-end-Standards-Group
PerfektesChaos created T315747: Introduce {{#trim:}} parser function.
Aug 21 2022, 10:18 AM · ParserFunctions

Aug 14 2022

PerfektesChaos added a comment to T315094: Don't allow magic variables named with an embedded colon..

Pondering a while I would request for any syntactic identifier core:

  • If length 1 then either ! or =.
  • Otherwise at least two characters.
  • First one is to be a letter, generic ASCII A-Z, or Unicode letter for L10N, or ideographic.
  • More letters etc. permitted.
  • Case insensitive by legacy.
  • May contain a digit, like REVISIONDAY2, or Unicode digit for L10N.
  • A _ is permitted inside but neither first nor last, and not subsequent.
  • Function names may be prefixed by # which are not part of the core identifier. Those avoid mixing with any template since a page name cannot start with #.
Aug 14 2022, 6:35 PM · MediaWiki-Parser, Parsoid
PerfektesChaos added a comment to T315094: Don't allow magic variables named with an embedded colon..

Well, with exception of existing one-character-functions {{!}} and {{=}}.

Aug 14 2022, 5:30 PM · MediaWiki-Parser, Parsoid
PerfektesChaos added a comment to T315094: Don't allow magic variables named with an embedded colon..

And neither | nor # nor < nor > nor & or any other stupid idea.

Aug 14 2022, 5:25 PM · MediaWiki-Parser, Parsoid

Aug 11 2022

PerfektesChaos added a comment to T249293: Prevent reply links from showing on certain pages.

@PerfektesChaos: can you please share what prompted you to name the case above? Is there something unique about this case that you think would NOT be covered by what is being proposed in T249293#8129301 ?

Aug 11 2022, 12:29 PM · Editing-team (Kanban Board), MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Goal, TPP-Phase1, DiscussionTools

Aug 7 2022

PerfektesChaos added a comment to T249293: Prevent reply links from showing on certain pages.

If the draft has been deleted no no-sysop is able to see that and nobody can discuss about nothing.

Aug 7 2022, 12:53 PM · Editing-team (Kanban Board), MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Goal, TPP-Phase1, DiscussionTools
PerfektesChaos added a comment to T294191: Mobile section editing icon is oversized when level 0 headings are present on page.

The idea of this /styles.css is to make the identical styles available for both any wikitext and even any JS gadget as distributed by MediaWiki.

Aug 7 2022, 12:46 PM · Local-Wiki-Template-And-Gadget-Issues, Web-Team-Backlog, MobileFrontend, Section Editing (Mobile)

Aug 6 2022

PerfektesChaos added a comment to T249293: Prevent reply links from showing on certain pages.

If the subject does not exist any longer there is nothing to talk about and all discussion is discontinued and nobody should be invited to add answers in the wrong place.

Aug 6 2022, 2:17 PM · Editing-team (Kanban Board), MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Goal, TPP-Phase1, DiscussionTools

Aug 5 2022

PerfektesChaos added a comment to T249293: Prevent reply links from showing on certain pages.

I don't like the idea of "ARCHIVEDTALK" for this, as opposed to a straightforward directive (e.g. NOREPLYLINK). There are plenty of possible use cases for a talk page that shouldn't use "reply", but have nothing to do with the type of content on the page; needing magic words to describe such a sub-case of content isn't consistent with anything else.

Aug 5 2022, 4:41 PM · Editing-team (Kanban Board), MW-1.41-notes (1.41.0-wmf.3; 2023-04-03), Goal, TPP-Phase1, DiscussionTools
PerfektesChaos added a comment to T314547: Prevent Start a discussion about from showing on certain pages.

https://en.wikipedia.org/wiki/Wikipedia_talk:Sandbox/Archive_Overview

  • There is no subject page. Do not invite to start a discussion about nothing.

https://www.mediawiki.org/wiki/Project_talk:Sandbox/archives

  • Should not offer to start a new topic.
Aug 5 2022, 10:00 AM · Editing-team, DiscussionTools
PerfektesChaos added a comment to T294191: Mobile section editing icon is oversized when level 0 headings are present on page.

The reason why that template is providing all those styles has been that MediaWiki does not reliable provide all styles via classes. In 2018 MediaWiki announced that such CSS will be loaded if and only if a MediaWiki generated form (like special page) is requested. These styles are providing the same style for project pages etc., which may lack the CSS now or later.

Aug 5 2022, 6:33 AM · Local-Wiki-Template-And-Gadget-Issues, Web-Team-Backlog, MobileFrontend, Section Editing (Mobile)

Aug 4 2022

PerfektesChaos added a comment to T152875: Support RTL in WikiHiero.

Postpostscriptum: It works on regular pages, but not inside Flow discussions. Whyever.

Aug 4 2022, 3:37 PM · I18n, RTL, WikiHiero
PerfektesChaos added a comment to T152875: Support RTL in WikiHiero.

Special:Hieroglyphs in any wiki does understand it, but tag syntax apparently not.

Aug 4 2022, 3:23 PM · I18n, RTL, WikiHiero
PerfektesChaos added a comment to T152875: Support RTL in WikiHiero.

Addendum: It might be that the backslash syntax is part of the WikiHiero specification, but not available on-wiki. Or Gardiner himself.

Aug 4 2022, 3:19 PM · I18n, RTL, WikiHiero