Last modified: 2014-03-17 23:39:45 UTC
If I check my contributions, and specify a single namespace, Flow entries are always visible. Eg. this should be just the "Module:" namespace contributions (I've made none). https://www.mediawiki.org/w/index.php?limit=50&tagfilter=&title=Special%3AContributions&contribs=user&target=Quiddity+%28WMF%29&namespace=828&tagfilter=&year=2014&month=-1
if ( $pager->namespace != '' && !in_array( $pager->namespace, $wgFlowOccupyNamespaces ) && !count( $wgFlowOccupyPages ) ) { return true; } is the problematic code section.
Discussion at https://en.wikipedia.org/wiki/Wikipedia_talk:Flow#Edits_to_Flow_showing_up_logged_as_edits_to_user_talk_pages
Change 115908 had a related patch set uploaded by Matthias Mullie: (bug 61107) Contributions from Flow appear in every namespace https://gerrit.wikimedia.org/r/115908
Change 115908 merged by jenkins-bot: (bug 61107) Contributions from Flow appear in every namespace https://gerrit.wikimedia.org/r/115908