Page MenuHomePhabricator

TheresNoTime (Sammy)
Software Engineer

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Aug 22 2015, 4:59 PM (538 w, 1 d)
Availability
Available
IRC Nick
TheresNoTime
LDAP User
Samtar
MediaWiki User
TheresNoTime [ Global Accounts ]

Heya 👋 I'm Sammy (they/them), otherwise known as:

You'll probably see me:
Come say hi!

I'm on libera.chat IRC as TheresNoTime, or you can reach out via any of the listed methods on https://people.wikimedia.org/~samtar :-)


______________________________________ / I work for or provide services to \ | the Wikimedia Foundation, but this | | is my only Phabricator account. | | Unless otherwise stated, comments | | made using this account are my own, | | and may not reflect the views of the | \ Foundation. The fox says "moo". / -------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||

Recent Activity

Thu, Dec 11

TheresNoTime moved T412304: Empty state message is incorrectly aligned from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Thu, Dec 11, 12:46 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime claimed T412304: Empty state message is incorrectly aligned.
Thu, Dec 11, 12:43 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime moved T411843: Link to Special:WatchlistLabels from the labels selector on Special:Watchlist from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Thu, Dec 11, 12:27 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime updated the task description for T411836: Deploy to a Beta wiki.
Thu, Dec 11, 10:21 AM · Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime moved T411836: Deploy to a Beta wiki from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Thu, Dec 11, 10:20 AM · Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime added a comment to T407853: Special:EditWatchlist: Cannot remove pages in some circumstances.

If it helps, so far with testing this the cases where I'm not on the first page of results and it works an offset value is sent in the payload, and where it fails the offset value is missing

Thu, Dec 11, 10:19 AM · Community-Tech (Fox Squad), Moderator-Tools-Team, MediaWiki-Watchlist
TheresNoTime added a comment to T411843: Link to Special:WatchlistLabels from the labels selector on Special:Watchlist.

That sounds like a bug. Surely we don't want it showing if the feature flag is off?

Thu, Dec 11, 9:33 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels

Wed, Dec 10

TheresNoTime moved T411843: Link to Special:WatchlistLabels from the labels selector on Special:Watchlist from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Wed, Dec 10, 2:16 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime added a comment to T411843: Link to Special:WatchlistLabels from the labels selector on Special:Watchlist.

(have assumed that given the "Labels" toolbar item appears regardless of the feature flag being enabled that the help button linking to Special:WatchlistLabels is fine appearing too)

Wed, Dec 10, 2:08 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime claimed T411843: Link to Special:WatchlistLabels from the labels selector on Special:Watchlist.
Wed, Dec 10, 1:50 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime moved T410383: Limit watchlist labels to 100 per user from In Development to QA on the Community-Tech (Fox Squad) board.
Wed, Dec 10, 9:47 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime moved T411842: Add watchlist labels to legacy navigation from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Wed, Dec 10, 9:47 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime moved T410356: Make label manager columns sortable from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Wed, Dec 10, 9:22 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime updated the task description for T411836: Deploy to a Beta wiki.
Wed, Dec 10, 9:19 AM · Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime moved T411836: Deploy to a Beta wiki from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.

