User Details
- User Since
- Oct 21 2018, 9:15 PM (331 w, 6 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- DannyS712 [ Global Accounts ]
Sep 17 2024
Jul 30 2024
Jul 29 2024
Anything urgent we should get in before releasing?
Jul 25 2024
@matmarex would you mind taking a look at https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1055617 which is where I envision this going next - should that patch be split up into multiple smaller steps? Or does it work as a single patch?
Jul 23 2024
Jul 22 2024
@Dragoniez for now you can tell the jawiki admin that they can go to action=delete for the target and delete it manually
Actually, caused by ad1e36d6f6d94827b4928094c708e8340d086e5b so thankfully its only been an issue for a few weeks rather than since 77781b08c7d9268b8ba6aea8ac8e667ba5666d57 4 years ago - just a missing !
Oh, um, this might be related to the delete-redirect right I added
Jul 21 2024
Jul 16 2024
Can we please also keep codesniffer on gerrit, so that existing contributors (like myself) don't need to learn a new workflow? Our codesniffer rules are primarily mediawiki-related
Jul 12 2024
Jul 11 2024
Okay, so coming back to this after a *while*, I'm going to try to make some more progress
- some more logic can be moved to constraints (first patch for that already sent ^)
- internalAttemptSave() isn't called anywhere in core or deployed extensions outside of EditPage.php and tests, so we can make it private (with a changed name) and replace the public version with a hard deprecated wrapper for the private one - after the hard deprecation, we can remove the public-ness of the method, and then refactoring the interface will be a lot simpler
- the biggest part of this will still be blocked by T251588, which hasn't had any progress - can I convince one of the subscribers or teams watching to take that up? I'm happy to provide code review
Jul 8 2024
The primary reason I filed this was that I was thinking about writing a bot to automatically mark pages for translation when there are edits that got reverted, i.e. where the current source text is identical to the text that was most recently marked for translation, since those pages are still listed as waiting to have their changes marked for translation - either of the approaches work for me (not sure if other developers are going to use this api for anything) since the bot would just be doing the equivalent of submitting without changing the defaults
Jun 26 2024
Granted for 1 year https://zh.wikipedia.beta.wmflabs.org/wiki/Special:Redirect/logid/10419
Jun 24 2024
Jun 22 2024
Jun 21 2024
Jun 20 2024
Jun 11 2024
Jun 7 2024
Jun 5 2024
Jun 4 2024
@IKhitron if adding
#ext-globalwatchlist-toolbar { background: var(--background-color-base) }
is really all that is needed, maybe you want to try sending a patch yourself and I can review it?
May 14 2024
May 10 2024
@tstarling MergeUserTest::testMergeEditcount is now failing in a bunch of repos and blocking merges since it is loaded as a dependency. See, e.g., https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DiscussionTools/+/1029837
May 9 2024
@Kizule I see you awarded a "thumbs down" token - can I ask why you oppose this?
May 6 2024
May 4 2024
Apr 30 2024
For (\r\n|\r|\n)+ how about [\r\n]+?
Apr 23 2024
Apr 22 2024
Apr 21 2024
Prior attribute-related change that can be used as a reference if helpful: https://gerrit.wikimedia.org/r/c/mediawiki/tools/codesniffer/+/786408
Apr 20 2024
Apr 15 2024
@Iniquity if you fill in the
Link to scc output for general sizing of codebases (https://github.com/boyter/scc):
part of the task description it might be easier for the security team to prioritize given just how *tiny* this extension really is (120 lines of PHP total and by my count 57 of those are comments and 14 are blank, so really 49 lines of PHP; no JavaScript)
Apr 14 2024
Apr 13 2024
Apr 12 2024
Apr 9 2024
@Dreamy_Jazz any chance that this can be prioritized by T&S during your ongoing work of CU?
Just want to add a link to @Terasail's amazing script https://www.wikifunctions.org/wiki/User:Terasail/ReadableDiff.js which does some of this in the meantime client-side
Apr 5 2024
@Xover I created https://phabricator.wikimedia.org/P59624 that is restricted to WMF-NDA members and the subscribers of the paste (currently you), which should be secure to put the full headers
Apr 1 2024
Also affects ContentTranslation, https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ContentTranslation/+/1015683
Mar 23 2024
Since I never learned the precedence rules, for me and anyone else reviewing patches that fix this: && is higher precedence than || per https://www.php.net/manual/en/language.operators.precedence.php
Mar 19 2024
Mar 17 2024
Mar 7 2024
<sorry, misclick>
Feb 27 2024
Feb 26 2024
Can you confirm that the user also cannot be blocked by specifying their user ID in the block API?
Feb 16 2024
Doesn't this require the rights to move subpages though, i.e. generally only exploitable by advanced users?
Feb 14 2024
Confirmed that the option shows up for me
https://phabricator.wikimedia.org/project/members/6986/ reports "Joinable By" as "All Users"
Moving to unbreak now since my understanding is that the project automatically allows access to the security tasks and now allows *anyone* to access security issues
<Adding to Project-Admins just for tracking>
Feb 12 2024
Not sure when I'm going to have time for this, if someone else wants to work on it I don't want to block them
Jan 31 2024
Jan 29 2024
@Jdforrester-WMF I created the patch linked above for LibUp to run upgrades (we missed this for 42.0.0) but we should first make sure that we manually get upgrades to one or two repos to make sure that things are working properly, it looks like there was a failure for the WikiLambda patch.
Jan 26 2024
Jan 25 2024
Because its not giving its own +2 the full tests for the gate-and-submit pipeline are running instead of the dedicated i18n tests, so this is taking up more CI processing and also leads to unrelated failures that then need to be manually merged (example https://gerrit.wikimedia.org/r/c/mediawiki/extensions/BlueSpiceUEModulePDFRecursive/+/992870)
Sorry if I didn't tag the right projects, wasn't sure where this should go
Jan 24 2024
Jan 22 2024
Jan 12 2024
Stalled for years with no movement/progress, no compelling reason articulated - boldly closing
Jan 11 2024
Jan 10 2024
Jan 9 2024
Going to try and implement this. I'm assuming that this is all meant to be oversight-level suppression, rather than admin-level (unless we want both as options). Questions that will need an answer at some point
- Should editors be told that their names will be immediately hidden as editors?
- Should enabling/disabling this be in the public protection log (if editors are informed before saving then probably) (only a question if the suppression is oversight-level)
- Should each edit be logged individually as a revision deletion/suppression action? If not it might be confusing if the edits are later made visible. If yes, under what name - maintenance script?
- Should enabling this retroactively apply to all prior edits, or just new ones?