[00:01:58] 14(DUP) Show log of previous moves when moving a page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12203 +comment (10raimond.spekking) [00:01:59] 03(mod) Put a move log in Special:Movepage - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6488 +comment (10raimond.spekking) [00:02:04] ajnewbold: if you have parserfunctions installed, yes [00:02:09] !parserfunctions | ajnewbold [00:02:09] ajnewbold: "Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see . [00:02:22] oh, cool; thanks! [00:02:33] I take it that's not part of the default WikiMedia package? [00:02:45] oh, heh, yeah [00:02:48] it says it right there [00:02:50] duh :) [00:02:52] that'S what "you have to install it separately!" means [00:02:57] :) [00:02:59] *ajnewbold is slow :) [00:03:33] grab the bundle [00:03:36] !bundles [00:03:36] unofficial bundles of extensions are at . Note that these are random snapshots and may contain a completely broken version of the extension. [00:03:48] Duesentrieb: I'd need that in order to do something like {{status|ok}} vs. {{status|pending}} and have differently-colored output, right? [00:04:17] ajnewbold: you don't *need* it for that, no [00:04:24] oh! [00:04:27] well that's even better news [00:04:58] ajnewbold: consider this:
{{{1|unknown}}}
[00:05:33] ajnewbold: then, in MediaWiki:common.css, define styles for the classes status-ok, status-pending, status-unknown, etc [00:05:49] if you want to get more fancy than that, you will need the parser functions ,though [00:05:52] ah :) [00:05:54] neat idea [00:06:01] common hack [00:06:18] I wonder if I'm just better off doing {{ok}} and {{pending}} separately though :/ [00:06:33] I'm not certain that I'll be able to modify the css or even install anything extra in this particular environment [00:06:37] you'll end up basing both on yet anotehr template [00:06:41] so, i'd say: no. [00:06:46] hmm, true [00:07:03] you can always later define {{ok}} as {{status|ok}} :) [00:07:20] ah, that's slick [00:07:32] I'm totally new to all of this, in case you can't tell ) [00:07:33] :) [00:07:38] ( aka put a redirect on the template page ;) ) [00:08:38] is there a simple way to quickly see a list of all pages that have a specific template used on them? [00:08:57] like every page that uses {{status}} or {{ok}} or whatever [00:09:09] ajnewbold: Click the What links here link [00:09:11] On the template page [00:09:14] ah! [00:09:21] I should have known that! [00:09:34] thanks :) [00:13:12] hello [00:13:25] hi [00:15:59] are there any free scripts that use wiki api? [00:16:27] oh dear, I can't seem to do a regular HTML link ( can I do an [[internal link]] that's unstyled? [00:18:34] [[Internal link]] [00:18:41] er wait, that won't work [00:19:00] style="text-decoration: none !important" ... [00:19:01] [[Internal link|link text]] [00:19:12] Or, class=plainlinks [00:19:13] thanks! [00:19:16] As that should be defined [00:19:47] amidaniel: that only removes the external icon from external links, not remove all styling from links [00:20:12] Ah, true [00:20:15] you can easily define a class the removes all styling [00:20:16] of course, you can change that in Common.css I suppose [00:20:20] classes are better to re-use [00:20:27] indeed [00:20:30] yeah [00:20:35] (and easier to use) [00:20:41] also, if using a class, you can directly select the text inside the link, so the style is not inherited, but applies directly [00:20:45] should work better [00:21:37] so, in MediaWiki:Common.css, you put down .someclass a { text-decoration: none; }, and then do the link via [[link]]... a lot easier [00:22:27] Only problem with classes is that they often get abused by people who overwrite rather than extend :( [00:42:00] Duesentrieb: Thanks heaps for your help before, much appreciated, highly valuable, cya later [01:16:41] 03shinjiman * r28171 10/trunk/phase3/languages/messages/ (4 files): [01:16:41] * Update Chinese translations [01:16:41] * Update Cantonese translations [01:16:41] * Update Old Chinese / Late Time Chinese translations [01:16:56] 03(mod) Support global (crosswiki) blocking - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8707 (10mike.lifeguard) [01:22:13] 03shinjiman * r28172 10/trunk/extensions/MathStatFunctions/MathStatFunctions.i18n.php: fixing Chinese translations, per http://www.mediawiki.org/wiki/User_talk:Shinjiman#MathStatFunctions.i18n [01:25:21] 03david * r28173 10/trunk/extensions/LiquidThreads/ (Lqt.i18n.php LqtBaseView.php): Improved (?) behavior for fake indenting. [01:27:49] hello hello [01:27:57] wasssup :) [01:28:39] does anyone know if there is an extension for lussomo Vanilla to allow you to use mediwiki formatting in posts? [01:48:01] <[1]Apollo> does anyone in here have javascript experience? [01:48:19] <[1]Apollo> I have a quick question [01:48:25] ask [01:48:29] <[1]Apollo> k [01:48:38] <[1]Apollo> calling an onclick event using JS [01:49:05] ok...? [01:49:16] <[1]Apollo> you use javascript:yourfunction [01:49:17] <[1]Apollo> in the tag [01:49:27] and you want to know how to set up a link to call a javascript function? [01:49:51] <[1]Apollo> onclick="Javascript:myFunction [01:49:53] <[1]Apollo> that works [01:50:07] <[1]Apollo> wait, does that work I meant to say [01:50:27] <[1]Apollo> because it's capitalizing the Javascript [01:50:29] sorry, I'm confused as to exactly what you're trying to accomplish... are you clicking a link? [01:50:33] <[1]Apollo> yes [01:50:37] <[1]Apollo> but I have a tracker on it [01:50:41] ok, this is for mediawiki? [01:51:15] er, is this for a mediawiki wiki? (just have to check) [01:51:31] <[1]Apollo> for google analytics [01:51:33] <[1]Apollo> on links [01:51:44] *sigh* are you doing this on a wiki? [01:51:56] <[1]Apollo> yes [01:52:00] <[1]Apollo> and other places [01:52:05] <[1]Apollo> all I'm asking [01:52:09] <[1]Apollo> is does it make a difference [01:52:18] you cannot use or onclick= normally in a wiki [01:52:28] <[1]Apollo> if I capitalize that Javascript:, will it not work [01:52:29] the links have to be set up via js [01:53:00] <[1]Apollo> because I have a bunch of links, they have the onclick already in them, but I used Javascript:, not javascript: [01:53:09] <[1]Apollo> and I don't know if I have to go back and change them or not [01:53:21] it has to be lc... but even then I'm not sure if it'll work [01:53:23] <[1]Apollo> because they do not seem to be tracking with the capitalization [01:53:31] how are you calling the links? [01:53:33] <[1]Apollo> I have lowercase working it looks like [01:54:08] <[1]Apollo> dang, so I have to change all them to lowercase [01:54:12] yeah [01:54:18] <[1]Apollo> shoot! [01:54:28] <[1]Apollo> thanks for being patient though Skizzerz :-) [01:54:33] <[1]Apollo> very helpful! [01:54:40] yeah, I'm still a bit confused, but whatever :P [01:55:22] <[1]Apollo> me too, and I don't think it was helping any x-D [01:55:24] because I didn't think you can do that stuff normally to wiki links... unless you have RawHTML enabled [01:55:45] (which IMO is a bad thing) [01:57:31] <[1]Apollo> what if I only have admins editing articles? [01:57:43] <[1]Apollo> then the random users wouldn't make messy HTML... [01:57:54] yes, that is the way around it [01:58:00] only allow trusted people to edit [01:58:02] <[1]Apollo> :-D [01:58:11] but with default permissions, enabling raw HTML = bad [01:58:25] <[1]Apollo> yeah, you could put a redirect in [01:58:37] <[1]Apollo> or something like it [01:58:40] <[1]Apollo> nasty things [01:58:58] you could put in a script that'll track Special:Userlogin [01:58:58] <[1]Apollo> thanks for the help! [01:59:05] np [01:59:08] <[1]Apollo> ... [01:59:12] <[1]Apollo> yeah, that would not be good [01:59:26] exactly why enabling it with default permissions isn't good :P [02:43:47] 03shinjiman * r28174 10/trunk/phase3/ (RELEASE-NOTES languages/messages/MessagesZh.php): update for the generic Chinese message file, when the $wgContLanguageCode is set to 'zh', reflecting the site-wide settings when it is set to 'zh' [02:55:22] Whoah, this place is loaded with people. Anyone able to answer what I hope is a simple question? [02:55:35] Been beating my head against the same wall, and it's starting to look worse for wear. [02:56:37] I've probably just missed it because it's been returning such generic search results, but it's still giving me grief :P [02:56:58] Basically I need to replace text in a variable. Specifically, I need to turn a space into %20 [03:10:17] Pinchie: in some articles? [03:10:21] in what context [03:16:56] Sorry, been making lunch. [03:18:08] Well I'm setting up a template for people's XBox Live account info to be presented all pretty-like. However, the URL ends up as http://card.mygamercard.net/{{{gamertag}}}.png - that's fine as long as the gamertag doesn't have spaces. [03:18:20] !magic | Pinchie [03:18:20] Pinchie: For more information about creating magic words and their inner workings, see . For a list of magic words, please see . [03:18:29] i think you need {{urlencode:}} [03:18:54] Excellent, I'll read up on that. Thank you :) [03:19:01] no problem [03:25:39] Hmm, that also does it to the braces that define the gamertag instead of doing it after parsing the variable :/ [03:26:07] Now Playing: Aretha Franklin - Bridge Over Troubled Water (Cosmonica: Crazy Covers Volume 1) [5:29] [03:26:16] Wrong channel for the announce, sorry. [03:28:03] is there anyway to turn off section editing on just one section? [03:36:20] Now Playing: Gotye - Karnivool - The Only Way (Mixed Blood) [4:55] [03:41:02] 03(NEW) Enable more URL schemas/ protocols for the english wikinews (mms: and rtsp:) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12204 15enhancement; normal; Wikimedia: Site requests; (bawolff+wn) [03:49:43] It did work in the end. Thanks McBride :) [03:49:54] good to hear :) [03:50:08] http://live.xbox.com/en-US/profile/profile.aspx?pp=0&GamerTag={{urlencode:{{{gamertag}}}}} [03:50:21] I was parsing the whole address instead of just the variable :) [03:50:37] heh, you live, you learn [03:50:38] Thank you very very much :) [03:50:44] 03shizhao * r28175 10/trunk/tools/planet/zh/ (config.ini templates/index.html.tmpl): fix italics and case [04:55:35] hi all [04:56:17] 03(mod) New:=?UTF-8?Q?=20reduce=20the=20BiDi=20read?= =?UTF-8?Q?ability=20problem=20at=20=C2=AB?==?UTF-8?Q?=20action?== =?UTF-8?Q?credits=20=C2=BB=20if=20the=20win?= =?UTF-8?Q?dow=20size=20is=20changed?= - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12205 (10N/A) [04:56:24] how can I use the templates on wikipedia on my offline mediawiki ? [04:56:34] does a simple copy source works ? [04:57:34] i'm setting up a small wiki. as sysop, i want notification of all changes, and new account creations. [04:58:02] should i use enotif and a wildcarded watchlist (is that possible?) [04:58:20] and how can i tell mediawiki to email the sysop when an account is created? [04:59:10] - 10http://bugzilla.wikimedia.org/show_bug.cgi?id= (10gangleri) [05:00:26] - 10http://bugzilla.wikimedia.org/show_bug.cgi?id= (10gangleri) [05:01:58] - 10http://bugzilla.wikimedia.org/show_bug.cgi?id= (10gangleri) [05:02:24] - 10http://bugzilla.wikimedia.org/show_bug.cgi?id= (10gangleri) [05:03:03] o_O [05:03:22] corduroy: I'd be looking at an extension for that [05:03:45] i don't think one exists for that particular feature [05:03:59] yeah, but it wouldn't take a huge amount of time to make one [05:04:09] I suspect there's a hook in RecentChange.php [05:15:01] 03(NEW) Vague error on captcha mismatch during login - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12206 normal; normal; MediaWiki extensions: ConfirmEdit; (tstarling) [05:18:00] 03(mod) New:=?UTF-8?Q?=20embed=20the=20items=20at=20c?= =?UTF-8?Q?ategory=20pages=20in=20=C2=AB=20?==?UTF-8?Q?=20=C2=BB=20blocks?= - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12207 (10N/A) [05:27:30] is there any way to get a plain text diff of a page? [05:27:52] 03(mod) New:=?UTF-8?Q?=20use=20=C2=AB=20nowrap=20=20=C2=BB=20fo?= =?UTF-8?Q?r=20items=20displayed=20on=20?==?UTF-8?Q?=C2=AB=20?=[[special: Reventchanges]]=?UTF-8?Q?=20=C2=BB=20and=20similar=20speci?= =?UTF-8?Q?al=20pages?= - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12208 (10N/A) [06:05:33] thanks for the suggestions. i didn't realize there were hooks. i'll check it out. [06:10:25] Goddammit .. who broke the limits on the API again >:() [06:13:56] how is mediawiki support for postgresql currently? [06:14:18] Good, I believe [06:14:51] i thought we broke postgres support altogether recently [06:14:53] - 10http://bugzilla.wikimedia.org/show_bug.cgi?id= (10gangleri) [06:16:54] there was the CONCAT problem in 1.11.0 [06:17:06] the fix for that is committed [06:17:27] we should probably backport it and do a release [06:18:27] wikibugs isn't a big fan of gangleri obviously [06:19:25] heh -- I've noticed that :) [06:19:37] wikibugs keeps cutting of titles at random ... [06:20:07] i thought wikibugs always choked on weird characters.... [06:20:18] Ah, maybe that's the cause [06:20:38] I wouldn't call all characters outside ISO 8859-1 "weird" [06:21:10] some of the bugs use spanish quotation marks; wikibugs gets quite angry about that [06:21:22] *amidaniel wonders who maintains wikibugs [06:21:28] Is it just a bugzilla plugin? [06:22:08] brion [06:22:39] it [06:22:45] parses the mailing list, methinks [06:23:31] top [06:23:39] er... pardon me [06:23:50] *Werdna goes off and finds something to do [06:24:08] TimStarling: anything in particular I should look at? [06:24:45] regarding what? or are you just looking for something to do? [06:24:55] something to do. [06:25:06] *Werdna is trawling through bugs at the moment [06:26:28] would you mind taking a quick look at one for me? please? [06:27:05] oh? [06:27:18] http://bugzilla.wikimedia.org/show_bug.cgi?id=12185 [06:28:51] I could swear I enabled that when I did some autoblocking changes about this time last year [06:28:54] but I'll check the code [06:29:22] what about bug 9413? [06:31:46] MZMcBride: A look at the code indicates that this code is correct. [06:32:21] i don't understand the function; from personal experience, a user is able to vandalize, get blocked, and then just create a new account [06:32:30] 03amidaniel * r28176 10/trunk/phase3/includes/api/ (ApiQueryDeletedrevs.php ApiQueryRevisions.php): API: Standardize limits. Use ApiBase constants to avoid similar breakage and inconsistencies in the future. [06:32:52] MZMcBride: do you enable autoblock when blocking? [06:32:52] wouldn't that be a huge issue on wikis where direct db access or checkuser isn't possible [06:33:08] TimStarling: bug 9413? Arabic presentation forms? [06:33:32] i checked the "Automatically block the last IP address used by this user, and any subsequent IPs they try to edit from" box [06:33:48] and they were still able to create a new account from the same IP? [06:33:54] but the identical IP was able to create a new account according to rc_ip [06:34:05] 03amidaniel * r28177 10/trunk/phase3/RELEASE-NOTES: Always miss the RELEASE-NOTES. [06:34:05] did you see the comment in the code about schools? [06:34:24] MZMcBride: Did you check "prevent account creation" ? :) [06:34:33] when i brought the issue up in here, another user reported the same issue and filed the bug [06:35:02] yes, arabic presentation forms [06:35:22] amidaniel: (account creation disabled, e-mail blocked) from the logs [06:35:32] it's a short, fairly unusual project [06:35:36] Oh, I see, when blocking an *account* not an ip [06:35:47] yeah [06:35:53] 03(mod) Enable more URL schemas/protocols for the english wikinews (mms : and rtsp:) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12204 +shell (10raimond.spekking) [06:36:04] We don't actually target username blocks to ips, so it would be rather inconsistent behavior. [06:36:19] I do agree that it's a little counterintuitive to have checkmarks there that do nothing :) [06:36:28] why not? [06:36:34] well, I'll need quite a bit of guidance here (although the challenge is nice) I know that we have something somewhere that already does that kind of conversion, hmm? [06:36:47] without checkuser or db access, the user can continue to vandalize forever, right? [06:37:06] the includes/normal directory [06:38:00] it's called from WebRequest::normalizeUnicode() [06:38:18] MZMcBride: Yeah, probably :) [06:38:33] MZMcBride: Talk to Werdna .. he's the ipblocks guy :) [06:38:36] $data = UtfNormal::cleanUp( $data ); [06:38:51] I don't see why this couldn't be done with autoblocks [06:38:56] and that isn't a problem? it seems like a rather large problem to me [06:39:16] MZMcBride: I'm not saying it's not a problem, just saying it requires work to fix :) [06:39:29] ok :) [06:39:43] *amidaniel could've sworn that autoblocks prevent acct creation though ... [06:39:46] *amidaniel digs [06:39:49] TimStarling: yes, I had a quick read of the readme [06:40:25] from your comments on the bug, do I need to write code somewhere to determine whether to convert using NFC/NFCK? Or should I just add the new data to the .inc files in there? [06:40:31] Or do I need to write a decomposition routine? [06:41:13] if( $wgUser->isBlocked() ) { $this->mainLoginForm( wfMsg( 'blocked-mailpassword' ) ); [06:41:18] Shouldn't that do it? [06:41:31] *amidaniel checks User.isBlocked [06:41:54] well, the conversion we're talking about isn't NFC or NFKC, it's a hybrid [06:42:05] amidaniel: did you see the comments in the code? they seemed to indicate the function was intentional.... which really confuses me [06:42:26] right - so I /do/ need to write something to figure out whether I should use NFC or NFCK? [06:42:29] maybe you could refactor the conversion routine to allow an arbitrary code table to be passed to it [06:42:54] then make a code table for these arabic presentation forms [06:43:00] o_O [06:43:07] merged with the NFC conversions... [06:43:10] *Werdna looks at UtfNormal.php [06:43:30] MZMcBride: WORKSFORME [06:43:43] Account creation from this IP address (127.0.0.1) has been blocked by AmiDaniel. [06:43:46] The reason given by AmiDaniel is Autoblocked because your IP address has been recently used by "AmiDaniel". The reason given for AmiDaniel's block is: "" [06:44:04] did you block an IP or a user account? [06:44:12] then add a new function that does the hybrid conversion, and have UtfNormal::cleanUp call that instead of NFC [06:44:17] MZMcBride: User account [06:44:24] As the message would indicate [06:44:32] Can you show me an example of where this didn't work? [06:45:02] hmmm... not sure how to... [06:46:08] Works on enwiki too [06:46:22] Let me try with a couple different blocker settings [06:46:22] I'm going to need to understand this a little better. It looks like 'NFD' is a standard "decomposed" representation, where all of the combined letters etc are converted into some semblance of a standard form. [06:46:42] NFC is a recomposed version of NFD [06:46:45] amidaniel: are you running more current than 1.11? [06:46:51] yes, that's how the standard puts it [06:47:02] NFC is the composed form, and NFD is the decomposed form [06:47:10] so the idea seems to be that, to convert something into NFC, one must decompose it entirely, and then recompose it in a standards-compliant way [06:47:14] so it's a type of normalisation [06:47:31] you don't need to convert to NFD [06:47:32] MZMcBride: Ah, I bet I know what the problem is. In order for the autoblocker to trigger, the user has to try to make an eidt [06:47:35] edit* [06:47:35] that's just standardese [06:47:38] KD form seems to be a backwards-compatible. [06:47:45] amidaniel: no they don't. [06:47:46] If he doesn't edit, he'll be able to make an account without getting caught by the block. [06:47:53] Werdna: Yah, they do :) [06:47:55] amidaniel: ever heard of retroactive autoblock? [06:47:56] Just tested it :) [06:48:05] I wrote it back in 2006 [06:48:12] Well, then it's not working :) [06:48:20] $wgPutIPInRC needs to be on, though [06:48:35] TimStarling: but that's how UtfNormal does it currently. [06:48:56] is that so? [06:49:00] TimStarling: NFDs it, then composes the NFD'd version to produce an NFC'd version [06:49:06] static function NFC( $string ) { [06:49:06] return UtfNormal::fastCompose( UtfNormal::NFD( $string ) ); [06:49:07] } [06:49:43] yep, so it does [06:50:05] amidaniel: so you think it's an edit vs. create thing? [06:50:31] Werdna: Ah, indeed. Of course, it assumes the user has an edit / log entry in the db, and that the ip is being stored in the database. [06:50:36] but the characters in question aren't affected by either transform [06:50:38] so I'm guessing that fastCompose uses a codepage to convert NFD to NFC, and a different one to convert NFD to NFKC [06:50:43] MZMcBride: No [06:50:54] ah, I see. [06:51:17] MZMcBride: What wiki was this on that you had the problem? [06:51:35] a personal wiki running 1.11 [06:51:47] if( isset( $map[$c] ) ) { [06:51:47] $out .= $map[$c]; [06:51:54] MZMcBride: That would explain it then. [06:51:55] line 518 [06:51:58] aha [06:52:06] amidaniel: huh? [06:52:09] MZMcBride: Enable $wgPutIPInRC and get newuserlog running [06:52:20] it's enabled by default [06:52:25] O [06:52:32] that's how i was able to know the user was the same [06:52:32] fastDecompose() already has a map parameter [06:52:36] and i have newuserlog [06:52:50] so you can just make a new map for a hybrid NFD/NFKD [06:52:56] Werdna: What else do we need for retroactive autoblock? [06:53:24] then compose that and then you'll have what we what [06:53:34] MZMcBride: Well, on my local wiki with all default settings, it no worky. On enwiki, it worky :) [06:53:40] OK, so where does $map come from? [06:53:40] hybrid NFC/NFKC [06:53:40] So some configuration setting in between there :) [06:53:58] you've got a search function in your editor don't you? [06:54:09] it's not my code, I can't answer these questions off the top of my head [06:54:11] brion wrote it [06:54:14] OK. [06:54:39] Werdna: ? [06:54:50] amidaniel: on my test wiki, it worked as it was supposed to... gr... [06:55:28] MZMcBride: Okay, well, I'm marking as WORKSFORME. It's an autoblocker problem if anything. So far as I can tell it's all working according to spec [06:55:35] Except maybe Werdna's code :) [06:55:42] Werdna don't worry too much about the ICU stuff, nobody uses that [06:55:46] all right; thanks for your help [06:55:57] amidaniel: look at Block.php, line 420ish [06:56:05] TimStarling: okay [06:58:09] 14(WFM) Change "block account creation" functionality when blocking usernames - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12185 +comment (10cannon.danielc) [07:01:41] Werdna: Hmm .. well, for some reason it didn't work for me [07:01:58] Your query on "AmiDaniel" gives me back | 127.0.0.1 | though [07:02:43] TimStarling: so I should be adding a new elseif to UtfNormal::cleanUp, to determine if I'm looking at arabic text, and call UtfNormal::fastCompose accordingly? [07:02:43] *amidaniel does some playing [07:03:01] *Werdna offers amidaniel $wgDebugLogFile [07:03:50] Hmm .. that time it did [07:04:03] To hell with you and your rational ways of debugging! [07:06:28] Werdna: I think you could do the arabic conversions unconditionally [07:06:43] it doesn't need to be arabic text [07:07:16] won't that be expensive, performance-wise? [07:07:33] don't see why, it's all pure PHP already [07:07:36] unless I write a "check that it conforms to this codepage" routine, or something? [07:08:27] there's quickIsNFCVerify(), that would need to be tweaked I suppose [07:08:32] and, if we can do them unconditionally, why shouldn't I add the arabic translations to the standard codepage anyway? [07:08:50] you can, as long as you don't call it NFC [07:08:58] because that would be confusing [07:09:14] it's currently called $utfCanonicalComp [07:09:31] 03(NEW) Invalid zh-classical interwiki in maintenance/ wikipedia-interwiki.sql - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12209 04BLOCKER; normal; MediaWiki: Installation; (alefzet) [07:09:44] that's short for canonical composition [07:10:06] as I said on the bug report, the arabic mappings are *not* canonical mappings [07:10:43] right, so it COULD work, but it's not good practice to do it that way [07:11:27] right [07:11:35] and there's a few other little things you'd have to check, like this: [07:11:42] # Head bytes for sequences which we should do further validity checks [07:11:42] $checkit = array_flip( array_map( 'chr', [07:11:42] array( 0xc0, 0xc1, 0xe0, 0xed, 0xef, [07:11:42] 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, [07:11:43] 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xff ) ) ); [07:11:51] is that still accurate? [07:13:14] well, by my reading of your bug report, you need to look at characters that start with fb,fc,fd,fe. All of those seem to be in that list. [07:15:16] $checkit is UTF-8, my bug report was using codepoints [07:15:47] what's the relationship? [07:16:29] I thought this might be an interesting introduction to unicode for you :) read the UTF-8 spec, it's short and simple [07:16:43] *Werdna looks [07:16:49] it'll explain it better than I could here [07:17:31] *amidaniel begins to foam at the mouth after hearing mention of utf-8 [07:26:27] Werdna: have you got the answer yet? [07:26:47] if not, I can tell you [07:27:55] I've been reading [07:28:13] 03(mod) Invalid zh-classical interwiki in maintenance/ wikipedia-interwiki.sql - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12209 04BLOCKER->trivial (10tstarling) [07:28:18] I know what a code point is now, but I don't know how it relates to the actual internal representation of the character. [07:28:51] http://www.faqs.org/rfcs/rfc2279.html [07:28:54] (I don't know what a head byte is) [07:28:57] section 2 [07:29:01] aha [07:29:10] *Werdna was reading elsewhere [07:29:41] it has a table giving the codepoint ranges and their relationship to UTF-8 [07:30:14] TimStarling: If a diversion from strict ontopicness is allowed; have you read http://en.wikipedia.org/wiki/An_Exceptionally_Simple_Theory_of_Everything ? [07:30:55] 0800-FFFF start with binary 1110 [07:31:17] notagerbil: no [07:31:57] the other 4 bits of the "head byte", as brion calls it, are the same as the 4 most significant bits of the codepoint [07:32:35] it is tagged with a notability guideline violation tag. and it is what you used to study, is why I am asking... Maybe Michael Hardy knows... [07:32:37] the most significant nibble of the codepoint is hexadecimal F [07:33:25] 1110 is hexadecimal E [07:33:33] is that 0800 TO FFFF, or 0800 hyphen FFFF [07:33:35] though I find it kind of mind boggling that a candidate TOE would not be notable. [07:33:50] to [07:34:14] so the arabic presentation forms, when written in UTF-8, all start with 0xef [07:34:44] which is in the list already [07:34:53] yep [07:35:07] *Werdna breathes. [07:37:29] hmmm.. but it looks like these character definitions / code tables are pulled from the internet [07:39:11] they're taken from UnicodeData.txt, which comes from unicode.org [07:39:16] right. [07:39:34] so shouldn't I refrain from modifying that to add arabic stuff? [07:40:02] you have to get the arabic stuff from UnicodeData.txt, that's where it is already [07:40:53] the entries for the presentation forms in UnicodeData.txt give their equivalents in 0600-06FF, the arabic block [07:41:21] hello [07:41:23] ah Isn't that what we're after? [07:41:29] so you don't need to modify UnicodeData.txt, you just need to modify the routine that parses it [07:41:49] which is in UtfNormalGenerate.php. [07:43:25] if it's canonical.. it gets shoved in one array. If n ot, another array, by the looks [07:44:04] yeah, you want to make a hybrid array that contains all the canonical mappings plus the compatibility mappings for the presentation forms only [07:44:08] which means that I should use a third array [07:44:34] ALL the canonical mappings, or just the arabic ones? [07:44:42] just the arabic ones [07:45:41] hmmm [07:46:14] sorry, like I said the first time, ALL the canonical mappings plus the compatibility mappings for the presentation forms [07:46:26] right [07:46:55] because you want to make a single hybrid transform that operates on either arabic or non-arabic text [07:47:33] and use that instead of the normal expanding code page? [07:47:43] s/code page/transform/g [07:47:48] yes [07:49:47] so just rename the canonical transform, then? [07:49:57] (and add the arabic presentation forms to it) [07:50:25] if that's the way you want to do it [07:55:30] is there a way to do inline external image links in mediawiki sites (default install) [07:55:30] ? [07:59:27] happy chanukka btw [07:59:42] luqui: [[:Image:SomeImage.jpg]] [07:59:45] notice the starting : [07:59:56] TimStarling: how's this? http://www.devanywhere.com/ViewPub.php?id=48 [08:00:55] hmm, and SomeImage.jpg can be an external url like http://foo.com/bar.jpg ? [08:02:04] [http://some.url/path] [08:02:46] he wants to embed an external image, i.e. [08:02:47] Werdna, still getting just a [1] that links to the path. I want the image to be displayed on the pag [08:02:52] oh right [08:02:57] there's a setting somewhere [08:03:05] there's a configuration option to allow it, $wgAllowExternalImages i think [08:03:06] (I know that's not very helpful) [08:03:08] try the FAQ [08:03:13] !faq [08:03:13] Before reporting a problem or requesting assistance, please check the FAQ first. The FAQ for MediaWiki can be found at http://www.mediawiki.org/wiki/Manual:FAQ [08:03:24] ah, don't have admin on this one, so probably can't do it. ok. [08:03:42] Werdna: yes, looks good [08:04:10] are there any gotchas I need to look out for? [08:04:27] (like that list of head bytes you mentioned earlier) [08:04:34] don't think so [08:05:09] make sure you test it though [08:05:25] eugh, therein lies the problem [08:05:33] testing is half the fun with this one, yes :) [08:05:51] is there a regression test suite I can run somewhere? [08:07:20] <_wooz> lo [08:08:52] UtfNormalTest.php? [08:08:59] aha [08:09:17] but will that allow me to test if the changes are working as expected? [08:09:23] *Werdna looks [08:15:14] 03david * r28178 10/trunk/extensions/LiquidThreads/ (7 files): Show notice when threads have been edited, with smarts. [08:40:59] hi all [08:41:13] hullo [08:42:31] I was wondering if anone knows where i can find MW themes, because the default one to me gets confusing when you have more than 4 subtitiles (=x=, ==x==, ===x===, ...), After the 4th you can't really destinguish between them because they're small. [08:42:39] they're the same * [08:42:52] they're called skins. try searching for that. [08:43:54] aha, i knew somthing was wrong.. thanks ;) [08:46:24] Hello, I'm trying to rewrite URLs to http://wiki.example.com/Page_Name, but I'm getting an error in my Apache log whenever I try to access pages with a ":" - (20024)The given path misformatted or contained invalid characters: Cannot map GET /Special:Userlogin HTTP/1.1 to file, referer: http://wiki.example.com/ [08:46:40] I'm using MediaWiki on Windows. [08:47:13] (rather, on a Windows server with Apache 2.2.x [08:47:31] and PHP 5.2.5) [08:47:57] Why am I having this problem? I've never seen it before. [08:50:11] It's working fine for everything except pages in namespaces and those with a ":" in the name. [08:55:16] Hm, I gotta run now. [09:05:34] strange [09:05:46] if i gtry and go to mediawiki.org, it forwards me to www.wikipedia.org, and fails to load [09:06:02] "this page isn't redirecting propperly" [09:06:16] works for me [09:07:27] nm, it's our stupid ISA array.. [10:26:40] 03(NEW) API RC Feed Missing User - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12210 minor; normal; MediaWiki: API; (chrisgrantmail) [10:27:48] 03(mod) API RC Feed Missing User Name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12210 summary (10chrisgrantmail) [11:09:16] how can i setup the base size for svg (vector) images? [11:15:49] 14(WFM) API RC Feed Missing User Name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12210 +comment (10Andrew) [11:19:14] 03(WONTFIX) Implement the Pure Wiki Deletion System - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3843 +comment (10Andrew) [11:21:53] 03(WONTFIX) Edit tab on cascade protected pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11700 +comment (10Andrew) [11:27:15] 03(mod) Undo should automatically be a minor edit like rollback - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11599 +comment (10Andrew) [11:31:37] what hook can i use to log in a user automatically, for an SSO application? [11:32:06] flyingparchment: AuthPlugin? [11:32:20] I dunno about the hook itself, but that's a general file that implements that, AFAIK [11:32:22] i have an authplugin, but that only works on Special:Userlogin [11:32:43] I dunno, it'd have to be a per-view thing [11:32:56] yes. and something that fires very early [11:32:58] if anonymous user, <> [11:33:05] maybe i should add a new hook [11:37:09] 03(WONTFIX) Configurable whitelist for action=raw content types - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2845 +comment (10Andrew) [12:28:12] 03(NEW) Show some gadgets only for admins - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12211 15enhancement; normal; MediaWiki extensions: General/Unknown; (le.korrigan) [13:49:15] help, my "recent changes" page loads endless without result, the whole rest of the wiki works fine. no courious logs, no errors, nothing found on the web [13:50:08] help? I've just installed mediawiki, and it works fine with firefox on the local box (using 127.0.0.1) or using IE remotely, but if I use Firefox remotely I get the "What should Firefox do" dialog with type x-httpd-php [13:52:00] BlackbearNH, which server are you using? [13:52:07] Apache2 [13:52:18] sounds like php isn't installed right. [13:52:21] And I've added .php mappings to the mime.conf file [13:52:26] x-httpd-php? wtf? [13:52:42] it's an old way to have scripts run by the server [13:52:48] *by php [13:53:01] but php should set its own content-type [13:53:04] don't use old ways then :) [13:53:06] This is Ubuntu 7.10, I installed PHP and Apache the standard way [13:53:09] anway, it seems to be rather common [13:53:10] http://www.google.com/search?hl=en&q=x-httpd-php&btnG=Google-Suche&meta= [13:53:31] and the difference from local and remote is odd [13:53:34] BlackbearNH: naw, because then, it would work :) it does for me. [13:53:44] IE is another matter, as he sniffs the content type [13:55:39] Hello [13:56:25] hi Filnik [13:56:47] Hi Platonides :) [13:56:58] Ok, ready for what the dumb thing was? [13:57:04] I had to clear my cache on Firefox [13:57:51] lol [13:58:09] the strangest problems with the dumbest solution ;) [14:12:23] 03(NEW) When viewing a single language entry show only categories for that language - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12212 15enhancement; normal; Wiktionary tools: General; (hippytrail) [14:17:05] 03(NEW) Following a link to a language entry should display only that entry - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12213 15enhancement; normal; Wiktionary tools: General; (hippytrail) [15:20:07] 03brion * r28179 10/trunk/phase3/ (3 files in 3 dirs): [15:20:07] Revert r28158, 28159, 28160, 28164: [15:20:07] * Bad validation of input [15:20:07] * Bad passing of unescaped input into SQL [15:20:07] * Bad passing of unescaped titles into URL output [15:25:23] 03(NEW) No reason dropdown box on image deletion pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12214 minor; normal; MediaWiki: User interface; (erwin) [15:26:55] 03(mod) No reason dropdown box on image deletion pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12214 minor->15enhancement (10erwin) [15:30:30] brion: will size of change description become bigger once? I heard too many times that it's too small and even not can fit autosummaries [15:31:16] er what? [15:33:31] brion: I meant that rev_comment is very small especially for wikis that doesn't use Latin-1 [15:33:51] it might change one day but it's an expensive db update [15:33:53] no rush [15:34:50] brion, hey, could you have a quick look at #11852 and its attachment please? [15:35:17] heya LeonWP :) [15:35:27] :) [15:37:23] brion: it's not rush. Sometimes it's impossible to write something descriptable inside the edit summary [15:37:53] edit summary is supposed to be short [15:38:00] that's like its purpose [15:38:18] :D [15:39:43] It's a pain to see edit summary like "Reverted revision xxxxx buy Somelongusername ([[User talk:Somelongusername|Som..." [15:40:29] Shorten the usernames, then ;) [15:41:33] LeonWP: would you go to user's page and say him: "Your name is too long, please, make it shorter!" [15:42:46] just cut of the overlapping chars... [15:45:15] 03raymond * r28180 10/trunk/ (3 files in 3 dirs): * Updates German [15:49:35] 03raymond * r28181 10/trunk/extensions/LuceneSearch/ (LuceneSearch.i18n.php LuceneSearch_body.php): [15:49:35] * Move hardcoded % into i18n file for better localization, especially for non-latin script languages [15:49:35] * Rename new message (introduced yesterday) to stick with naming conventions for extensions. [15:53:01] How do I turn off the page footer? The one that says "Retrieved from http://foo.bar/etc" and only is visible if you turn off the style in your browser? [15:54:10] larsl: find it on Special:Allmessages and blank it. i think that should work. [15:54:18] otherwise, hack the skin [15:54:37] It doesn't seem to be in the skin, it's a part of the generated content. [15:54:45] But I'll try the Special:Allmessages thing. [16:01:16] Why there's seperate FileDeleteFor for images? [16:01:17] Hm. It won't allow me to set it to an empty string. [16:02:16] larsl: try to set it to - [16:02:40] i seem to recall there's some special magic along the lines of "if the message is empty use the default" or something stupid like that [16:03:38] brion: I can't connect to SVN :( [16:03:52] Duesentrieb: Yeah, but then I get a "-" at the bottom of the page instead. [16:06:16] Duesentrieb: "connection timed out" [16:06:47] I guess I can put something silly there, like . [16:06:52] *VasilievVV has no problems with SVN [16:07:36] that error could mean anything [16:08:05] I can't even browse trunk in my browser [16:09:02] AaronSchulz: yes, it's because you have problems with connection. Can you access to http://svn.wikimedia.org/ ? [16:09:19] hanging [16:09:44] 'The server at svn.wikimedia.org is taking too long to respond.' [16:10:40] AaronSchulz: and can you open Wikipedia? [16:11:02] yep [16:13:59] AaronSchulz: probably problem specific to you, not to other users. You may try to use traceroute [16:15:16] 13 106 106 106 91.198.174.123 mayflower.knams.wikimedia.org [16:15:22] ends up there [16:15:54] so, ping is succesful (svn.wikimedia.org = mayflower AFAIK) [16:16:23] *VasilievVV has no ideas then [16:16:31] I can ping that IP ok [16:17:45] OK [16:17:53] pinging by domain name fails [16:17:58] not for wikipedia though [16:18:07] so there is some DNS problem [16:18:52] well, at least http://91.198.174.123/viewvc/mediawiki/trunk/ works ;) [16:19:12] ok, time to manually inject into win dns cache time [16:25:21] What about hiding bot edits from watchlist by default? [16:26:17] Is the html() function that generates HTML from the page content part of the skin, or is it implemented centrally? [16:28:11] VasilievVV: meh [16:28:14] not enough of em [16:28:29] ugh, I really don't like that undelete page limit thing [16:30:09] How can I disallow user registration? [16:31:32] http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation [16:35:07] !preventingaccess | DigitallyBorn [16:35:07] DigitallyBorn: http://www.mediawiki.org/wiki/Manual:Preventing_access [16:39:51] :P [16:40:01] thanks (both of you) [16:42:40] http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/SpecialUndelete.php?sortby=date&view=log [16:42:48] oh, good, someone reverted already [16:42:59] VasilievVV: OK, I hacked my DNS cache so that the link works [16:43:03] TSVN still failing [16:43:24] I'll deal with this later [16:45:56] hey guys, I've done something dumb [16:46:45] tell us something new :P [16:47:14] I tied in our media wiki to our AD server, and now I can't access the wikiSysop user nor do I have my account set up as a sysop [16:47:40] any chance I can simply go in and flip a bit in the db to make myself a sysop? [16:47:50] morgajel: log in as a normal AD user, then find your UID from Special:Preferences, and do this in MySQL: INSERT INTO user_groups (ug_user, ug_group) VALUES(your_uid, 'sysop'); [16:48:02] aaahhhh [16:48:12] morgajel: or: create a "sysop" group in AD and configure LdapAuthentication to import LDAP groups [16:48:32] (you can rename it to mw-sysop or something if you fiddle with $wgGroupPermissions) [16:49:26] (that's what i did, although i use some middleware between ldap and mediawiki... it's much easier to manage groups in one place, imo) [16:49:57] well the only one being marked as a sysop is the head of IT and myself; honestly I don't even need the access. [16:53:19] flyingparchment: although it's not a bad idea- if I had any influence over the AD administration I'd be tempted to set that up [16:53:58] how can i make the navigation, search, toolbar appear L->R, rather than top-down in mediawiki 1.7? [17:17:18] 03greg * r28182 10/trunk/extensions/ConfirmAccount/ConfirmAccount_body.php: Minor tweaks, per Aaron [17:20:23] hi, is it possible to create a more hierarchical structure in mediawiki? [17:26:53] Hi there, how can I force a line break in the mediawiki? [17:30:07]
[17:33:01] 03greg * r28183 10/trunk/extensions/ConfirmAccount/ConfirmAccount_body.php: Further clarifications. [17:34:31] flyingparchment, thanks [17:35:50] Does anybody here have a good link with reference documentation about formatting and posibilities? [17:37:31] wikipedia help [17:42:41] mark, Im looking there right now.. I want to have text in a separate div, Ive seen some examples here and there, but how do I do that? [17:43:48]
the text
[17:44:33] flyingparchment, in other words... I can just use plain HTML in there if I want to? [17:44:38] http://www.r-butler.net/wiki/index.php/ <-- is there a reason my wiki comes up blank? [17:55:35] anyone know if wiki markup have a way to get the table of contents from a *different* wiki page? google isn't helping me... [17:58:24] spookypeanut: Just the table of contents? No. [18:04:19] :( [18:04:21] (but thanq for the concise answer :-) [18:05:37] No problem! [18:05:38] why do you publicaly log this channel? [18:05:55] *publicly [18:06:22] Fou-Lu: It is a support channel so the logs might come in handy in the future, especially if searchable (which they are not at the moment). Sometimes important development decisions are also made in here. [18:07:02] minute: Thanks [18:07:16] Your'e welcome. [18:08:26] 03rotem * r28184 10/trunk/phase3/languages/messages/MessagesHe.php: Update. [18:24:37] Can anyone help me figure out why the WikiPDF extension isn't working correctly? I would ask a more direct question, but there are no errors and I'm lost. [18:34:45] http://www.r-butler.net/wiki/index.php/ <-- is there a reason my wiki comes up blank? (also no errors, it just does nothing. I suspect it's because there are no 'pages') [18:35:21] robert_: A new install? is your .htaccess file intact? [18:35:42] t'is indeed a new install. [18:35:43] robert_: .. and have the correct address in it? [18:36:03] looks like you've got some bad redirects in there [18:36:07] robert_: I'm getting a 404 [18:36:30] er [18:36:31] one moment [18:37:01] 03gri6507 * r28185 10/trunk/extensions/Tooltip/Tooltip.php: small bug fix (don't pass by reference) [18:37:21] robert_: Keep in mind, you should install the files in the root directory of the site (not in /wiki/) [18:37:42] robert_: /wiki/ is a directory that doesn't physically exist, it's just a rewrite rule [18:38:50] yeah [18:38:54] thanks [18:39:29] robert_: in your .htaccess: RewriteRule ^wiki/(.*)$ /index.php?title=$1 [PT,L,QSA] [18:40:01] robert_: and in your Localsettings.php: $wgArticlePath = "/wiki/$1"; [18:42:18] yeah, I did that much [18:42:37] but now it's giving me 'zomg 404' [18:42:39] is index.php in the root of the site? [18:42:42] yeah [18:42:43] it is [18:44:37] robert_: Yeah .. you're missing something [18:46:28] alright [18:46:34] it's back to being 'zomg white page' [18:46:47] I forgot to rmdir wiki/ when I moved .htaccess [18:49:34] heh .. that'll do it [18:49:58] heh yup [18:50:06] hello, need help with a problem that occurred when i tryed to install wikimedia: http://rafb.net/p/mp3KNv40.html can anybody help me? [18:50:06] so [18:50:10] now what? [18:50:32] *robert_ keeps his comments to himself [18:50:52] chmod is correct, the files exist [18:52:48] ? [18:52:50] I have a line that is supposed to compare two values to ensure the match (confirm password type thing) and it equated two strings that were a single character off. I did use == in the comparison. ANy ideas what went wrong? [18:53:05] are you absolutely (mmm.. absolut) sure that /homepages/blah/blah exists, and it doesn't exist as /home/blah/homepages/blah ..? [18:54:28] the content is hosted by a provider. the influence i have starts after the directory htdocs [18:55:44] Aficionado07, just making sure- sheesh. [18:56:49] k [18:57:36] Can anyone help me figure out why the WikiPDF extension isn't working correctly? I would ask a more direct question, but there are no errors and I'm lost. [18:58:42] what is/are the perms on ./maintenance/ ? [18:59:16] 03(mod) Use date format preference on unlinked dates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10Siegel) [19:00:41] 04(REOPENED) Change in Malayalam Wiktionary {{SITENAME}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11093 +comment (10jacob.jose) [19:11:56] RoanKattouw: piong [19:12:06] Hi AzaTht [19:12:14] chmod of ./maintenance/ is 755 [19:12:15] 03(mod) Change in Malayalam Wiktionary {{SITENAME}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11093 15enhancement->major; +comment (10jacob.jose) [19:13:34] RoanKattouw: your message, when only seeing the subject was a bit concerning [19:13:37] ツ [19:13:46] I know :P [19:13:54] Don't worry, I'm not resigning ;) [19:15:21] hehe [19:15:38] RoanKattouw: how is the progress with api edit? [19:15:47] or what it now should be called [19:15:57] AzaTht it's pretty much finished [19:16:06] Delete, rollback, move, all that stuff, is done [19:16:18] All except edit, upload and userreg (VodaFone's turf) [19:16:30] haha [19:16:42] lets see what I need, I need upload and edit [19:16:51] AzaTht I know ;) [19:17:21] Around December 20th, I'll look into the apiedit_vodafone branch [19:17:23] NEWSFLASH: API edit is almost finish, only thing left to do is implement edit!!!! [19:17:26] It seems to have died now [19:17:52] So I'll see what these Vodafone guys have written and whether it's any good [19:18:01] ok [19:18:14] *AzaTht still wonders why they would write that [19:18:34] Me too, but hey, I don't complain ;) [19:18:42] hehe [19:18:55] I just can't help fearing they've produced too little useful code for me to work with [19:19:09] need help with a problem that occurred when i tryed to install wikimedia: http://rafb.net/p/mp3KNv40.html can anybody help me? chmod is correct, all files exist [19:19:57] всем привет! [19:20:09] Aficionado07: fopen() may be disabled on your PHP installation [19:20:12] Lemme see how to enable it [19:20:32] bred: hello [19:20:55] Aficionado07: Note: When safe mode is enabled, PHP checks whether the directory in which you are about to operate has the same UID (owner) as the script that is being executed. [19:21:06] RoanKattouw: would it be possible to inlcude size of rev in red data? [19:21:08] rev* [19:21:13] ok [19:21:21] AzaTht it's there [19:21:23] RoanKattouw: and/or a checksum [19:21:46] Rev size is in prop=revisions&rvprop=size, but not for pre-1.10 revs (no size in DB) [19:21:55] Checksum?!? [19:21:55] I'm getting some more reports atm of slaughted edits [19:22:11] and I can't find the issue [19:22:18] slaughted? Please elaborate [19:22:43] RoanKattouw how can i solve the problem? [19:23:05] RoanKattouw: http://en.wikipedia.org/w/index.php?title=List_of_Formula_One_driver_records&diff=175962245&oldid=171871239 for example [19:23:17] Aficionado07: do you have access to the php.ini file? [19:23:18] RoanKattouw: it happens in about 1/10000 TW edit [19:23:37] none for moste, some for some [19:23:41] totally irregular [19:23:51] Wow, it just breaks off [19:23:54] so I dont know at all where to problem lies [19:23:58] It cleared the page after the fix? [19:24:04] yes [19:24:08] You sure it's not a Twinkle bug? [19:24:16] 03(WONTFIX) New workaround JavaScript "diff.js" in 1.12alpha (r26409) interferes with wikEd - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11797 +comment (10brion) [19:24:18] RoanKattouw: no, that's the problem [19:24:32] does anyone have a good link or search phrase so I can figure out how to get say an infobox to appear like most wikis on the right hand side of the page? [19:24:32] I don't know where the problem is [19:24:36] What d'you want the checksum for? [19:24:42] get a lot of garbage with my google searches so far [19:24:50] !templates | brgy [19:24:50] brgy: For more information about templates, see . The most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions and HTML Tidy. [19:24:54] !templates | nrgy [19:24:54] nrgy: For more information about templates, see . The most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions and HTML Tidy. [19:24:55] RoanKattouw: to see if the actual page content from the API is correct [19:24:56] Whoops [19:25:19] RoanKattouw: as it theoretically could be an API error [19:25:20] You suspect rvprop=content chops off rev content? [19:25:27] I don't know [19:25:54] Well, you see, even if I did provide a checksum, I'd be checksumming chopped-off content :D [19:25:55] thanks but unfortunately that hasn't been the greatest of help. So far I haven't come across anythign of the sort in those links [19:26:03] !tables | nrgy [19:26:06] ^^ [19:26:11] it would solve two scenarios, one if the API is sending bogus data, and two if the JS-engine is bogus [19:26:13] 03(mod) Color coding new users - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11800 (10brion) [19:26:18] nrgy: take a look at templates that do what you want on wikipedia [19:26:19] RoanKattouw: true [19:26:22] and see how they do it [19:26:37] but it would also chekc for JS-engine problem [19:26:39] ngry: http://www.mediawiki.org/wiki/Help:Tables [19:26:46] AzaTht that's true [19:27:01] RoanKattouw: as I think it's a memory problem [19:27:14] RoanKattouw: do you mean the configuration file of php? the place where wiki lies is only a webspace [19:27:17] as it happens more for some, and never for most [19:27:22] AzaTht: PHP doesn't chop off memory, it screams "Memory limit hit" and dies [19:27:29] RoanKattouw: hehe [19:27:33] Aficionado07: yes [19:27:37] but here we are talking about JS [19:27:40] True [19:27:47] But does it happen for all pages of a certain size? [19:28:04] RoanKattouw: and I'm also including code to prevent the garbage collector to do it's job [19:28:15] RoanKattouw: no [19:28:19] random random [19:28:22] *Prevent* GC from working? [19:28:24] RoanKattouw: I'm sorry, but this is only a webspace. i only have control of all directories after ./htdocs/ [19:28:31] Is there a way to make un-authenticated users able to upload files? [19:28:44] Aficionado07: that sucks. Search your phpinfo for safe_mode and see what it turns up [19:28:44] RoanKattouw: the GC has a habit of removing properties of XMLHttprequests [19:28:51] goldins: sure [19:29:05] goldins: take a look at the user privleges in localsettings.php [19:29:06] RoanKattouw: i will see [19:29:07] Add $wgGroupPermissions['*']['upload'] = true; to LocalSettings.php [19:29:17] well the problem with those links is they show you how to create a table or template. I know how to right align a table, but when you create a template such as an info box none of the wiki examples use a table in the source code [19:29:22] RoanKattouw: as I'm throwing them out in the space of no return [19:29:37] almost using them as protothreads [19:29:40] nrgy: then look at existing templates [19:29:51] nrgy: http://en.battlestarwiki.org/wiki/Template:User_Data is a good one [19:29:53] 03(FIXED) Warning got in includes/Title.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11801 +comment (10brion) [19:30:10] AzaTht, true GCs have trouble with async stuff [19:30:23] RoanKattouw: I'm in LocalSettings.php and I don't see anything about users or privileges [19:30:23] RoanKattouw: safe_mode is turned off [19:30:26] RoanKattouw: especially as the XHR is not in JS space [19:30:56] Aficionado07: how about open_basedir ? [19:31:12] goldins: add $wgGroupPermissions['*']['upload'] = true; to the bottom of LocalSettings.php [19:31:28] RoanKattouw: "no value" [19:31:44] thanks! [19:31:49] http://en.wikipedia.org/wiki/Template:Infobox [19:31:58] RoanKattouw, not anywhere in that template is right align [19:32:07] RoanKattouw: lets just say, the error is so random, it's impossible for me to point it down [19:32:49] nrgy: No, but it's right aligned alright: http://en.battlestarwiki.org/wiki/User:Catrope [19:32:54] RoanKattouw: it's like, dude A does 10000 edits, no errors, dude B does 10 edits, 2 errors [19:32:59] ... [19:33:09] so how is it right aligned? [19:33:19] Dunno [19:33:23] nrgy: look at the float bit [19:33:29] well thats my question [19:33:40] nrgy: http://en.wikipedia.org/w/index.php?title=Template:The_Infoboxwatch&action=edit [19:33:43] in the first line [19:33:55] style="float: right; clear: right; border etc etc [19:35:23] 03(WONTFIX) add "refresh this page" link - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11811 +comment (10brion) [19:38:11] any python gurus around? i'm trying to get the pywikipedia table bot to insert class ="wikitable sortable" to all the tables. i tried escaping the quotes with class =\"wikitable sortable\" in the code and that gave the result class ="\""wikitable sortable\". what's going on with the escaping? [19:43:17] anyway [19:43:23] anybody? help? [19:43:25] 03(WONTFIX) E-mail should have more available options - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11835 +comment (10brion) [19:45:22] how do I change the filetypes that can be uploaded? [19:47:02] goldins: http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads [19:47:26] thanks! [19:49:21] hi everybody [19:50:11] does anybody know one good visit counter, that includes itself well in mediawiki, like an extension ? [19:51:36] HitsLogs I think [19:52:22] I've got a quick question I'm taking over the hosting for a wiki and I've managed to upgrade it to the latest version but I don't have any kind of admin privelages to the wiki is there a way to fix that via phpMyAdmin or something? I need to get rid of some of this spam on it and figure out how to stop people from spamming it by bots. [19:55:22] fewyn: a lot of antispam measures can be implemented in LocalSettings.php with the $wgGroupPermissions settings [19:55:59] I was wondering if there was a way to set myself as a sysop or something, I've seen some stuff on the wiki about how to set it but it all doesn't seem to work. [19:56:02] fewyn: otherwise yes [19:56:14] fewyn: take a look at the user_groups table [19:56:18] put in a new row [19:56:33] one for each group you want the user to belong to [19:56:57] fewyn: INSERT INTO user_groups VALUES(12345, 'sysop'); [19:57:03] Where 12345 is your user ID [19:57:12] You can see your user ID in [[Special:Preferences]] [19:58:14] oh i understand now, that was confusing the hell out of me [19:58:32] Thanks [19:58:44] nobody wrote an extension that execute the functions of HitsLogs ? [19:59:27] now to play cleanup [20:00:14] Is there ANY known way of created a disk readable version of mediawiki sites? [20:02:43] Solifugus: disk readable version? you mean like a version you can burn to a cd? [20:03:51] 03(mod) Image/jpeg2000 files not thumbnailed - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11871 (10brion) [20:04:12] richardus: yes.. although we just want it on a share drive... for disaster recovery purposes. [20:04:15] Solifugus: take a look at http://www.mediawiki.org/wiki/DumpHTML.php [20:04:27] richardus: i will. thanks! [20:06:38] richardus: sadly.. it's running on IIS on windows.. I haven't been able to port it to Linux yet.. I've been trying for months. [20:09:14] 14(WFM) missing link - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11878 +comment (10brion) [20:11:07] 03(mod) Request for New ML: WikiJa-sysops - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11882 (10brion) [20:14:20] Solifugus: shouldn't matter, there is php for windows, mediawiki is already using it [20:15:05] you could probably just download whatever php package for windows that you can run from a shell and go from there [20:15:06] richardus: yes.. but is there commandline php for windows? [20:15:56] I think there is [20:16:09] yes [20:16:10] *fewyn attempts to setup this SpamBlacklist extension [20:16:27] Solifugus: http://us.php.net/install.windows implies there is [20:16:58] richardus: ok.. i will look.. i've been googling for it but no luck so far.. and isn't obvious on php.net [20:17:10] look under the "features to install" [20:17:26] i think either php.exe or php-win.exe will work [20:17:39] but i'm on linux so i can't help you test it [20:17:46] 03mark * r28186 10/trunk/debs/squid/debian/errors/error.html: Update error page by request of Mark Ryan [20:18:54] richardus: I see no mention of command line php on that page... [20:19:35] 14(INVALID) MediaWiki: Large-file reporting incorrect value for maximum file size at Commons - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11883 +comment (10brion) [20:20:05] Solifugus: i think php.exe or php-win.exe are going to be the binaries you can run from the command line. i dont think they would change the name of the executable on different platforms [20:21:21] 14(DUP) Diff. shades/colours to differentiate between code and content - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11886 +comment (10brion) [20:21:24] 03(mod) Add syntax highlighting to Edit box - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11627 +comment (10brion) [20:21:40] richardus: actually.. it's already there... surprise.. geez... I just presumed it wouldn't be. [20:22:00] RoanKattouw: have you got a solution for my problem? [20:22:49] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10brion) [20:23:00] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10brion) [20:23:15] So is there some kind of page or something I could look at that could help me find ways to combat spam on my wiki? [20:23:17] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10brion) [20:26:02] fewyn: http://www.mediawiki.org/wiki/Spam [20:26:34] Yea I found the SpamBlacklist thing already doesnt' seem to work it was throwing errors at me. [20:26:43] 14(DUP) Display links to bad (ambiguous) targets differently. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11902 +comment (10brion) [20:26:46] 03(mod) disambiguation links in a different colour - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8339 +comment (10brion) [20:27:45] well down the page it gives info about changing $wgGroupPermissions and captchas [20:27:54] which will probably stop most bots w/o a blacklist [20:29:15] 14(DUP) newline missing after category link - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11908 +comment (10brion) [20:29:18] 03(mod) Don't remove whitespace before [[Category:...]] - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8381 +comment (10brion) [20:30:05] Hello, I got a simple question ... I installed MediaWiki, but I can only open it with index.php5 - index.php wont work :( Anyone has a solution for this? [20:31:22] b3nn1: this *might* work, maybe not: add AddHandler application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml to .htaccess [20:31:49] I will try it [20:31:50] :) [20:32:22] b3nn1: otherwise i'd say google on how to do rewrite rules in .htaccess [20:32:53] I had no .htaccess at all in my wiki folder [20:33:00] :( [20:34:43] 14(INVALID) SQL Error On The MamboWiki Component - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11915 +comment (10brion) [20:40:01] whats the minimum number of links needed to get listed on special:wantedpages? [20:40:17] uberfuzzy: one [20:40:37] hmm, why did i keep thinking it was 3 [20:41:28] uberfuzzy: http://translatewiki.net/w/?title=Special:Wantedpages&limit=500&offset=2500 [20:41:44] 03(mod) IT-OTRS Mailinglist setup request - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=7349 +comment (10cbrown1023) [20:43:12] Aficionado07: have you checked for open_basedir? [20:44:02] yes, there is written "no value" [20:44:09] Rigght [20:44:11] *Right [20:44:22] ..? [20:44:34] 03(mod) Steward right on en.wiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11931 (10brion) [20:44:39] Aficionado07: can you write a simple PHP script to test that fopen() actually *works*? [20:44:50] 03(mod) Request for New ML: WikiJa-sysops - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11882 +comment (10cbrown1023) [20:44:51] www.php.net/manual/en/function.fopen.php for docs on fopen() [20:46:53] dumpHTML.php just returns having done nothing... no error--what am I doing wrong? [20:47:02] 03(mod) After install using the ".php5" extension ( server runs php 4 with ".php" extensions) proceeding to the main wiki page results in an error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11933 (10brion) [20:47:32] are there any known issues with mwimport over mwdumper? [20:47:32] that seems to be a bit difficult for me. i would say i am a php noob [20:49:55] I see.. wikidump works with my own personal wiki but not my work one.. probably because it's a wiki farm [20:49:57] 03(mod) Show thumbnails in the file history - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11943 -easy ; +comment (10brion) [20:52:51] awesome i got the captcha working [20:52:55] hopefully that'll stop 'em [20:52:58] 03(WONTFIX) Server should return http status code 301 on " this page has been moved" pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11946 +comment (10brion) [20:54:52] 03(WONTFIX) Moving pages to their own redirects should be permitted - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11948 (10brion) [20:58:52] 03(WONTFIX) XML export doesn't begin with an XML prolog - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11959 +comment (10brion) [21:05:12] 14(WFM) allow detection of watchlisting and other "invisible" uses of account - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11962 +comment (10brion) [21:06:08] Hi! [21:06:25] Could sone one please explain to me what the ".geo-nondefault" do in the MediaWiki:Common.css ? [21:06:43] (I know some of the geo stuff) [21:06:49] 03(WONTFIX) REVISIONID won't subst - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11964 +comment (10brion) [21:08:56] (I understand the .geo-dec and .geo-dms) [21:11:27] 03(mod) XML export doesn't begin with an XML prolog - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11959 (10nbeyer) [21:12:36] I'm doing some documentation of the Coord template in svwp, I want to describe how to use them. [21:15:38] Hi... I've just moved a working 1.8.5 Mediawiki from a Linux Apache host to a Windows IIS one... All I get now is URL redirection limitation errors. Could anyone help me? [21:17:26] I can't help you (besides give a few suggestions), but as far as I know it's not caused by the environment change. It happens a lot when users change server. [21:17:46] Is this the right channel to ask about the MediaWiki:Common.css settings? [21:18:29] 03(FIXED) Change in Malayalam Wiktionary {{SITENAME}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11093 +comment (10brion) [21:18:58] joko: maybe try refreshLinks.php? [21:20:27] MikaelLindmark: Yes, but it could be that no one with CSS knowledge is around right now [21:20:55] richardus: I've just run it from command line, but still no luck... :( [21:21:09] ok. Anyone with "geo" knowledge then? ;-) [21:21:17] 03(mod) Steward right on en.wiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11931 +comment (10Platonides) [21:26:02] 03(mod) upload file type black-/whitelist error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11984 (10brion) [21:27:27] 03(mod) Capitalization consistency in special pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11986 (10brion) [21:28:29] 03(mod) Identifier needed for MediaWiki generated pages in page source - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11988 (10brion) [21:30:23] I'm still getting a blank page [21:30:33] 03(mod) Identifier needed for MediaWiki generated pages in page source - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11988 +comment (10roan.kattouw) [21:32:16] robert_: what's the problem? [21:32:37] if I knew, I'd be asking a specific question [21:32:59] You're getting a blank page. [21:33:00] 03(mod) Change site name for Ido Wikipedia to 'Wikipedio' - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12167 (10malafaya) [21:33:07] Have you checked the server's error log? [21:33:15] See if there's a PHP error in there [21:33:28] 03(WONTFIX) Possibility to auto-recognise redirects in article space - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12003 (10brion) [21:34:23] none [21:34:38] That's weird [21:34:45] robert_: Set error_reporting = all; in your php.ini [21:34:53] I do [21:35:05] but mediawiki sets it to none in several places [21:35:07] Then set display_errors = On; [21:35:30] I have verbose error reporting and my display_errors is on [21:35:46] it ker-chunks when I try to pull up a wiki page [21:36:22] What errors do you get? [21:36:29] brion: Do you have a moment? [21:36:30] bah [21:36:33] [Wed Dec 05 16:36:12 2007] [notice] child pid 32275 exit signal Segmentation fault (11) [21:36:35] sup [21:36:57] robert_: That's not a MediaWiki bug [21:37:07] I don't know what it is, but that can't be MW's fault [21:37:22] brion-office: Just curious about r28179. I sent you an e-mail about it. I don't see any way that sql inputs there are unescaped and was hoping you could explain what the problem was. [21:37:37] (I do see the unescaped title in the urls though) [21:37:40] that's called php loaded an extension that made a child process go *explode* [21:38:08] 14(DUP) subst: don't work inside tags - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12016 +comment (10brion) [21:38:09] 03(mod) Pre-save transform skips extensions using wikitext (gallery, references, pipe trick, subst, signatures) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2700 +comment (10brion) [21:38:43] alright [21:39:03] amidaniel: initially, a timestamp value grabbed via getVal() was dropped raw into an SQL construction [21:39:14] later you added an is_numeric() check for it, but that's still bogus [21:39:25] you should 1) validate the input [21:39:33] eg, run it through wfTimestamp() to standard format [21:39:39] 2) escape it in the SQL [21:39:46] eg, use $db->addQuotes() [21:39:52] 3) for timestamps, ensure it's formatted for the db [21:40:01] eg, use $db->timestamp() in that $db->addQuotes() [21:40:06] wfTimestamp(TS_MW) [21:40:24] additionally i saw a couple isntances of something like $this->mTarget being dropped raw into URL constructs [21:40:41] that's dreadfully wrong; you should at least throw in a urlencode() [21:41:03] i didn't do too much other review on the changes beyond that [21:41:19] brion-office: Yeah, totally spaced on the URLs :) The problem with the timestamps in the db isn't a security one, though, is it? [21:41:24] 03catrope * r28187 10/branches/apiedit/: Deleting APIedit branch per mailing list post [21:41:36] I.e., if the user puts in "offset=1234" it shouldn't run the query, but does [21:42:11] amidaniel: "not a security issue" != "not a bug" [21:42:21] well there's several problems in there [21:42:28] first is that is_numeric() is ALWAYS WRONG [21:42:30] 03(mod) Identifier needed for MediaWiki generated pages in page source - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11988 (10oq9pscb02) [21:42:31] RoanKattouw: Hehe, true :) [21:42:34] brion-office: Oh? [21:42:38] I've been browsing the mediawiki extensions but I have not found what I'm looking for; is there a way to have a Sysop or a wiki admin sign off on all article changes? [21:42:41] especially when what's usually intended is 'is an integer' [21:42:46] second is that you should escape strings [21:42:58] third is that different DB backends will use different formats, so you should always normalize timestamps [21:43:14] escape *and* quote [21:43:18] Ahh .. okay [21:43:20] Thanks :) [21:43:27] 03(mod) Identifier needed for MediaWiki generated pages in page source - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11988 (10roan.kattouw) [21:43:43] blue_asterisk: You mean they only appear *after* having been signed off? [21:43:52] brion-office: I apologize for always causing you so much hassle :) I'm quite new to webware and sql-based development [21:43:53] RoanKattouw: yes [21:43:53] is_numeric() and empty() are both troublemakers, they don't do what you want 99% of the time [21:43:57] In that case, look through http://www.mediawiki.org/wiki/Extension_Matrix [21:44:00] :D [21:44:04] only one way to learn, dude ;) [21:44:05] I need quality control [21:44:11] brion-office: Indeed :) [21:44:16] amidaniel: "quite new"? You've been around longer than I've been [21:44:36] blue_asterisk: Maybe you can find an extension at http://www.mediawiki.org/wiki/Extension_Matrix [21:44:41] RoanKattouw: Sure, but you're a million times more active than I am :) [21:44:50] True [21:44:58] Although I don't even come close to brion's activity ;) [21:45:12] I've got school to think about as well (in senior year now) [21:45:29] RoanKattouw: I've been browsing there already; would this be hard to code myself? [21:45:33] Yeah, I've got uni and work to think about :) [21:45:42] blue_asterisk: Depends [21:45:59] !extensions | blue_asterisk [21:45:59] blue_asterisk: MediaWiki has been built so it can easily be customized by adding extensions. This is usually a simple process. See for instructions to install extensions, as well as for writing them. See for an overview of known extensions. [21:46:24] RoanKattouw: thanks, but I [21:46:33] have already explorered these [21:46:47] s/explorered/explored [21:47:03] blue_asterisk: I thought I'd heard about an extension that does that [21:47:11] But maybe that's just my imagination ;) [21:47:25] Anyway, the wiki way is to just revert vandalism and other unwelcome stuff [21:47:32] couldn't find any; I looked twice [21:47:44] There is an RSS feed that informs you of every single change on your wiki [21:48:53] 03siebrand * r28188 10/trunk/phase3/languages/messages/ (10 files): [21:48:53] Localisation updates from Betawiki. [21:48:53] * be, bg, crh-cyrl, crh-latn, el, frp, is, pnt, ro, stq [21:49:14] hmm, maybe I can create a custom script to display the changes a user wants to make and each change would be put in a queue for an admin to approve [21:50:02] would you happen to know which functions render wikitext? [21:50:41] blue_asterisk you should use hooks, not touch the core directly [21:51:14] RoanKattouw: I wouldn't touch the core, but I'd just borrow some functions [21:52:02] blue_asterisk: http://www.mediawiki.org/wiki/Manual:Hooks --> use these [21:52:15] Can anyone help me?? [21:52:25] Solumeiras: What's your problem? [21:52:44] I'm trying to export every revision of template:stub on en.wiki [21:52:53] I don't know how to do it, nothing on mediawiki.org [21:53:03] !export | Solumeiras [21:53:03] Solumeiras : To export pages from a wiki, navigate to Special:Export on the wiki, type in the names of the pages to export, and hit "export". See for an example of this form. See also: !import [21:53:22] I did the export thing, but it only got the most recent revisions [21:53:38] There is a check box somewhere on the form that you need to check [21:53:53] "Include only the current revision, not the full history" --> uncheck that one [21:53:58] Solumeiras: Uncheck "Include only the current revision, not the full history" [21:54:04] RoanKattouw: thanks, I'm looking into it right now; it might be what I need [21:54:21] Solumeiras: And you will then only get the top 100 revisions, I believe. [21:54:59] 03(NEW) Delete unused user accounts 2 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12215 15enhancement; normal; MediaWiki: General/Unknown; (waldir) [21:55:02] 03(mod) allow detection of watchlisting and other "invisible" uses of account - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11962 (10waldir) [21:55:04] 03siebrand * r28189 10/trunk/extensions/ (6 files in 6 dirs): [21:55:04] Localisation updates from Betawiki. [21:55:04] * Fixes and additions to 6 extensions for ar, hsb, nl, no, pt, stq [21:55:14] brion-office: I'd like to get paging into undelete [21:55:27] if I can ever finish committing this rev_deleted stuff [21:56:19] 03(mod) search "Results 1-2 of 2" but only one - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12049 (10brion) [21:56:29] 03(NEW) Custom Names.php can't be used since 1.10.0 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12216 trivial; normal; MediaWiki: Installation; (nicolas.brouard) [21:58:39] I'm back [21:58:50] I'm back [21:58:57] ! [21:58:57] 03(mod) Custom Names.php can't be used since 1.10.0 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12216 (10nicolas.brouard) [21:59:23] I'm going to see if I can just borrow the functions instead of using hooks [21:59:31] I've got a problem with export/import articles [22:00:03] I imported Template:Stub and got 100 revisions - but only from 2003 to 2005 [22:00:20] Solumeiras: Yes, that's normal. Export only gives you the top 100 [22:00:27] If you need more, they can likely be found in the dumps [22:00:41] How do I get revisions from 2005 to 2007, the next 100? [22:01:09] Grep the dumps or bribe someone with the dumps to zip em up and give em to you :) [22:01:15] using special:export [22:01:48] using Special:Export = can't be done [22:02:05] ok, thanks! [22:02:07] here are serveral high level questions "What constitutes a wiki" i have installed mediawiki now i want to make one wiki? Does one page constitute a wiki. I have several more questions of this type to follow [22:02:31] anyone know why "developer" is now considered obsolete?? just saw brion's logs on meta removing developer status from enwiki users [22:02:44] Poundo: One mediawiki installation is considered a "wiki" [22:03:18] Oh, so what constitutes a namespace [22:03:28] Can anyone help me with URL redirection limits and IIS? My URL is in greek and I can't access the wiki at all [22:03:30] !namespace | Poundo [22:03:30] Poundo : For help with understanding and manipulating namespaces, please consult . See also !extranamespace [22:03:54] Does anyone know why the developer group was removed?? [22:04:25] Solumeiras: Because the only right it afforded was lockdb, which can be done with shell access [22:04:45] (guessing) [22:04:50] I see. Thanks for that. At least it's still in SVN version, I guess... [22:05:04] I noticed a bizarre hack with checkuser install on MW 1.11 [22:05:34] it seemed to work on my other two wikis despite install.php not being run [22:05:59] AmiDaniel_away: so if one mediaWiki install constitues a wiki and my client wants to be able to create multiple Wikis for the same association of people might they only need multiple namespaces rather than multiple installs of media wiki? [22:06:04] Anyone want to know the checkuser weirdness? [22:07:04] Poundo: It would probably be best to ask your client :) [22:07:30] 03nikerabbit * r28190 10/trunk/phase3/includes/GlobalFunctions.php: 2 PHP Notice: Undefined offset: 1 in /var/www/w/includes/GlobalFunctions.php on line 1986 [22:07:32] I installed checkuser and it worked perfectly. However, there's some weirdness involving Checkuser/install.php and phpshell [22:08:03] *AmiDaniel_away vanishes [22:08:23] are any developers listening?? [22:09:06] ? [22:09:49] Anyone here?? [22:09:57] AmiDaniel_away: Thanks for the suggestion but I will have to answer that for the client thats why I am trying to get a high level understanding of what a wiki is. I have already installed it and have it running now it's time to organize the parts and I haven't found the thousand foot view of one [22:10:34] Just thought I'd point out a software bug with checkuser [22:10:36] I can't find the error...it seems to be in the function, but I am probably looking at it through expectant eyes. http://rafb.net/p/uEk8Dj59.html [22:11:20] I've got checkuser working on my wiki now... [22:12:07] should I just go to bugzilla? [22:13:34] !help [22:13:34] Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at http://www.mediawiki.org/wiki/Mwbot, you can find all my source code at http://amidaniel.com/viewvc/trunk/MWBot/?root=svn [22:14:29] !help [22:14:29] Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at http://www.mediawiki.org/wiki/Mwbot, you can find all my source code at http://amidaniel.com/viewvc/trunk/MWBot/?root=svn [22:14:35] !problem [22:14:39] !help! [22:14:44] !help bugzilla [22:14:44] You don't have permission to do that. [22:14:55] !bugzilla [22:14:55] All bugs in MediaWiki should be reported at http://bugzilla.wikimedia.org. This is also the place to request site configuration changes, new features or enhancements to existing features, although bear the following points in mind before making a feature/enhancement request: 1) If the request is specific to a Wikimedia wiki, please discuss the issue on that wiki first. 2) Consider whether a custom extension would be more appropriate. [22:15:10] anyone know of a public Media Wiki installation that serves an organization with multiple intrest groups or threads. I need to look at some real world implementations of Mediawiki [22:15:22] the problem isn't a wikimedia one, more an install one [22:15:38] Poundo: you may want to look at CiviCRM as well, not a wiki but maybe more what you're looking for [22:16:12] Solumeiras: file a bug report then [22:16:41] richardus: ok I will but they are convinced that they need a wiki so the members can contribute in their respective fields [22:16:45] well, it's just a peculiarity between checkuser and phpmyadmin and phpshell, can i tell a bit more about it [22:17:09] Solumeiras: sure, but you can describe it in the bug report fields too where developers are sure to see it [22:17:18] OK, will do [22:17:26] but I'll just give people the gist of it here as well [22:17:51] At the risk of sound imputous or rude, is anyone looking at my problem? If so I'll be patient and wait, otherwise I'll see what other resources I can dig up. [22:17:52] Poundo: drupal is very extensible and i'm sure supports wiki-like functionality [22:18:06] 03(mod) Capitalization consistency in special pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11986 (10N/A) [22:18:20] the bug is with checkuser and phpshell [22:18:40] Poundo: er i should clarify, civicrm is a special version of drupal [22:19:54] anyone listening? [22:20:27] sigh! [22:20:33] ok [22:20:35] Solumeiras: file a bug report if you want people to see it, it doesnt hurt if it has to be closed [22:20:50] ok thanks richardus got to go [22:21:07] no-one got any anti-spambot extensions? [22:21:44] !spam | Solumeiras [22:21:44] Solumeiras : For more information about combating and handling spam in MediaWiki, see . [22:22:00] thanks pathos [22:22:04] Welcome. [22:22:15] pathoschild can you add me to the small wiki monitoring team on meta [22:22:20] richardus: Ok not sure why thats relevent at this point. But I'll check it out. Do I understand that you feel media wiki won't partition into seperate threads enough to support a varity of intrest threads? [22:22:29] i'll just register Solumeiras on a few small wikis now... [22:23:01] hello everyone! I'm curious about the formatting of the FORMATNUM parser, where are the settings for each language's output formatting defined? [22:23:29] Solumeiras: You're free to add yourself. :) [22:23:43] OK! Thanks, Pathoschild! [22:23:44] can someone help me with removing something on my wiki site? [22:23:51] Welcome. [22:23:53] I was basically requesting sysop access to block vandals if needed [22:23:55] for example, in pt.wikipedia the thousand separator currently used is a space :s [22:24:12] if it happens on quality.wikimedia.org I will clean up the vandalism , ive got a login there [22:24:48] on my wiki.mafiamatrix.com, how do i get rid of the MediaWiki has been successfully installed. [22:24:48] Consult the User's Guide for information on using the wiki software. [22:24:51] from the top?? [22:25:20] Solumeiras: You can request temporary sysophood on < http://meta.wikimedia.org/wiki/RFP >. :) [22:25:50] will do, but there's no vandalism on quality.wikimedia now [22:27:09] thanks pathos [22:27:15] anyone? [22:27:20] Welcome. [22:27:30] seems like quality.wikimedia is relatively inactive... how do we get more activity there? [22:27:33] Rich[Away]: Link? [22:27:47] Pathoschild: hey, i was here first! :P [22:28:03] I don't really know what to do to get quality.wikimedia.org to be more active! [22:28:11] wiki.mafiamatrix.com [22:28:18] Waldir: maybe Pathoschild doens't know the answer to your specific question [22:28:21] Waldir: Perhaps, but I can't answer your question. ;) [22:28:26] noone's helped me with mine yet [22:28:44] Logan_Andrews I know i was just kidding :D [22:28:56] Rich[Away]: just edit the page and delete it? [22:29:05] Solumeiras: I think there are guides online about generating wiki activity, largely by spamming people. [22:29:05] nope ive tried that [22:29:08] it only edits the lower bit [22:29:13] If any checkusers are reading this, here's a new Willy on wheels IP from my non-Wikimedia wiki: 195.188.152.13 [22:29:15] ah...not always easy to tell withohut body language...emotes notwithstanding [22:29:18] Pathoschild still thanks for the answer ^^ [22:29:23] I just blocked it for 6 months due to endless WoW activity [22:29:23] Welcome. :) [22:29:55] Logan_Andrews: Thus my prolific use of emoticons. I'm not quite as facially expressive in real life. ;) [22:30:02] pathoschild what do you think of the checkuser info i posted? [22:30:10] of course I'm not a checkuser on any WMF wiki [22:30:26] does anyone know how to delete it? [22:30:40] Rich[Away]: Did you click the "edit" tab at the very top of the page, or the "[edit]" link in the page text? [22:31:00] or is my checkuser stuff better for stewards irc channel? [22:31:17] the edit link in the page text [22:31:32] while I wait.. I wonder if brion is around. I have to thank him for the resolution of bug 11962 :D :D [22:31:49] ahh yeah i see now Pathoschild [22:31:51] thanks :) [22:31:56] Rich[Away]: Welcome. :) [22:32:12] also [22:32:28] is it possible to make a seperate section on the main page where it shows a list of the newest 5 posts? [22:32:33] newest 5 or 1- [22:32:36] *10 [22:32:45] Rich[Away]: Yep. Let me look around for a link. [22:32:48] !dpl [22:32:48] The DynamicPageList (DPL) extension outputs reports based on criteria given in a special tag. For more information, see and . [22:33:12] It might also be possible without an extension by placing "{{special:newpages}}" in the page text. [22:33:19] got to love a well informed bot [22:33:27] Yep. [22:33:33] meh [22:33:40] well i dont have any coding skills so [22:33:51] Yes, {{special:newpages}} works, but it outputs the last 50. ;) [22:33:53] nevermind [22:34:02] I figured out what happened [22:34:05] anyway [22:34:14] so i just put {{special:newpages}} on the page? [22:34:30] does Wikipedia's default 'skin' come with MediaWiki? [22:34:46] Rich[Away]: Yep. [22:35:00] robert_: Yes. [22:35:05] Rich[Away]: do some reading on the various main wiki sites like wikipedia and mediawiki....that helped me a lot [22:35:14] Pathoschild, what's the skin name or whatever? [22:35:15] that and trial and error [22:35:25] robert_: It's the "MonoBook" skin, with a few changes on http://en.wikipedia.org/wiki/MediaWiki:Common.css [22:35:55] robert_: And possibly also in http://en.wikipedia.org/wiki/MediaWiki:Monobook.css [22:36:56] robert_: also http://en.wikipedia.org/wiki/MediaWiki:Common.js [22:37:04] I'm going to throw this up again in case someone is watching now that wasn't before [22:37:04] wow [22:37:06] http://rafb.net/p/uEk8Dj59.html [22:37:08] that's a lot of changes [22:37:08] heh [22:37:21] richardus: Yep, but that is JavaScript; it doesn't usually affect the skin itself. :) [22:37:28] I've traced the error to the function but I don't know what the problem is [22:38:08] Logan_Andrews: What error? [22:38:19] it's not updating the table [22:38:31] all the other functions after it work [22:38:31] Try with a space after "print"? [22:38:51] not part of the problem.... [22:39:08] that was thrown in to make sure the program was calling the function and the variables were correct [22:39:16] that worked [22:39:30] it wasn't updating prior to the print statement being added [22:40:35] Logan_Andrews: try "$update = db_query($sql,$conn) or print mysql_error();" [22:40:56] That will output the error text, if SQL is getting an error. [22:43:49] Pathoschild: on the left you will see Current Events [22:43:58] is it possible to change that to something else? [22:44:01] like Current Events Ingame [22:44:09] !sidebar | Rich[Away] [22:44:09] Rich[Away] : To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [22:44:18] didn't update and no error was generated [22:44:39] ur lucky the bot has all the answeres pathoschild :D [22:44:40] thanks [22:44:53] Rich[Away]: I wrote most of that response. :p [22:44:58] ohh [22:45:00] i'll shut up then :p [22:45:01] :D [22:45:03] :P [22:46:35] wow u must be smart -_- [22:46:45] some of these things are in a different laugae for me :p [22:46:57] Logan_Andrews: How about "db_commit() or print mysql_error();"? [22:47:02] Rich[Away]: I know the feeling [22:47:49] Rich[Away]: Nope, I just use MediaWiki a lot, hang around in this channel, and code tools as a hobby. One learns a lot of answers along the way. :) [22:48:21] :) [22:48:23] but in that link u sent me [22:48:30] what do i edit to edit the sidebar? [22:49:01] Rich[Away]: hang on and I'll send you a copy of ours [22:49:10] On your wiki, go to the page "MediaWiki:Sidebar". [22:49:14] Pathoschild: would you know (or suppose) who could help me with my question? [22:49:14] Pathoschild: negative on update and error [22:50:02] Waldir: Hm... maybe Brion or TimStarling. [22:50:10] (When they're here.) [22:50:40] omg [22:50:44] those two [22:51:06] Rich[Away]: http://rafb.net/p/n1aBhH44.html [22:51:09] Yep, although I'm not sure you should be worshipping them. [22:51:10] i think i could catch them only once :( [22:51:22] the address isn't part of the page....that's so you can see how it will look [22:51:47] hi [22:51:47] Question: my webhost recently moved the MySQL db to a different server, would that mess up rewrite rules? Because I had short URLs working perfectly before, but now the links in sidebar and such go to the messy URLs, even though the /wiki/PAGENAME still works [22:51:57] hi slak [22:51:58] whats wrong with this $wgLogo = "{$wgStylePath}/common/images/logo.gif"; [22:52:07] i am breaking my head over the damn logo [22:52:14] try removing the { and } [22:52:17] have [22:52:18] same [22:52:23] Skizzerz: Shouldn't make a difference. [22:52:24] wait [22:52:29] shouldn't it be /skins/common/images? [22:52:37] Pathoschild I dont worship them xD but you have to admit they're more unavailable than many of people here ;) [22:52:38] crap [22:52:49] slak: Find out what $wgStylePath is? [22:52:55] yes [22:52:59] MediaWiki saves quotes as " [22:52:59] it needs skins [22:53:01] or perhaps people have that feeling cause they come here looking for them more than for other people :D [22:53:02] got it [22:53:07] Waldir: Well, you said "oh my gods, those two." :P [22:53:20] now i get a grey "pixels" text over my logo [22:53:22] any idea? [22:53:34] robert_: It has too; the " character is not valid as content in XML and XHTML. [22:53:37] Pathoschild: do you know how to fix the links then? I know I need to edit something in localsettings.php but I don't know what [22:54:21] Pathoschild, true, but it's storing as " in my javascript. [22:54:35] Rich[Away]: did you get my link? [22:54:52] Pathoschild, yes, "OMG, it had to be precisely those two who are so hard to find" :P [22:55:07] Waldir: :p [22:55:45] robert_: What is it in the XHTML source code? [22:56:13] Skizzerz: Fix the sidebar links? [22:56:19] yes, and internal links [22:56:25] they keep linking in ugly URL style [22:56:44] Pathoschild, can I pm you for a moment? [22:57:13] robert_: Preferably not, unless it's private. :) [22:57:37] Pathoschild, then I can paste javascript, here? :p [22:57:42] Skizzerz: What format do links elsewhere use? [22:57:50] robert_: http://rafb.net/paste/ :) [22:58:00] all of them are ugly, even though typing out the URL manually in short form works... [22:58:03] I figured you'd say that [22:58:03] heh [22:59:25] Skizzerz: It sounds like the redirection is working, but MediaWiki is configured to expect the default format. Try looking for the format variable in LocalSettings.php [22:59:37] k, I THINK I found it [23:00:09] Skizzerz: $wgArticlePath :) [23:00:14] yeah [23:00:23] Does it say something like "$wgScript/$1"? [23:00:38] I think that's in defaultsettings.php... so probably [23:00:55] should I change it to "wiki/$1"? [23:00:59] You found it in DefaultSettings.php, or LocalSettings.php? [23:01:22] well, I DIDN'T find in in localsettings, so I'm assuming the other one :) [23:01:40] Did it work before the move? [23:01:46] yes [23:02:01] Did they change your wiki's configuration for you? [23:02:13] no, they just moved the db elsewhere [23:02:25] of course, that in turn screwed up the wiki somehow, so I reinstalled it =/ [23:02:30] Ah-ha. [23:02:51] Pretty URLs don't work by default; you overwrote the configuration to make them work. [23:02:54] yes [23:03:02] using .htaccess [23:03:13] Do you have a copy of your old LocalSettings.php, from before you reinstalled? [23:03:36] yeah, and I was using it [23:03:38] it didn't help [23:03:40] No, .htaccess makes the redirection work. You need to change LocalSettings.php to make MediaWiki links point to the redirects. :) [23:03:43] *it doesn't help [23:04:09] Skizzerz: Open the old one. Is $wgArticlePath in it? [23:04:26] *Skizzerz IS using the old one, just changed the stuff that the new one changed in the old one [23:05:04] Do you have the original, unchanged version? You might have accidentally removed or changed $wgArticlePath. [23:05:12] wait... I might've deleted that line, now that I look back at the manual [23:05:14] That is what MediaWiki uses for its links. [23:05:34] Yep, which would make MediaWiki default to the ugly URLs defined in DefaultSettings.php. [23:06:04] Pathoschild they get even uglier? :O [23:06:21] Waldir: The default is "w/index.php?title=foo". ;) [23:06:31] (rather than "/wiki/foo".) [23:06:45] ah ok i was referring to that. sorry i didnt read the whole conversation :$ [23:06:49] :p [23:06:53] Pathoschild: ok... I re-added that in according to the manual, but it broke monobook >_> [23:07:07] Skizzerz: How? [23:07:17] well, it's showing the "Simple" skin atm [23:07:42] You only changed that one variable, right? [23:07:46] yeah [23:07:49] Pathoschild: I'm impatient :( :( cant you think of anyone who's online? :'( [23:08:14] Skizzerz: Did you forget the semi-colon or anything that might break the rest of LocalSettings? [23:08:30] no, that would generate a fatal error (/me knows from experience :P) [23:09:18] Waldir: Nope. [23:10:01] hey Pathoschild. Fancy vising my wiki site and donating? ;) (joke) :p [23:10:01] YAY! [23:10:06] finally figured it out >_> [23:10:22] I didn't have a "/" before wiki in $wgArticlePath [23:10:29] Pathoschild: sigh... [23:10:32] Skizzerz: :) [23:10:36] Waldir: :) [23:10:36] Pathoschild: thanks for all your help :) [23:10:40] Rich[Away]: :) :p [23:10:47] You're welcome. [23:10:51] dya have msn path? [23:10:59] Rich[Away]: ? [23:11:08] msn? [23:11:28] I'm on Linux. :) [23:11:44] I use a Linux client that can connect to MSN, among others, but I rarely use it. [23:11:58] ohh ok [23:12:28] how do u do big text in the edits [23:12:35] [23:12:36] ? [23:12:50] Yes, that would work. [23:15:18] Pahto, is there a page that shows ALL the pages in the wiki site? [23:15:26] Special:Allpages [23:15:39] you can screen it by namespace [23:15:39] And Special:Prefixindex. [23:17:43] hi brion :) [23:18:44] is xml2sql compatible with the mediawiki 1.5 schema? [23:21:45] so pathoschild: i would make a new page called allpages or something, put that special:allpages in it right? [23:21:57] no [23:22:12] Special:Allpages will list every page on the wiki [23:22:23] all adding allpages would serve is to add another title to the list :) [23:23:02] so what do i do? :p [23:23:18] it should work, just go to that page [23:23:37] Rich[Away]: Type "Special:Allpages" into the search box and click "Go". [23:24:02] ahh yeah soz [23:24:05] i hate smartasses ;) [23:24:18] *Pathoschild is hated. ;) [23:24:34] hehe [23:24:41] *Rich[Away] is loved :p [23:24:58] figured the problem...I switched variables it went looking for the member id as the table line id [23:25:04] hate it when that happens [23:25:24] Rich[Away]: did you get that link I sent? [23:26:06] yeah ive just found it [23:26:48] so its posble for everyone and anyone to edit the navigation? [23:29:15] could someone please take a look at my site? done an upgrade to 1.11 and everything works, except I can't login :-( [23:29:25] !rights | Rich[Away] [23:29:25] Rich[Away]: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [23:29:44] Rich[Away]: There's a certain right that lets you edit the interface, by default only assigned to sysops. [23:29:57] 'editinterface' ;) [23:30:26] jonathand898: are you using the username and password of the user you created in the install process? [23:30:27] Yep. [23:30:37] nope... [23:30:43] http://www.classickidstv.co.uk try it yourself.... [23:30:51] because you have to use that one :) (or create a new one) [23:31:10] it wont let me go to the login screen.... [23:31:18] what does it say? [23:31:56] how do i do underlined? [23:32:04] just takes me back to the homepage when I click the login link in the top right.. [23:32:05] in IRC? [23:32:08] or in a wiki? [23:32:30] *Skizzerz doesn't think you can underline in IRC (might be wrong), but on a wiki it's underlined text [23:32:58] jonathand898: do you mind linking to the wiki (if you don't you can pm it to me) [23:33:05] http://www.classickidstv.co.uk [23:33:07] wiki [23:33:16] ok thanks [23:33:34] jonathand898: your rewrite rules are messed up [23:33:47] thought so! they worked with 1.9 ok... [23:34:43] it's trying to take you to http://www.classickidstv.co.uk/wiki/?title=Special:Userlogin&returnto=ClassicKidsTv_Home [23:35:01] instead of /w/index.php?title=Special... (or w/e your path is) [23:38:47] something in apache? or localsettings? [23:39:21] 03brion * r28192 10/trunk/extensions/CentralNotice/NoticePage.php: * (bug 12055) Copy RawPage.php fix for Internet Explorer/Mac errors with empty CSS/JS pages to CentralNotice [23:40:21] jfldka [23:40:23] cool.. bold [23:40:26] Skizzerz: some clients let you underline text in IRC. [23:40:35] jf [23:40:41] yeah, I'm just not sure what the shortcut is [23:40:49] percent-C. [23:40:53] ...percent-U. [23:40:56] *Skizzerz is using x-chat [23:41:02] jl [23:41:05] so they're ctrl+something, not % [23:41:23] bold is ctrl+b [23:41:45] this is ctrl+r [23:41:51] well, it isn't ctrl+q... that's for sure [23:41:54] 03(FIXED) Pages load slowly in Internet Explorer for Mac OS9 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12055 +comment (10brion) [23:42:47] god i hate ie/mac [23:42:49] a lot [23:42:51] a whole lot [23:43:06] you're comparing a browser to an OS? [23:43:12] or are you talking about Mac's version of IE? [23:43:32] i'm talking about microsoft's horrid abortion of a piece of software that's Internet Explorer for Mac [23:43:57] you could remove the "for Mac" part and it'd still be mostly true [23:44:06] oh you don't understand [23:44:11] but yes, IE for Mac is crap [23:44:13] ie/mac is its own entire universe of pain [23:45:01] it's completely unrelated code base to ie/win [23:45:09] and has been unmaintained for like 6 years [23:45:19] luckily few people still use it :) [23:45:20] *Skizzerz hasn't looked into the codebase, nor uses IE, so... [23:45:36] I'm not as educated in those matters :P [23:45:51] so i only really bother about *total breakage* problems, not the unending flood of broken layout and js [23:49:53] and linebreaks? [23:49:57]
? [23:50:53] ok done it :D [23:52:55] anyone else here? [23:53:09] !ask | Rich[Away] [23:53:09] Rich[Away] : Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [23:53:11] ;) [23:55:48] i dont have a question.. [23:55:51] im lonely :p [23:55:53] no one is talking :D [23:56:47] Hi all! FYI: https://bugzilla.mozilla.org/show_bug.cgi?id=407067 in a real environment providing full BiDi support each entity should have its own BiDi properties [23:59:16] Pathoschild are you still there? [23:59:34] Yep.