[17:29:55] How do I delete entries from the deletion log through the API? Is it just like a regular page deletion using the log id number? [17:35:47] I have been getting a lot of spam only accounts recent that are creating pages like "Tech Support 1-800 999-9999 call for offers blah blah blah blah" that I'd like to be able to nuke from the visible log. [17:36:57] http://ddowiki.com/page/MediaWiki:Gadget-spamBlock.js is the script I've been working on to block the account and delete the pages, but I'd like to have it offer links to delete the log entries too if they are really long or appear to have a phone number. [17:43:22] or is it the undocumented https://www.mediawiki.org/wiki/API:Revisiondelete ?? [17:44:45] No [17:46:54] Oh, hi Reedy. [17:50:37] Reedy: then it's just regular page delete with a pageid of logid? [17:50:56] No [17:51:21] Then you can't delete log entries from API? [17:52:33] Don't look to be able to [17:53:22] Okay. [18:03:03] Okay, so it's action=revisiondelete&type=revision&ids=[logID]&hide=comment&reason=Spam%20only [21:38:47] how do we store Tracking categories in sql? [21:38:50] MaxSem, ? ^ [21:39:20] just like non-tracking ones [21:39:45] MaxSem, what about their localized name? [21:40:16] it's used :P [21:40:40] do we store them as original (dev-specified), or as a localized value? in which case every time someone updates i18n files, they loose previous categories? [21:41:44] localized, of course [21:42:17] tracking categories are for users, not developers [21:42:21] MaxSem, right, so there is no way to query by category name unless i localize them first? this doesn't make much sense [21:42:49] e.g. i add (with code) a page to a category, than translator renames it, and as the result, the original page no longer shows?