Page MenuHomePhabricator
Feed Advanced Search

Today

MusikAnimal changed the status of T357482: 2017 wikitext editor integration in CodeMirror 6 from Stalled to Open.

Haven't heard back from them so I'm going to work on this now.

Tue, May 14, 9:48 PM · Community-Tech, VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-extensions-CodeMirror
MusikAnimal changed the status of T357482: 2017 wikitext editor integration in CodeMirror 6, a subtask of T259059: Upgrade to CodeMirror 6, from Stalled to Open.
Tue, May 14, 9:47 PM · Community-Tech (CommTech-Kanban), Epic, MediaWiki-extensions-CodeMirror, WMDE-TechWish, User-thiemowmde, WMDE-Templates-FocusArea, WMDE-TechWish-Maintenance
MusikAnimal moved T363752: CodeMirror shouldn't load in the 2017 editor on RTL pages from Backlog to Done on the MediaWiki-extensions-CodeMirror board.
Tue, May 14, 9:42 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor, Community-Tech (CommTech-Kanban), VisualEditor-MediaWiki-2017WikitextEditor, MediaWiki-extensions-CodeMirror
MusikAnimal added a comment to T361067: Rewrite Wishlist Survey bot.

The index pages are going to be one per focus area aren't they? And the focus areas will be dynamically definable by e.g. creating a page with a {{Community Wishlist/Focus area}} template (with other metadata such as descriptions)? All of which is pretty much like the old categories system.

Tue, May 14, 9:32 PM · Patch-For-Review, Community-Tech, Community Wishlist Survey
MusikAnimal added a comment to T361067: Rewrite Wishlist Survey bot.

I would prefer MySQL over SQLite+NFS. I agree that it's good to avoid the need for an SSH tunnel, but a local database with a few cache tables and no wiki views should be easy enough to set up. The SQLite FAQ warns against running it over NFS, since if two copies of the job are somehow run, the database file could be permanently corrupted, requiring human intervention.

Tue, May 14, 6:19 AM · Patch-For-Review, Community-Tech, Community Wishlist Survey
MusikAnimal updated the task description for T359498: Add preferences panel to CodeMirror 6.
Tue, May 14, 4:29 AM · MediaWiki-extensions-CodeMirror
MusikAnimal updated the task description for T359498: Add preferences panel to CodeMirror 6.
Tue, May 14, 4:28 AM · MediaWiki-extensions-CodeMirror

Yesterday

MusikAnimal updated the task description for T363236: Wish index page.
Mon, May 13, 6:45 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal added a subtask for T362809: Rework templates and create survey sandbox: T363236: Wish index page.
Mon, May 13, 4:00 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal added a parent task for T363236: Wish index page: T362809: Rework templates and create survey sandbox.
Mon, May 13, 4:00 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal claimed T363236: Wish index page.

Starting on the templates for this. As a crude initial implementation, I'll have the intake form update the Wishes page whenever a new wish is submitted or modified. Later, we may have the bot handle building the UI and/or the gadget via running a db query, depending on what we decide at T361067#9790933

Mon, May 13, 4:00 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal moved T363236: Wish index page from Ready 🎬 to In Development 💻 on the Community-Tech (CommTech-Kanban) board.
Mon, May 13, 3:59 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal updated subscribers of T361067: Rewrite Wishlist Survey bot.

Proposed implementation plan:

Mon, May 13, 3:52 PM · Patch-For-Review, Community-Tech, Community Wishlist Survey
MusikAnimal added a comment to T364616: Add 'Phabricator tasks' field to the form.

I was wondering if the ChipInput had been considered for this field? It could accept Phab task ID or URL, and display the task ID in a chip. That'd be smaller than the full URL, and we'd not have to implement the add/remove logic. But perhaps this was all thought through before, in which case no worries and I'll carry on with the designs as they are, with URLs! :-)

