Page MenuHomePhabricator
Feed Advanced Search

Dec 13 2023

JaydenKieran updated subscribers of T353304: Disabling PHP session handling breaks OAuth requests utilising CSRF tokens.

I note that in T302623#8566372, it is clear that there is an intention to phase out PHP session handling. This seems like a hard blocker right now.

Dec 13 2023, 5:38 AM · MediaWiki-extensions-OAuth
JaydenKieran created T353304: Disabling PHP session handling breaks OAuth requests utilising CSRF tokens.
Dec 13 2023, 5:31 AM · MediaWiki-extensions-OAuth

Oct 10 2023

JaydenKieran closed T336989: Convert ProtectSite to use OOUI as Resolved.
Oct 10 2023, 5:50 PM · MediaWiki-extensions-ProtectSite
JaydenKieran added a comment to T343648: "Math extension cannot connect to Restbase." error in Wikimedia projects.

Just wanted to add an external voice to this task - we (at Weird Gloop) are observing "Math extension cannot connect to Restbase" on a regular basis on our hosted wikis (example link). $wgMathFullRestbaseURL hasn't been changed, so we're using Wikimedia's Restbase API for our rendering. We're considering running our own Restbase server if the instability seems to be related to WMF's infrastructure, but if there's a core issue with Restbase/the Math extension then this wouldn't do much for us. We'd also not really like to support Restbase going into the future, given that WMF is deprecating it.

Oct 10 2023, 5:46 PM · MW-1.42-notes (1.42.0-wmf.3; 2023-10-31), SRE, RESTBase-API, Wikimedia-production-error, Math

Oct 2 2023

JaydenKieran added a comment to T319068: Add Turnstile support.

Now that Turnstile is generally available, I've pushed a patch that implements it into ConfirmEdit. The code for it is very similar to ReCaptchaNoCaptcha, but I felt uncomfortable with inheriting anything from ReCap's classes given that it does have a couple of (mostly server-side API) differences, and T324925 would do a better job at genericifying JS-based captcha implementations. I tested the code on MediaWiki 1.40 across account creation, source editing, and visual editing.

Oct 2 2023, 10:51 PM · MW-1.42-notes (1.42.0-wmf.15; 2024-01-23), ConfirmEdit (CAPTCHA extension)

Jul 19 2023

JaydenKieran added a comment to T104830: RenameUser should support wiki farm setups which use $wgShared* globals.

Just adding my two cents here that as an external wiki farm, we'd also like to see user renaming support wiki farms properly, especially now that it is integrated into core. We use a fork of the Renameuser extension, but to upgrade to 1.40, it means that we're likely going to have to make patches to the core implementation instead.

Jul 19 2023, 9:08 PM · ShoutWiki, MediaWiki-User-rename

Jul 17 2023

JaydenKieran added a comment to T341435: Internal error loading Special:Preferences if "skin" is added to $wgHiddenPrefs.

Is there any interest in backporting the fix for this issue to 1.40 once reviewed & merged? I'm not sure if there's a formal process for requesting that, but it is seemingly likely to cause issues on more external MediaWiki installations than just ours.

Jul 17 2023, 6:17 PM · Patch-For-Review, Regression, MediaWiki-Core-Preferences

Jul 14 2023

JaydenKieran added a comment to T341435: Internal error loading Special:Preferences if "skin" is added to $wgHiddenPrefs.

$wgHiddenPrefs[] = 'skin'; seems very broken, other skins would still register their features and preferences if they are not uninstalled.
How skins are managed in your setup? Are there any difficulties with simply only install the wanted skin and not using $wgHiddenPrefs?

Jul 14 2023, 11:49 AM · Patch-For-Review, Regression, MediaWiki-Core-Preferences

Jul 10 2023

JaydenKieran triaged T341435: Internal error loading Special:Preferences if "skin" is added to $wgHiddenPrefs as Medium priority.
Jul 10 2023, 12:44 AM · Patch-For-Review, Regression, MediaWiki-Core-Preferences
JaydenKieran created T341435: Internal error loading Special:Preferences if "skin" is added to $wgHiddenPrefs.
Jul 10 2023, 12:43 AM · Patch-For-Review, Regression, MediaWiki-Core-Preferences

Jun 10 2023

JaydenKieran added a comment to T326185: Confusing language alert when visiting a page with no languages and JS disabled.

I made an account on the beta cluster - this is how the page looks to me with JS disabled.

Jun 10 2023, 12:42 AM · MW-1.41-notes (1.41.0-wmf.15; 2023-06-27), Web-Team-Backlog ( Web Team FY2022-23 Q4 Sprint 5), Unplanned-Sprint-Work, good first task, patch-welcome, Language-Team, Desktop Improvements (Vector 2022), UniversalLanguageSelector
JaydenKieran added a comment to T326185: Confusing language alert when visiting a page with no languages and JS disabled.

Hey @Jdlrobson, I just had a look at the page you linked on the beta cluster but I don't actually get the same as you when JS is disabled. However, I'm not logged in, so I'm wondering if that makes a difference in what you see on that page. Maybe try with an incognito window/logged out? (or maybe there's some other variable at play here)

