Page MenuHomePhabricator
Feed Advanced Search

Jun 28 2020

Proc claimed T255506: Identify how abuse log details were purged from the CU logs.
Jun 28 2020, 5:14 PM · MW-1.36-notes (1.36.0-wmf.10; 2020-09-22), MW-1.35-notes (1.35.0-wmf.39; 2020-06-30), AbuseFilter, CheckUser
Proc added a comment to T255506: Identify how abuse log details were purged from the CU logs.

@Tgr Doesn't seem like addTemporaryUserRights works, perhaps due to the different scope?

Jun 28 2020, 4:16 PM · MW-1.36-notes (1.36.0-wmf.10; 2020-09-22), MW-1.35-notes (1.35.0-wmf.39; 2020-06-30), AbuseFilter, CheckUser

Jun 27 2020

Proc added a comment to T255506: Identify how abuse log details were purged from the CU logs.

A very cheap way to do it, which I think is kinda like the last option @Tgr suggested, is to chuck in

$user = User::newFromName("ObscureUsernameCheckUserLog");
if ( $user->getId() !== 0 ) {
	$context->setUser($user);
}
Jun 27 2020, 9:01 PM · MW-1.36-notes (1.36.0-wmf.10; 2020-09-22), MW-1.35-notes (1.35.0-wmf.39; 2020-06-30), AbuseFilter, CheckUser

Jun 20 2020

Proc added a comment to T54510: Echo should provide notifications about your revision being approved or rejected on wikis with FlaggedRevs enabled.

I've picked this up where @Cenarium left off, rebased into current master and updated some small things to make it work: https://gerrit.wikimedia.org/r/316410/

Jun 20 2020, 5:39 PM · Patch-Needs-Improvement, Growth-Team-Filtering, good first task, patch-welcome, Growth-Team, MediaWiki-extensions-FlaggedRevs, Notifications
Proc claimed T54510: Echo should provide notifications about your revision being approved or rejected on wikis with FlaggedRevs enabled.
Jun 20 2020, 5:12 PM · Patch-Needs-Improvement, Growth-Team-Filtering, good first task, patch-welcome, Growth-Team, MediaWiki-extensions-FlaggedRevs, Notifications
Proc added a project to T255390: Edit filter log returns no results, despite results being available: MediaWiki-extensions-FlaggedRevs.
Jun 20 2020, 5:04 PM · SQLite, AbuseFilter
Proc added a comment to T255390: Edit filter log returns no results, despite results being available.

This is also broken. rev_timestamp is a blob, not an integer, so this query also fails to return results. Tested in SQL console with and without encapsulating it in quotations, and the former returned results, the latter (as in code) did not, so I believe that is also related to this.

Jun 20 2020, 3:31 PM · SQLite, AbuseFilter

Jun 16 2020

Aklapper renamed Proc from ProcrasinatingReader to Proc.
Jun 16 2020, 5:28 PM
Proc updated the task description for T255588: Rename username on Phabricator.
Jun 16 2020, 5:05 PM · Phabricator
Proc updated the task description for T255588: Rename username on Phabricator.
Jun 16 2020, 5:05 PM · Phabricator
Proc updated the task description for T255588: Rename username on Phabricator.
Jun 16 2020, 5:04 PM · Phabricator
Proc updated the task description for T255588: Rename username on Phabricator.
Jun 16 2020, 4:59 PM · Phabricator
Proc created T255588: Rename username on Phabricator.
Jun 16 2020, 4:59 PM · Phabricator

Jun 15 2020

Proc placed T51770: AF action to temporarily enable pending changes up for grabs.
Jun 15 2020, 4:52 PM · MediaWiki-extensions-FlaggedRevs, AbuseFilter
Proc added a comment to T255390: Edit filter log returns no results, despite results being available.

@DannyS712 No - I get "No results". The filter is public and I've enabled all the permissions for my role.

Jun 15 2020, 5:31 AM · SQLite, AbuseFilter
Proc created T255390: Edit filter log returns no results, despite results being available.
Jun 15 2020, 5:18 AM · SQLite, AbuseFilter
Proc claimed T51770: AF action to temporarily enable pending changes.
Jun 15 2020, 4:04 AM · MediaWiki-extensions-FlaggedRevs, AbuseFilter