Page MenuHomePhabricator

Wikimedia-Hackathon-2024Timeline
ArchivedPublic

Watchers (5)

Details

Description

For Hackathon participants to add hacking projects, keep track of activities, and collaborate with others at the Wikimedia 2024 Hackathon on May 03-05, 2024.

If you have an idea for a project you want to work on, or an existing project you'd like help with, please either create a new task, or add the Wikimedia-Hackathon-2024 project tag to an existing task!

Recent Activity

Fri, Dec 27

ReleaseTaggerBot edited projects for T363589: Migrate foreign-resources files to CDX SBOM format, added: MW-1.44-notes (1.44.0-wmf.12; 2025-01-14); removed MW-1.44-notes (1.44.0-wmf.3; 2024-11-12).
Fri, Dec 27, 2:00 AM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), Patch-For-Review, MW-1.43-notes (1.43.0-wmf.18; 2024-08-13), Wikimedia-Hackathon-2024, MediaWiki-core-Hackathon-2024, SecTeam-Processed, MediaWiki-General, Security-Team, Security
gerritbot added a comment to T363589: Migrate foreign-resources files to CDX SBOM format.

Change #1106928 merged by jenkins-bot:

[mediawiki/extensions/ProofreadPage@master] Add CDX SBOM and purl for foreign-resources.yaml

https://gerrit.wikimedia.org/r/1106928

Fri, Dec 27, 1:44 AM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), Patch-For-Review, MW-1.43-notes (1.43.0-wmf.18; 2024-08-13), Wikimedia-Hackathon-2024, MediaWiki-core-Hackathon-2024, SecTeam-Processed, MediaWiki-General, Security-Team, Security

Thu, Dec 26

Ladsgroup added a comment to T363589: Migrate foreign-resources files to CDX SBOM format.

foreign-resources.yaml contains the following information for each file:

  • the URL to download from (or the URL of a tarball and a path within, possibly as a path pattern with a * for variable parts like version numbers)
  • the destination within the MediaWiki repository
  • a hash

CycloneDX contains the following information:

  • a single top-level hash for the entire library

After exploring CycloneDX (I’m novice in this area, take it with precautions), I see there is a type "file", so theoretically I guess it is possible to write something like the following for the "multi-file" type given above as example in T363589#9769177:

{
	"components": [
		{
			"type": "file",
			"name": "qunitjs/qunit.js",
			"hashes": [
				{
					"alg": "SHA-256",
					"content": "a833db4fcbe2683ea009a4eb51dec5384e655394bd1f95396dbb903000e7ad16"
				}
			],
			"externalReferences": [
				{
					"url": "https://code.jquery.com/qunit/qunit-2.20.0.js",
					"type": "source-distribution"
				}
			]
		},
		{
			"type": "file",
			"name": "qunitjs/qunit.css",
			"hashes": [
				{
					"alg": "SHA-256",
					"content": "34dda8ae8eebf1a61c4580387e705b8a374b452ed17383f3f6291c9a5c16be5e"
				}
			],
			"externalReferences": [
				{
					"url": "https://code.jquery.com/qunit/qunit-2.20.0.css",
					"type": "source-distribution"
				}
			]
		}
	]
}
Thu, Dec 26, 4:16 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), Patch-For-Review, MW-1.43-notes (1.43.0-wmf.18; 2024-08-13), Wikimedia-Hackathon-2024, MediaWiki-core-Hackathon-2024, SecTeam-Processed, MediaWiki-General, Security-Team, Security
gerritbot added a comment to T363589: Migrate foreign-resources files to CDX SBOM format.

Change #1106928 had a related patch set uploaded (by Ladsgroup; author: Amir Sarabadani):

[mediawiki/extensions/ProofreadPage@master] Add CDX SBOM and purl for foreign-resources.yaml

https://gerrit.wikimedia.org/r/1106928

Thu, Dec 26, 3:45 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), Patch-For-Review, MW-1.43-notes (1.43.0-wmf.18; 2024-08-13), Wikimedia-Hackathon-2024, MediaWiki-core-Hackathon-2024, SecTeam-Processed, MediaWiki-General, Security-Team, Security

Mon, Dec 23

gerritbot added a comment to T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model.

Change #1105816 merged by jenkins-bot:

