[00:00:18] the debug log file and header dumps have your session ID in them, which would allow someone to compromise your account if they wanted to, that's why I said email before [00:01:11] it's no big deal if they do, you can get it back again, it's just good practice not to post those kinds of things publically [00:01:59] emailed [00:02:37] i have a feeling zend optimizer has something to do with this [00:03:10] 03brion * r56216 10/trunk/phase3/maintenance/deleteSelfExternals.php: Merge deleteSelfExternals.php handy pruning script from wmf-deployment r53856 [00:04:38] 03siebrand * r56217 10/trunk/extensions/Translate/scripts/fuzzy.php: [00:04:38] Quick fix that 3.1-3.5MB/edit memory leak from $status = $wgArticle->doEdit( TRANSLATE_FUZZY . $text, $comment, EDIT_FORCE_BOT ); [00:04:38] Thanks ^demon for the help. [00:05:16] 03brion * r56218 10/trunk/phase3/maintenance/deleteSelfExternals.php: cleanup r56216 deleteSelfExternals a little - fix short PHP tag, use escaping for good measure (though in most cases we'll be clean) [00:06:21] ok can't do much more code mergin on an empty stomach ;) [00:06:40] *Hoosie gets out the whip [00:06:52] *Emufarmers refills brion's pellet dispenser [00:06:59] lol [00:10:44] :) [00:13:59] Laura! [00:17:06] Hoosie: it looks like the session data on the server is being deleted or corrupted a short time after it's set [00:17:54] well i log in from my work and it works fine.. wonder why it is deleting it for satellite connection [00:18:41] maybe HughesNet is holding on to the connection [00:19:14] oh i see [00:21:33] when is session data written to disk? [00:22:08] not really sure [00:22:23] is that determined by the webhost? [00:22:36] 03siebrand * r56219 10/trunk/extensions/Translate/scripts/fuzzy.php: Revert r56217. Actually didn't help a bit, I just compared apples and oranges (lines 26 and 33) in http://pywiki.pastey.net/125060. So where does it leak? [00:23:46] it's CGI, right? [00:24:37] yes [00:24:53] the session extension registers an RSHUTDOWN hook which does the write [00:26:18] well i dont know why (and as is noted in the several open issues on bugzilla about this) this is occuring on some mediawikis and not others [00:26:38] I'm reading the code [00:31:36] it could happen quite easily if you had overlapping requests with the same session ID [00:32:37] open includes/Wiki.php [00:32:58] in my browser? [00:33:06] in a text editor [00:33:13] ok [00:33:38] search for "function restInPeace" [00:33:47] k [00:33:56] before this: [00:33:59] wfDebug( "Request ended normally\n" ); [00:34:02] insert this: [00:34:08] session_write_close(); [00:34:43] k just a sec [00:35:26] then upload the file and see if your wiki starts working [00:35:34] k [00:37:35] wtf this text editor just corrupted my whole wiki.php [00:37:37] OMG [00:37:57] brb [00:39:20] it'd be interesting to get some tcpdump traces and finish this off completely [00:41:22] 03(NEW) (hide/unhide) link is missing from deleted revisions of a page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20611 enhancement; Normal; MediaWiki: Revision deletion; (FT2.wiki) [00:43:27] utf-8? [00:43:36] wtf why does editing the file keep corrupting shit [00:43:39] or ASCII or whatever [00:43:45] just not question marks [00:43:51] now my whole site is question marks [00:44:11] what MediaWiki version was it again? [00:44:18] 1.15.1 [00:45:58] I'll email you the file [00:46:07] okay [00:46:14] im sorry i dunno why my editor is so fucked up [00:46:17] done [00:46:52] u already wrote that line in it? [00:46:56] yes [00:47:04] k [00:48:23] there we go [00:48:24] k [00:48:27] lets try this [00:48:57] same thing [00:49:02] :-/ lol [00:49:33] i mean still logged back out [00:52:27] I have to go [00:52:38] k [00:52:43] thanks tim [00:52:47] but we're pretty close to a solution [00:52:54] you think so? [00:53:23] yeah, I think it's pretty well isolated now [00:53:55] yay ;) [00:53:57] ttyl [00:54:31] 03(mod) Create Author, Portal, Page and Index namespaces for vi.wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20334 (10vinhtantran) [01:31:09] does someone know of a mediawiki extension for viewing / manipulating gpx files? [03:13:17] !error_reporting [03:13:17] --mwbot-- I don't know anything about "error_reporting". You might try: !errors !passthru [03:13:21] !error reporting [03:13:21] --mwbot-- For information on debugging (including viewing errors), see . [03:40:43] !beer [03:40:43] --mwbot-- hmmm... beeeer... [03:41:56] jdpond go to bed :D [03:42:35] Yeah definitely need to. Was looking at the mwbot msgs - found one I liked! [03:42:43] !blame [03:42:43] --mwbot-- Whatever happened, it's Domas' fault. [03:43:08] :D [03:43:27] phpbot on ##php has a few interesting ones too :D [03:43:47] Thanks alphos, I'll look it up. [03:44:14] try /msg phpbot ugly [03:44:15] :) [03:45:07] I'm always afraid I'll get that goat whatever picture if I try something you guys suggest. [03:45:34] >_> [03:45:39] i'm not Annemarie >8> [03:46:23] <_< [03:46:49] :D [03:46:58] *Alphos huggles Annemarie anyway [03:47:04] *Annemarie snuggles Alphos. [03:47:08] ^^ [03:48:02] As long as you guys are up way too late, I was thinking of committing http://www.mediawiki.org/wiki/Extension_talk:New_User_Email_Notification#Concerns_about_this_approach, but really don't like the eval approach. Any ideas? [03:48:52] Creating a new version every time someone comes up with th need for a new argument, creating a new version doesn't seem to be the right way to go either. [03:51:27] the concept of self-modifying code sends a shiver up any self respecting developer's spine o.O [03:51:40] are you planning on using a self modifying code ? >_> [03:52:56] Yeah, I wrote that. The parameter array is basically a list that can be infinitely modified anywhere in the program, then executed there. Convenient, but scary. [03:53:25] Of course if you have access to the code, you could do that anyway. [03:54:01] Alphos: why, because it will become sentient and destroy its creators? [03:54:31] I talked to robchurch about it a couple weeks ago and he said it would work, but the eval concept still disturbs me. [03:54:43] Emufarmers or become buggy and destroy its wiki ? :x [03:55:09] You talked to Rob Church? [03:55:35] Yeah. He can be drawn out if you persist. [03:56:18] Any idea what drove him out - won't discuss that subject. [03:57:04] I'm guessing smoke or tear gas [03:57:06] you sent him a goatse image ? [03:57:15] http://www.mediawiki.org/wiki/Extension_talk:New_User_Email_Notification#Re:_.22Further_customisation.22_IP_addresses [03:57:36] That's it the goatse image - only need to get that once! [03:57:53] >_> [03:58:02] *Alphos is getting confused... [03:58:05] [05:56:09] * z3rongod (i=IceChat7@91.201.194.48) has joined ##php [03:58:05] [05:56:50] irc? [03:58:07] >_> [03:59:02] I learned a long time ago every project needs a good heretic. [03:59:45] and a good village dumb'o [04:00:08] Well, when I'm involved I got that role covered - never had to cast that position. [04:00:17] :D [04:00:34] darn, i'm soooo craving for a cigarette >_< [04:02:17] I have a Diamond Crown Cigar and a bottle of Cabernet. Thinking of going out on the deck and enjoying. [04:03:54] i don't want alcohol right now, otherwise i'd be having trouble choosing between a glenlivet, a wyborowa, and a port [04:04:09] (tawny, but excellent) [04:07:55] Alphos, think I may have screwed up Special:Code http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56214. See http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ConditionalShowSection?view=markup&pathrev=56214 [04:08:30] ouch >_> [04:08:46] http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ConditionalShowSection/?pathrev=56214 [04:09:05] pathrev=56214 shows a repertory, hence no markup [04:09:43] *Alphos uses trac usually, not viewVC... >_> [04:11:27] I've got both running - let the masses decide and they went with ViewVC https://svn.montcopa.org/publicviewvc. Needed to do some certificate level authentication and protection. Couldn't do that with TRAC [04:12:38] Actually I don't think anyone's still using TRAC - got this message might be months old. https://trac.montcopa.org/ [04:12:51] i wonder if there isn't an ldap plugin as of now [04:13:43] (i don't use trac for mediawiki + extensions, just in the general case :p ) [04:14:27] Kind of curious why it's crashing - but not curious enough to find out. [04:15:23] the ViewVC has public and private repos - the private repos require a cert - just like the private SVN - for read or commit access. [04:16:25] I am going to look at implementing Special:Code - love that app! [04:46:27] 03tparscal * r56220 10/trunk/extensions/UsabilityInitiative/ (10 files in 5 dirs): [04:46:27] Resotred automatic ellipsis for suggestions, added autoEllipse plugin. Also [04:46:27] noticed that namespaceSelect needed to be added to list of combined and minified [04:46:27] scripts. Ellipis seems a little screwy still - working on getting it to be more [04:46:27] stable. [05:32:21] 03(WONTFIX) Implement input form support on strategy.wikimedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20292 highest->normal; +comment (10pbeaudette) [05:33:38] 03(mod) Create a private wiki, strategy-apps.wikimedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20573 (10pbeaudette) [05:39:22] 03(mod) Create a private wiki, strategy-apps.wikimedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20573 (10pbeaudette) [05:41:39] 03(mod) Create a private wiki, strategy-apps.wikimedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20573 (10pbeaudette) [05:47:23] 03(mod) Create a private wiki, strategy-apps.wikimedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20573 +shell (10public) [05:53:02] and this is one of the reasons we kind of need per namespace read persmissions so we don't have heaps of little installs floating around [06:45:35] [[Wikipedia:Village_pump_(proposals)#Current_weather]] [07:19:54] isnt there an extension that does that? [07:21:48] yes, and it's mentioned in the linked discussion [07:22:11] but it will break caching horribly, so the answer is no [07:35:04] *Splarka prefers VPT for a higher quality of whining users [07:40:49] Hmm, weather should probably be on Wikipedia:Perennial proposals [07:41:33] Altough I'm not sure it's actually technically infeasible [07:43:48] just javascript it to a weather service with json [07:46:02] omg unfree! [07:46:18] http://en.wikipedia.org/wiki/Wikipedia:Village_pump_(proposals)#Watched_counter Quick, respond with "SOIMPLEMENTIT"! [07:47:26] Wikipedia:Village pump (proposals) 1705 [07:54:45] hmh [07:58:25] rar [07:59:02] Speaking of rar, why is Splarka so quiet tonight? :( [08:00:24] was being amused by the logs of dom/as and Ary/ehGr/egor vs prefr/ontal, and that nutso satellite guy vs everyone [08:01:08] Tim-away: you have awesome patience sometimes [08:02:45] it's a useful thing to have when you're debugging, some bugs take a while to work out [08:03:08] true enough, and it would be great to have a general solution, but it sucks when your only test case is a complete nimrod [08:03:27] *Splarka has been on both sides of that a few times, heh heh [08:03:45] I'm wondering now if I can get him to install a SOCKS proxy [08:03:50] or a VPN server [08:10:51] yknow, it would be nice if view-source put accesskey="," on the textarea so I could accesskey+, ctrl+a, ctrl+c, and move on [08:26:13] 03raymond * r56221 10/trunk/phase3/ (6 files in 5 dirs): [08:26:13] Follow-up r56215: Replace hardcoded text with a new message. [08:26:13] Replace "images" with the generic "files" [08:26:13] Wrap message into a div with class=error [08:26:13] Add it to RELEASE-NOTES [08:38:11] 03(mod) Special:Export ignores parameters limit, dir and offset - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18180 +comment (10azliq7) [08:40:55] i've submitted a patch, now what do i do? [08:41:14] Wait for developers to become active. [08:41:23] Then harass them to review it. [08:42:03] harass them? [08:42:43] as cruelly as you can [08:42:46] =) [09:34:28] 03shinjiman * r56222 10/trunk/phase3/languages/messages/ (4 files): Localisation updates Cantonese, Chinese and Literary Chinese [09:45:06] 03(mod) Enable StringFunctions on WMF wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6455 (10richard) [09:45:55] 03(NEW) "php deleteOldRevisions.php --delete" doesn�t work anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20612 enhancement; Normal; MediaWiki: Maintenance scripts; (emmanuel) [10:01:32] 03midom * r56223 10/trunk/debs/php5-apc/debian/ (4 files in 2 dirs): [10:01:32] * Upstream 3.1.3p1-beta [10:01:32] * Rework SHM patch a bit, to have proper name, proper contents and no rejects [10:09:09] *f00li5h meows [10:09:26] is there a pre-rolled way to have MW check only http basic auth? [10:10:05] http://www.mediawiki.org/wiki/Extension:HttpAuth ? [10:10:06] I had a rummage on the wiki, but didn't find anything... I want to have apache do the user/pass business (so i can get some juicy SSO actoin going with a couple of other apps) [10:10:16] pawn. [10:10:21] (might be out of date) [10:10:51] pawing at it now... [10:11:12] see also http://www.mediawiki.org/wiki/Authentication and http://www.mediawiki.org/wiki/AuthPlugin [10:12:46] looks like a troubling plugin [10:13:12] 03(NEW) The coll-n_pages message is not formatted properly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20613 trivial; Normal; MediaWiki extensions: Collection; (mormegil) [10:19:48] are there any docs on HTMLForm? [10:20:09] 03ialex * r56224 10/trunk/phase3/maintenance/syntaxChecker.php: Use wfEscapeShellArg() so that the script works correctly when paths contain whitespaces [10:23:19] Bryan: some notes in Preferences.php it seems: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/Preferences.php?view=co&content-type=text%2Fplain [10:23:34] blame werdna [10:24:02] 03midom * r56225 10/trunk/debs/php5-apc/debian/control: pcre dependancy since 3.1.x [10:38:32] Does anyone know why MediaWiki:Monobook.js works and User:.../monobook.js not? [10:39:13] one is enabled by default, the other is not [10:39:21] one is for all users, the other is only for logged in users [10:39:28] http://www.mediawiki.org/wiki/Manual:$wgAllowUserJs [10:39:37] so, various reasons [10:39:59] ok. [10:41:44] *yawn* [10:41:58] $wgAllowUserJs ="true"; and anything works. [10:42:05] thank xou :) [10:49:37] 03catrope * r56226 10/trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.js: EditToolbar: Remove namespace dropdown in link dialog for now [10:54:37] god its quiet [10:57:50] http://img143.imageshack.us/img143/9599/misterwonderful.gif [11:18:31] i have a fresh private mediawiki and mass uploaded a lot of images, now i would like to sort / categorize them in some way, by their image metadata, by the date they were taken on, i can see the metadata on the File: pages, but what could help me to semi-automatize that [11:19:30] some sort of bot i guess [11:19:44] !pywikipedia | mutante_ [11:19:44] --mwbot-- mutante_: pywikipediabot is a bot framework written in Python that allows for easier automated actions on a wiki. For more information, see . [11:19:58] no idea if they have a premade script for it [11:20:28] hmm,k ,thanks [11:21:13] actually i would like to try and make a new Special page [11:21:26] Oldestimages or Imagesbyage [11:21:42] but it should not look at the page creation date or upload date but the image metadata [11:21:51] since first upload, since last upload, since most recent page description edit? [11:21:58] ahh, evil [11:22:23] well yes, i want the actual day the image was taken, right [11:22:30] not when i got time to upload it [11:22:37] you might ask in #wikimedia-commons as they have several bots that mess with metadata [11:23:08] ok, thanks [11:24:19] humm, I can see general uses for a Special:Metadata type file handler though [11:25:17] Category:Images taken with ISO speed 400? you mean stuff like that? [11:25:30] besides the date the image was taken [11:25:33] sortable, searchable, etc [11:25:48] categorizable maybe even, yah [11:26:09] I have a special upload handler for mp3's that categorises them based on the tags [11:26:16] cool [11:26:16] what languages do you like writing in? php? python? [11:26:22] php [11:26:34] cocoa? [11:27:12] maybe if you could write an efficient extension it could be put on commons ^_^ [11:27:21] cirwin: i guess thats what i want for jpg's and the image EXIF data [11:27:32] it already reads them ... [11:27:39] and puts it on the File page [11:27:49] something unlike the disabled mime search... [11:27:49] does anyone write in cocoa [11:28:03] http://en.wikipedia.org/w/api.php?action=query&titles=File:Test.jpg&prop=imageinfo&iiprop=metadata [11:28:50] Splarka: wasn't a metadata thingy one of the ones that what ever chapter put a bounty on? [11:28:59] http://en.wikipedia.org/w/api.php?action=query&generator=allimages&prop=imageinfo&iiprop=metadata [11:29:38] p858snake: probably, sounds like something they would... appears as "low hanging fruit" to front end users and looks like "inefficient without a huge-ass index and never in a million years" to developers [11:30:36] so it'd get turned into an extension that only small wikis would use, and a toolserver tool for the big ones [11:30:51] *Splarka has no idea if that is the case, but suspects [11:30:53] so do you want the value of you'd probably want an index of that so it is easily sortable, converting that to ISO 8601 dates (or whatever it is MW uses internally)? [11:36:34] 03raymond * r56227 10/trunk/extensions/ (3 files in 2 dirs): [11:36:34] Run code through stylize.php [11:36:34] Update extension credits [11:36:34] Add i18n file [11:36:34] Add extension to translatewiki.net [11:42:11] Got a little MediaWiki challenge ... [11:42:30] I have a MediaWiki install with some 70 users, and we decided to change the default template [11:42:48] Hi all [11:42:58] well, it works on all new users, but how can I make it the default template for the old users as well? [11:43:00] in the db? [11:43:27] see maintenanve/userOptions.php [11:47:35] Thanks, cirwin, but how do one use it? [11:48:10] How can i create a inputbox that create a new page in a specific Catergory with a specific template thats exist in template:XY ? [11:50:27] you could have the form preload a template into the edit feild of the new page [11:50:36] Splarka knows about that black magic [11:52:17] function wfBCP47( $code ) { [11:52:19] worst-named function ever [11:53:15] lol [11:54:01] TimStarling :o [11:54:12] what does it do ? :D [11:54:39] * @param $code String: The language code. [11:54:39] * @return $langCode String: The language code which complying with BCP 47 standards. [11:54:42] cant you tell from the name? [11:54:52] just because the IETF numbers their best current practices doesn't mean we have to number our functions [11:55:16] XD [11:55:17] "The language code which complying with BCP 47 standards." .. what does that even mean? [11:55:23] but how can i create this edit feild ? [11:55:30] does it mangle the string to make it compliant? [11:55:51] it just changes the case of various bits [11:55:56] so... Hoosie... [11:56:16] o tim inoticed something you might find interesting [11:56:27] BlackBinary http://www.mediawiki.org/wiki/Extension:InputBox [11:56:36] when i go to another page i'm logged out but when i go back to the main page, it shows logged in again [11:56:59] cache maybe? [11:56:59] ok [11:57:00] I had another look at your debug logs and at the relevant code and what not [11:57:03] Alphos: Ty ! [11:57:33] I think the problem may not be quite as Hughes-dependant as I thought [11:58:01] ah really? [11:58:45] hmm [12:00:37] actually there's something very odd indeed in this debug log [12:00:58] you're welcome :) [12:01:13] most certainly HughesNet's fault [12:01:39] btw have you worked out how to edit text files yet? [12:02:02] i think so :) [12:02:15] *Splarka makes a voodoo doll of p858snake [12:02:21] but i think the problem goes beyond hughesnet.. wildblue has the same problem [12:02:32] from what i understand [12:02:37] you know you wub me Splarka [12:02:42] they probably use the same broken software [12:03:07] it ain't easy internetting through space [12:03:25] with all due respect, their "broken" software is only causing a problem with mediawiki [12:04:06] no need for due respect with flyingparchment [12:04:15] you know he won't give it back to you ;) [12:04:20] lol [12:05:41] here's what it looks like to me [12:05:59] when you request a page from HughesNet, their proxy parses the response HTML [12:06:14] badly, they don't unencode the & so you get invalid URLs in the debug logs [12:06:56] yeah, okay. sounds like their software is working perfectly [12:07:02] they extract the CSS links, and immediately send requests for all of them, in parallel, to the server [12:07:29] presumably this is done on the terrestrial server side, to reduce latency [12:07:45] the responses are probably sent back to the client unasked for, and stored to a cache [12:08:28] so when you ask for /index.php?title=Main_Page, the moment MW finishes its request, HughesNet sends back 5 requests [12:08:53] in parallel, and they don't finish for a while [12:09:31] hmm [12:09:33] it seems to do this every time, same stylesheets [12:10:06] for every stylesheet, MW reads the session at request startup, and writes the session at shutdown [12:11:19] so if you do a login, and the login starts and finishes while all the queued up stylesheet preloads are still going, then the stylesheet preloads can overwrite the session when they shut down [12:12:11] you should try going to the log in screen, then waiting about a minute [12:12:26] ok [12:12:29] only then, then enter your username and password and log in [12:13:13] k waiting [12:14:16] if the session save path was in a local directory, the file locks would serialise the requests [12:14:32] and so MW would be extremely slow, but login would work [12:14:50] but it's likely that your host has them on NFS, which means that locking doesn't work [12:14:58] okay logged in.. now try another page? [12:15:04] yes [12:15:39] logged out.. but going back to main page has me logged back in lol [12:16:09] it probably sends a 304, you should try a page you haven't been to before [12:16:28] start over again? [12:16:35] no [12:17:29] http://www.umheadquarters.com/index.php?title=Ahaeytwr7w6 [12:18:00] logged out [12:20:47] im guessing we're a lil farther from isolation now ;) hehe [12:21:18] 03btongminh * r56228 10/trunk/extensions/GlobalUsage/ (4 files): [12:21:18] * Did some work on the UI: should be more or less complete now. [12:21:18] * Changed the indices to what seems logical to me, but I think somebody who knows more about that should have a look over it. [12:21:58] no, I don't think so [12:22:09] it could just be that you didn't wait long enough [12:22:31] k i can try again [12:23:40] sitting at the login page [12:23:54] can you get to your access log through cpanel? [12:23:59] ill wait like 2 mins [12:24:29] where is it located [12:25:06] the debug log ? [12:26:46] or the raw access log [12:30:43] i do have access to the raw access log [12:33:36] where was I? [12:33:46] 03(mod) Review/Enable GlobalUsage extension to supplement/replace CheckUsage toolserver tool - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18059 +need-review; +comment (10Bryan.TongMinh) [12:33:55] lol [12:33:58] i do have access to the raw access log [12:34:38] if you can edit your LocalSettings.php without turning it into question marks, put this at the bottom of it: [12:34:39] $wgDebugLogPrefix = mt_rand(0,1000000) . ': '; [12:35:07] $wgDebugLogFile = "{$IP}/debug.txt"; [12:35:14] and delete the old log file so that we can start with a blank one [12:35:23] k [12:37:20] what's up [12:39:36] hey Nikerabbit [12:40:55] the 'wrong sidebar cached' bug is quite annoying [12:41:12] *^demon waves to Nikerabbit [12:41:19] as in wrong language? [12:41:51] <^demon> siebrand: Btw, I ran rebuildall against the 90k-ish revision import I was doing. Couldn't seem to hit OOM errors :-\ [12:42:40] as in the version from messagesen.php [12:46:54] 03(mod) "php deleteOldRevisions.php --delete" doesn�t work anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20612 (10innocentkiller) [12:50:41] omg tim now i know why it was doing the question marks [12:50:49] i was pasting between mac os x and windows [12:52:41] TimStarling_: How far are you from Canberra - I've got a buddy that lives upside down and if you're anywhere close I want him to buy you dinner and drinks for being so nice to Hoosie. [12:53:10] haha i know tim prolly hates me [12:53:59] Hoosie: just remember how far he's gone out of his way to help you out - then pass it on to others. [12:54:29] i will and have.. i was telling people yesterday how gracious he had been [12:54:41] but i think its working now so i'm back at the login screen [12:57:28] jdpond: 360km [12:58:03] tim do u want me to go to another page and then back to the main page again or just to another page and then send u the file [12:59:32] have you got the login page open? [12:59:46] yep i already opened it and waited like 2 mins and then logged in [12:59:50] and then went to another page [12:59:56] you don't need to send me the debug log file, I can read it on the web: http://www.umheadquarters.com/debug.txt [13:05:54] Hmm. TimStarling_ that's more than a short walk. [13:06:20] Hoosie: reading [13:06:41] thanks ;) [13:12:51] how long was it between when you logged in and when you logged out again? [13:12:56] 03(NEW) HTML error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20614 trivial; Normal; MediaWiki extensions: Quiz; (ste.coda) [13:13:04] oh right, you didn't log out [13:13:05] duh [13:13:12] lol [13:13:22] mediawiki does that for me ;) [13:13:36] HughesNet just picked the logout link out of the HTML and preloaded it for you [13:13:46] HA [13:13:49] it's always the simplest thing isn't it? [13:14:03] lol [13:14:25] lol [13:15:18] it did it three times [13:15:43] GET /index.php?title=Special:UserLogout&returnto=MediaWiki:Print.css [13:15:51] GET /index.php?title=Special:UserLogout&returnto=MediaWiki:Common.css [13:16:00] GET /index.php?title=Special:UserLogout&returnto=MediaWiki:Monobook.css [13:16:05] just to be sure [13:16:06] *MaxSem laughs hysterically [13:16:36] sounds like a conspiracy to me [13:16:44] because it's doing the & thing with the original CSS URLs, it gets served HTML instead [13:16:59] and then it scans that HTML, assuming it's CSS, for more URLs [13:17:03] that might be worth an update to your blog tim, heh, classic [13:17:23] ^demon: too strange. Then I still wonder what causes the leaks. Lemme try and do the same. [13:17:31] is this the "broken client" that domas blocked & on WMF for? [13:17:54] well, that would explain why WMF works [13:18:24] is it fixable [13:18:26] he was just annoyed at the false requests eh? [13:18:32] (IIRC) [13:18:49] let's see if there's any headers that identify these requests [13:20:04] Wild Palms in [13:20:04] Sunnyvale [13:20:22] hmm, my copy buffer contained something else than what I thought [13:20:35] 03demon * r56229 10/trunk/extensions/Quiz/Quiz.php: (bug 20614) HTML error. [13:21:07] 03(FIXED) HTML error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20614 +comment (10innocentkiller) [13:22:25] Hoosie: visit this page: http://wikichix.org/wiki/WikiChix [13:22:59] ok [13:23:28] did you do it? [13:23:33] yes [13:23:45] 03(NEW) MediaWiki:Contributionscores-allrevisions to be reworded? - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20615 enhancement; Normal; MediaWiki extensions: [other]; (bugzilla.wikimedia) [13:23:50] i'm not a female though [13:23:53] must be a different IP I guess... [13:24:31] 97.73.64.161 [13:24:37] click some link [13:25:00] k i've cliekd 2 [13:25:02] got it, thanks [13:27:00] ^demon: using 28M and growing very slowly (20k rebuilt) [13:27:02] this thing is evil [13:27:36] my internet connection is? [13:27:47] exact same headers, either it's a browser plugin or it's fiendish [13:28:17] ^demon: 29.5 @40k [13:28:23] i knew someone who had a satellite internet connection that was so unreliable half the packets were corrupt. to fix it they had a special driver for Windows that disabled IP checksums [13:28:54] line noise from space! [13:29:08] tim: i'm using a different browser than i was on my wiki.. does that make a difference [13:29:27] it means I'm leaning towards fiendish [13:29:45] ^demon: 29.5 @60k - no longer appears to be rising. [13:30:01] line noise? it only travels 48,000 miles [13:30:01] in LocalSettings.php, put this: [13:30:56] ^demon: any other ideas on how to get further? [13:30:58] if ( isset( $_SERVER['REQUEST_URI'] ) && strpos( $_SERVER['REQUEST_URI'], '&' ) !== false ) { [13:31:30] <^demon> siebrand: I'm just about out of ideas at this point :-\ [13:31:35] exit( 'Fiendish!' ); [13:31:36] } [13:31:45] okay put where [13:31:50] at the end [13:31:52] ^demon: I hoped you wouldn't say that :) [13:32:30] with or without question marks this time? lol jk [13:32:46] without please ;) [13:32:55] TimStarling_: have some time to give some advice on how to proceed? I have a script in the Translate extension (extensions/Translate/scripts/fuzzy.php). It will tag all pages with a certain prefix. [13:33:41] TimStarling_: whenever it is run, used memory grows with 3-3.5MB per edit made. I've worked on it a bit with ^demon, but we're stuck in anylising where the memory disappears. [13:33:46] okay tim it's saved [13:34:16] siebrand: I have a trick for sorting out this problem [13:34:25] first you enable core dumps [13:34:50] then you run the script for a while, until it's using lots of memory [13:34:54] then you do this: [13:35:02] function crash() { crash(); } crash(); [13:35:10] TimStarling_: not something I can do on translatewiki, but it may be something Nikerabbit could do. [13:35:30] it gives you a core dump, which you then open in an editor, and you see what it's full of [13:35:34] TimStarling_: it happens in this line of code: $status = $wgArticle->doEdit( TRANSLATE_FUZZY . $text, $comment, EDIT_FORCE_BOT ); [13:35:50] sure, but that calls a million lines of code [13:35:51] TimStarling_: the memory use that creates is not freed during that script [13:35:55] indeed. [13:36:15] Hoosie: does it work? [13:36:20] it'll be full of crap :) [13:37:02] YES [13:37:03] omg [13:37:05] !!!! [13:37:05] --mwbot-- Please, stop shouting. Don't use caps lock and "!!!", we will understand you without them. [13:37:10] oops [13:37:12] heh [13:37:24] ^demon: 29.6 @250k, so that script is clean. [13:37:24] siebrand: as long as the vast bulk of the memory used at the time of the crash is from the leak, you can work out what is causing it [13:37:31] it works! [13:37:38] <^demon> siebrand: Seems like it. [13:37:40] Hoosie: you seem surprised [13:37:47] were you losing faith? [13:37:59] <^demon> Splarka: Arguably a very stupid mwbot command. [13:38:06] !!!! del [13:38:06] --mwbot-- Successfully removed keyword: !!! [13:38:14] no .. not in you lol .. just seemed like a lot of ppl were trying to fix this and failed [13:38:57] thank you so much [13:39:11] no problem [13:39:20] now, anyone know someone who works at HughesNet? [13:39:27] will this be fixed in the next release? [13:39:44] it isn't broken [13:39:53] eh, well, a "fix" would be to serve 400 on & [13:40:04] if they fix it on their end then they can push it out to all their servers [13:40:18] then it'll be fixed for all versions of MediaWiki instantly [13:40:22] but satellite internet customers aren't loading a lot of URLs, CSS and probably JS and other resources [13:40:30] heh [13:40:42] mutante_ can tell you there are thousands upon thousands of mediawiki installations [13:40:56] and like, what, a half dozen satellite ISPs?? [13:41:40] so if i upgrade my mw i'll have to put this line each time? [13:41:46] right, someone said another satellite ISP had a problem [13:41:47] *in [13:43:06] Hoosie: we've still got to work out what the best permanent fix is [13:43:14] oh ok [13:43:48] thanks for being so persistent and patient over the last few days [13:44:04] we can't fix things like this if the users just give up and go away before we can isolate it [13:44:10] could mediawiki rewrite & to & in URIs internally? or would that be dumb? [13:44:36] 03churchofemacs * r56230 10/trunk/phase3/ (RELEASE-NOTES skins/common/wikibits.js): Don't include TOC in the printable version if it is hidden (bug 482). Original patch by Shane King (r6350) was lost in r7073. [13:44:39] no.. thank you .. i'm so glad i can edit my wk once again [13:44:46] (probably break on many of the short url methods) [13:46:27] 03(FIXED) when TOC is hidden, it should not print - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=482 +comment (10church.of.emacs.ml) [13:46:36] here is the bug report btw in case you want to update it or something https://bugzilla.wikimedia.org/show_bug.cgi?id=17790 [13:46:48] TimStarling_: ok, I think I enabled core dumps (ulimit -c unlimited [13:46:48] ) [13:47:06] TimStarling_: and I added that function to the program to be hit for now after 5 iterations. [13:47:44] TimStarling_: so if I understand correctly, that function will just trigger the program to exit, and it should write a copy of the memory the used at the time of exit *somewhere*, is that right? [13:48:26] TimStarling_: btw, it exited with "Call to undefined function crash() in /var/www/w/extensions/Translate/scripts/fuzzy.php on line 172", that's also correct? [13:49:13] ^demon: rebuildall.php has rebuilt almost a million pages. Still teh same memory usage. [13:49:25] <^demon> Yeah, I don't think that's going to trigger it. [13:49:55] ^demon: it's been 80M below the limit 100% of the time, so no :) [13:52:40] <^demon> In good news, this caused me to finally have a 90k revision local install to better test queries and such against :p [13:53:55] siebrand: I've tried var_dump($_GLOBALS) but that doesn't give you static class members [13:54:12] <^demon> siebrand: You guys still have ForeignApiRepo enabled on TW, right? Did you hit any weird issues with file_put_contents() while running rebuildall? I can' [13:54:19] so I tried using reflection to dump all the static class members, but that doesn't give you memory lost due to circular references [13:54:47] TimStarling_: sorry, some delay, chatting with skype. [13:54:55] core dumps are the only way to get everything, and they're quick and easy by comparison [13:54:57] TimStarling_: yes, still using Commons repo as foreign repo [13:55:23] <^demon> siebrand: That was me, not Tim :p [13:55:32] ow, oops [13:55:44] @dump [13:55:44] --mwbot-- A dump is now available at http://tools.wikimedia.de/~amidaniel/botbrain.html [13:56:38] TimStarling_: yeah, I googled 'php memory leaks' a bit and found the circular references scenario, indeed. [13:56:52] http://paul-m-jones.com/?p=262 explains it. [13:57:21] <^demon> !?! del [13:57:21] --mwbot-- Successfully removed keyword: ?! [13:59:47] <^demon> !wikipatterns [13:59:47] --mwbot-- http://www.wikipatterns.com [13:59:53] *^demon wonders how that snuck in [14:00:12] be nice if MZM's grep tool grepped #mwbot and the privmsg logs [14:00:35] also be nice if the bot didn't report random strings followed by del as 'success' [14:00:43] !Iamthewalrus del [14:00:43] --mwbot-- Successfully removed keyword: iamthewalrus [14:00:47] <^demon> Can you add commands from /msg? [14:00:58] !lsadkflskdfj;l3i4u5034o34hn5to;j34h5;o1j3h45;kj234h5lkj23h45lkj1h5o;1 del [14:00:58] --mwbot-- Successfully removed keyword: lsadkflskdfj;l3i4u5034o34hn5to;j34h5;o1j3h45;kj234h5lkj23h45lkj1h5o;1 [14:01:02] <^demon> !wikipatterns del [14:01:02] --mwbot-- Successfully removed keyword: wikipatterns [14:01:04] yes, you can [14:01:12] mwbot: you are a liar [14:01:15] *^demon frowns [14:01:19] <^demon> !this_is_intentionally_null [14:01:19] --mwbot-- [14:02:26] I did that, for a reason [14:02:43] some things should be suppressed on mwbot, like [14:02:47] !seen brion [14:02:47] --mwbot-- [14:02:47] brion was last seen 13 hr 56 min 19 s ago on #mediawiki [14:02:56] !bundels del [14:02:56] --mwbot-- Successfully removed keyword: bundels [14:03:07] but just defining them all as null would make people remove them as "why is this null" [14:03:13] <^demon> Ah ok. [14:03:19] so this_is_intentionally_null was an attempt to make you frown [14:03:25] rather than delete it immediately, heh [14:03:42] <^demon> I didn't delete it :p [14:03:46] <^demon> I just tried it [14:03:46] yet! [14:03:57] <^demon> !splarka aliases it? [14:04:04] <^demon> You don't want people going !splarka? [14:04:20] http://toolserver.org/~mzmcbride/cgi-bin/mw-logs.py?search=!splarka [14:04:40] >_< [14:05:07] Remind me later about other directories. Should be pretty easy to add a URL parameter or something. [14:05:37] things like !tell and !cowsay were due to a slightly broken unilinky bot [14:05:50] !seen mybrain [14:05:50] --mwbot-- [14:05:50] Last seen: No match [14:06:26] !important for the css [14:06:26] --mwbot-- [14:06:30] ! because of wikitables [14:06:56] not sure who did !op, probably Annemarie [14:07:27] I aliased it to null. [14:07:49] good man...er... hermaphrodite [14:07:59] People don't like nick spam. [14:08:36] TimStarling_: the memory leaks on editing using command line scripts only appears to have entered the code somewhere about 10 days ago - if that may ring a bell. [14:08:37] nah, it was funny to see people !op and then dom/as come and ban them [14:08:48] i think tim is gone [14:09:02] his connection is still on, probably distracted [14:09:05] he'll have scrollback, I guess. [14:09:07] (responds to ping) [14:09:29] Australian internet is marginally better than satellite (but both are worse than tin cans and string) [14:09:37] hi rar splrarka [14:09:44] lol [14:09:54] i dont use satellite internet by choice [14:10:24] isn't it expensive [14:10:25] <^demon> Splarka: I suppose it could be worse. Would could have to hand-write diffs, mail them to Brion, and then wait for a review to come back in the mail. [14:10:25] the other choice is dialup.. that's hardly a choice [14:10:35] 69/month [14:10:35] hehe [14:10:56] 69 what? [14:11:01] it's not my connection that's dropped out twice in two days [14:11:06] dollars (us) [14:11:13] it's the connection from my VPS in America to Freenode [14:11:32] k [14:11:56] not that expensive then [14:13:08] it's a shame the world isnt a little more wired ;) [14:13:37] anyone who has satellite can probably get fibre, it just might cost a bit more. [14:13:47] or better wireless [14:13:48] <^demon> I don't pay for internet, I just pick up campus wifi from the building next door :) [14:14:04] wireless requires a local provider, which isn't always the case, especially in the remote areas that satellite servces [14:14:10] <^demon> I suppose network access is included in tuition/fees or something. [14:14:13] although with 3g mobile broadband that's improving [14:14:14] fibre in middle oh nowhere? [14:14:25] we dont have fibre [14:14:26] lol [14:14:31] Nikerabbit: they can run fibre from the US to australia, i'm sure it can reach from a local city to some tiny village [14:15:03] 3g is nice, but not a solution [14:15:23] why isn't it a solution? [14:16:11] it needs quite much infrastructure to have a large coverage [14:16:25] *Splarka is on dialup, and it is a choice (rather than satellite) [14:16:35] <^demon> Nikerabbit: Works pretty well for me when I need mobile internet. Hook up the G1 to the laptop and we're good to go. [14:17:27] Splarka: do you have mobile phone coverage? [14:17:28] it works where it is [14:19:00] nope [14:19:19] how far away are you from the telephone exchange? [14:19:43] like 15-20 miles [14:20:56] satellite also sucks because of the 2 year minimum contract most ISPs require here [14:21:01] <^demon> We don't have good fiber coverage here. [14:21:08] <^demon> Most people are on cable. [14:21:15] there's some wireless coverage but not in this valley yet [14:22:42] I'd need like a 100 foot tower (or for a neighbor who is working on getting it (he has clear LOS to a hill that another guy is setting a repeater up on, an abandoned Comcast tower) whom I have almost LOS to, to set up a small repeater) [14:25:34] Where can I find out about ExtensionDistributor? Seems like an easier way than running extensions downloads off multiple servers. [14:26:18] <^demon> !extensiondistributor [14:26:18] --mwbot-- You can download bundeled for extensions maintained in the wikimedia repository from . [14:26:57] Thanks demon, but how do I load my extensions INTO ExtensionDistributor [14:27:11] <^demon> If they're in SVN they should show up there automagically? [14:27:29] <^demon> And use {{WikimediaDownload|ExtensionName}} in your download= section of the {{extension}} template. [14:28:17] OK, how long before it propagates? Will go back and change all infoblox [14:28:46] <^demon> TimStarling: How long does it take for extensions to show up once they're in SVN? [14:28:54] <^demon> (into ExtensionDistributor, I mean) [14:31:06] until someone runs svn up [14:31:54] Great extension - good work. [14:36:36] servus [14:36:56] anyone knows the name of this streaming solution wikipedia uses? [14:37:01] corrado or something like that [14:37:03] ? [14:37:20] cortardo [14:37:26] cortado [14:37:28] thx! :) [14:39:15] 03(mod) The coll-n_pages message is not formatted properly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20613 +comment (10bugzilla.wikimedia) [14:40:36] ^demon: ouch. the rebuildall.php *did* mem out eventually on a later part of the process. [14:41:36] ^demon: i think in Rebuild link tables [14:42:52] ^demon: reran rebuildall.php with only rebuild link tables enabled, and it uses 130M after 10700 [14:44:16] <^demon> siebrand: Yeah, the rebuild link tables part can die. [14:44:31] <^demon> Hmm, let me lower my memory, flush my link tables and try rebuilding. [14:47:05] wazaa [14:48:36] ^demon|brb: using refreshLinks.php directly is probably easier. [14:49:04] <^demon|brb> Probably :) [14:49:07] ^demon|brb: just started where it ended the first run, and then it used up all memory after 400 pages already. [14:50:47] <^demon|brb> 400 was better than the 30 last night ;-) [14:51:57] how can i place 2 images next to each other, without the tag [14:53:40] is there an API call in mediawiki that allows me to fetch a random page? [14:53:57] hi ... (possibly after an upgrade) i cannot run the rebuildall.php script any more ... it tells me "A copy of your installation's LocalSettings.php must exist and be readable in the source directory." ... i am using symbolic links from /usr/share/mediawiki subfolders to /my/site/, the LocalSettings.php file is located at /my/site ... [14:54:04] any idea, what i am doing wrong? [14:54:33] pekuja: list=random [14:55:07] Splarka: ah, of course. was only looking at the documentation for queries in general [14:55:10] Splarka: thanks [14:55:32] mutante_: just omit the frame and use your own [14:55:43] and define a maximum vertical pixel height too [14:58:01] Splarka: use my own cs?? i have this right now [14:58:02] * pictures from [[1999]] [[File:Lillian07.jpg|right|100px|link=1999]] [14:58:03] * pictures from [[2000]] [[File:P1020015.JPG|right|100px|link=2000]] [14:58:30] how could i get that next to each other,because i want to use the "link=" to link to another page [14:58:37] s/cs/css [14:59:34]
[[Image:Diego_ribas.jpg|300x100px|link=1999]][[Image:Alessandro_Del_Piero.jpg|300x100px|link=1999]]
Caption
[15:00:02] (random pics from an en.wp example) [15:00:10] thank you [15:00:18] the smaller 100px vertical dimension keeps them the same height [15:00:21] tim, you're doing wrong to use MediaWiki from a package that drops different pieces of the software into different directories [15:00:52] many Linux distros have this problem [15:01:21] MaxSem, yes ... debian/testing [15:01:23] hrm [15:01:34] so either make a shitload of symlinks or use a vanilla tarball [15:15:19] moi pekuja [15:18:34] Mui. pekuja [15:32:19] !seen bryon [15:32:19] --mwbot-- [15:32:19] Last seen: No match [15:32:29] !seen brion [15:32:29] --mwbot-- [15:32:29] brion was last seen 15 hr 26 min 0 s ago on #mediawiki [15:32:52] !seen MaxSem [15:32:52] --mwbot-- [15:32:52] MaxSem is currently on #mediawiki [15:32:57] whee [15:33:00] lol [15:33:33] *Splarka bites GreenAway [15:33:49] who normally does the reviewing other than bryon and timstarling? [15:34:27] *brion [15:35:13] you are good at consistently misspelling his name ^_^ [15:35:25] =) [15:36:02] consistency is good [15:41:35] <^demon|brb> ExportPHP: We all kind of do some reviewing on code review by commenting/tagging/marking as fixme. [15:41:45] <^demon|brb> But final review/approval still lies with Brion/Tim [15:51:48] Mui. Nikerabbit, str4nd [16:09:07] how can import to a simple Page a list of all pages in a specific category? [16:10:53] 03(NEW) Name of excluded-in-print category cannot start with a namespace name - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20616 minor; Normal; MediaWiki extensions: Collection; (mormegil) [16:18:05] here's a dinner-time argument for everyone... [16:18:21] SpecialResetpass uses User::setPassword() to change the user's password [16:18:28] which throws PasswordErrors on failure [16:18:59] SpecialUserlogin returns class constant status codes on failure [16:19:17] User::getPermissionsErrors returns message keys on failure [16:19:49] SpecialCreateUser loads message keys into a member variable, and returns Bool false on failure [16:19:52] which is best? [16:20:08] :P [16:42:25] !dpl | BlackBinary [16:42:25] --mwbot-- BlackBinary: The DynamicPageList (DPL) extension outputs reports based on criteria given in a special tag. For more information, see and . [16:42:34] but a lighter version is http://www.mediawiki.org/wiki/Extension:Intersection [16:43:45] Splarka: ty :) [17:06:25] 03churchofemacs * r56231 10/trunk/phase3/ (RELEASE-NOTES includes/specials/SpecialRevisiondelete.php): Adjust the time according to the user configuration on Special:Revisiondelete [17:06:41] wow, quiet in here today... [17:07:02] 03ashley * r56232 10/trunk/extensions/AjaxLogin/ (AjaxLogin.php jquery-1.3.2.js jquery-1.3.2.min.js): AjaxLogin: delete empty jquery-1.3.2.min.js file and replace it with uncompressed version of jQuery and use this in AjaxLogin.php [17:11:39] 03rotem * r56233 10/trunk/phase3/skins/ (common/common_rtl.css monobook/rtl.css): Re-add the RTL lists workaround for Firefox bug to monobook/rtl.css, as common_rtl.css does not seem to be used in Monobook. [17:24:43] Splarka: this DPL refresh the list only if i edit and save the Page. how can i make this list dynamic [17:25:24] http://www.mediawiki.org/wiki/Extension:NoCache [17:25:33] *Splarka yawn [17:26:01] Extension:SloWare [17:26:30] so many lovable "_ware" terms [17:26:34] I love garbageware the most [17:26:43] shovelware is nice too [17:29:04] the dynamicPagelist is only dynamic if i edit and save the page with the same content ? [17:36:22] plz help me [17:47:04] 03aaron * r56234 10/trunk/phase3/includes/specials/SpecialContributions.php: bug 20470 Edits with user/IP suppression are now marked [17:47:16] 03(FIXED) Edits with user/IP suppression aren't obvious at user contribs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20470 +comment (10JSchulz_4587) [17:56:32] 03aaron * r56235 10/trunk/phase3/includes/specials/SpecialUndelete.php: [17:56:32] * Removed duplicate revdelete links [17:56:32] * Moved revdelete link up [17:56:32] * Code style tweak [17:57:46] 14(INVALID) (hide/unhide) link is missing from deleted revisions of a page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20611 +comment (10JSchulz_4587) [18:18:31] 03aaron * r56236 10/trunk/phase3/languages/messages/MessagesEn.php: Expand revdelete dropdown/reasons [19:01:05] 06(LATER) Restrict permission to moving user pages only to who own them - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6944 +comment (10JSchulz_4587) [19:01:56] 03(mod) Grant "deletedhistory" permissions to CheckUser group - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9884 +comment (10JSchulz_4587) [19:08:42] AaronSchulz: I thought it was browsearchive that let you browse Special:DeletedContributions? [19:09:02] no that it just for the list of deleted pages [19:11:43] Which list? [19:13:37] just go to special:undelete [19:13:43] 03(mod) References are not shown to Anons when they don't have edit permissions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11224 +comment (10JSchulz_4587) [19:16:05] 14(DUP) Anons w/o edit permissions have problem with references if gallery tag is used. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16767 +comment (10JSchulz_4587) [19:16:07] 03(mod) References are not shown to Anons when they don't have edit permissions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11224 +comment (10JSchulz_4587) [19:18:39] So it's still 'delete' that controls access to seeing normally deleted pages/revisions? [19:20:50] Er, no, of course not; then undelete wouldn't work [19:29:03] 03jeroendedauw * r56237 10/trunk/extensions/SemanticMaps/INSTALL: Changes for 0.3.4 [19:29:30] 03jeroendedauw * r56238 10/trunk/extensions/Maps/ (INSTALL Maps.php): Changes for 0.3.4 [19:32:10] hrm...natsort() [19:32:13] $a = array(-5,-2,3,9); natsort($a); [19:32:46] Array ( [1] => -2 [0] => -5 [2] => 0 [3] => 3 [4] => 9 ) [19:33:25] where did the zero come from? [19:34:29] 03(mod) Install extension on all Wikimedia projects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9396 +comment (10JSchulz_4587) [19:36:09] 03(mod) Install extension on all Wikimedia projects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9396 (10JSchulz_4587) [19:36:20] Nikerabbit: that was me :) [19:36:43] still -5 counts as > than -2 [19:39:10] 03(NEW) Internal links: Cannot select a page from list using mouse click - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20617 normal; Normal; MediaWiki extensions: UsabilityInitiative; (wikibugs) [19:40:27] 03(mod) Internal Links: Long page names are not displayed fully - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20606 (10wikibugs) [19:41:10] Hm. I couldn't find one, but is there an extension (or core function) that anyone can think of that automagically uploads to my wiki files that I link to to WMF commons? (I've hooked in using $wgForeignFileRepos, but I'd prefer it if the files are then locally accessed, as I'm using a localhost server on my memory stick, and want to access the images without an internet connection). Thanks :) [19:41:28] 03(mod) Install extension on all Wikimedia projects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9396 (10JSchulz_4587) [19:44:45] Fflapjac: use $wgForeignFileRepos with caching [19:45:05] thanks [19:45:24] otherwise, there might be a pywikipedia bot script for image scraping [19:46:52] 03(mod) Please enable variant ShortURLs for Chinese Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19019 +comment (10JSchulz_4587) [19:47:52] Is there a setting for "unlimited", or should I just put an insanely high number? [19:49:26] is it possible to create an interwiki link from simple wiktionary to simple wp? [19:50:41] of course [19:50:57] how? [19:51:19] [[:w:simple:Page]]? [19:51:20] Fflapjac: go with a high number, I think [19:51:25] Thanks :) [19:52:21] *Fflapjac settles on 365 days [19:52:40] Mike_lifeguard: that just created a link, I'd like an interwiki [19:53:07] [[:simple:w:Foo]]? [19:53:12] that kind of interwiki :) [19:53:22] oh, without the colon [19:53:27] Mentifisto: there's some way to get interproject links, but I have no idea how it works [19:53:50] IIRC, it uses some js... Meta probably uses it [19:55:01] I'm able to link to enwiki from sewq by using en:w: but it doesn't work when iw to sewp [19:55:48] Mentifisto: you are not being clear about what you want. Try again. :| [19:57:05] [[en:w:Foo]] successfully places an interwiki link from simple wikiquote to enwiki... but it doesn't work if you try to interwiki to the simple version of wp [19:57:52] http://simple.wikiquote.org/wiki/User:Mentifisto [19:58:46] 03(NEW) User can inset links, insert tables with blank values - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20618 trivial; Normal; MediaWiki extensions: UsabilityInitiative; (wikibugs) [19:58:58] one is an iw, one a plain link [19:59:14] lulwot? [19:59:20] *Mike_lifeguard is humbled now :P [19:59:47] Which kind of link are you trying to get [19:59:47] ? [20:00:18] User:Mentifisto on simple.wikipedia in that case... but it only works with en.wikipedia [20:00:28] no it doesn't [20:00:38] look at the URL for the link in the sidebar [20:00:49] it links to http://en.wikiquote.org/wiki/w:User:Mentifisto NOT enwiki [20:01:10] well, that redirects you to enwiki still [20:01:31] 03(NEW) Result Format change format clicking further results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20619 enhancement; Normal; MediaWiki extensions: Semantic MediaWiki; (ulli_757) [20:02:18] in that case, do silly things like :en:w:simple [20:02:45] there are even cooler ones, you can redirect yourself all around the universe, but it's fairly ridiculous to do so :) [20:04:50] oh yes, http://simple.wikiquote.org/w/index.php?title=User:Mentifisto&diff=next&oldid=29011 did it :) thanks [20:06:01] *Emufarmers stir-fries ^demon [20:06:41] *^demon sizzles [20:06:48] :D [20:06:48] *^demon steams [20:07:08] Now I'm hungry :( [20:07:17] Emufarmers, tim fixed my wiki ;) [20:08:48] <^demon> Hoosie: He certainly had more patience with it than I did :p [20:08:54] *AaronSchulz wonders how Larrabee will run Crysis [20:09:15] hehe im so happy i can edit it again [20:09:49] Hoosie: oh? So what was it? [20:10:32] apparently hughesnet preloads the logout page which was causing it to logout.. which when he figured thta out he couldnt believe how simple it was [20:10:57] So what was the fix? [20:11:30] he gave me some line to add to the end of localsettings.php .. had something to do with & i think [20:13:02] he said they are going to determine what the long-term fix should be [20:14:59] I'm sure both of Hughes Net's customers will be pleased [20:15:32] lol [20:19:30] man, I can't google "shovelware" without endless minutes of continuous laughter [20:19:50] hi, I'm getting this message when i try to install my wiki Attempting to connect to database server as dee490_3...failed with error [1251] Client does not support authentication protocol requested by server; consider upgrading MySQL client. [20:20:06] it seems that PHP is linked with old MySQL client libraries. [20:21:00] nvzn: right, and? [20:21:02] so I wonder, is there anyway to hack around this? There is an sql client installed in the system I am working on, which is mysql5, but i'm not sure if its PHP or mediawiki that I need to force to use it [20:21:14] and I suspect its PHP [20:21:18] is that correct? [20:21:44] 03jeroendedauw * r56240 10/tags/extensions/Maps/REL_0_3_4/SlippyMapCassini.js: [20:22:01] The error is PHP's, yes: http://www.google.com/search?q=[1251]+Client+does+not+support+authentication+protocol+requested+by+server [20:22:05] 03jeroendedauw * r56241 10/tags/extensions/Maps/REL_0_3_4/Maps_ExportCgiBin.php: [20:22:26] Emufarmers: so is there a way to tell mediawiki to use a differnt PHP? [20:22:35] can I set the PATH? [20:22:52] for the mediawiki scripts? [20:23:37] Sure, but this really has nothing to do with MediaWiki: you can set a different script handler or whatever with .htaccess [20:24:07] 03jeroendedauw * r56242 10/tags/extensions/SemanticMaps/REL_0_3_4/ (31 files in 6 dirs): Tag for version 0.3.4 [20:40:20] 03(mod) "php deleteOldRevisions.php --delete" doesn�t work anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20612 (10emmanuel) [21:04:40] 03rotem * r56243 10/trunk/phase3/languages/messages/MessagesHe.php: Localization update. [21:04:49] hi all in this code"&action=edit§ion=new" i want to add the section at the top of the page [21:04:55] how to do that? [21:09:04] 03(mod) "php deleteOldRevisions.php --delete" doesn�t work anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20612 (10innocentkiller) [21:09:57] ^demon: will the extra .inc files floating around be deleted soon? [21:13:47] <^demon> AaronSchulz: The ones that aren't being used have been nuked, afaikl [21:14:11] PopulateParentId, RebuildFileCache [21:14:32] <^demon> I thought those were being used by something like updaters.inc [21:15:03] also undefined variable in this script if passed wrong page ids [21:15:13] not rebuildFileCache [21:15:23] also, that's pretty messy :) [21:15:33] <^demon> AaronSchulz: If it's not being used by anything feel free to delete :P [21:18:02] 03siebrand * r56244 10/trunk/phase3/languages/messages/ (34 files): Localisation updates for core messages from translatewiki.net (2009-09-12 21:01 UTC) [21:18:03] werdna, are you around? [21:25:17] 03(mod) "php deleteOldRevisions.php --delete" doesn�t work anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20612 (10emmanuel) [21:25:48] 03siebrand * r56245 10/trunk/extensions/ (108 files in 100 dirs): Localisation updates for extension messages from translatewiki.net (2009-09-12 21:01 UTC) [21:27:54] 03siebrand * r56246 10/trunk/phase3/js2/mwEmbed/php/languages/mwEmbed.i18n.php: Localisation updates for core messages from translatewiki.net [21:30:04] 03catrope * r56247 10/trunk/extensions/UsabilityInitiative/js/plugins/jquery.suggestions.js: Suggestions plugin: (bug 20617) Clicking a suggestion doesn't work [21:30:40] 03(FIXED) Internal links: Cannot select a page from list using mouse click - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20617 +comment (10roan.kattouw) [21:38:35] excuse me [21:38:56] when i try to install checkuser on my wiki and change user rights [21:38:58] i get this: [21:39:02] why was that userrights link added to contribs? [21:39:02] Database error [21:39:04] From B-KWiki [21:39:05] Jump to: navigation, search [21:39:07] A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: [21:39:08] (SQL query hidden) [21:39:11] from within function "efUpdateCheckUserData". MySQL returned error "1146: Table 'zoka_4105234_banjokazooiewiki.mw_cu_changes' doesn't exist (sql113.freezoka.com)". [21:39:12] is it really used that often? [21:39:39] i used phpMyAdmin [21:40:42] 03catrope * r56248 10/trunk/extensions/UsabilityInitiative/ (7 files in 3 dirs): [21:40:42] EditToolbar: (bug 20618) Stop the link dialog from inserting links to empty [21:40:42] titles or URLs. Currently, the URL check only checks for the empty string and [21:40:42] 'http://' , but we could replace that by a more elaborate URL-valiating regex. [21:40:42] Also bump style versions and recombine for r56247 [21:41:22] 03happy-melon * r56249 10/trunk/phase3/includes/User.php: Fix fatal left over from preferences rewrite, that no one noticed because this particular function isn't used *anywhere* in core... :D [21:42:50] 03(mod) User can inset links, insert tables with blank values - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20618 +comment (10roan.kattouw) [21:50:53] 03(mod) Add "hide placeholder" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20290 (10JSchulz_4587) [21:58:00] Next question: Is it possible to simply remove redlinks to images, and have them hidden instead? [21:58:25] 03(NEW) redirects and wildcards - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20620 normal; Normal; MediaWiki extensions: Semantic MediaWiki; (ulli_757) [22:00:32] hello folks [22:01:08] I've this problem: If I add any extension in my extension/ directory and add the include code inside LocaSetting.php my mediawiki stops to work [22:01:09] why? [22:03:05] 03aaron * r56250 10/trunk/phase3/includes/filerepo/ (File.php OldLocalFile.php): Add getVisibility function (which fixes revisiondelete fatal) [22:04:28] 03(mod) Add "hide placeholder" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20290 (10thatcher131) [22:08:09] 03(mod) Using wildcards in redirects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20620 summary (10microchip08) [22:09:38] 03(NEW) patrolling not working - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20621 normal; Normal; MediaWiki: Recent changes; (scream) [22:15:36] I've problems with iframe [22:15:39] and other extension [22:36:25] damn... seems that sycamore doesn't support html tags in articles [22:37:38] 03(mod) User can insert links, insert tables with blank values - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=20618 summary (10nkomura) [22:39:18] Trying to find a farm which supports html tags, inclusion of pages with tags, templates and list pages or backlinks [23:02:59] Now all is quiet, my question again :P [23:02:59] Is it possible to simply remove redlinks to images, and have them hidden instead? I can't find the .css to narrow it down to just images [23:11:25] Anyone know of a Date of birth userbox to hand? [23:14:28] !r 56150 [23:14:28] --mwbot-- http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56150