Current patch:

  • sets wgEnableWatchlistLabels as default false for prod (no change from config var's default
  • sets wgEnableWatchlistLabels as true for enwiki on the beta cluster
Wed, Dec 10, 9:18 AM · Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime claimed T411836: Deploy to a Beta wiki.
Wed, Dec 10, 9:01 AM · Community-Tech (Fox Squad), Watchlist-Labels

Thu, Dec 4

TheresNoTime moved T409375: Add watchlist labels to meta=userinfo API from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Thu, Dec 4, 2:06 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime added a comment to T409375: Add watchlist labels to meta=userinfo API.

At the moment, I have just the label names being returned via

$wl = [];
foreach ( $labels as $label ) {
    $wl[] = $label->getName();
}

giving:

{
  "batchcomplete": true,
  "query": {
    "userinfo": {
      "id": 1,
      "name": "Admin",
      "watchlistlabels": [
        "fox",
        "label1",
        "label2",
        "label3",
        "label4"
      ]
    }
  },
Thu, Dec 4, 11:18 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime claimed T409375: Add watchlist labels to meta=userinfo API.
Thu, Dec 4, 10:48 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime moved T410383: Limit watchlist labels to 100 per user from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Thu, Dec 4, 10:18 AM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels

Mon, Nov 24

TheresNoTime moved T410383: Limit watchlist labels to 100 per user from Ready for Dev to In Development on the Community-Tech (Fox Squad) board.
Mon, Nov 24, 3:33 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime claimed T410383: Limit watchlist labels to 100 per user.
Mon, Nov 24, 3:03 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Community-Tech (Fox Squad), Watchlist-Labels

Oct 23 2025

TheresNoTime updated the task description for T406840: Allow users to label watchlist items.
Oct 23 2025, 1:42 PM · Community-Tech, Story, Watchlist-Labels
TheresNoTime updated the task description for T406840: Allow users to label watchlist items.
Oct 23 2025, 1:40 PM · Community-Tech, Story, Watchlist-Labels
TheresNoTime updated the task description for T406840: Allow users to label watchlist items.
Oct 23 2025, 1:37 PM · Community-Tech, Story, Watchlist-Labels

Oct 14 2025

TheresNoTime added a comment to T407240: PHP Deprecated: Use of MediaWiki\Parser\ParserOutput::getImages was deprecated in MediaWiki 1.43. [Called from MediaWiki\Extension\GlobalUsage\Hooks::onLinksUpdateComplete].

coincides with my backport for https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/1196061 finishing, but that change is unrelated..

Oct 14 2025, 2:20 PM · Wikimedia-production-error
TheresNoTime updated the task description for T407240: PHP Deprecated: Use of MediaWiki\Parser\ParserOutput::getImages was deprecated in MediaWiki 1.43. [Called from MediaWiki\Extension\GlobalUsage\Hooks::onLinksUpdateComplete].
Oct 14 2025, 2:17 PM · Wikimedia-production-error
TheresNoTime created T407240: PHP Deprecated: Use of MediaWiki\Parser\ParserOutput::getImages was deprecated in MediaWiki 1.43. [Called from MediaWiki\Extension\GlobalUsage\Hooks::onLinksUpdateComplete].
Oct 14 2025, 2:17 PM · Wikimedia-production-error

Oct 9 2025

TheresNoTime updated the task description for T406843: Create watchlist labels database tables.
Oct 9 2025, 10:54 AM · Data-Persistence (work done), MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime created T406843: Create watchlist labels database tables.
Oct 9 2025, 10:50 AM · Data-Persistence (work done), MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), Community-Tech (Fox Squad), Watchlist-Labels
TheresNoTime updated the task description for T406840: Allow users to label watchlist items.
Oct 9 2025, 10:41 AM · Community-Tech, Story, Watchlist-Labels
TheresNoTime added a subtask for T404391: Allow editors to organize their watchlist items: T406840: Allow users to label watchlist items.
Oct 9 2025, 10:40 AM · Watchlist-Labels, OKR-Work, Moderator-Tools-Team, Community-Tech, Epic
TheresNoTime added a parent task for T406840: Allow users to label watchlist items: T404391: Allow editors to organize their watchlist items.
Oct 9 2025, 10:40 AM · Community-Tech, Story, Watchlist-Labels
TheresNoTime added a project to T406840: Allow users to label watchlist items: Story.
Oct 9 2025, 10:39 AM · Community-Tech, Story, Watchlist-Labels
TheresNoTime updated the task description for T406840: Allow users to label watchlist items.
Oct 9 2025, 10:39 AM · Community-Tech, Story, Watchlist-Labels
TheresNoTime created T406840: Allow users to label watchlist items.
Oct 9 2025, 10:36 AM · Community-Tech, Story, Watchlist-Labels

Oct 6 2025

TheresNoTime created T406518: MediaWiki\Revision\RevisionAccessException: Failed to load data blob from {address} for revision {revision}. If this problem persists, use the findBadBlobs maintenance script to investigate the issue and mark the bad blobs..
Oct 6 2025, 7:04 PM · Wikimedia-production-error

Sep 22 2025

TheresNoTime renamed T401575: WE1.4.3: Instrument watchlist from Instrument watchlist and recent changes to WE1.4.3: Instrument watchlist.
Sep 22 2025, 2:38 PM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.22; 2025-10-07), OKR-Work, MediaWiki-Watchlist, MediaWiki-Recent-changes, Moderator-Tools-Team, Community-Tech

Sep 8 2025

TheresNoTime moved T401483: [BUG] Language settings do nothing in svgtranslate from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Sep 8 2025, 10:43 AM · Community-Tech (Fox Squad), SVG Translate Tool

