Last modified: 2014-03-17 23:39:45 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T63107, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 61107 - Flow: Contributions from Flow appear in every namespace
Flow: Contributions from Flow appear in every namespace
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Flow (Other open bugs)
unspecified
All All
: High major (vote)
: ---
Assigned To: Nobody - You can work on this!
https://www.mediawiki.org/w/index.php...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-09 10:37 UTC by Quiddity
Modified: 2014-03-17 23:39 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Quiddity 2014-02-09 10:37:49 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
Comment 1 Kunal Mehta (Legoktm) 2014-02-10 17:51:01 UTC
		if ( $pager->namespace != '' &&
			!in_array( $pager->namespace, $wgFlowOccupyNamespaces ) &&
			!count( $wgFlowOccupyPages )
		) {
			return true;
		}


is the problematic code section.
Comment 3 Gerrit Notification Bot 2014-02-27 14:18:57 UTC
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
Comment 4 Gerrit Notification Bot 2014-03-11 22:03:28 UTC
Change 115908 merged by jenkins-bot:
(bug 61107) Contributions from Flow appear in every namespace

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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links