[00:18:44] How do I assign custom tags to an edit? Such as 'spam' or 'draft' etc [00:19:17] In what sense? [00:19:28] https://en.wikipedia.org/wiki/Special:Tags sort of tags? [00:57:01] Reedy: yes. I am not sure how to use them, there is no tags select box below the edit summary box. [00:57:53] Say, a half of edits are spam and a sysop deleting it. As I am not responsible for deleting spam, I would like to hide that from the recent changes view. [00:58:27] Or a half of edits are about tennis and another half are about rugby. Maybe I would like to filter by that tag. [00:58:56] Although this belongs to article tags, not edit tags. (I.e. some of this is about article categories - do not think they are shown in recent changes) [00:59:34] So for edit tags .. maybe 'typo fix' or 'added wikilink' or 'spam removal' [01:00:27] I don't think they're designed to be used like that [01:00:35] 3rd party tools can add them using the API [01:00:40] MW and extensions can add them [01:00:44] AbuseFilter can add them [01:01:46] Okay. Basically my goal is to analyse deletion log to see why articles are deleted. However 90% of deletion log is deletion of spam. Filtering that out seems impossible at present. [01:02:39] Hmm [01:02:40] $wgGroupPermissions['user']['applychangetags'] = true; [01:02:40] $wgGroupPermissions['user']['changetags'] = true; [01:04:43] "Apply tags along with one's changes" [01:05:45] Okay. Thanks! [01:06:34] Sveta: https://www.mediawiki.org/wiki/Help:Tags#Adding_or_removing_tags_from_a_revision_or_log_entry looks like what you were looking for [01:11:16] Ya, thank you, Reedy. I believe I'll need to test it at my own wiki before requesting a configuration change for a Wikimedia wiki. Will give that a go. :-) [01:12:11] Heh, probably yeah :) [01:35:14] So phab can now display the contents of a patch on the file info page, but not in its lightbox viewer? [01:35:20] I suppose that's progress [07:41:54] shauno: your hint did the trick! Thank you very much. [15:27:47] o/ [15:27:53] How could I go about getting a list of users *not* in a group? [15:29:10] I could list all and subtract, but I feel like there should be a proper way [15:30:38] https://en.wikipedia.org/w/api.php?action=query&list=allusers&auexcludegroup=sysop [15:31:06] ty <3