[00:21:26] Evening [00:21:53] Any developers online irc who have a moment? [00:21:59] If any at all [00:22:52] Hasbro: You should just ask your question. If someone can help you they will do so. [00:23:25] Running mediawiki. I'm trying to upload an xml file, and I keep getting this error: "Import failed: Upload of import file failed. A temporary folder is missing." Even though, there's a temp folder created and its +rw. [00:23:54] Okay. Well has anyone thought to implement an option to enable/disable recaptcha when editing a page? [00:24:38] eh, nvm [00:24:41] found something [00:24:42] my mistake [00:24:43] :) [00:28:24] YAY I SOLVED ANOTHER PERSONS PROBLEM [00:28:27] *Mike_lifeguard is wonderful [00:29:34] 03(mod) Microsoft SQL Server/MSSQL support (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9767 (10Simetrical+wikibugs) [01:26:22] Whoa, we got 5 GSoC slots? [01:26:27] Do we have anywhere near that many menots? [01:26:29] mentors? [01:26:33] Or usable applications? [01:27:47] 03(NEW) Allow modification of default chunk size for low-use svn repositories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18444 enhancement; Normal; MediaWiki extensions: CodeReview; (stwalkerster) [01:28:40] you know what would nice, a nice and easy way to move files between a wiki farm so all you press is something like the move button on articles and it keeps everything intack *cough* ->Commons would be a good example [01:44:32] Hello. How expensive is too expensive for #ifexist? [02:01:16] How expensive is too expensive for #ifexist? [02:01:38] you mean like, how many per page call? [02:02:50] Yeah. [02:04:05] . o O (some standardized template profiling would be useful) [02:05:44] I'm trying to upload an xml file, and I keep getting this error: "Import failed: Upload of import file failed. A temporary folder is missing." Even though, there's a temp folder created and its +rw. [02:06:53] Splarka: Know if there is any way to subst: the ifexist pf? It's not working, but it's crucial for what I need to do. [02:07:54] mmm, I don't know... I do know most parserfunctions can be subst'd, but I also know I've never had #switch successfully subst myself (except for the default case) [02:08:10] never tried ifexist [02:11:37] Splarka: Is there another way of achieving the same thing that you know of? [02:15:00] mmm... well if you're substing... [02:15:25] then you could probably make an API call to check if the page existed, and have two different templates used depending on the result [02:15:27] via javascript [02:15:44] like {{subst:foo|talkpage}} vs {{subst:foo|notalkpage}} [02:15:49] (generic example) [02:16:35] Right, I see. That's a possibility. [02:16:57] hmm [02:17:08] are you using a literal parameter or a magic word? [02:17:31] {{subst:#ifexist:foo|bar|baz}} or [02:17:59] *Splarka looks it up [02:18:03] Yes, that. {{subst:#ifexist:foo|bar|baz}} [02:18:07] {{subst:#ifexist:{{TALKPAGENAME}}|bar|baz}} [02:18:15] because it might work if you... [02:18:19] {{subst:#ifexist:{{subst:TALKPAGENAME}}|bar|baz}} [02:18:29] not sure [02:18:33] I'll try it. [02:21:07] http://www.mediawiki.org/wiki/User:Anonymous_Dissident/test02 [02:21:10] :/ [02:23:18] hmm [02:23:21] but that works when subst'd [02:23:27] but just not when not substed [02:23:32] so... [02:24:34] {{#ifeq:{{NAMESPACE}}|{{subst:NAMESPACE}}|{{subst:#ifexist:{{subst:TALKPAGENAME}}|0|1}}|{{#ifexist:{{TALKPAGENAME}}|0|1}}}} [02:24:35] maybe [02:24:43] except you wanna subst that too... [02:24:47] Yeah. My only problem is that the advantage of the template I'm trying to create comes in the fact that it ideally shouldn't need to be substed. The source will be huge if it is to work. [02:24:51] {{subst:#ifeq:{{NAMESPACE}}|{{subst:NAMESPACE}}|{{subst:#ifexist:{{subst:TALKPAGENAME}}|0|1}}|{{#ifexist:{{TALKPAGENAME}}|0|1}}}} [02:25:00] try that^ [02:25:04] Okay. [02:25:11] that is subst-detect magic [02:26:35] http://www.mediawiki.org/wiki/User:Anonymous_Dissident/test02 [02:26:52] Seems to be working. I think. [02:27:12] spooky [02:27:17] Thanks. :) [02:27:18] try substing it too [02:27:21] Okay. [02:27:23] *hack* [02:27:43] It gives a template loop. [02:27:47] damn [02:28:19] no idea why it would do that! stab/pokle tim, heh [02:30:33] Ah. It doesn't. I just entered the wrong code. [02:30:34] *Splarka had a headache before you asked, won [02:30:38] Sorry. [02:30:40] ^^ [02:30:42] 't try to look into it too deeply [02:30:54] It works. [02:30:56] damn you, apostrophe, you always get me [02:52:09] Splarka: it's all working now; thanks for your help. Do you think you could provide any kind of estimate as to how many #ifexist calls I could have in one template without over-expending? [02:52:18] 10? 20? 50? [03:01:19] Hi. At some point over the past couple of weeks my wide-open instance of media wiki seems to have been attacked maybe? all my pages are still present, but have no data or history. However all the data is still in my database. I'd guess some ids somewhere got switched. Does this sound like a familiar attack? an attack at all? any way to fix it? [03:01:26] http://wiki.architecturerules.org [03:01:57] if I goto recent changes, I can see my old pages and old data... http://wiki.architecturerules.org/index.php?title=Special:RecentChanges&days=1000&limit=1000&hideminor=0 [03:05:48] tomaszf: Sorry to disturb you, but do you know what en.wikipedia's $wgExpensiveParserFunctionLimit is set to? [03:06:10] nope .. but let me check in a sec [03:07:01] $wgExpensiveParserFunctionLimit = 500; Oh. Thanks. [03:07:31] yup .. that's what it is [03:15:08] AnonDiss: fyi, it should say that in the page source as a comment [03:15:25] Splarka: right, okay. [03:15:37] Expensive parser function count: 0/500 [03:15:45] Ah... [03:16:15] which is that, pagesize, categorymembers, IIRC [03:16:59] ifexist, pagesincat, pagesize [03:17:15] pagesincat is a dumb name [03:17:30] ? [03:18:27] 'Categorymembers' woulda been more sensible ^_^ [03:19:17] pagesincategory seems more idiot friendly though ;) [03:26:58] disabling the TOC is __NOTOC__ right? [03:27:46] si [03:28:00] __DISABLETOC__ woulda been more sensible ;) [03:28:25] Why can't images be moved? [03:28:29] right, but the API has categorymembers already [03:28:45] Eulalia: they can, if the feature is enabled [03:29:00] Thanks a bunch [03:29:10] they're disabled on WMF due to an annoying situation where images with old revisions missing would corrupt the pages when move was... [03:29:10] nm [03:30:50] 03(NEW) Additional wgCaptchaRegexes entry - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18445 normal; Normal; Wikimedia: Site requests; (mikelifeguard) [03:32:28] OverlordQ: http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=23022 vs http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=32932 [03:32:36] *Splarka prefer categorymembers, as it was already in use [03:33:28] I know, just giving ya a hard time :P [03:33:40] that's what she said [03:49:54] 03(mod) array of boring event types to exclude from recentchanges - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18364 +comment (10mikelifeguard) [05:29:49] 03aaron * r49433 10/trunk/phase3/includes/specials/SpecialRevisiondelete.php: Disable extract for log items for speed [05:33:57] 03aaron * r49434 10/trunk/phase3/includes/specials/SpecialRevisiondelete.php: Remove extra code left in r49433 [05:51:58] good evening room [05:54:49] does anyone know if there's a Magic Word for the recent changes? [05:56:32] abracadabra [05:56:51] :) [05:56:54] can you be more specific about what you want to accomplish? [05:56:59] sure [05:57:53] i'd love to display the latest created articles, or the latest changes, on the homepage of my wiki. Thought about a magic word, but there might be something else i assume [05:58:13] {{Special:RecentChanges}} [05:58:23] there you go!! [05:58:26] thanks! [05:58:29] you can transclude most of the special pages [05:58:48] always learning [05:59:18] no [05:59:22] you can tranclude like 5 of them [05:59:24] maybe 6 [06:00:06] whatever :) [06:00:10] does anyone know if there's be a MediaWiki Developer Meet-Up in SF, like the one in Berlin? [06:00:19] *there'll be [06:00:34] start a rumor about one, maybe it'll happen [06:01:10] guys, i've heard about a MediaWiki Dev Meetup in SF this summer... Anyone interested? [06:01:24] will see.. [06:01:59] g-night [06:08:12] 03(NEW) Some automatic SUL user creations not logged. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18446 normal; Normal; MediaWiki: General/Unknown; (dmcdevit) [06:39:06] Splarka: http://lists.wikimedia.org/pipermail/mediawiki-l/2009-April/030605.html [06:39:11] We're falling behind :( [06:39:48] time travel [06:40:01] i was just going to suggest that [06:40:13] failing that, its omg h4x [06:40:32] or package precession [06:44:11] ooh thats one of the emails i replied too! [06:44:36] *Emufarmers gives cookie [06:45:07] i'm still confused about what he wants done with permissions but whatever [07:23:20] damn, they gave up after only two semi-blankings, no fun [07:25:31] Our vandals suck [07:25:53] at least on Uncyclopedia they're sometimes creative [07:27:07] You edit Uncyclopedia? [07:27:55] I used to [07:28:22] Under what name? [07:28:26] Splaka [07:28:33] clevar [07:28:38] yah.... I made a typo registering, didn't notice it for 4 days, by then it was too late [07:29:12] Couldn't you have just asked for a rename? [07:29:19] not in 1.5 [07:29:22] or even 1.4 at the time [07:29:38] this was like 4 years ago [07:30:01] http://uncyclopedia.wikia.com/wiki/Image:American_goths.jpg did you shop that yourself? [07:30:07] yep [07:30:22] heh, at one point I did the math, I had 45% of all deletions in the complete history of Uncyc, with ~50 active admins [07:30:27] er, 50 admins, about half active [07:55:45] Splarka: that means in all probability you deleted my article [07:56:15] which confirms my suspition that you have no sense of humor ;-p [07:56:34] depends on when it was [07:56:55] I deleted tens of thousands of crap pages posted there [07:57:36] and when I'd mention the worst ones, Rcmurphy would undelete them and use them as featured articles [07:57:47] euroipods, fischer price... [07:58:13] http://uncyclopedia.wikia.com/wiki/Fisher_Price [07:58:30] here, I deleted this, it consisted purely of "go eat shit fuckers" [07:58:44] he undeleted it, featured it, and later it became http://uncyclopedia.wikia.com/wiki/Fisher_Price:_A_Retrospective [08:00:11] lol [08:00:26] http://uncyclopedia.wikia.com/wiki/Euroipods same for this X_X [08:00:28] mine was 'the English l-egg-sicon' [08:00:29] *Splarka hate [08:00:40] it was egg-cilent [08:00:46] well, check the delete log [08:00:57] you do it! [08:01:21] too lazy [08:07:37] me too [08:23:31] 03(NEW) AntiSpoof clobbering mixed case users. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18447 normal; Normal; MediaWiki extensions: AntiSpoof; (overlordq) [08:27:08] 03(mod) AntiSpoof confused by users differing only in capitalisation (mysql case-insensitivity) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18447 summary; +comment (10agarrett) [08:28:53] lol, couldn't think of a good summary :) [08:29:45] the spoof is in the pudd1ng [08:29:58] >_> [09:11:21] *werdna stabs Splarka [09:12:55] *Splarka bleeds for your sins [09:14:25] don't be aloof, the proof that antispoof can goof is eno(ugh)f to cause you, the youth, to sleuth out the truth [09:14:34] {{fixit}} [09:15:23] I WILL kill you [09:16:32] justifiable homicide [09:17:02] {{resolved|can't be arsed to fix it, find someone else}} >.> and yes i've seen it used on en.wiki before [09:23:35] 08:32 < wikibugs> (NEW) AntiSpoof clobbering mixed case users. - https://bugzilla.wikimedia.org/show_bug.cgi?id=18447 normal; Normal; MediaWiki extensions: AntiSpoof; (overlordq) [09:23:48] *werdna was wondering what AntiSpoof was clobbering the users with [09:23:54] and whether we could turn the bug into a feature. [09:24:30] :D [09:25:21] "A bug is just food nobody has been hungry enough to eat yet" [09:27:44] *werdna was tempted to close as RESOLVED WONTFIX because mixed-case usernames are usually idiots [10:10:46] 03(NEW) Please close Pashto Wikibooks - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18448 normal; Normal; Wikimedia: Site requests; (dferg-wiki) [10:26:14] 03(mod) autoblock disabled for IPs makes no sense - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17498 (10dferg-wiki) [10:48:24] 03catrope * r49435 10/trunk/phase3/ (RELEASE-NOTES includes/api/ApiQueryRevisions.php): API: Add parentid (rev_parent_id) to prop=revisions output, as requested by Luca [10:48:51] 03btongminh * r49436 10/branches/NssMySQLAuth-rewrite/NssMySQLAuth/ (11 files in 2 dirs): Commit first work on the backend rewrite, which splits of the user property management from the special page and also allows the use of the authentication against the NSS database without using the account manager. [11:07:05] excuse me [11:07:17] hello, i dont get it work to red boxes like in this wiki = http://en.gentoo-wiki.com/wiki/Heartbeat_and_DRBD, section System Configuration. i tried all, the faq, the help. etc. but i dont get such red boxes like there. any ideas ? [11:07:55] i place the css script in common.css, it didn't work, how to fix this? [11:11:59] Aleenf1: did you purge your cache? [11:12:37] yes [11:12:39] and many times [11:13:20] which common.css? the file, or MediaWiki:Common.css ? [11:13:35] Mediawiki [11:13:45] hmmm [11:14:33] I dunno, sorry. I'll let one of the experts here answer properly :) [11:14:33] view a page source, is there a