Also, do we have a standard name for Phabricator tasks? In Phab they're called 'tasks', but we often talk about them as 'tickets' although that seems like a less common name on-wiki. The designs have "Include Phabricator task?" followed by "Ticket URL", and I wonder if the latter should say "Task URLs:" (also with the colon and plural)?

Mon, May 13, 2:16 PM · Patch-For-Review, Community-Tech, Community Wishlist Survey (Intake form)
MusikAnimal closed T362913: Make intake form gadget work on local environments as Resolved.

I think we can call this resolved now. Nothing to user-facing to QA here.

Mon, May 13, 4:14 AM · Community Wishlist Survey (Intake form), Community-Tech (CommTech-Kanban)
MusikAnimal updated the task description for T361067: Rewrite Wishlist Survey bot.
Mon, May 13, 12:40 AM · Patch-For-Review, Community-Tech, Community Wishlist Survey
MusikAnimal updated the task description for T361067: Rewrite Wishlist Survey bot.
Mon, May 13, 12:40 AM · Patch-For-Review, Community-Tech, Community Wishlist Survey
MusikAnimal closed T361069: Make SurveyCop bot more robust and possibly agnostic to the Survey as Declined.

Not necessary as the new intake form will save the page where it needs to go, as well as update any transclusions as necessary. Any manually created wishes can be picked up by the bot.

Mon, May 13, 12:35 AM · Community-Tech, Community Wishlist Survey

Sat, May 11

MusikAnimal closed T30684: Collapse templates in editor as Resolved.
Sat, May 11, 11:34 PM · MW-1.42-notes (1.42.0-wmf.24; 2024-03-26), Community-Tech (CommTech-Kanban), MediaWiki-extensions-CodeMirror, MediaWiki-Page-editing
MusikAnimal closed T30684: Collapse templates in editor, a subtask of T166098: Syntax sensitive and highlighting source code editor for template code wanted, as Resolved.
Sat, May 11, 11:34 PM · Epic, MediaWiki-extensions-CodeMirror, MediaWiki-Page-editing, MediaWiki-Templates
MusikAnimal added a comment to T361512: Wish form localization.

@MusikAnimal what do you think, should we change the dev/build commands to always output both the dev and prod builds, to make it easier for people who just want to run it locally?

Sat, May 11, 3:52 PM · Community Wishlist Survey (Intake form), Community-Tech (CommTech-Kanban)
MusikAnimal added a comment to T358321: When $wgArticlePath is set to '/$1', DiscussionTools does not work well.

I don't know where all this backporting activity is coming from, but if we're doing all these backports, then I suppose we should do them for all supported versions, so I will also add REL1_41. That will be all of them :)

Sat, May 11, 3:50 PM · MW-1.41-notes, MW-1.40-notes, MW-1.39-notes, Verified, MW-1.42-notes (1.42.0-wmf.21; 2024-03-05), Editing-team (Kanban Board), DiscussionTools
MusikAnimal added a comment to T34620: Support for root /Foo style pretty urls.

Since it hasn't been mentioned yet, this advent of the .wiki TLD is likely to make the desire for MW in root more common.

Sat, May 11, 3:48 PM · MediaWiki-General
MusikAnimal merged T246843: Section Name in Diff [placeholder of first story] into T231698: Include section name in the diff.
Sat, May 11, 3:08 PM · MediaWiki-Page-history, MediaWiki-Page-diffs, Community-Tech, Epic
MusikAnimal archived Section-Name-Diff.
Sat, May 11, 3:07 PM
MusikAnimal merged task T246843: Section Name in Diff [placeholder of first story] into T231698: Include section name in the diff.
Sat, May 11, 3:07 PM · Section-Name-Diff, MediaWiki-Page-diffs, Community-Tech
MusikAnimal added a comment to T246843: Section Name in Diff [placeholder of first story].

I don't think there are plans for Community Tech to work on this. Either way, this task is an empty placeholder and seems redundant to T231698, so I'll close as a duplicate. Section-Name-Diff should probably be archived.

Sat, May 11, 3:06 PM · Section-Name-Diff, MediaWiki-Page-diffs, Community-Tech
MusikAnimal added a comment to T361108: Upgrade CommTech owned WMCS Buster VMs.

