[00:23:47] Is there anyway to get timeline-text not look pixelated? I hate it! https://en.wikipedia.org/wiki/The_Daily_Show#Hosting_timeline [04:34:37] Josve05a: I'd recommend switching to the Graph extension probably [06:03:56] Hi there, I believe there might be packet loss out off IAD, is that correct? [06:04:11] Experiencing additional latency & ~40% packet loss. [06:19:11] dargasea: yeah, the operations team is looking into it [06:22:42] Good to know; thanks. [08:09:36] Is it possible to change the phabricator-wikimedia account connection? [08:11:17] My phabricator account Ainali is right now connected to the wikimedia account Jan Ainali (WMSE) but I am not employed any longer and would like to connect it to my older volunteer account Ainali [08:12:02] Ainali: Avatar-Settings-Authentication-External Accounts [08:12:28] or just click https://phabricator.wikimedia.org/auth/link/mediawiki:mediawiki/ [08:16:17] dargasea: On the first link, I cannot unlink the existing account "You can not unlink this account because you have no other valid login accounts." (and there is no button to add another MediaWiki account, and on the second I get "Another user already has that username. Another user already has that email." when I try to enter my details [08:21:40] Ainali, "Add External Account" from the first page just leads to the second link that I pasted [08:22:18] I just added a second acount, so it seems to be working for me. [08:22:54] You shouldn't need to enter any details, it's just gonna redirect you to [[:mediawiki:OAuth]] [08:24:39] dargasea: This is haow it looks for me: https://drive.google.com/file/d/0B0k7bAiu6-xCaUdfNXhsTGhfVUE/view?usp=sharing [08:25:16] What should I click? [08:25:17] Oh, for me, I had a pre-existing LDAP account and added a new LDAP account [08:25:30] Well, I don't have LDAP [08:27:36] Hmm, sorry, I'm not a Phabricator dev so don't know much [08:27:57] No worries! [08:28:40] But I would try: connect LDAP using another alternate account if you have one, so you have a second login method in the system; then delete the WMSE OAuth account; then add your preferred account; and finally delete the alternate account [08:30:28] I am not sure I am technical enough to connect LDAP, is it described how to do that somewhere? [08:32:18] Ainali: you don't have ldap ? [08:32:46] thedj: I don't know. How do I find out? [08:32:52] Ainali, it's right in the screenshot, the "LDAP" link [08:32:59] under "Add External Account" [08:33:00] Ainali: that's the same as your wikitech account [08:33:10] Ahh [08:33:22] That is non-obvious :) [08:33:49] yeah, the login page of phabricator is really hard to adapt to make that more clear. [08:34:35] Well, then I think it is solved. Thanks for the help dargasea and thedj! [08:35:11] Ainali: note that you should make sure you have the email list in your settings updated (and keep your old email in there) [08:35:28] Oooh right, the OAuth link that I gave you was based on the assumption that you only had LDAP before [08:35:43] If that LDAP link works, then ignore the rest that I said [08:36:12] email makes sure that phabricator can find back your code (and link it) in both old and new revisions :) [08:39:30] Yay! https://drive.google.com/file/d/0B0k7bAiu6-xCTUxYSHlZX3d2aGc/view?usp=sharing [08:39:48] \o/ [10:22:57] [[Tech]]; Akapochtli; /* A little problem */; https://meta.wikimedia.org/w/index.php?diff=16394878&oldid=16393637&rcid=9115355 [10:44:58] [[Tech]]; Stryn; Undo revision 16393637 by [[Special:Contributions/14.161.44.63|14.161.44.63]] ([[User talk:14.161.44.63|talk]]); https://meta.wikimedia.org/w/index.php?diff=16394927&oldid=16394878&rcid=9115450 [15:03:00] Would anyone have any ideas as to why the modules won't work at kbdwiki? [15:03:25] https://kbd.wikipedia.org/wiki/Module:Infocards [15:03:36] They are treated as regular pages, even though the namespace exists. [15:10:31] Vito: https://kbd.wikipedia.org/w/index.php?title=Module:Infocards&action=info says "Page content model wikitext" [15:10:38] Vito-Genovese: ^ [15:11:02] Vito-Genovese: does this really affect all modules? or just this one? this might be because it was originally created in main namespace, then moved. [15:11:39] Yes, it was the only think I could of. I tried creating a new one (did not save), but the same thing happened again. [15:11:44] Vito-Genovese: it should be possible to fix this with https://kbd.wikipedia.org/wiki/Служебная:ChangeContentModel/Module:Infocards (but only accessible to administrators) [15:13:08] I believe we shouldn't have to change the content model every single time a module is created, but I don't know if this is the case for non-admins. This is the first time I am dealing with a module as a non-admin. Is that perhaps a security measure in order to prevent abuse? [15:14:01] Let me test this somewhere else. [15:14:53] You shouldn't generally [15:14:54] Nope, I get the code page when I try to create a module at enwiki. [15:15:06] But when they were created in a different NS etc.... Things liket his happen [15:17:10] Yes, Reedy. I think you are right. And you MatmaRex, of course. [15:17:28] Now that I try to create another module from scratch, it seems to work. [15:17:34] Thank you for your help. [15:17:37] Vito-Genovese: whether a page acts like wikitext or like a Lua module (or like CSS code, or… etc.) is a property of the page itself, rather than of its name [15:18:01] Vito-Genovese: but for newly created pages, the default behavior depends on the page name (on namespace) [15:18:02] And it keeps its content model during the move, I get it. [15:18:05] yeah [19:48:48] anomie: I think I became a maintainer of that today https://lists.wikimedia.org/pipermail/mediawiki-api-announce/2016-October/000119.html ;-) [21:45:37] <_Tuxedo> I use MW 1.27.1 combined with MobileFrontend 1.0.0 and in LocalSettings I have a hook to add some content on all pages of a wiki: [21:46:46] <_Tuxedo> $wgHooks['SkinAfterContent'][] = function ( &$data, Skin $skin ) { [21:46:47] <_Tuxedo> $data .= 'Some html footer after the content.
... lalabla '; [21:46:49] <_Tuxedo> }; [21:47:39] <_Tuxedo> However, this does not show up in MobileFrontend's (Minerva skin) view. [21:48:11] <_Tuxedo> How may I add some HTML to also show at the end of all MW pages in Mobile view?