Jun 10 2023, 12:37 AM · MW-1.41-notes (1.41.0-wmf.15; 2023-06-27), Web-Team-Backlog ( Web Team FY2022-23 Q4 Sprint 5), Unplanned-Sprint-Work, good first task, patch-welcome, Language-Team, Desktop Improvements (Vector 2022), UniversalLanguageSelector

May 30 2023

JaydenKieran added a comment to T336987: Add Discord extension to translatewiki.net.

@abi_ Hey! Translatewiki should have a pending invitation for the repo at https://github.com/jayktaylor/mw-discord/invitations.

Thanks accepted.

Thanks - although weirdly, GitHub seems to indicate that this is not the case (and the invitation has disappeared). Let me know if you need me to send it again. Cheers!

Hmm, you are right. The invitation seems to have disappeared. I'm not sure. Can you resend the invite again? Thanks.

Another request, can you update the documentation for messages like discord-blocktimeformat(https://github.com/jayktaylor/mw-discord/blob/master/i18n/en.json#L24) that use the PHP date time format, to link to the PHP documentation? That should make it easier for translators to understand what each character/symbol does.

May 30 2023, 1:35 PM · Unplanned-Sprint-Work, Language-Team (Language-2023-April-June), translatewiki.net

May 27 2023

JaydenKieran added a comment to T337634: Sorting broken for anonymous users - TypeError: Cannot read properties of undefined (reading 'type') / TypeError: Language ID should be string or object. / TypeError: undefined is not an object (evaluating 'cachedParsers[sortList[i][0]].type') / TypeError: locale value must be a string or object.

FWIW, ?action=purge on https://en.m.wikipedia.org/wiki/Korean_drama appeared to fix the issue on that page for me.

May 27 2023, 6:26 PM · MW-1.41-notes (1.41.0-wmf.10; 2023-05-23), Content-Transform-Team, MediaWiki-User-Interface (active libraries), Wikimedia-production-error
JaydenKieran claimed T337580: Vector 2022 full width toggle appears without an icon with JavaScript disabled.

I'm assuming that the full-width toggle is supposed to be hidden when JavaScript is disabled because that's what happens if you just visit other pages (like article pages, or user preferences)

May 27 2023, 5:12 PM · MW-1.41-notes (1.41.0-wmf.11; 2023-05-30), Desktop Improvements (Vector 2022)
JaydenKieran added a comment to T336987: Add Discord extension to translatewiki.net.

@abi_ Hey! Translatewiki should have a pending invitation for the repo at https://github.com/jayktaylor/mw-discord/invitations.

Thanks accepted.

May 27 2023, 4:38 PM · Unplanned-Sprint-Work, Language-Team (Language-2023-April-June), translatewiki.net

May 25 2023

JaydenKieran added a comment to T337519: Temporary Accounts on iOS: Log in and create account.

Is there a reason that "will not be carried over" is used here instead of "will not be attributed"? I'm a native English speaker so I can't really speak for those who have it as a second (or third) language, but it seems like it makes sense to remove any potential confusion and ambiguity with the wording - especially for those people. Obviously this isn't just limited to the mobile site/app, but I'm not sure where else this is being discussed.

May 25 2023, 11:12 PM · Wikipedia-iOS-App-Backlog, Temporary accounts

May 22 2023

JaydenKieran added a comment to T336987: Add Discord extension to translatewiki.net.

@abi_ Hey! Translatewiki should have a pending invitation for the repo at https://github.com/jayktaylor/mw-discord/invitations.

May 22 2023, 3:41 PM · Unplanned-Sprint-Work, Language-Team (Language-2023-April-June), translatewiki.net

May 21 2023

JaydenKieran added a comment to T332805: Decide the prefix character for temporary usernames.

Is anyone talking/thinking about how these names are going to look in regular use? I was reading the updates here and couldn't help but think about a discussion thread or revision history where you might see activity from different temp users and accidentally group it together, like:

  • <<Totally nice reasonable thing>> ~~~~ !2023-12345
    • <<Really Nasty Mean thing>> ~~~~ !2023-12355
      • Hey, @!2023-12345 this is your last warning before we block your account ~~~~ SomeAdmin

I wonder if some more randomness in the layout of the temp numbers would help, like !2023-12-355 and !2023-123-45

May 21 2023, 11:21 PM · User-notice-archive, Temporary accounts

May 19 2023

JaydenKieran claimed T326185: Confusing language alert when visiting a page with no languages and JS disabled.
May 19 2023, 4:40 PM · MW-1.41-notes (1.41.0-wmf.15; 2023-06-27), Web-Team-Backlog ( Web Team FY2022-23 Q4 Sprint 5), Unplanned-Sprint-Work, good first task, patch-welcome, Language-Team, Desktop Improvements (Vector 2022), UniversalLanguageSelector
JaydenKieran updated JaydenKieran.
May 19 2023, 4:04 AM
JaydenKieran updated the task description for T336989: Convert ProtectSite to use OOUI.
May 19 2023, 3:43 AM · MediaWiki-extensions-ProtectSite
JaydenKieran updated the task description for T336989: Convert ProtectSite to use OOUI.
May 19 2023, 3:42 AM · MediaWiki-extensions-ProtectSite
JaydenKieran created T336989: Convert ProtectSite to use OOUI.
May 19 2023, 3:33 AM · MediaWiki-extensions-ProtectSite

May 18 2023

JaydenKieran created T336987: Add Discord extension to translatewiki.net.
May 18 2023, 11:54 PM · Unplanned-Sprint-Work, Language-Team (Language-2023-April-June), translatewiki.net

Aug 24 2022

JaydenKieran updated JaydenKieran.
Aug 24 2022, 4:25 PM

Feb 22 2022

JaydenKieran updated JaydenKieran.
Feb 22 2022, 5:29 PM

Feb 21 2022

JaydenKieran awarded T302186: Improve performance of Title::isMainPage a Like token.
Feb 21 2022, 7:15 PM · MW-1.41-notes (1.41.0-wmf.28; 2023-09-26), MediaWiki-General, Performance Issue

Jun 2 2021

JaydenKieran updated JaydenKieran.
Jun 2 2021, 5:16 PM

Sep 12 2019

JaydenKieran updated subscribers of T232704: Wikimedia Documentation Broken.

Looks like @Rxy has a revert patch here: https://gerrit.wikimedia.org/r/c/operations/puppet/+/535987/

Sep 12 2019, 8:47 AM · SRE, Security-Team, Release-Engineering-Team, Documentation, MediaWiki-Documentation
JaydenKieran awarded T232704: Wikimedia Documentation Broken a Like token.
Sep 12 2019, 8:26 AM · SRE, Security-Team, Release-Engineering-Team, Documentation, MediaWiki-Documentation

Nov 15 2018

JaydenKieran added a comment to T95100: Add autocompletion to CodeMirror extension.

I'd like to see this. We use CodeMirror (and LinkSuggest), but the latter doesn't work with CodeMirror.

Nov 15 2018, 10:13 PM · MediaWiki-extensions-CodeMirror

Oct 23 2018

JaydenKieran added a comment to T17294: Allow blocking of global accounts.

I think that regardless of how effective CentralAuth's global locks are, implementing something in the GlobalBlocking extension that allows users to be blocked would be worthwhile, especially for independent wikis who don't utilize CentralAuth.

Oct 23 2018, 3:09 PM · Temporary accounts, MediaWiki-Platform-Team, MediaWiki-Blocks, Goal, Epic, Stewards-and-global-tools, GlobalBlocking

Sep 23 2018

JaydenKieran created T205219: AJAXPoll should handle when the DB is read-only.
Sep 23 2018, 12:07 PM · AJAXPoll

Jan 26 2018

JaydenKieran added a comment to T185752: Support inline help labels as an alternative to popup help buttons (info icons).

@Volker_E Well, anywhere that the help buttons are used in conjunction with a form, whether that be a custom gadget/script that utilises OOUI or an extension. Whenever I've used forms elsewhere (outside of MW), tab has cycled through each input on the page, not any guidance or help text. It's a slight annoyance from my perspective that there are extra key presses required to cycle to each input, especially when there is a form with a lot of inputs and each have their own help buttons.

Jan 26 2018, 6:18 PM · OOUI (OOUI-0.27.2), MW-1.32-notes (WMF-deploy-2018-06-12 (1.32.0-wmf.8))
JaydenKieran added a comment to T185752: Support inline help labels as an alternative to popup help buttons (info icons).

@Volker_E Can we set the button to an access key instead to retain that accessibility? It just doesn't make a whole lot of sense to cycle to the help elements on tab, especially when you're trying to quickly fill in a form. Alternatively, another solution where we can keep this functionality but move it away from tab, as I know access key can behave differently per browser.

Jan 26 2018, 5:55 PM · OOUI (OOUI-0.27.2), MW-1.32-notes (WMF-deploy-2018-06-12 (1.32.0-wmf.8))
JaydenKieran awarded T155567: Make OOUI easier to use for gadgets a Like token.
Jan 26 2018, 3:30 PM · OOUI, Developer-Wishlist (2017)
JaydenKieran updated the task description for T185752: Support inline help labels as an alternative to popup help buttons (info icons).
Jan 26 2018, 2:00 PM · OOUI (OOUI-0.27.2), MW-1.32-notes (WMF-deploy-2018-06-12 (1.32.0-wmf.8))
JaydenKieran created T185752: Support inline help labels as an alternative to popup help buttons (info icons).
Jan 26 2018, 1:55 PM · OOUI (OOUI-0.27.2), MW-1.32-notes (WMF-deploy-2018-06-12 (1.32.0-wmf.8))
JaydenKieran updated the task description for T185751: Support $overlay on DropdownInputWidget.
Jan 26 2018, 1:34 PM · MW-1.32-notes (WMF-deploy-2018-08-21 (1.32.0-wmf.18)), good first task, OOUI
JaydenKieran created T185751: Support $overlay on DropdownInputWidget.
Jan 26 2018, 1:26 PM · MW-1.32-notes (WMF-deploy-2018-08-21 (1.32.0-wmf.18)), good first task, OOUI