Aug 12 2025

TheresNoTime updated the task description for T401575: WE1.4.3: Instrument watchlist.
Aug 12 2025, 3:47 PM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.22; 2025-10-07), OKR-Work, MediaWiki-Watchlist, MediaWiki-Recent-changes, Moderator-Tools-Team, Community-Tech
TheresNoTime added a comment to T401575: WE1.4.3: Instrument watchlist.

@TheresNoTime this looks good. Ideally in the target article/page we are also able to track any of the links on the row. That way, we can identify not only the CTR, but the CTR on certain elements of the page.

Is this doable? I think the spec as defined only tracks the diff or article links.

Aug 12 2025, 3:43 PM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.22; 2025-10-07), OKR-Work, MediaWiki-Watchlist, MediaWiki-Recent-changes, Moderator-Tools-Team, Community-Tech

Aug 11 2025

TheresNoTime created T401575: WE1.4.3: Instrument watchlist.
Aug 11 2025, 9:58 AM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.22; 2025-10-07), OKR-Work, MediaWiki-Watchlist, MediaWiki-Recent-changes, Moderator-Tools-Team, Community-Tech

Jul 29 2025

TheresNoTime removed a project from T209673: Transcodes are not reset for undeleted video file: Patch-For-Review.
Jul 29 2025, 12:54 PM · MW-1.42-notes (1.42.0-wmf.25; 2024-04-02), TimedMediaHandler-Transcode
TheresNoTime moved T395884: Select current value of the search box when pressing enter from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Jul 29 2025, 11:47 AM · MW-1.45-notes (1.45.0-wmf.13; 2025-08-05), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template), Community-Tech (Fox Squad), TemplateData

Jul 28 2025

TheresNoTime closed T391064: Enable template favoriting on all remaining WMF wikis, a subtask of T377978: [STORY] Template favouriting available on all foundation wikis, as Resolved.
Jul 28 2025, 12:26 PM · Story, Template-Discovery-And-Recall, Community-Tech
TheresNoTime closed T391064: Enable template favoriting on all remaining WMF wikis as Resolved.
Jul 28 2025, 12:26 PM · Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template)
TheresNoTime moved T397593: Prevent multiple 'titles' inputs for featured templates from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Jul 28 2025, 12:26 PM · MW-1.45-notes (1.45.0-wmf.20; 2025-09-23), VisualEditor, Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall
TheresNoTime moved T395884: Select current value of the search box when pressing enter from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Jul 28 2025, 12:25 PM · MW-1.45-notes (1.45.0-wmf.13; 2025-08-05), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template), Community-Tech (Fox Squad), TemplateData
TheresNoTime closed T396009: Uncaught Error: Invalid pageId: undefined (when selecting template from category picker) as Resolved.
Jul 28 2025, 9:37 AM · MW-1.45-notes (1.45.0-wmf.5; 2025-06-10), Community-Tech (Fox Squad), Template-Discovery-And-Recall
TheresNoTime closed T392827: Run a query to prove or disprove our template discovery hypothesis as Resolved.
Jul 28 2025, 9:36 AM · Template-Discovery-And-Recall (Allow users to favorite a template), Community-Tech (Fox Squad)
TheresNoTime closed T396436: Show number of favourited templates as Resolved.
Jul 28 2025, 9:36 AM · MW-1.45-notes (1.45.0-wmf.11; 2025-07-22), Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template)

Jul 22 2025

TheresNoTime moved T391064: Enable template favoriting on all remaining WMF wikis from In Development to QA on the Community-Tech (Fox Squad) board.
Jul 22 2025, 11:38 AM · Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template)
TheresNoTime updated the task description for T391064: Enable template favoriting on all remaining WMF wikis.
Jul 22 2025, 11:37 AM · Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template)

Jul 21 2025

TheresNoTime edited projects for T400006: Template search not finding exact matches in VE, added: Community-Tech (Fox Squad); removed Community-Tech.
Jul 21 2025, 10:46 AM · Template-Discovery-And-Recall (Allow users to favorite a template), TemplateData, VisualEditor

Jul 17 2025

TheresNoTime moved T396436: Show number of favourited templates from In Development to QA on the Community-Tech (Fox Squad) board.
Jul 17 2025, 10:04 AM · MW-1.45-notes (1.45.0-wmf.11; 2025-07-22), Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template)

Jul 16 2025

TheresNoTime updated the task description for T391064: Enable template favoriting on all remaining WMF wikis.
Jul 16 2025, 12:08 PM · Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template)

