Page MenuHomePhabricator

Jack_who_built_the_house
User

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Apr 5 2016, 6:06 PM (399 w, 2 d)
Availability
Available
LDAP User
Jack who built the house
MediaWiki User
Jack who built the house [ Global Accounts ]

Recent Activity

Wed, Nov 8

Jack_who_built_the_house added a comment to T338230: "Incompatible values for the 'esversion' and 'esnext' linting options." when using esversion 8.

Did a bit of investigation.

This "incompatibility" comes from esversion being > 6 and esnext: true. In ACE's JavaScript worker (https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/javascript_worker.js), which I guess we're using due to https://gerrit.wikimedia.org/r/#/q/I263e08a39712279a06b12cd75ebedcccaf191b58 overriding its maxerr option, the esnext option is set to true: https://github.com/ajaxorg/ace/blob/ceb38532bf73f06508e5399c6635d2cc312b1352/lib/ace/mode/javascript_worker.js#L82.

I don't know how to fix this reliably if any esversion > 6 is used, but I guess it would imply setting esnext to false.

Yeah, this works, thanks:

// jshint esnext: false
// jshint esversion: 11

Too bad JSHint doesn't support esversion > 11, so I can't use e.g. ||= without triggering a linter error.

Wed, Nov 8, 1:38 PM · Upstream, CodeEditor

Fri, Nov 3

Jack_who_built_the_house committed rMGCD9835a55c44a0: Fix watch state incorrectly determined (authored by Jack_who_built_the_house).
Fix watch state incorrectly determined
Fri, Nov 3, 1:05 PM
Jack_who_built_the_house committed rMGCDda7dc3cbce79: Fix editing comments that have two timestamps following username (authored by Jack_who_built_the_house).
Fix editing comments that have two timestamps following username
Fri, Nov 3, 1:05 PM

Wed, Nov 1

Jack_who_built_the_house committed rMGCD7582e1091312: Merge branch 'master' of https://github.com/jwbth/convenient-discussions into… (authored by Jack_who_built_the_house).
Merge branch 'master' of https://github.com/jwbth/convenient-discussions into…
Wed, Nov 1, 8:04 PM
Jack_who_built_the_house committed rMGCD53adf230f049: Improve interwiki prefix regexp (authored by Jack_who_built_the_house).
Improve interwiki prefix regexp
Wed, Nov 1, 8:04 PM
Jack_who_built_the_house committed rMGCD3fdc6538ce21: Add classes to reject when collecting comment parts (authored by Jack_who_built_the_house).
Add classes to reject when collecting comment parts
Wed, Nov 1, 8:04 PM

Oct 31 2023

Jack_who_built_the_house added a comment to T349653: Permalink redirecting: Support plain section links.

Which I think might be always happening on talk pages now regardless of how many of the sub-features are disabled. I checked, and turning off everything in the preferences still leaves the mw.dt object existing from the dt.init JS.

OK, thanks.

Oct 31 2023, 10:52 PM · Patch-For-Review, DiscussionTools, Editing-team (Kanban Board)

Oct 26 2023

Jack_who_built_the_house added a comment to T349653: Permalink redirecting: Support plain section links.

Oh, that's great news. (Currently a fragment with random characters gives a notification "This comment could not be found. It might have been deleted or moved." – is that expected? Also maybe unsuccessful lookup should be reflected in the notification text as well.)

Oct 26 2023, 7:06 PM · Patch-For-Review, DiscussionTools, Editing-team (Kanban Board)

Oct 22 2023