The commtech project is done. I'm 90% done with Event Metrics (T362735), which was especially difficult due to the forced PHP upgrade, but this was a convenient excuse to upgrade Symfony. I'll revisit and get that finished up soon.

Sat, May 11, 3:01 PM · Community-Tech
MusikAnimal updated the task description for T361108: Upgrade CommTech owned WMCS Buster VMs.
Sat, May 11, 2:56 PM · Community-Tech
MusikAnimal updated the task description for T361108: Upgrade CommTech owned WMCS Buster VMs.
Sat, May 11, 2:53 PM · Community-Tech
MusikAnimal added a comment to T364221: PanoProjector -- equirectangular to rectilinear reprojection in C++.

Temporary repo with unreviewed code: https://github.com/tstarling/pano-projector

Sat, May 11, 2:07 PM · Community-Tech (CommTech-Kanban)
MusikAnimal added a comment to T362761: Submit form and save contents.

So I think to start with we do the above normalization and no fancy Phab lookups. Sound okay?

Sat, May 11, 2:01 PM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Intake form)
MusikAnimal moved T363223: Generate a wish page based on form submission from Review/Feedback 💬 to Ready 🎬 on the Community-Tech (CommTech-Kanban) board.

Dummy template is in place. I'll work more on polishing it up later, but for now I'm unlicking as this is just simple template editing and that can be done last minute if it came down to it.

Sat, May 11, 12:12 AM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wish page)
MusikAnimal placed T363223: Generate a wish page based on form submission up for grabs.
Sat, May 11, 12:12 AM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wish page)
MusikAnimal updated subscribers of T58362: Allow users to create custom notifications onwiki.

All great points! Also raising the comment from Security (@sbassett):

Sat, May 11, 12:00 AM · Wikimedia-Hackathon-2024, Growth-Team-Filtering, Growth-Team, StructuredDiscussions, Notifications

Fri, May 10

MusikAnimal added a comment to T170042: Highlight definition lists.

Quick question @MusikAnimal, can you review the Needs More Info section? Thanks!


I thought based off (T357795), all Betas and Office should have CM6 since they are checked off. I found syntax highlighting in Office but the semi-colon is not highlighted. Also, I don't see anything on Ar Beta. Am I missing an option to get CM6?

