[Wikidata-bugs] [Maniphest] [Commented On] T44289: [Task] Use rc_source for filtering Wikibase recent changes and watchlist entries in the client

2016-01-20 Thread gerritbot
gerritbot added a comment. Change 257576 merged by jenkins-bot: Use rc_source column for filtering changes in client https://gerrit.wikimedia.org/r/257576 TASK DETAIL https://phabricator.wikimedia.org/T44289 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T44289: [Task] Use rc_source for filtering Wikibase recent changes and watchlist entries in the client

2015-12-08 Thread gerritbot
gerritbot added a subscriber: gerritbot. gerritbot added a comment. Change 257575 had a related patch set uploaded (by Aude): Use a constant for the rc_source value in client recent changes https://gerrit.wikimedia.org/r/257575 TASK DETAIL https://phabricator.wikimedia.org/T44289 EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T44289: [Task] Use rc_source for filtering Wikibase recent changes and watchlist entries in the client

2015-12-08 Thread gerritbot
gerritbot added a comment. Change 257575 merged by jenkins-bot: Use a constant for the rc_source value in client recent changes https://gerrit.wikimedia.org/r/257575 TASK DETAIL https://phabricator.wikimedia.org/T44289 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T44289: [Task] Use rc_source for filtering Wikibase recent changes and watchlist entries in the client

2015-12-08 Thread gerritbot
gerritbot added a comment. Change 257576 had a related patch set uploaded (by Aude): Use rc_source column for filtering changes in client https://gerrit.wikimedia.org/r/257576 TASK DETAIL https://phabricator.wikimedia.org/T44289 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T44289: [Task] Use rc_source for filtering Wikibase recent changes and watchlist entries in the client

2015-11-25 Thread daniel
daniel added a comment. Proposing this for the next sprint. Should be a one line fix (plus 10 or so for testing): in `ChangesListSpecialPageHooksHandler::addWikibaseConditions()`, just replace `$conds[] = 'rc_type != ' . RC_EXTERNAL` with `$conds[] = 'rc_source != "wb"`. TASK DETAIL