[mediawiki/core@master] Setup: parse incoming traceparent header

https://gerrit.wikimedia.org/r/1105816

Mon, Dec 23, 9:44 AM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing

Fri, Dec 20

gerritbot added a comment to T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model.

Change #1105955 had a related patch set uploaded (by CDanis; author: CDanis):

[mediawiki/core@master] telemetry: Factor out context propagation

https://gerrit.wikimedia.org/r/1105955

Fri, Dec 20, 10:34 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing
ReleaseTaggerBot edited projects for T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model, added: MW-1.44-notes (1.44.0-wmf.12; 2025-01-14); removed MW-1.44-notes (1.44.0-wmf.6; 2024-12-03).
Fri, Dec 20, 7:00 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing
gerritbot added a comment to T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model.

Change #1105940 merged by jenkins-bot:

[mediawiki/core@master] rdbms: Inject a Tracer into the DatabaseFactory service

https://gerrit.wikimedia.org/r/1105940

Fri, Dec 20, 7:00 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing
gerritbot added a comment to T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model.

Change #1105792 merged by jenkins-bot:

[mediawiki/core@master] Rdbms\Database: export OTel spans for db operations

https://gerrit.wikimedia.org/r/1105792

Fri, Dec 20, 6:38 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing
gerritbot added a comment to T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model.

Change #1105940 had a related patch set uploaded (by Máté Szabó; author: Máté Szabó):

[mediawiki/core@master] rdbms: Inject a Tracer into the DatabaseFactory service

https://gerrit.wikimedia.org/r/1105940

Fri, Dec 20, 6:24 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing
gerritbot added a comment to T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model.

Change #1105816 had a related patch set uploaded (by CDanis; author: CDanis):

[mediawiki/core@master] Setup: parse incoming traceparent header

https://gerrit.wikimedia.org/r/1105816

Fri, Dec 20, 4:38 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing
Gehel moved T364233: add https://imagehash-sparql.wmcloud.org/sparql endpoint to wikidata federated query whitelists from Done to Reported on the Data-Platform-SRE (2024.11.30 - 2024.12.20) board.
Fri, Dec 20, 1:34 PM · Data-Platform-SRE (2024.11.30 - 2024.12.20), WMFI-imagehash, Wikidata, Wikimedia-Hackathon-2024, Wikidata-Query-Service

Thu, Dec 19

gerritbot added a comment to T340552: Implement and wire-up minimal OpenTelemetry tracing client compatible with OTEL data model.

Change #1105792 had a related patch set uploaded (by CDanis; author: CDanis):

[mediawiki/core@master] Rdbms\Database: export OTel spans for db operations

https://gerrit.wikimedia.org/r/1105792

Thu, Dec 19, 8:01 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), MediaWiki-Platform-Team, Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-libs-HTTP, Observability-Tracing

Wed, Dec 18

OpenDEM added a comment to T246901: Support full colour 3D models on Wikimedia projects.

I have added the current status of the ongoing work to the page https://commons.wikimedia.org/wiki/Commons:Textured_3D. Help is very welcome.

Wed, Dec 18, 2:41 PM · Wikimedia-Hackathon-2024, User-John_Cummings, Commons, 3D

Tue, Dec 17

bking closed T364233: add https://imagehash-sparql.wmcloud.org/sparql endpoint to wikidata federated query whitelists as Resolved.

@Zache I ran your example query against commons-query and it appears to be giving a response. As such, I'm going to resolve this ticket. That being said: if it does not work, respond here and the ticket will re-open.

Tue, Dec 17, 7:08 PM · Data-Platform-SRE (2024.11.30 - 2024.12.20), WMFI-imagehash, Wikidata, Wikimedia-Hackathon-2024, Wikidata-Query-Service
bking claimed T364233: add https://imagehash-sparql.wmcloud.org/sparql endpoint to wikidata federated query whitelists.
Tue, Dec 17, 6:56 PM · Data-Platform-SRE (2024.11.30 - 2024.12.20), WMFI-imagehash, Wikidata, Wikimedia-Hackathon-2024, Wikidata-Query-Service

Mon, Dec 16

PantheraLeo1359531 added a comment to T246901: Support full colour 3D models on Wikimedia projects.

