[08:47:51] How do you turn on DiscussionTools topic subscriptions on a localhost wiki? Patch 808064 https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/808064/ suggests that you add $wgDiscussionTools_topicsubscription = 'available' to LocalSettings.php but that didn't work for me. [08:50:02] Oh interesting. It's working on mainspace talk pages but not user talk pages. [08:51:12] Unless you are using the latest development version, you may be missing features seen on Wikipedia [08:51:40] I'm on latest dev version. Git cloned it a couple minutes ago [08:52:11] Anyway I'm mostly unblocked, it's working on mainspace talk pages. But not user talk pages curiously. Maybe there's a setting somewhere [08:54:51] didn't quickly find any namespace filtering (e.g. https://codesearch.wmcloud.org/search/?q=TOPICSUBSCRIPTION&i=nope&files=php&excludeFiles=&repos=) but not sure [08:56:53] I think I've got it working well enough to test my Echo patch. Thank you for looking [10:08:54] I have a question about https://quarry.wmcloud.org/history/63641/691208/671072 running against en.wiki This query has been working for months and has periodically been run / modified to produce a new work-list. In the last couple of days it fails, even on old versions that used to work. The error is "Unknown column 'tl_title' in 'where clause'" [10:08:54] which makes me think the database schema has changed. Where can I find the latest database schema for en.wiki? [10:10:56] Guest3648: yes, template links table has changed recently [10:11:20] Guest3648: https://lists.wikimedia.org/hyperkitty/list/cloud@lists.wikimedia.org/thread/U2U6TXIBABU3KDCVUOITIGI5OJ4COBSW/ [10:15:05] taavi: thanks. Now I have an example I should be able to work it out for myself. [10:15:55] Guest3648: there's also https://www.mediawiki.org/wiki/Manual:Templatelinks_table [10:17:43] bawolff: I found that page before, but it doesn't seem to be updated for the version of wikimedia on en.wiki and only added to my confusion. [10:20:51] thanks all for your help [19:26:55] What does a branch of . mean in submodule [19:27:15] I notice all the submodules in mediawiki/extensions is using a branch of . in .gitmodules [19:30:06] "current branch" [19:30:24] I think it's a way to have the mapping of master in the meta repo, meaning master is used in the submodule [19:30:45] ah ok [21:26:22] I took a shot at updating https://www.mediawiki.org/wiki/Manual:Templatelinks_table for T299417, but I may have done it all horribly. :) [21:26:23] T299417: Normalize templatelinks table - https://phabricator.wikimedia.org/T299417