Jack_who_built_the_house committed rMGCD966f67ee7ad0: Non-WMF wikis: Don't request strings for absent extensions (authored by Jack_who_built_the_house).
Non-WMF wikis: Don't request strings for absent extensions
Oct 22 2023, 4:06 PM
Jack_who_built_the_house committed rMGCD8435144d3654: Continue adapting to non-WMF wikis (authored by Jack_who_built_the_house).
Continue adapting to non-WMF wikis
Oct 22 2023, 3:07 PM
Jack_who_built_the_house committed rMGCD6da485374587: Fix how strings of absent extensions are handled on non-WMF wikis (authored by Jack_who_built_the_house).
Fix how strings of absent extensions are handled on non-WMF wikis
Oct 22 2023, 12:59 PM
Jack_who_built_the_house committed rMGCDc6b7e5b7a292: Merge branch 'master' of https://github.com/jwbth/convenient-discussions into… (authored by Jack_who_built_the_house).
Merge branch 'master' of https://github.com/jwbth/convenient-discussions into…
Oct 22 2023, 12:59 PM
Jack_who_built_the_house committed rMGCD3340401fe014: i18n: Rename two strings from camelCase to lowercase (authored by Jack_who_built_the_house).
i18n: Rename two strings from camelCase to lowercase
Oct 22 2023, 12:59 PM
Jack_who_built_the_house committed rMGCDf82cffb68d3d: Apply minor improvements (authored by Jack_who_built_the_house).
Apply minor improvements
Oct 22 2023, 12:59 PM
Jack_who_built_the_house committed rMGCDeba165fe9904: Fix replying to barnstars and other comments-in-a-table (authored by Jack_who_built_the_house).
Fix replying to barnstars and other comments-in-a-table
Oct 22 2023, 12:59 PM
Jack_who_built_the_house committed rMGCD6f1697522a38: Improve compatibility with DiscussionTools (authored by Jack_who_built_the_house).
Improve compatibility with DiscussionTools
Oct 22 2023, 12:59 PM
Jack_who_built_the_house committed rMGCD8449db40c520: Adapt script for non-WMF wikis (authored by Jack_who_built_the_house).
Adapt script for non-WMF wikis
Oct 22 2023, 12:59 PM
Jack_who_built_the_house committed rMGCD64e19d2f45e2: Remove temporary fix due to upstream solution (authored by Jack_who_built_the_house).
Remove temporary fix due to upstream solution
Oct 22 2023, 12:59 PM

Oct 18 2023

Jack_who_built_the_house added a comment to T348893: Update excluded links selector in Page Previews.

@Jack_who_built_the_house is there a page with an OOUI button that is triggering a popup that we can use for QA?

That's an interesting question, because I stumbled upon this when I was testing a script of mine that is not in production yet. And even there the button should be outside of #mw-content-text which the link selector requires.

Oct 18 2023, 1:08 AM · Web-Team-Backlog (Web Team FY2023-24 Q2 Sprint 1), Patch-For-Review, Page-Previews

Oct 13 2023

Jack_who_built_the_house reopened T312766: Replace 'articles' icon with 'copy' icon in various places as "Open".

...Because in a later commit making mw.widgets.CopyTextLayout.js based on an OOUI widget this change has been erased.

Oct 13 2023, 8:47 PM · MW-1.39-notes (1.39.0-wmf.23; 2022-08-01), Wikimedia Design Style Guide
Jack_who_built_the_house updated the task description for T348893: Update excluded links selector in Page Previews.
Oct 13 2023, 6:43 PM · Web-Team-Backlog (Web Team FY2023-24 Q2 Sprint 1), Patch-For-Review, Page-Previews
Jack_who_built_the_house created T348893: Update excluded links selector in Page Previews.
Oct 13 2023, 6:43 PM · Web-Team-Backlog (Web Team FY2023-24 Q2 Sprint 1), Patch-For-Review, Page-Previews
Jack_who_built_the_house added a comment to T312766: Replace 'articles' icon with 'copy' icon in various places.

So why UrlShortener still uses the articles icon?

image.png (192×339 px, 7 KB)

Oct 13 2023, 3:54 AM · MW-1.39-notes (1.39.0-wmf.23; 2022-08-01), Wikimedia Design Style Guide

Oct 11 2023

Jack_who_built_the_house updated the task description for T348680: JS console full of errors on mediawiki.org in "API" namespace in Vector 2022.
Oct 11 2023, 7:57 PM · Reading-Web-Local-Wiki-Issues
Jack_who_built_the_house renamed T348680: JS console full of errors on mediawiki.org in "API" namespace in Vector 2022 from JS console full of errors on mediawiki.org in "API" namespace to JS console full of errors on mediawiki.org in "API" namespace in Vector 2022.
Oct 11 2023, 7:56 PM · Reading-Web-Local-Wiki-Issues
Jack_who_built_the_house updated the task description for T348680: JS console full of errors on mediawiki.org in "API" namespace in Vector 2022.
Oct 11 2023, 7:56 PM · Reading-Web-Local-Wiki-Issues
Jack_who_built_the_house created T348680: JS console full of errors on mediawiki.org in "API" namespace in Vector 2022.
Oct 11 2023, 6:30 PM · Reading-Web-Local-Wiki-Issues

Oct 7 2023