Jul 9 2025

TheresNoTime claimed T395884: Select current value of the search box when pressing enter.

(will just grab this for now while I work on it :D)

Jul 9 2025, 10:16 AM · MW-1.45-notes (1.45.0-wmf.13; 2025-08-05), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template), Community-Tech (Fox Squad), TemplateData
TheresNoTime claimed T396436: Show number of favourited templates.
Jul 9 2025, 10:12 AM · MW-1.45-notes (1.45.0-wmf.11; 2025-07-22), Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template)

Jul 3 2025

TheresNoTime claimed T377978: [STORY] Template favouriting available on all foundation wikis.
Jul 3 2025, 10:12 AM · Story, Template-Discovery-And-Recall, Community-Tech
TheresNoTime moved T398287: Improvements for featured templates' CommunityConfiguration form from Ready for Dev to In Development on the Community-Tech (Fox Squad) board.
Jul 3 2025, 9:44 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime moved T397593: Prevent multiple 'titles' inputs for featured templates from Ready for Dev to In Development on the Community-Tech (Fox Squad) board.
Jul 3 2025, 9:44 AM · MW-1.45-notes (1.45.0-wmf.20; 2025-09-23), VisualEditor, Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall

Jul 2 2025

TheresNoTime closed T398477: Requesting access to NFS mount /public/dumps for dumpstorrents Cloud VPS project as Resolved.
Jul 2 2025, 6:36 PM · VPS-Projects, Data-Services, cloud-services-team
TheresNoTime created T398477: Requesting access to NFS mount /public/dumps for dumpstorrents Cloud VPS project.
Jul 2 2025, 5:52 PM · VPS-Projects, Data-Services, cloud-services-team
TheresNoTime added a comment to T398428: PageTitlesControl does not clear input when selecting a title from the dropdown.

Some quick poking at this found another "non-Vue" hacky way of dealing with this :3

Jul 2 2025, 1:34 PM · Growth-Team, MediaWiki-extensions-CommunityConfiguration
TheresNoTime added a comment to T398428: PageTitlesControl does not clear input when selecting a title from the dropdown.

T388567: "[Vue warn]: Attempting to mutate prop "inputValue". Props are readonly." when using NamespacesControl seems related

Jul 2 2025, 12:42 PM · Growth-Team, MediaWiki-extensions-CommunityConfiguration
TheresNoTime updated the task description for T398428: PageTitlesControl does not clear input when selecting a title from the dropdown.
Jul 2 2025, 11:23 AM · Growth-Team, MediaWiki-extensions-CommunityConfiguration
TheresNoTime updated the task description for T398287: Improvements for featured templates' CommunityConfiguration form.
Jul 2 2025, 11:22 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime updated the task description for T398287: Improvements for featured templates' CommunityConfiguration form.
Jul 2 2025, 11:21 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime created T398428: PageTitlesControl does not clear input when selecting a title from the dropdown.
Jul 2 2025, 11:21 AM · Growth-Team, MediaWiki-extensions-CommunityConfiguration
TheresNoTime added a comment to T398287: Improvements for featured templates' CommunityConfiguration form.
 [Vue warn]: Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text or teleport root nodes. 
  at <ObjectControl uischema= {scope: '#/properties/FeaturedTemplates/0', name: 'FeaturedTemplates', required: false, type: 'Control', label: null, } schema= {type: 'object', properties: {}, required: Array(1)} renderers= (12) [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]  ... > 
  at <DispatchRenderer class="ext-communityConfiguration-ArrayControl__item-wrapper__item" schema= {type: 'array', default: Array(0), items: {}} uischema= {scope: '#/properties/FeaturedTemplates/0', name: 'FeaturedTemplates', required: false, type: 'Control', label: null, } > 
  at <CdxField id="FeaturedTemplates" status="default" messages= {}  ... > 
  at <ArrayControl uischema= {scope: '#/properties/FeaturedTemplates', name: 'FeaturedTemplates', required: false, type: 'Control', label: null, } schema= {type: 'array', default: Array(0), items: {}} renderers= (12) [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}] > 
  at <DispatchRenderer key="FeaturedTemplates-0" schema= {$schema: 'https://json-schema.org/draft-04/schema#', $id: 'MediaWiki/Extension/TemplateData/Schemas/FeaturedTemplatesSchema/1.0.0', additionalProperties: false, required: Array(0), type: 'object', } uischema= {scope: '#/properties/FeaturedTemplates', name: 'FeaturedTemplates', required: false, type: 'Control', label: null, } > 
  at <FormLayout schema= {$schema: 'https://json-schema.org/draft-04/schema#', $id: 'MediaWiki/Extension/TemplateData/Schemas/FeaturedTemplatesSchema/1.0.0', additionalProperties: false, required: Array(0), type: 'object', } uischema= {elements: Array(1)} > 
  at <JsonForm config= {i18nPrefix: 'communityconfiguration-templatedata-featuredtemplates', i18nMessages: {}, feedbackURL: null, canEdit: true, namespaceSelectorOptions: {}, } data= {FeaturedTemplates: Array(1)} renderers= (12) [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]  ... > 