Fri, May 10, 10:36 PM · Community-Tech (CommTech-Kanban), MW-1.42-notes (1.42.0-wmf.15; 2024-01-23), MediaWiki-extensions-CodeMirror
MusikAnimal updated the task description for T170042: Highlight definition lists.
Fri, May 10, 10:34 PM · Community-Tech (CommTech-Kanban), MW-1.42-notes (1.42.0-wmf.15; 2024-01-23), MediaWiki-extensions-CodeMirror
MusikAnimal updated the task description for T170042: Highlight definition lists.
Fri, May 10, 10:26 PM · Community-Tech (CommTech-Kanban), MW-1.42-notes (1.42.0-wmf.15; 2024-01-23), MediaWiki-extensions-CodeMirror
MusikAnimal awarded T364531: +2 on mediawiki/* to Novem Linguae a Like token.
Fri, May 10, 2:11 PM · MediaWiki-Gerrit-Group-Requests

Thu, May 9

MusikAnimal added a comment to T58362: Allow users to create custom notifications onwiki.

Some remaining to-dos before rolling this out:

Thu, May 9, 11:13 PM · Wikimedia-Hackathon-2024, Growth-Team-Filtering, Growth-Team, StructuredDiscussions, Notifications

Sun, May 5

MusikAnimal awarded T364239: Add fox icon / badge to Phabricator a Fox token.
Sun, May 5, 1:29 PM · Phabricator (2024-05-05), Release-Engineering-Team, User-brennen, Upstream, Wikimedia-Hackathon-2024

Sat, May 4

MusikAnimal added a comment to T331289: Request for zhwiki to be added to CopyPatrol.

Let's do it! Just let me know when the backend is good to go and I'll update the frontend.

Sat, May 4, 5:27 PM · Chinese-Sites, Community-Tech, CopyPatrol
MusikAnimal added a comment to T189391: New block option: Notify me when this block is about to expire or has expired.

Still stalled for MediaWiki proper, but following T58362: Allow users to create custom notifications onwiki (now merged) someone could build a bot for this.

Sat, May 4, 5:06 PM · Growth-Team-Filtering, MediaWiki-Blocks, Growth-Team, Notifications
AntiCompositeNumber awarded T364151: logging views are incredibly slow for specific targets a Stroopwafel token.
Sat, May 4, 3:23 PM · cloud-services-team, Data-Services
MusikAnimal moved T357910: No Pageviews data since 2024-02-17 from Backlog to Done on the Tool-Pageviews board.
Sat, May 4, 8:41 AM · Data Products, Data-Engineering, Tool-Pageviews, Pageviews-API

Fri, May 3

MusikAnimal merged task T364149: 500 error in XTools into T364151: logging views are incredibly slow for specific targets.
Fri, May 3, 3:59 PM · XTools
MusikAnimal merged T364149: 500 error in XTools into T364151: logging views are incredibly slow for specific targets.
Fri, May 3, 3:59 PM · cloud-services-team, Data-Services
MusikAnimal added a comment to T364151: logging views are incredibly slow for specific targets.

This effects the XTools Edit Counter and hence is very widespread. Having spoken with @taavi it sounds like there isn't a quick fix, so I will disable the effected queries in XTools as a temporary measure.

Fri, May 3, 3:57 PM · cloud-services-team, Data-Services
MusikAnimal triaged T364151: logging views are incredibly slow for specific targets as High priority.
Fri, May 3, 3:57 PM · cloud-services-team, Data-Services
MusikAnimal changed the status of T357482: 2017 wikitext editor integration in CodeMirror 6 from Open to Stalled.

Stalling just to reserve this for the Fandom engineers. As I told them, I'm happy to upstream their code myself, but I wanted to give them room to do in case they want to preserve attribution. (Their fork is MW 1.39 and may not cherry-pick cleanly)

Fri, May 3, 8:51 AM · Community-Tech, VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-extensions-CodeMirror
MusikAnimal changed the status of T357482: 2017 wikitext editor integration in CodeMirror 6, a subtask of T259059: Upgrade to CodeMirror 6, from Open to Stalled.
Fri, May 3, 8:50 AM · Community-Tech (CommTech-Kanban), Epic, MediaWiki-extensions-CodeMirror, WMDE-TechWish, User-thiemowmde, WMDE-Templates-FocusArea, WMDE-TechWish-Maintenance
MusikAnimal added a comment to T357482: 2017 wikitext editor integration in CodeMirror 6.

As it turns out, the engineers at Fandom have been working on this. They have it almost done: https://github.com/Wikia/mediawiki-extensions-CodeMirror/tree/15720baabe885966aa3329394665f5882ebeb7c8/resources/modules/ve-cm

Fri, May 3, 8:47 AM · Community-Tech, VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-extensions-CodeMirror
MusikAnimal closed T207959: [Pages created] Investigate allowing querying of users with over max edit count as Resolved.

Declaring this resolved following T318036. T221730 would help speed up this tool, but otherwise I don't see a need to do any special treatment for the Pages Created tool.

Fri, May 3, 7:44 AM · XTools
MusikAnimal added a comment to T182182: Analyze most recent N edits instead of rejecting query in user-related tools.

This task is still valid, but noting that following T318036 the max edit count threshold is now at 1,000,000 edits, and I'll probably raise it more.

Fri, May 3, 7:42 AM · XTools
MusikAnimal renamed T182182: Analyze most recent N edits instead of rejecting query in user-related tools from Analyze most recent 400,000 edits instead of rejecting query in user-related tools to Analyze most recent N edits instead of rejecting query in user-related tools.
Fri, May 3, 7:41 AM · XTools
MusikAnimal closed T318036: Investigate raising max edit count above 500,000 as Resolved.

Declaring this resolved. The max edit count threshold is currently at 1,000,000 edits and I will likely increase it more.

Fri, May 3, 7:41 AM · XTools
MusikAnimal added a project to T170042: Highlight definition lists: Community-Tech (CommTech-Kanban).

Could use QA resources.

Fri, May 3, 7:15 AM · Community-Tech (CommTech-Kanban), MW-1.42-notes (1.42.0-wmf.15; 2024-01-23), MediaWiki-extensions-CodeMirror
MusikAnimal moved T170042: Highlight definition lists from Ready 🎬 to QA 🐛 on the Community-Tech (CommTech-Kanban) board.
Fri, May 3, 7:13 AM · Community-Tech (CommTech-Kanban), MW-1.42-notes (1.42.0-wmf.15; 2024-01-23), MediaWiki-extensions-CodeMirror
MusikAnimal committed rXTd5aa948900bd: 3.19.1 version bump.
3.19.1 version bump
Fri, May 3, 6:55 AM
MusikAnimal committed rXT5374b0a6cf85: SimpleEditCounter: use APP_MAX_USER_EDITS instead of dedicated constant.
SimpleEditCounter: use APP_MAX_USER_EDITS instead of dedicated constant
Fri, May 3, 6:49 AM

Wed, May 1

MusikAnimal committed rXT729eff534804: RateLimitSubscriber: lower thresholds for auto-blocking possible bots.
RateLimitSubscriber: lower thresholds for auto-blocking possible bots
Wed, May 1, 6:32 AM
MusikAnimal committed rXT7d53616a359b: XtoolsController: don't put login wall in front of allowlisted actions.
XtoolsController: don't put login wall in front of allowlisted actions
Wed, May 1, 6:09 AM
MusikAnimal removed a project from T339145: Commons deletion notification bot failing since June 6, 2023: Patch-For-Review.

@taavi Thank you! You're a rock star! :D

Wed, May 1, 1:21 AM · Wikimedia-Hackathon-2024, Community-Tech, Commons Deletion Notification bot

Tue, Apr 30

MusikAnimal moved T363223: Generate a wish page based on form submission from In Development 💻 to Review/Feedback 💬 on the Community-Tech (CommTech-Kanban) board.

There's just a "dummy" template for now. To be polished off and matching designs in future merge request. (Isn't kind of cool to put wiki editing behind code review!?)

Tue, Apr 30, 11:20 PM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wish page)
MusikAnimal moved T362809: Rework templates and create survey sandbox from In Development 💻 to Review/Feedback 💬 on the Community-Tech (CommTech-Kanban) board.
Tue, Apr 30, 11:19 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal closed T292031: "month_counts" XTools API not returning namespace for some users as Resolved.
Tue, Apr 30, 9:06 PM · XTools
MusikAnimal added a comment to T318036: Investigate raising max edit count above 500,000.

This has now been deployed. The current settings are >250K edits requires login, >700K edits is rejected entirely. I'm going to let it simmer for a while before closing this task. I will likely increase both thresholds depending on how well this shuts out the web crawlers.

Tue, Apr 30, 9:04 PM · XTools
MusikAnimal committed rXTfc48b68a283a: 3.19.0 version bump.
3.19.0 version bump
Tue, Apr 30, 8:53 PM
MusikAnimal changed the status of T357482: 2017 wikitext editor integration in CodeMirror 6 from Stalled to Open.

Not stalled anymore. We're basically at the point where I think we could use the ResourceLoader modules just like we did before, only they're different modules now and there's a few CodeMirror API things that need updating.

Tue, Apr 30, 7:26 PM · Community-Tech, VisualEditor-MediaWiki-2017WikitextEditor, VisualEditor, MediaWiki-extensions-CodeMirror
MusikAnimal changed the status of T357482: 2017 wikitext editor integration in CodeMirror 6, a subtask of T259059: Upgrade to CodeMirror 6, from Stalled to Open.
Tue, Apr 30, 7:25 PM · Community-Tech (CommTech-Kanban), Epic, MediaWiki-extensions-CodeMirror, WMDE-TechWish, User-thiemowmde, WMDE-Templates-FocusArea, WMDE-TechWish-Maintenance
MusikAnimal claimed T363223: Generate a wish page based on form submission.
Tue, Apr 30, 8:00 AM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wish page)
MusikAnimal added a comment to T362761: Submit form and save contents.

No worries! That's fine :) I guess it's just the "saving" part we're focusing on here for now. I.e. the acceptance criteria of this task includes fields we haven't built yet, so I had it in my mind those would get worked on first.

Tue, Apr 30, 1:38 AM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Intake form)

Mon, Apr 29

MusikAnimal added a comment to T362761: Submit form and save contents.

My hope was to have T362809 largely done before we worked on saving and other parts of the survey, but it's going to take me a bit.

Mon, Apr 29, 8:07 PM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Intake form)
MusikAnimal added a subtask for T362809: Rework templates and create survey sandbox: T363223: Generate a wish page based on form submission.
Mon, Apr 29, 8:01 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal added a parent task for T363223: Generate a wish page based on form submission: T362809: Rework templates and create survey sandbox.
Mon, Apr 29, 8:01 PM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wish page)
MusikAnimal added a comment to T363223: Generate a wish page based on form submission.

It sounds like this is essentially creating the template, which dictates how the wish is presented. I'm sort of already doing that as part of T362809, so I'm going to make this a subtask.

Mon, Apr 29, 8:01 PM · Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wish page)
MusikAnimal moved T362809: Rework templates and create survey sandbox from Ready 🎬 to In Development 💻 on the Community-Tech (CommTech-Kanban) board.
Mon, Apr 29, 8:00 PM · Patch-For-Review, Community-Tech (CommTech-Kanban), Community Wishlist Survey (Wishlist index pages and archive pages)
MusikAnimal moved T363752: CodeMirror shouldn't load in the 2017 editor on RTL pages from In Development 💻 to Review/Feedback 💬 on the Community-Tech (CommTech-Kanban) board.
Mon, Apr 29, 7:33 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor, Community-Tech (CommTech-Kanban), VisualEditor-MediaWiki-2017WikitextEditor, MediaWiki-extensions-CodeMirror
MusikAnimal claimed T363752: CodeMirror shouldn't load in the 2017 editor on RTL pages.
Mon, Apr 29, 7:26 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor, Community-Tech (CommTech-Kanban), VisualEditor-MediaWiki-2017WikitextEditor, MediaWiki-extensions-CodeMirror
MusikAnimal moved T363752: CodeMirror shouldn't load in the 2017 editor on RTL pages from Ready 🎬 to In Development 💻 on the Community-Tech (CommTech-Kanban) board.
Mon, Apr 29, 7:26 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor, Community-Tech (CommTech-Kanban), VisualEditor-MediaWiki-2017WikitextEditor, MediaWiki-extensions-CodeMirror
MusikAnimal created T363752: CodeMirror shouldn't load in the 2017 editor on RTL pages.
Mon, Apr 29, 7:25 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), VisualEditor, Community-Tech (CommTech-Kanban), VisualEditor-MediaWiki-2017WikitextEditor, MediaWiki-extensions-CodeMirror
MusikAnimal committed rXT3e1c794ebb91: Bump follow-redirects from 1.15.5 to 1.15.6 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump follow-redirects from 1.15.5 to 1.15.6
Mon, Apr 29, 3:59 AM

Sun, Apr 28

MusikAnimal added a comment to T363374: [EPIC] Technical plan for Wishlist Survey.

Actually, my assumption above is wrong isn't it? We do want to include the title parameter in the template, and have it be independent of the page title, because it'll be translated. The page title will (I think?) always be in English, but could be different to the Wish Title either for clarity or translation purposes, and so there's no need for the intake form to worry about renaming the page if the Wish Title changes.

Sun, Apr 28, 9:21 PM · Community-Tech, Epic, Community Wishlist Survey
MusikAnimal added a comment to T318036: Investigate raising max edit count above 500,000.

Actually, since a lot of people will see this new "login required" message, it might be wisest to wait until we get our first round of translations in. This should happen in a day or two, then I can proceed with deployment.

Sun, Apr 28, 7:59 PM · XTools
MusikAnimal claimed T318036: Investigate raising max edit count above 500,000.

I think what I would like to do is have basically two thresholds -- one is the actual limit that can never be exceeded, and that's something really high like 800K edits. The other is the lower provisional limit that only requires you to login to proceed.

Sun, Apr 28, 7:58 PM · XTools
MusikAnimal committed rXT82ecb4e15c0f: Add warnings for upcoming changes to API endpoints.
Add warnings for upcoming changes to API endpoints
Sun, Apr 28, 7:47 PM
MusikAnimal committed rXT74df4fe4dbda: Add warnings for upcoming changes to API endpoints.
Add warnings for upcoming changes to API endpoints
Sun, Apr 28, 7:45 PM
MusikAnimal committed rXT13095b7cebf4: squash me.
squash me
Sun, Apr 28, 6:36 PM
MusikAnimal committed rXTff12f0ebd612: Month counts API now returns as 'YYYY-MM'.
Month counts API now returns as 'YYYY-MM'
Sun, Apr 28, 6:36 PM
MusikAnimal committed rXT1c51a23246e7: EditCounterRepo: exclude NULL log counts.
EditCounterRepo: exclude NULL log counts
Sun, Apr 28, 8:58 AM
MusikAnimal committed rXT92d9928faa08: EditCounterRepo: exclude NULL log counts.
EditCounterRepo: exclude NULL log counts
Sun, Apr 28, 8:58 AM
MusikAnimal closed T168349: enwiki_p logging vs logging_userindex returning dramatically different results as Resolved.

This no longer seems to be an issue.

Sun, Apr 28, 7:50 AM · cloud-services-team, Data-Persistence (work done), Data-Services
MusikAnimal closed T168349: enwiki_p logging vs logging_userindex returning dramatically different results, a subtask of T150767: Wikireplica service for tools and labs - issues and missing available views (tracking), as Resolved.
Sun, Apr 28, 7:50 AM · Data-Services, Tracking-Neverending, DBA
MusikAnimal claimed T292031: "month_counts" XTools API not returning namespace for some users.

Finally figured this out.

Sun, Apr 28, 6:57 AM · XTools
MusikAnimal committed rXT686b1aa5ea6f: EditCounter: ensure keys for month_counts endpoint are strings.
EditCounter: ensure keys for month_counts endpoint are strings
Sun, Apr 28, 6:56 AM
MusikAnimal added a comment to T168349: enwiki_p logging vs logging_userindex returning dramatically different results.
Sun, Apr 28, 6:23 AM · cloud-services-team, Data-Persistence (work done), Data-Services
MusikAnimal moved T358541: 400 - Bad Request on any Global Search from Backlog to Done on the Tool-global-search board.
Sun, Apr 28, 5:53 AM · Discovery-Search, Data-Platform-SRE, Tool-global-search
MusikAnimal moved T359136: Global-search is showing duplicate results from Backlog to Done on the Tool-global-search board.
Sun, Apr 28, 5:53 AM · Data-Platform-SRE (2024.03.04 - 2024.03.24), Discovery-Search, Internet-Archive, Tool-global-search
MusikAnimal moved T224382: Investigate why tools do not stay logged in for the duration of the session cookie from Backlog to Front end on the CopyPatrol board.
Sun, Apr 28, 4:23 AM · CopyPatrol, Community-Tech, XTools
MusikAnimal added a project to T224382: Investigate why tools do not stay logged in for the duration of the session cookie: CopyPatrol.
Sun, Apr 28, 4:23 AM · CopyPatrol, Community-Tech, XTools