Jack_who_built_the_house awarded T185126: Have searchbox recognize {{ to search Template: namespace a Like token.
Oct 7 2023, 1:29 PM · patch-welcome, Discovery-Search, Discovery-ARCHIVED, MediaWiki-Search

Oct 6 2023

Jack_who_built_the_house added a comment to T335723: Remove unused core JavaScript modules that ship with MediaWiki core (May 2023).

@Krinkle Thank you for caring enough to look into old copies of my script, haha. The majority of the results are not used by anyone. Those in my userspace are kept for historical purposes. I already requested removal of some of them. If they interfere with your cleaning up routines, I can remove all or most versions that are not in use.

Oct 6 2023, 11:55 PM · MW-1.41-notes (1.41.0-wmf.30; 2023-10-10), MediaWiki-Platform-Team, MediaWiki-ResourceLoader

Oct 5 2023

Jack_who_built_the_house committed rMGCD0b378befb5d8: Add workaround mitigating shifting comment layers (authored by Jack_who_built_the_house).
Add workaround mitigating shifting comment layers
Oct 5 2023, 1:23 PM

Oct 4 2023

Jack_who_built_the_house committed rMGCD162b9fba17ec: Fix strict equality operator (authored by Jack_who_built_the_house).
Fix strict equality operator
Oct 4 2023, 10:05 PM
Jack_who_built_the_house committed rMGCD8b8193464bfa: Use official hook to detect when TOC has been updated in Vector 2022 (authored by Jack_who_built_the_house).
Use official hook to detect when TOC has been updated in Vector 2022
Oct 4 2023, 9:33 PM
Jack_who_built_the_house committed rMGCD47a84b9adcee: Fix page navigation position in Timeless (authored by Jack_who_built_the_house).
Fix page navigation position in Timeless
Oct 4 2023, 9:33 PM
Jack_who_built_the_house added a comment to T316025: Add hook fired when sidebar TOC is updated.

@Jdlrobson Convenient-Discussions now uses the hook, thank you for implementing it.

Oct 4 2023, 9:15 PM · MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Web-Team-Backlog (Needs Prioritization (Tech)), Desktop Improvements (Vector 2022)
Jack_who_built_the_house added a comment to T316025: Add hook fired when sidebar TOC is updated.

So, if "the hook wikipage.tableOfContents.vector does not seem to have been adopted by any gadgets or code" that basically means that either

  1. there are no user scripts in nature that modify the TOC
  2. or their maintainers are unaware of the creation of the hook => their user scripts work unreliably in Vector 2022.

The second seems more realistic to me, so I would look for such user scripts and inform their maintainers.

Oct 4 2023, 12:55 PM · MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Web-Team-Backlog (Needs Prioritization (Tech)), Desktop Improvements (Vector 2022)
Jack_who_built_the_house added a comment to T316025: Add hook fired when sidebar TOC is updated.

I completely missed the moment when this was implemented, so my code still uses a hack. I'll check out the hook shortly.

Oct 4 2023, 12:51 PM · MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Web-Team-Backlog (Needs Prioritization (Tech)), Desktop Improvements (Vector 2022)

Oct 3 2023

Jack_who_built_the_house added a comment to T257188: MediaWiki JS documentation on doc.wikimedia.org loads infintely, shows "TypeError: Docs.data is undefined".

The workaround advised to me by @AntiCompositeNumber is to open a URL with some tag instead of the master branch. You can take any from https://phabricator.wikimedia.org/source/mediawiki/tags/master/, e.g. https://doc.wikimedia.org/mediawiki-core/1.40.1/js/. P.S. I see he already said that, well I'll keep it as an instruction anyway.

Oct 3 2023, 6:57 PM · MediaWiki-Documentation
Jack_who_built_the_house added a comment to T257188: MediaWiki JS documentation on doc.wikimedia.org loads infintely, shows "TypeError: Docs.data is undefined".

It happens on a regular basis. Like the third time I run into it in the last week. The docs go down for a few hours, then resurface. Feels like when something is doing rm -rf, then reuploading the data.

Oct 3 2023, 6:53 PM · MediaWiki-Documentation

Oct 1 2023

Jack_who_built_the_house added a comment to T322851: Copying text with <math> tags is broken.

The easiest possible improvement:

Oct 1 2023, 11:19 AM · MediaWiki-Interface, Math, CSS

Sep 29 2023

Jack_who_built_the_house updated the task description for T347776: Phonos doesn't play in reference tooltips.
Sep 29 2023, 9:35 PM · Community-Tech, Reference Previews, MediaWiki-extensions-Phonos
Jack_who_built_the_house created T347776: Phonos doesn't play in reference tooltips.
Sep 29 2023, 9:32 PM · Community-Tech, Reference Previews, MediaWiki-extensions-Phonos

Sep 26 2023

Jack_who_built_the_house committed rMGCD9f918b5ad7fd: configs: Fix w-ja configuration (authored by Jack_who_built_the_house).
configs: Fix w-ja configuration
Sep 26 2023, 12:16 PM
Jack_who_built_the_house committed rMGCD4205f1a16f08: Change icon of copy link buttons from "articles" to "copy" (authored by Jack_who_built_the_house).
Change icon of copy link buttons from "articles" to "copy"
Sep 26 2023, 12:16 PM

Sep 24 2023

Jack_who_built_the_house committed rMGCD22a8c9916c2c: configs: Add w-ja configuration (authored by Jack_who_built_the_house).
configs: Add w-ja configuration
Sep 24 2023, 1:02 PM
Jack_who_built_the_house committed rMGCD1dc758778f17: configs: Add w-ja configuration (authored by Jack_who_built_the_house).
configs: Add w-ja configuration
Sep 24 2023, 12:50 PM

Sep 23 2023

Jack_who_built_the_house committed rMGCD2a92c0c1890b: strings: Bold link to found section with similar name in notification (authored by Jack_who_built_the_house).
strings: Bold link to found section with similar name in notification
Sep 23 2023, 9:10 PM
Jack_who_built_the_house committed rMGCD4a0dd6362f7f: Merge branch 'master' of https://github.com/jwbth/convenient-discussions into… (authored by Jack_who_built_the_house).
Merge branch 'master' of https://github.com/jwbth/convenient-discussions into…
Sep 23 2023, 5:03 PM
Jack_who_built_the_house committed rMGCDd194cd666b2c: Save "thanked" state of edit in cookie to show it in history (authored by Jack_who_built_the_house).
Save "thanked" state of edit in cookie to show it in history
Sep 23 2023, 5:03 PM
Jack_who_built_the_house committed rMGCDb39ddab7cd93: strings: Bold link to comment found in archived in notification (authored by Jack_who_built_the_house).
strings: Bold link to comment found in archived in notification
Sep 23 2023, 5:03 PM
Jack_who_built_the_house committed rMGCDb3fa7b5d47a2: Don't include language bar into comment (authored by Jack_who_built_the_house).
Don't include language bar into comment
Sep 23 2023, 5:03 PM
Jack_who_built_the_house added a comment to T303541: Enable people to explicitly mark a section as capable of being subscribed to.

pages with h3/h4 topics often have higher level headings which group those topics, but which shouldn't be subscribable:

Right, and wikis often use H1 headings for days/weeks/months in such cases as a workaround.

Sep 23 2023, 9:39 AM · DiscussionTools

Sep 15 2023

Jack_who_built_the_house added a comment to T275729: Comment permalinks: design and implement user experience.

Please attach restricted files

image.png (177×811 px, 25 KB)

Sep 15 2023, 9:46 AM · MW-1.41-notes (1.41.0-wmf.29; 2023-10-03), Editing-team (Kanban Board), Goal, TPP-Phase1, Design, DiscussionTools

Sep 14 2023

Jack_who_built_the_house committed rMGCDb8feccaf615c: Merge branch 'master' of https://github.com/jwbth/convenient-discussions into… (authored by Jack_who_built_the_house).
Merge branch 'master' of https://github.com/jwbth/convenient-discussions into…
Sep 14 2023, 1:47 PM
Jack_who_built_the_house committed rMGCD253e417045a7: Merge branch 'master' of https://github.com/jwbth/convenient-discussions into… (authored by Jack_who_built_the_house).
Merge branch 'master' of https://github.com/jwbth/convenient-discussions into…
Sep 14 2023, 1:47 PM
Jack_who_built_the_house committed rMGCD227486691d98: Apply minor improvements (authored by Jack_who_built_the_house).
Apply minor improvements
Sep 14 2023, 1:47 PM
Jack_who_built_the_house committed rMGCDf3f635e97628: Not include nested (sic) intros in vote comments (authored by Jack_who_built_the_house).
Not include nested (sic) intros in vote comments
Sep 14 2023, 1:47 PM
Jack_who_built_the_house committed rMGCDec3e405d2863: Reorder syntaxhighlight snippet variations in autocomplete menu (authored by Jack_who_built_the_house).
Reorder syntaxhighlight snippet variations in autocomplete menu
Sep 14 2023, 1:47 PM
Jack_who_built_the_house committed rMGCD1f8d0b254bc5: Fix wikitext#extractRegularSignatures (authored by Jack_who_built_the_house).
Fix wikitext#extractRegularSignatures
Sep 14 2023, 1:47 PM
Jack_who_built_the_house committed rMGCD5ff5e88be1a8: Put "template in header" check in text reactions array as well (authored by Jack_who_built_the_house).
Put "template in header" check in text reactions array as well
Sep 14 2023, 1:47 PM

Sep 10 2023

Jack_who_built_the_house committed rMGCDf5272a9bc35b: Add hack to prevent breaking code highlight in Chrome DevTools (authored by Jack_who_built_the_house).
Add hack to prevent breaking code highlight in Chrome DevTools
Sep 10 2023, 2:55 AM
Jack_who_built_the_house committed rMGCD74a570de6273: Fix <br> + newline converted to paragraph when editing comment (authored by Jack_who_built_the_house).
Fix <br> + newline converted to paragraph when editing comment
Sep 10 2023, 2:55 AM
Jack_who_built_the_house committed rMGCD548a6919c89f: Prevent comment form from reappearing when creating topic on 404 page (authored by Jack_who_built_the_house).
Prevent comment form from reappearing when creating topic on 404 page
Sep 10 2023, 2:55 AM
Jack_who_built_the_house committed rMGCDfb4547914617: Improve regex for pre tags (authored by Jack_who_built_the_house).
Improve regex for pre tags
Sep 10 2023, 2:55 AM
Jack_who_built_the_house committed rMGCDc69dce67df17: Fix converting rich formatting to wikitext (authored by Jack_who_built_the_house).
Fix converting rich formatting to wikitext
Sep 10 2023, 2:55 AM

Sep 8 2023

Jack_who_built_the_house committed rMGCD59b79a559671: Fix wrapping signature in small font tag/template (authored by Jack_who_built_the_house).
Fix wrapping signature in small font tag/template
Sep 8 2023, 3:00 AM

Sep 7 2023

Jack_who_built_the_house committed rMGCD21263e18aba1: Apply minor improvements (authored by Jack_who_built_the_house).
Apply minor improvements
Sep 7 2023, 7:44 PM
Jack_who_built_the_house committed rMGCD44944817c668: Tweak coefficient to improve locating comments in source (authored by Jack_who_built_the_house).
Tweak coefficient to improve locating comments in source
Sep 7 2023, 7:44 PM
Jack_who_built_the_house committed rMGCD36f460d7d880: Fix sorting timestamps in apiWrappers.cleanUpVIsits (authored by Jack_who_built_the_house).
Fix sorting timestamps in apiWrappers.cleanUpVIsits
Sep 7 2023, 7:44 PM

Sep 5 2023

Jack_who_built_the_house added a comment to T345490: Ugly namespace tab inserted when trying to add to legacy p-namespaces in Vector 2022.

Correct. It's up to the gadget to detect menu support first.

I think this is a classic "developer logic vs user logic" problem. From the user's (gadget developer's) POV, "Please update call to mw.util.addPortletLink with ID p-namespaces. Use p-associated-pages instead." means exactly that: replace all usages of p-namespaces with p-associated-pages. The user likely won't even notice that this warning comes from the Vector 2022 skin, assuming the instruction to be universal.

Sep 5 2023, 6:04 PM · Desktop Improvements (Vector 2022)

Sep 4 2023

Jack_who_built_the_house updated the task description for T345491: Race condition when adding a portlet link on English Wiktionary.
Sep 4 2023, 9:38 PM · Reading-Web-Local-Wiki-Issues, Desktop Improvements (Vector 2022)
Jack_who_built_the_house closed T345491: Race condition when adding a portlet link on English Wiktionary as Resolved.

The local solution is simple – choose the first findable portlet like document.getElementById('p-associated-pages') || document.getElementById('p-namespaces') || document.getElementById('p-cactions'), see https://en.wiktionary.org/wiki/Project:Grease_pit/2023/September#Fix_MediaWiki:Gadget-DocTabs.js. So I close this. But the very need to use such a tricky way hints a poor architecture IMO, see T345490#9138919.

Sep 4 2023, 9:37 PM · Reading-Web-Local-Wiki-Issues, Desktop Improvements (Vector 2022)
Jack_who_built_the_house added a comment to T345491: Race condition when adding a portlet link on English Wiktionary.

It turned out there's not only a race condition; on pages like https://en.wiktionary.org/wiki/Citations:house the execution of the script stops with error

image.png (128×1 px, 19 KB)
and links to the entry and its discussion aren't added. Instead of
image.png (95×250 px, 4 KB)

users see this:
image.png (102×247 px, 4 KB)

This is because on this line the script expects that the #p-namespace element is real and not a dummy and traverses its subtree. If there were no #p-namespace at all, the code would have fallen back to using #p-cactions. But because there is #p-namespace, the script terminates with an error. So, as a matter of fact, this dummy-adding code broke how tabs work in the "Citations" namespace of English Wiktionary.

Sep 4 2023, 2:45 AM · Reading-Web-Local-Wiki-Issues, Desktop Improvements (Vector 2022)
Jack_who_built_the_house added a comment to T345490: Ugly namespace tab inserted when trying to add to legacy p-namespaces in Vector 2022.

Please see the error console.

It says: "Please update call to mw.util.addPortletLink with ID p-namespaces. Use p-associatedPages instead."

  1. The new element has ID p-associated-pages (with a dash, not camelCase); using p-associatedPages doesn't have any effect.
  2. If you follow this advice, your item won't be added on Vector and Timeless which still have p-namespaces.
  3. The code mapping #p-namespaces to #p-associated-pages may cause a race condition if the script is smart enough to specifically look for the existence of #p-namespaces before adding its item (see T345491). (Update: and even break some things completely, see T345491#9138953.)

Why not just make sure all skins use the same IDs and do backwards compatibility by centralized means (in mw.util.addPortletLink() itself perhaps) instead of having pieces of code all around struggling to make sense of each other? (Otherwise, how is the update to p-associated-pages T316908 supposed to carry on? Will each skin have this mapping code that fixes one thing, breaks another?)

Sep 4 2023, 12:39 AM · Desktop Improvements (Vector 2022)

Sep 3 2023

Jack_who_built_the_house added a comment to T318185: Sticky header overlaps top OOUI dropdown element.

I'm lazy to create another task, but OOUI in general doesn't seem to account for the sticky header. The same with $floatableContainer of OO.ui.PopupWidget:

image.png (153×1 px, 17 KB)

(The widget's floatableOutOfView property should've turned to false and the popup should've disappeared, as the $floatableContainer element came out of view.)

Sep 3 2023, 11:35 PM · OOUI, Desktop Improvements (Vector 2022)
Jack_who_built_the_house committed rMGCD53a95d54b4c9: Add Korean date format (authored by Jack_who_built_the_house).
Add Korean date format
Sep 3 2023, 5:18 PM

Sep 2 2023

Jack_who_built_the_house added a comment to T345490: Ugly namespace tab inserted when trying to add to legacy p-namespaces in Vector 2022.

At least the class vector-tab-noicon should be added to the <li>, I assume.

Sep 2 2023, 3:18 PM · Desktop Improvements (Vector 2022)
Jack_who_built_the_house updated the task description for T345491: Race condition when adding a portlet link on English Wiktionary.
Sep 2 2023, 2:52 PM · Reading-Web-Local-Wiki-Issues, Desktop Improvements (Vector 2022)
Jack_who_built_the_house updated the task description for T345491: Race condition when adding a portlet link on English Wiktionary.
Sep 2 2023, 2:49 PM · Reading-Web-Local-Wiki-Issues, Desktop Improvements (Vector 2022)
Jack_who_built_the_house created T345491: Race condition when adding a portlet link on English Wiktionary.
Sep 2 2023, 2:45 PM · Reading-Web-Local-Wiki-Issues, Desktop Improvements (Vector 2022)
Jack_who_built_the_house committed rMGCD887381a7c2fb: Fix how namespace names in links are parsed (authored by Jack_who_built_the_house).
Fix how namespace names in links are parsed
Sep 2 2023, 2:32 AM
Jack_who_built_the_house committed rMGCD1d6bf8d7063b: Increase spacing between comment links in TOC (authored by Jack_who_built_the_house).
Increase spacing between comment links in TOC
Sep 2 2023, 2:32 AM

Aug 27 2023

Jack_who_built_the_house committed rMGCDad233e7d2a08: Treat .mw-notalk as disallowed signature container (authored by Jack_who_built_the_house).
Treat .mw-notalk as disallowed signature container
Aug 27 2023, 7:59 PM
Jack_who_built_the_house committed rMGCDfb95350e4f74: Fix thread lines obstructing Vector's sticky header (authored by Jack_who_built_the_house).
Fix thread lines obstructing Vector's sticky header
Aug 27 2023, 7:59 PM
Jack_who_built_the_house committed rMGCDdaac141310a0: Don't auto-uncheck "Omit signature" when there was signature in preload (authored by Jack_who_built_the_house).
Don't auto-uncheck "Omit signature" when there was signature in preload
Aug 27 2023, 3:24 PM
Jack_who_built_the_house committed rMGCD10609a0e975c: Fix handling new section links (authored by Jack_who_built_the_house).
Fix handling new section links
Aug 27 2023, 3:24 PM
Jack_who_built_the_house committed rMGCDa8dc6a7badba: Improve handling new section links (authored by Jack_who_built_the_house).
Improve handling new section links
Aug 27 2023, 1:22 PM

Aug 26 2023

Jack_who_built_the_house committed rMGCD1897de92bc83: Apply minor improvements (authored by Jack_who_built_the_house).
Apply minor improvements
Aug 26 2023, 4:58 PM
Jack_who_built_the_house committed rMGCD3ee5040d7d17: Fight errors when user is not logged in (authored by Jack_who_built_the_house).
Fight errors when user is not logged in
Aug 26 2023, 4:58 PM

Aug 25 2023

Jack_who_built_the_house committed rMGCDaa75174b1db8: Fix regexp excluding files before comments from comment code on edit (authored by Jack_who_built_the_house).
Fix regexp excluding files before comments from comment code on edit
Aug 25 2023, 9:55 PM
Jack_who_built_the_house committed rMGCDef978c1d1587: Use case-insensitive search when trying to find target section on page (authored by Jack_who_built_the_house).
Use case-insensitive search when trying to find target section on page
Aug 25 2023, 9:55 PM
Jack_who_built_the_house committed rMGCD7c412e91bfc0: Automatically omit signature if template with signature is substituted (authored by Jack_who_built_the_house).
Automatically omit signature if template with signature is substituted
Aug 25 2023, 7:49 PM
Jack_who_built_the_house committed rMGCDa50683702125: Automatically omit signature if template with signature is substituted (authored by Jack_who_built_the_house).
Automatically omit signature if template with signature is substituted
Aug 25 2023, 7:43 PM
Jack_who_built_the_house committed rMGCD9689ac9afe88: Automatically omit signature if template with signature is substituted (authored by Jack_who_built_the_house).
Automatically omit signature if template with signature is substituted
Aug 25 2023, 7:40 PM
Jack_who_built_the_house added a reverting change for rMGCD16fcd4725c02: Get rid of navigation panel hotkeys: rMGCDf4543dccd15a: Revert "Get rid of navigation panel hotkeys".
Aug 25 2023, 5:15 PM
Jack_who_built_the_house committed rMGCDf4543dccd15a: Revert "Get rid of navigation panel hotkeys" (authored by Jack_who_built_the_house).
Revert "Get rid of navigation panel hotkeys"
Aug 25 2023, 5:15 PM
Jack_who_built_the_house committed rMGCD2fe6e1b05807: Fix removing traces of diff after posting on diff page (authored by Jack_who_built_the_house).
Fix removing traces of diff after posting on diff page
Aug 25 2023, 12:44 PM
Jack_who_built_the_house committed rMGCD6be970e25091: jsdoc: Fix JSDoc (authored by Jack_who_built_the_house).
jsdoc: Fix JSDoc
Aug 25 2023, 12:16 PM
Jack_who_built_the_house committed rMGCD7f29f0edf263: Make script compatible with RedWarn (authored by Jack_who_built_the_house).
Make script compatible with RedWarn
Aug 25 2023, 11:54 AM
Jack_who_built_the_house committed rMGCD07efec09dc52: Fix tests (authored by Jack_who_built_the_house).
Fix tests
Aug 25 2023, 11:46 AM
Jack_who_built_the_house committed rMGCD4821d7441ca6: Add tagName for w-en config (authored by Iniquity).
Add tagName for w-en config
Aug 25 2023, 11:39 AM