[...]
Jul 2 2025, 11:05 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime added a comment to T397861: Request creation of dumpstorrents VPS project.
  • the concerns raised here suggest that it does increase NFS load, though perhaps not to a disruptive level, given how 'infrequently' new torrents would need to be generated?

Bursts are the main concern here, and it sounds like you're describing something bursty! Is this something with a throttle you can configure?

Jul 2 2025, 10:23 AM · Cloud-VPS (Project-requests)
TheresNoTime moved T396556: TypeError: info.templatedata is undefined from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Jul 2 2025, 9:45 AM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Community-Tech (Fox Squad), Template-Discovery-And-Recall

Jul 1 2025

TheresNoTime added a comment to T392827: Run a query to prove or disprove our template discovery hypothesis.

nb. from Slack: also query how many users have 5+ favourite templates

Jul 1 2025, 2:36 PM · Template-Discovery-And-Recall (Allow users to favorite a template), Community-Tech (Fox Squad)
TheresNoTime added a comment to T392827: Run a query to prove or disprove our template discovery hypothesis.

nb. from Slack: also query how many users have 5+ favourite templates

Jul 1 2025, 2:30 PM · Template-Discovery-And-Recall (Allow users to favorite a template), Community-Tech (Fox Squad)
TheresNoTime added a comment to T397861: Request creation of dumpstorrents VPS project.

Thanks for the comments @Andrew

Jul 1 2025, 12:14 PM · Cloud-VPS (Project-requests)
TheresNoTime set Due Date to Jul 2 2025, 11:00 PM on T398288: Enable Template Discovery for all wikis.
Jul 1 2025, 10:25 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime added a comment to T398288: Enable Template Discovery for all wikis.

Will happen this Thursday once 1.45.0-wmf.8 is stable on all projects

Jul 1 2025, 10:23 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime updated subscribers of T398288: Enable Template Discovery for all wikis.
Jul 1 2025, 10:23 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime created T398288: Enable Template Discovery for all wikis.
Jul 1 2025, 10:22 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime added a project to T398287: Improvements for featured templates' CommunityConfiguration form: Template-Discovery-And-Recall.
Jul 1 2025, 10:15 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)
TheresNoTime created T398287: Improvements for featured templates' CommunityConfiguration form.
Jul 1 2025, 10:14 AM · Template-Discovery-And-Recall, Community-Tech (Fox Squad)

Jun 27 2025

TheresNoTime added a comment to T396556: TypeError: info.templatedata is undefined.

I think it might be when a template is redirected but also is categorised, e.g. Template:CN:

#REDIRECT [[Template:Citation needed]]
[[Category:Template shortcuts]]

I think the fix might be in DataStore.getItemData(), where we look for the returned data with if ( responses[ 0 ].pages[ pageId ] !== undefined ) …

It should actually be looking instead for the *first* (well, and only) returned page (and also then returning the ID of that page, which will be different in the case of redirects).

Jun 27 2025, 2:41 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Community-Tech (Fox Squad), Template-Discovery-And-Recall
TheresNoTime moved T397814: Don't show in Special:CommunityConfiguration if $wgTemplateDataEnableFeaturedTemplates is false from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Jun 27 2025, 2:23 PM · MW-1.45-notes (1.45.0-wmf.8; 2025-07-01), VisualEditor, Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall
TheresNoTime moved T391947: Allow user to change order of favourite templates from In Development to QA on the Community-Tech (Fox Squad) board.
Jun 27 2025, 2:21 PM · MW-1.45-notes (1.45.0-wmf.5; 2025-06-10), Community-Tech (Fox Squad), VisualEditor, TemplateData, Template-Discovery-And-Recall (Allow users to favorite a template)
TheresNoTime added a comment to T396684: Sitemaps API.

