[06:33:43] *tumbleweed* https://en.wikipedia.org/wiki/Wikipedia_talk:Growth_%28team%29#Suggestions..._lots_of_them [06:35:12] Ah, so mailman was just asleep; two copies delivered, grr [06:40:47] sodium was indeed doing weird things around midnight https://ganglia.wikimedia.org/latest/?r=day&cs=&ce=&c=Miscellaneous+eqiad&h=sodium.wikimedia.org&tab=m&vn=&hide-hf=false&mc=2&z=medium&metric_group=ALLGROUPS [08:19:36] [[Tech]]; ArchiverBot; Bot: Archiving 1 thread (older than 30 days) to [[Tech/Archives/2014]].; https://meta.wikimedia.org/w/index.php?diff=10144065&oldid=10118357&rcid=5647949 [10:55:08] https://commons.wikimedia.org/wiki/Commons:UDEL [10:55:10] An error occurred while trying to do the requested action. [10:55:12] A detailed description of the error is shown below: [10:55:14] mw.user.anonymous is not a function TypeError @line25 [10:55:22] somoe a iddea how to fix this? [10:55:26] *somone [10:57:13] hi AzaToth, can you help a minute? [10:57:23] Ugh, did someone break that again? [10:57:35] * RoanKattouw sighs in the general direction of developers being lazy about RL dependencies [10:58:37] Steinsplitter: sure [10:58:45] RoanKattouw: do you can or do you know how to fix this, on commons all gadgets with ajaxqickdelete are broken (https://commons.wikimedia.org/wiki/MediaWiki_talk:Gadget-AjaxQuickDelete.js/auto-errors#Autoreport_by_AjaxQuickDelete_1083076008763) [10:59:00] Yeah I'm looking [10:59:09] thanks [10:59:15] Does the error only occur when using AjaxQuickDelete? How do I reproduce the error? [11:00:00] when i open https://commons.wikimedia.org/wiki/Commons:UDEL , i get the error without klicking on something [11:00:16] I'm getting that too [11:01:31] Yup I see that [11:02:21] row 25 is conf = mw.config.get([ [11:02:21] 'wgArticleId', [11:02:21] 'wgCanonicalNamespace', [11:02:21] 'wgCanonicalSpecialPageName', [11:02:21] 'wgCategories', [11:02:22] 'wgFormattedNamespaces', [11:02:22] Found the offending code [11:02:24] 'wgNamespaceNumber', [11:02:26] 'wgPageName', [11:02:28] 'wgRestrictionEdit', [11:02:30] 'wgUserGroups', [11:02:32] 'wgUserLanguage', [11:02:34] 'wgUserName' [11:02:36] [11:02:38] k [11:02:41] damn copy paste :( [11:02:55] Oh right, mw.user.anonymous() was removed [11:02:59] It's been deprecated forever [11:03:12] It's mw.user.isAnon() now [11:08:50] OK here it is [11:09:00] Steinsplitter: http://commons.wikimedia.org/wiki/MediaWiki:Gadget-dashboard.UndeletionRequester.js is the offender [11:09:13] In udhInstall there's a call to mw.user.anonymous(). That should be mw.user.isAnon() [11:09:31] will change, thank you _a lot_! [11:16:34] works, thanks^^ [20:22:19] Nemo_bis: need me?