https://bugzilla.wikimedia.org/show_bug.cgi?id=48480
Nemo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |shell CC| |[email protected] Summary|Investigate |Remove EmailCapture |wgUseEmailCapture in |extension |InitialiseSettings.php | --- Comment #2 from Nemo <[email protected]> --- There's also: ---- // Email capture // NOTE: Must be BEFORE ArticleFeedback if ( $wgUseEmailCapture ) { include( "$IP/extensions/EmailCapture/EmailCapture.php" ); $wgEmailCaptureAutoResponse['from'] = '[email protected]'; } ---- https://noc.wikimedia.org/conf/highlight.php?file=CommonSettings.php AFAIK this has been disabled for months if not years; it's listed as requirement for AFTv4 at [[mw:Extension:ArticleFeedback]] but not for AFTv5 and IIRC the CTA using EmailCapture didn't last long even though it's mentioned in [[mw:Article_feedback/Version_5/Feature_Requirements]]: «It may also be possible to adapt the post-survey CTA from AFT v4, with some minor changes to the wording (see this screenshot of a current AFTv4 email capture form, for reference).» There's no reference to EmailCapture in AFTv5's code and AFTv4 is disabled everywhere: 'wmgUseArticleFeedback' => array( 'default' => false, ), AFT-related clutter should also be removed from mediawiki/tools/release/make-wmf-branch/default.conf btw. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
