[00:00:58] in iw_url for initerlinking wiki's what does BLOB refer to? such as BLOB - 31 B for wikipedia. I don't understand where url is placed... Help me if possible and also is it recommended to have seperate databases if you creating multiple wiki sites? [00:01:30] If I am unerstanding correctly muliplesites are just namespaces but not quite clear on concept... [00:01:37] BLOB is probably bad idea, varbinary could be better [00:01:42] but it is URL format [00:02:35] MZMcBride: mmh, it is my parser tag causing trouble again. [00:02:41] A problem for tomorrow, however. [00:02:43] Goodnight all. [00:02:48] oh, okay.. Trying to administer and create an interwiki but can't do much because I don't have command line access [00:05:45] *Simetrical grumbles at commit conflicts [00:06:49] 03simetrical * r28530 10/trunk/phase3/ (65 files in 3 dirs): [00:06:49] * Special:Upload now lists permitted/prohibited file extensions. [00:06:49] * Split ambiguous filetype-badtype message into two new messages, filetype-unwanted-type and filetype-banned-type. [00:06:49] * Bits of minor code cleanup in SpecialUpload.php. [00:07:05] 65 files? [00:07:05] *qsheets is going to a partay [00:07:16] methinks Simetrical left out some part of that commit [00:07:19] message [00:07:36] Werdna, language files. [00:07:43] ahh [00:07:45] Deleted message = lots of language file changes. [00:08:39] You should know that whenever I touch more than about four files, most of the changes are trivial. :P [00:09:26] Werdna : Already afraid of that. [00:09:30] Yay, Gmail freezing Firefox. [00:09:47] *Simetrical glares [00:09:56] Simetrical: use prism for gmail [00:10:04] Link? [00:10:10] *Simetrical isn't sure Googling "prism" would be useful [00:10:21] *Werdna checks his delicious [00:10:29] I think it's there... [00:10:45] http://labs.mozilla.com/2007/10/prism/ [00:13:20] *Simetrical switches to plain HTML view for now . . . good grief [00:13:44] 03tlaqua * r28531 10/trunk/extensions/phpbbData/hook_handleFromWikiQuery.php: Added {PAGE_URL_LOCAL_ESCAPED} token replacement for use in toForum query string argument when linking to wiki from phpbb. [00:13:52] You'd wish that Firefox would stop one tab from killing the whole app's speed. [00:14:08] *Simetrical supposes he'll see if FF3 is any better [00:14:14] *Simetrical is tempted to go back to Opera at times like this [00:14:56] *Werdna shows up the purty pie chart on http://test.devanywhere.com/Profile.php/Andrew [00:15:50] shows off, rather [00:15:55] Maybe it's not Gmail . . . I closed the tab and it's still running bog-slowly. [00:16:04] *Simetrical restarts Firefox again [00:16:04] how long have you had it open? [00:16:16] Barely any time at all, I restarted it before when I was having trouble. [00:16:34] ah [00:16:36] dodgy addon? [00:16:38] Another program to complain about: gedit, using 430 MB of memory. [00:16:40] Maybe, yes. [00:16:45] *Simetrical restarts gedit, at least that's easily solvable [00:17:11] It gives the unresponsive script dialog on start-up . . . no matter what pages are being loaded. [00:17:32] greasemonkey? [00:17:36] No, don't use that. [00:17:38] *Simetrical restarts in safe mode [00:17:57] If I can figure out how . . . Ubuntu goes for minimalistic app menus. [00:18:53] *Simetrical Googles for "Firefox safe mode Ubuntu" using lynx [00:19:04] At least that's still responsive. ;) [00:20:51] Still trying to figure to insert into interwiki using phpmyadmin and have correct syntax.. Looking it up via wiki.. Point me in right direction if you would like.. Currently looking at http://en.wikinews.org/wiki/Help:Setting_up_interwiki_linking [00:21:40] I think I got it... Let's try.. Tell me if this makes sense... [00:23:39] INSERT INTO mw_interwiki (iw_prefix, iw_url, iw_local) Values ('debconf', 'http://myurl.com/wiki/index.php', '1'); [00:24:31] crichins, that looks about right. [00:26:27] would url sturcture be correct for when I do a lookup off another wiki that it is going to refrence correctly. Such as [[Debconf:Debian|Debian]] would refrence to http://myurl.com/wiki/index.php?Title=Debian [00:28:08] crichins: the interwiki table dump from a WMF wiki starts like this: INSERT INTO `interwiki` VALUES ('abbenormal','http://ourpla.net/cgi/pikie?$1',0,0) [00:28:46] so you should have a $1 placeholder where you want the title inserted [00:29:11] what does the iw_local value do tell if local or not? [00:30:01] -- A boolean value indicating whether the wiki is in this project [00:30:01] -- (used, for example, to detect redirect loops) [00:31:45] BrokenArrow: Okay maybe you can answer my question. I have two wiki that i want to setup but I am wondering if I should have them setup in their own databases or setup in shared database... [00:32:33] sorry, I'm not familiar with wiki farms [00:32:59] Ok, thanks anyway.. Well lets try this and see what happens.. [00:33:02] Firefox seems to run a lot faster with stuff like Firebug, Web Developer, and Tamper Data disabled . . . [00:33:10] try reading up on http://www.mediawiki.org/wiki/Wiki_farm [00:33:31] (if you didn't already) [00:33:58] will doo [00:34:02] do* [00:34:39] Simetrical: Tamper data? [00:35:09] Werdna, lets you inspect and edit post data and other parts of the request when you visit a page. [00:35:19] ooh, fun [00:35:23] Handy, too. [00:35:32] that was implied. [00:35:37] I experimented with it on one of those Java arcades and found I could set my score arbitrarily. \o/ [00:35:52] lol, nice [00:36:03] (I contented myself with increasing my top score by one point, when the game only gave scores in like hundred-point increments.) [00:36:41] BrokenArrow: Looks like I will go the sperate route for now, at least that way If database goes down, whole farm doesn't go down, but maintaing shared information will be a bitch but interwiki linking will help some. [00:37:17] crichins: good luck! [00:37:42] Thanks much [00:38:21] Ugh, Firefox is still acting way too sluggish. [00:38:26] *Simetrical is tempted to apt-get Opera again [00:44:21] BorkenArrow: Is value 1 in iw_local mean that is part of project or not? [00:45:55] Hi [00:46:00] yes [00:47:01] Can somebody tell me how to implement a language navi above/below each article (like that one in the mediawikiwiki)? [00:47:58] Figured it out. 0 means no 1 means yes... Not much of a sql programmer here... [00:48:43] night! [00:51:49] Goodnight.. Must be late for you.. Only 8pm EST for me [01:02:59] is there an extension or some way to link to wikipedia pages from my own mediawiki installatin? I've seen something like [w:House] in other wiki's, is this possible? [01:17:56] !interwiki | BlaenkDenum [01:17:56] BlaenkDenum : Interwiki links are links between wikis. For instance, on Wiktionary, [[w:Article name]] or [[Wikipedia:Article name]] will link to a Wikipedia article. To set up interwiki links, see as well as [01:18:44] thanks [01:19:04] np [01:20:49] On the field, from Madison, Wisconsin, performing their 1997 program "The Pirates of Lake Mendota", Drum Corps International is proud to present...THE MADISON SCOUTS! [01:21:14] ? [01:21:17] wrong channel? [01:21:30] no [01:21:41] ok... then that was really random there :P [01:39:30] Skizzerz: so I can already do interwiki links, what you gave me was just to add more right? [01:39:38] because I already have an interwiki table and it has many rows [01:39:40] yes, or remove them [01:39:58] I just need a wikipedia one, weird, it has tons of wkis except for wikipedia [01:40:53] it should have wikipedia [01:41:18] nope, no wikipedia [01:41:44] has everything but that, wiktionary, wikiquote, wikimedia, etc. [01:41:46] wiki books [01:42:08] lol [01:42:19] the default map needs to be updated anyway [01:42:26] there's a 'wiki' prefix but it's for some random wiki haha [01:43:30] when interwiki linking, can I do [w:Two Words] considering that my prefix is 'w', or must I do Two_Words [01:43:51] you need two [[ [01:43:58] [[w:Two Words]] [01:44:06] and you can use spaces [01:44:09] right [01:44:11] oh okay thanks [01:44:13] it follows internal link syntax [01:44:51] okay, for some reason the w: is showing heh [01:44:57] yes [01:45:13] that is to be expected if you didn't specify alternate text [01:45:16] oh I need to, oh okay [02:29:36] Wow there are a lot of people here [02:30:16] CAN ANYONE HEAT ME [02:30:18] HEAR* [02:31:20] lol [02:33:07] *Simetrical rolls eyes [23:26:03] \o/ [23:26:03] *amidaniel pets mwbot [23:26:09] *Skizzerz pets mwbot too [23:26:29] Alright, hopefully he'll stay up for a while now :) [23:26:38] 03siebrand * r28573 10/trunk/phase3/languages/messages/ (21 files): [23:26:38] Localisation updates from Betawiki. [23:26:38] * an, ar, ast, br, ca, cs, el, fi, fr, gl, hsb, kn, la, lb, loz, nds, nl, oc, sdc, sk, sv [23:35:47] 03greg * r28574 10/trunk/phase3/maintenance/postgres/ (archives/patch-protected_titles.sql tables.sql): Yet more cleanup of the protected_titles stuff. [23:44:51] amidaniel, seeking first developer I see to give a second opinion on this. http://bugzilla.wikimedia.org/show_bug.cgi?id=5189 [23:45:07] *amidaniel looks [23:46:34] Hmm ... I'd say WONTFIX [23:46:40] More or less agree with your comment there [23:46:50] amidaniel, be my guest. [23:47:53] *Skizzerz isn't a dev... but agrees with Simetrical on WONTFIX too [23:48:31] *amidaniel pokes wikibugs [23:52:09] << Sighs.... If only there were more time in the world to do the things I want tod do.. To much to do and not enough time to do it in... [23:55:13] 03siebrand * r28575 10/trunk/extensions/ (44 files in 42 dirs): [23:55:13] Localisation updates from Betawiki (2007-12-17 0:15 CET). [23:55:13] * Fixes and additions to 42 extensions for bg, br, el, gl, loz, nl, oc, stq