[05:42:16] Mhm... so i wanna revoke my oauth code - b2ac47e982513770374acc5d6459ff55 [06:46:55] smallsnail as a user? or an app owner? [06:47:04] app owner [06:47:18] so i login to pywikibot, but it's uselss [06:47:55] there is a special page called something like OAuthConsumerRegistration, you can do it there [06:48:25] https://meta.wikimedia.org/wiki/Special:OAuthConsumerRegistration/list [06:48:37] yeah so don't remove or revoke button of Special:OAuthConsumerRegistration/list [06:50:15] hm [06:50:22] can you use https://meta.wikimedia.org/wiki/Special:OAuthManageConsumers/b2ac47e982513770374acc5d6459ff55 ? [06:50:45] so not permission - only OAuth Administrator [06:51:02] as a user, you can revoke access at https://meta.wikimedia.org/wiki/Special:OAuthManageMyGrants [06:51:25] for an owner-only consumer, maybe that'll disable it entirely [06:51:52] ah thanks :) [07:06:53] so [12:32:34] Hi, all. What happen to tools-bastion-02? It is too slow. [16:54:04] Hello all, I recently saw the new "Upload Wizard" in wikimedia commons. It looks so great. [16:54:30] I have a little doubt about it. Is this the right place to ask? [16:55:27] kaartic: what's your question? [16:55:42] kaartic: Don't ask to ask. :) [16:57:32] andre__: I just wanted to be sure I was in the right place :) [16:57:48] it does not matter. if it is the wrong place, someone would tell you after asking the question. [16:59:11] andre_: ok [17:00:59] eurodyne: I found the date chooser to be designed in a good way. I thought of using it in another project. Is it possible for me to use the date chooser separately ? i.e., Is it independent ? [17:09:30] kaartic: yes. the date chooser is implemented in the 'mediawiki.widgets.DateInputWidget' module (https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.widgets.DateInputWidget), you can use it in any other extension. since recently, it's also used on Special:Contributions (https://en.wikipedia.beta.wmflabs.org/wiki/Special:Contributions) [17:12:41] Thanks for the info. Is it meant to be used with mediawiki or is it completely standalone ? i.e., Can I use it in an external project that isn't meant to run on Mediawiki ? [17:21:19] kaartic: It is a widget included in the mediawiki core code repository. [17:21:28] it is not a separate code repository. [17:26:38] ok. Is there any possiblity to refactor it to make it an independent component ? If possible, I guess it's worth the effort. [17:27:49] "an independent component" does not make any sense here. [17:28:00] imho. [17:28:45] kaartic: you'd probably have to do the work yourself. it doesn't really depend on anything in MediaWiki, but it uses OOjs UI and Moment.js [17:31:41] Thanks for the info. I think I could do give it a try. BTW, I didn't want to separate it for Mediawiki, just for my project.