[04:44:01] test [05:04:24] D'oh. The calendar widget is great... except I just realized it's affected by the common ~2048-character URL limit imposed by many browsers. [05:04:44] ... which works out to about two dozen calendars which can be aggregated per view. [05:05:28] I wonder if there's a way to load that via POST instead of GET, or perhaps send the data via a javascript API. [05:06:06] I won't need it for a while, but... it could definitely get in the way in a few months. [05:10:16] In a template, is there a way to detect if a parameter name is mentioned in the invocation... but without a value? {{SomeTemplate|right|body=This is text.}}. (Using {{{1}}} isn't great, because that would constrain the order of the two parameters.) [05:56:42] Hmm... I'm surprised there doesn't seem to be a common standard way to mass merge-and-delete users. [06:20:16] Hey all, in my special:recentchanges it lists the usernames that last edited various pages, but when i go to a certain page and select the history on it displays the IP address and no username. Anyone know how I can change this to show the username as well? Thanks in advance [06:46:02] Well, that spam attack is cleaned up, even though it was a bit more manual than I hoped. [06:46:18] And I got recaptcha working, which should help, and made it verify email before giving edit access. Woot. [06:53:44] The wikimedia is always taking in new volunteers. It states to take the wiki tour guide, except that page no longer exist. Please advise. [06:56:46] http://wikimediafoundation.org/wiki/Work_with_us under the "volunteer" section. Please advise. [06:57:42] Can't open the 'getting started tour' under 'volunteer' (please scroll down), page is unavailable. Please advise. [06:59:18] http://wikimediafoundation.org/wiki/Work_with_us can anyone advise on what's happening with the wikimedia volunteering 'getting started tour' link? [07:01:13] If I ever reach it, I'll tell you ^^ [07:01:59] Direct links to the special page have been disabled months ago [07:04:16] There is a bunch of misinformation under wikimedia [07:04:37] Different pictures and files of actors and movies. [07:05:12] I'm still waiting for a support group to reach me, send an email to three different sections of management. [07:08:49] Well, the link is fixed [07:09:25] The misinformation I can't fix of course, or the Illuminati would interrupt the paychecks [08:38:41] I can't seem to submit to the Support Desk. I click 'Start a new discussion', type up all my woes, hit 'Save page' and the page reloads, showing me the unsubmitted editing form again. My thread hasn't shown up under Contents yet, though I've submitted it a lot of times now. Is there a delay and I'm just spamming the page or is something temporarily broken? [08:39:54] PerilousGourd: you got a link to the support desk [08:40:55] Support desk: https://www.mediawiki.org/w/index.php?title=Project:Support_desk . :) [08:59:39] PerilousGourd: is there any link in it? [08:59:53] (In your message) [09:01:51] Ooh, no? I didn't link to my wiki, since I haven't put it online yet [09:02:01] Does there need to be a link in posts for them to submit? [11:13:50] qgil: https://wikimania2015.wikimedia.org/wiki/Talk:Hackathon/Buddies [12:37:07] Hello, I have varnish running as reverse proxy server on port 8080 forwarding traffic to nginx on port 80. For testing purposes I have made nginx listen to requests other than from localhost. When I try to login using "mediawiki-url.com" it does not work: I press login and is redirected to the main page where it ask me to login again. If I use url "mediawiki-url.com:8080" (and thus circumvent varnish [12:37:09] which is only possible while testing as mentioned) I can login without problems. Varnish is configured to cache nothing from "mediawiki-url.com". I have noticed if I login using the url with :8080, and then remove the port number everything works. So issue seems to be with login functionality. [14:49:49] hi! does anyone know if there's a way to assign a value to a template variable from within that same template? I'm trying to do a calculation with #expr, and put the result in a variable... [18:04:38] why wikipedia not accept these element" of table : " [18:04:55] excuse mediawiki [18:05:41] mrk_: It...should [18:05:42] I think [18:06:38] is not. [18:06:51] Weird. [18:06:58] I guess they might be blacklisted. [18:09:30] where is the blacklisted... [18:09:31] https://www.google.it/search?client=ubuntu&channel=fs&q=blacklisted+mediawiki&ie=utf-8&oe=utf-8&gfe_rd=cr&ei=Gr7sVNu8NaXD8ge64IC4Bw [18:09:35] google not help me :P [21:25:39] http://en.brickimedia.org/wiki/Special:Log/articlefeedbackv5 Has anyone ever seen this issue before? [21:25:49] Most recent two entries seem to be empty [23:07:46] did the markup for internal links to subpages change? I've just noticed formerly working links on my wiki are now all redlinks [23:08:11] wmat: shouldn’t have, but your settings for which namespaces handle those links might have changed [23:08:17] (or the default might have changed out from under you) [23:08:23] I'm using [[/subpagename]] markup [23:08:51] wmat: check the https://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages setting [23:09:04] * wmat reads [23:12:18] brion: thx, that was it. In my effort to clean up our LocalSettings.php, I missed re-enabling Subpages in the Main namespace. [23:12:58] yay! glad it was an easy fix