Quick question (which very much could be from my own misunderstanding) — I tested the patch and found that language variants were being included:

Jun 27 2025, 9:59 AM · MW-Interfaces-Team, Community-Tech (Sea Lion Squad), MediaWiki-General, SEO

Jun 26 2025

TheresNoTime claimed T397814: Don't show in Special:CommunityConfiguration if $wgTemplateDataEnableFeaturedTemplates is false.
Jun 26 2025, 12:22 PM · MW-1.45-notes (1.45.0-wmf.8; 2025-07-01), VisualEditor, Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall
TheresNoTime moved T397808: Change favorite notifications from 'success' type to 'info' from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Jun 26 2025, 12:08 PM · MW-1.45-notes (1.45.0-wmf.8; 2025-07-01), VisualEditor, Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template), TemplateData
TheresNoTime moved T397808: Change favorite notifications from 'success' type to 'info' from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Jun 26 2025, 10:40 AM · MW-1.45-notes (1.45.0-wmf.8; 2025-07-01), VisualEditor, Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template), TemplateData
TheresNoTime claimed T397808: Change favorite notifications from 'success' type to 'info'.
Jun 26 2025, 10:35 AM · MW-1.45-notes (1.45.0-wmf.8; 2025-07-01), VisualEditor, Community-Tech (Fox Squad), Template-Discovery-And-Recall (Allow users to favorite a template), TemplateData

Jun 25 2025

TheresNoTime created T397861: Request creation of dumpstorrents VPS project.
Jun 25 2025, 5:09 PM · Cloud-VPS (Project-requests)

Jun 17 2025

TheresNoTime added a comment to T397097: SpiderPig live job log view is broken.

Same here (in Chrome fwiw)

Jun 17 2025, 11:11 AM · Patch-For-Review, Scap (SpiderPig 🕸️)
TheresNoTime moved T396677: Add help text at top of featured templates' tab from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Jun 17 2025, 9:39 AM · MW-1.45-notes (1.45.0-wmf.7; 2025-06-24), VisualEditor, Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall

Jun 13 2025

TheresNoTime moved T396677: Add help text at top of featured templates' tab from Ready for Dev to In Development on the Community-Tech (Fox Squad) board.

Is there a better way of setting an explicit title on tabs?

Jun 13 2025, 1:27 PM · MW-1.45-notes (1.45.0-wmf.7; 2025-06-24), VisualEditor, Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall
TheresNoTime claimed T396677: Add help text at top of featured templates' tab.
Jun 13 2025, 1:19 PM · MW-1.45-notes (1.45.0-wmf.7; 2025-06-24), VisualEditor, Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall
TheresNoTime moved T396830: Add link to Special:CommunityConfiguration in Featured templates' tab from In Development to Feedback and Review on the Community-Tech (Fox Squad) board.
Jun 13 2025, 10:45 AM · VisualEditor, MW-1.45-notes (1.45.0-wmf.6; 2025-06-17), Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall
TheresNoTime moved T396830: Add link to Special:CommunityConfiguration in Featured templates' tab from Ready for Dev to In Development on the Community-Tech (Fox Squad) board.
Jun 13 2025, 10:43 AM · VisualEditor, MW-1.45-notes (1.45.0-wmf.6; 2025-06-17), Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall
TheresNoTime claimed T396830: Add link to Special:CommunityConfiguration in Featured templates' tab.
Jun 13 2025, 10:02 AM · VisualEditor, MW-1.45-notes (1.45.0-wmf.6; 2025-06-17), Community-Tech (Fox Squad), TemplateData, Template-Discovery-And-Recall

Jun 12 2025

TheresNoTime added a comment to T396556: TypeError: info.templatedata is undefined.

I think it might be when a template is redirected but also is categorised

Jun 12 2025, 9:42 AM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Community-Tech (Fox Squad), Template-Discovery-And-Recall

Jun 11 2025

TheresNoTime added a comment to T396556: TypeError: info.templatedata is undefined.

hm, info doesn't have templatedata for some of these templates, but most (all?) of the required info is available in categories — I can't replicate this locally on the same commit/latest commit...

Jun 11 2025, 1:46 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Community-Tech (Fox Squad), Template-Discovery-And-Recall
TheresNoTime claimed T396556: TypeError: info.templatedata is undefined.
Jun 11 2025, 1:22 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Community-Tech (Fox Squad), Template-Discovery-And-Recall