Hi @Nebulousflynn, nice to have you :). Afaik it is about the implementation of a 3D viewer for textured models and what "quality of life" features it should include, also while handling larger files.

Mon, Dec 16, 1:15 PM · Wikimedia-Hackathon-2024, User-John_Cummings, Commons, 3D
Nebulousflynn added a comment to T246901: Support full colour 3D models on Wikimedia projects.

I'm new to this community, previously Cultural Heritage Lead at sketchfab.com, currently a co-chair of the IIIF 3D Community Group, and very happy to learn about the conversation underway here about updating 3D support on Wikipedia/Wiki Commons.

Mon, Dec 16, 10:51 AM · Wikimedia-Hackathon-2024, User-John_Cummings, Commons, 3D

Sat, Dec 14

Prototyperspective added a comment to T246901: Support full colour 3D models on Wikimedia projects.

The focus area including this task / proposal is now open for voting along with a few other Commons-related areas: https://meta.wikimedia.org/wiki/Community_Wishlist/Focus_areas/Media_formats,_editing,_and_display

Sat, Dec 14, 5:15 PM · Wikimedia-Hackathon-2024, User-John_Cummings, Commons, 3D

Thu, Dec 12

Maintenance_bot removed a project from T20110: Define AbuseFilter consequence to display a CAPTCHA: Patch-For-Review.
Thu, Dec 12, 3:31 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
gerritbot added a comment to T20110: Define AbuseFilter consequence to display a CAPTCHA.

Change #1102863 merged by jenkins-bot:

[mediawiki/extensions/AbuseFilter@REL1_43] ConfirmEditHandler: Remove method_exists checks

https://gerrit.wikimedia.org/r/1102863

Thu, Dec 12, 3:22 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
gerritbot added a project to T20110: Define AbuseFilter consequence to display a CAPTCHA: Patch-For-Review.
Thu, Dec 12, 2:21 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
gerritbot added a comment to T20110: Define AbuseFilter consequence to display a CAPTCHA.

Change #1102863 had a related patch set uploaded (by Reedy; author: Kosta Harlan):

[mediawiki/extensions/AbuseFilter@REL1_43] ConfirmEditHandler: Remove method_exists checks

https://gerrit.wikimedia.org/r/1102863

Thu, Dec 12, 2:21 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
Maintenance_bot removed a project from T20110: Define AbuseFilter consequence to display a CAPTCHA: Patch-For-Review.
Thu, Dec 12, 11:31 AM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
ReleaseTaggerBot added a project to T20110: Define AbuseFilter consequence to display a CAPTCHA: MW-1.44-notes (1.44.0-wmf.8; 2024-12-17).
Thu, Dec 12, 11:00 AM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
gerritbot added a comment to T20110: Define AbuseFilter consequence to display a CAPTCHA.

Change #1102740 merged by jenkins-bot:

[mediawiki/extensions/AbuseFilter@master] ConfirmEditHandler: Remove method_exists checks

https://gerrit.wikimedia.org/r/1102740

Thu, Dec 12, 10:38 AM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
gerritbot added a project to T20110: Define AbuseFilter consequence to display a CAPTCHA: Patch-For-Review.
Thu, Dec 12, 9:48 AM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter
gerritbot added a comment to T20110: Define AbuseFilter consequence to display a CAPTCHA.

Change #1102740 had a related patch set uploaded (by Kosta Harlan; author: Kosta Harlan):

[mediawiki/extensions/AbuseFilter@master] ConfirmEditHandler: Remove method_exists checks

https://gerrit.wikimedia.org/r/1102740

Thu, Dec 12, 9:48 AM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), User-notice-archive, Trust and Safety Product Sprint (Sprint Theremin (Aug 26 - Sept. 6)), MW-1.43-notes (1.43.0-wmf.14; 2024-07-16), ConfirmEdit (CAPTCHA extension), Wikimedia-Hackathon-2024, AbuseFilter

Wed, Dec 11

SToyofuku-WMF changed the status of T314487: [Visual refinements] Decrease (or remove) min-width on Vector dropdown menus, a subtask of T106463: [EPIC] Ready responsive Vector for wider deployment, from Open to In Progress.
Wed, Dec 11, 7:07 PM · Web Team Essential Work 2024, Wikimedia-Hackathon-2024, Desktop Improvements (Vector 2022), Epic

Sun, Dec 8

CodeReviewBot added a comment to T364204: toolforge jobs load flushes out all jobs.

raymond-ndibe opened https://gitlab.wikimedia.org/repos/cloud/toolforge/toolforge-deploy/-/merge_requests/646

Sun, Dec 8, 4:16 PM · Patch-For-Review, cloud-services-team, Wikimedia-Hackathon-2024, Toolforge
CodeReviewBot added a project to T364204: toolforge jobs load flushes out all jobs: Patch-For-Review.

raymond-ndibe opened https://gitlab.wikimedia.org/repos/cloud/toolforge/jobs-api/-/merge_requests/132

Sun, Dec 8, 1:13 PM · Patch-For-Review, cloud-services-team, Wikimedia-Hackathon-2024, Toolforge
Raymond_Ndibe added a comment to T364204: toolforge jobs load flushes out all jobs.

I investigated this a bit. I think the problem is coming from the replica field. For some reason I forgot to account for that in loads since it was added after the loads things was refactored. Also this should have been caught by our functional test

Sun, Dec 8, 11:21 AM · Patch-For-Review, cloud-services-team, Wikimedia-Hackathon-2024, Toolforge
Raymond_Ndibe added a comment to T364204: toolforge jobs load flushes out all jobs.

please @Multichill share your jobs.yaml file so I can attempt reproducing this and see exactly what is happening

Sun, Dec 8, 8:48 AM · Patch-For-Review, cloud-services-team, Wikimedia-Hackathon-2024, Toolforge

Sat, Dec 7

Multichill added a comment to T364204: toolforge jobs load flushes out all jobs.

I just did a toolforge jobs list and had 3 jobs running.

Sat, Dec 7, 9:24 PM · Patch-For-Review, cloud-services-team, Wikimedia-Hackathon-2024, Toolforge
Multichill reopened T364204: toolforge jobs load flushes out all jobs as "Open".
Sat, Dec 7, 9:22 PM · Patch-For-Review, cloud-services-team, Wikimedia-Hackathon-2024, Toolforge
Maintenance_bot removed a project from T358616: Flow\Exception\InvalidTopicUuidException: An error has occurred.: Patch-For-Review.
Sat, Dec 7, 8:30 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), User-Michael, Wikimedia-Hackathon-2024, User-brennen, Growth-Team, Unstewarded-production-error, StructuredDiscussions, Wikimedia-production-error
gerritbot added a comment to T358616: Flow\Exception\InvalidTopicUuidException: An error has occurred..

Change #1101159 merged by jenkins-bot:

[mediawiki/extensions/Flow@REL1_42] Stop logging invalid topic extension and improve error page

https://gerrit.wikimedia.org/r/1101159

Sat, Dec 7, 7:41 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), User-Michael, Wikimedia-Hackathon-2024, User-brennen, Growth-Team, Unstewarded-production-error, StructuredDiscussions, Wikimedia-production-error
gerritbot added a project to T358616: Flow\Exception\InvalidTopicUuidException: An error has occurred.: Patch-For-Review.
Sat, Dec 7, 7:29 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), User-Michael, Wikimedia-Hackathon-2024, User-brennen, Growth-Team, Unstewarded-production-error, StructuredDiscussions, Wikimedia-production-error
gerritbot added a comment to T358616: Flow\Exception\InvalidTopicUuidException: An error has occurred..

Change #1101159 had a related patch set uploaded (by Paladox; author: Michael Große):

[mediawiki/extensions/Flow@REL1_42] Stop logging invalid topic extension and improve error page

https://gerrit.wikimedia.org/r/1101159

Sat, Dec 7, 7:29 PM · MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), User-Michael, Wikimedia-Hackathon-2024, User-brennen, Growth-Team, Unstewarded-production-error, StructuredDiscussions, Wikimedia-production-error

Fri, Dec 6

Jdlrobson removed a project from T328385: "Year in Review" for Wikipedia Contributions: Web-Team.
Fri, Dec 6, 11:19 PM · Wikimedia-Hackathon-2024, Tool-yearinreview, New-Engagement-Experiments, Growth-Team, Editing-team

Thu, Dec 5

Maintenance_bot removed a project from T364215: TranslateSandbox shouldn't allow translations from English to English: Patch-For-Review.
Thu, Dec 5, 2:31 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), LPL Essential (LPL Essential 2024 Nov-Dec), Unplanned-Sprint-Work, Wikimedia-Hackathon-2024, affects-translatewiki.net, MediaWiki-extensions-Translate
abi_ closed T364215: TranslateSandbox shouldn't allow translations from English to English as Resolved.

Tested on translatewiki.net:

Thu, Dec 5, 1:59 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), LPL Essential (LPL Essential 2024 Nov-Dec), Unplanned-Sprint-Work, Wikimedia-Hackathon-2024, affects-translatewiki.net, MediaWiki-extensions-Translate
gerritbot added a comment to T364215: TranslateSandbox shouldn't allow translations from English to English.

Change #1027161 merged by jenkins-bot:

[translatewiki@master] Add English varieties to disabled languages for the Translate sandbox

https://gerrit.wikimedia.org/r/1027161

Thu, Dec 5, 1:46 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), LPL Essential (LPL Essential 2024 Nov-Dec), Unplanned-Sprint-Work, Wikimedia-Hackathon-2024, affects-translatewiki.net, MediaWiki-extensions-Translate

Tue, Dec 3

ReleaseTaggerBot edited projects for T353458: Make core classes follow PSR-4, added: MW-1.44-notes (1.44.0-wmf.8; 2024-12-17); removed MW-1.44-notes (1.44.0-wmf.4; 2024-11-19).
Tue, Dec 3, 9:00 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), Wikimedia-Hackathon-2024, MediaWiki-core-Hackathon-2024, MW-1.42-notes (1.42.0-wmf.21; 2024-03-05), Patch-For-Review, MediaWiki CodeJam Dec 2023, MediaWiki-General
gerritbot added a comment to T353458: Make core classes follow PSR-4.

Change #1090540 merged by jenkins-bot:

[mediawiki/core@master] add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes

https://gerrit.wikimedia.org/r/1090540

Tue, Dec 3, 8:06 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), Wikimedia-Hackathon-2024, MediaWiki-core-Hackathon-2024, MW-1.42-notes (1.42.0-wmf.21; 2024-03-05), Patch-For-Review, MediaWiki CodeJam Dec 2023, MediaWiki-General
ReleaseTaggerBot added a project to T364215: TranslateSandbox shouldn't allow translations from English to English: MW-1.44-notes (1.44.0-wmf.8; 2024-12-17).
Tue, Dec 3, 2:00 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), LPL Essential (LPL Essential 2024 Nov-Dec), Unplanned-Sprint-Work, Wikimedia-Hackathon-2024, affects-translatewiki.net, MediaWiki-extensions-Translate
gerritbot added a comment to T364215: TranslateSandbox shouldn't allow translations from English to English.

Change #1027163 merged by jenkins-bot:

[mediawiki/extensions/Translate@master] QueryMessageCollectionApi: Always perform disabled language check

https://gerrit.wikimedia.org/r/1027163

Tue, Dec 3, 1:03 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), LPL Essential (LPL Essential 2024 Nov-Dec), Unplanned-Sprint-Work, Wikimedia-Hackathon-2024, affects-translatewiki.net, MediaWiki-extensions-Translate
Nikerabbit moved T364215: TranslateSandbox shouldn't allow translations from English to English from Backlog to Needs Review on the LPL Essential (LPL Essential 2024 Nov-Dec) board.
Tue, Dec 3, 1:00 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), LPL Essential (LPL Essential 2024 Nov-Dec), Unplanned-Sprint-Work, Wikimedia-Hackathon-2024, affects-translatewiki.net, MediaWiki-extensions-Translate
Nikerabbit assigned T364215: TranslateSandbox shouldn't allow translations from English to English to jhsoby.

Adding to the sprint to for review & testing.

Tue, Dec 3, 1:00 PM · MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), LPL Essential (LPL Essential 2024 Nov-Dec), Unplanned-Sprint-Work, Wikimedia-Hackathon-2024, affects-translatewiki.net, MediaWiki-extensions-Translate

Sat, Nov 30

Sj added a comment to T334372: Add support for inline SVG.

@SD0001 fantastic, I experimented a bit.

Sat, Nov 30, 4:39 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser