[00:00:09] 03(mod) Implement a validation check for ISBN links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2391 +comment (10brion) [00:01:23] yo yo [00:07:09] brion: While I wait for us to get around to looking over Configure, is there something semi-productive I can do in the background so I'm not just idling? Should I look at something in particular with the abuse filter? [00:19:24] werdnum: sure, got some quick pages together w/ an intro on using and configuring abusefilter? [00:20:01] brion: I think this is what I have at the moment: http://www.mediawiki.org/wiki/Extension:AbuseFilter [00:22:21] hi, what's the internal link for the main page? [00:22:24] alex_21: still here? I had to run off for a bit, just before you left though I said: alex_21: anonymous cookies altering page content won't work well on Wikimedia, the front-end cache servers serve around 70,000 hits per second so must remain quite static [00:22:24] [[main page]] <- like this [00:22:29] [[Main Page]] [00:22:31] oh [00:22:55] or [[{{int:mainpage}}]] [00:22:57] heh, [[{{MediaWiki:Mainpage}}]] if you want it dynamic [00:23:01] if you expect to change the name of the main page a lot [00:23:04] yksinaisyyteni: not such a good idea [00:23:20] it isn't usually a translated message... except on commons of course [00:25:40] foreigners don't deserve a main page [00:25:58] haha [00:26:42] *Splarka tests with javascript:void(document.forms[0].action += '&uselang=fr'); [00:26:55] yep {{int:Mainpage}} returns Accueil [00:27:30] it should only did that if set in wgForceUIMsgAsContentMsg probably... although that might not even be possible [00:27:44] ^do [00:28:35] sheesh, commons has all the sidebar URLs translated [00:28:44] what do they want, 180 copies of every page? [00:29:28] foreigners don't deserve a main page [00:29:35] then int: is wronger than not, heh [00:29:43] without it, you get english all the time! woot [00:40:32] brion: :( [00:40:49] hey aaron [00:41:10] ? [00:41:58] brion: http://en.wikinews.org/w/index.php?title=Special%3ARatingHistory&target=Barack_Obama_elected_44th_President_of_the_United_States&period=93 [00:43:22] That link shows images missing. [00:43:23] those PNGs are kinda empty :( [00:43:27] yeah [00:43:29] w 21 [00:43:31] yeah let's see if we can poke at that... [00:43:44] AaronSchulz: anything easy to do to force a re-render? [00:43:53] action=purge [00:43:59] doesn't help though [00:44:08] should once we find the prob though eh ;) [00:44:31] I use imagemagick and it works locally [00:44:46] is it saving the .svg files also? [00:45:45] brion: rasterize() kills the old final when it's done [00:45:50] so just pngs [00:46:00] i've got an old one from nov 25 -- http://upload.wikimedia.org/wikinews/en/graphs/115616/reliability/l31d-ie.svg [00:46:16] *AaronSchulz has tiny font on a tiny monitor now :) [00:46:16] doesn't show in firefox [00:46:19] i recommend not removing the svg ... be a lot easier to debug that way :D [00:46:26] that's cause it is -ie [00:46:50] FF needs namespace binding, so the non -ie version only have it [00:47:00] IE dies with NS binding [00:47:17] heh [00:47:18] of course, this doesn't matter so much since there are pngs now [00:48:00] hihi [00:48:41] how do I list all revisions for a page using the api? [00:49:07] for some reason I only get the latest even using rvlimit='max' [00:49:27] wfm [00:49:28] http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvlimit=500&titles=Foobar [00:49:43] (query-continue for more) [00:50:03] !cite [00:50:03] --mwbot-- http://www.mediawiki.org/wiki/Extension:Cite [00:50:35] AaronSchulz: i can't find the bit that removes the .svg file..... where is it? [00:51:00] faceface: optimum: http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=ids&rvlimit=max&titles=Foobar [00:52:32] not seeing anything obvious in syslog [00:53:33] brion: maybe convert.exe does? [00:53:37] the PNG is being regenerated, so there must be a svg.... and it *should* be right there..... [00:53:49] if it did, then all our .svg files would be missing on the whole site :) [00:53:59] and we'd be running through rsvg here, not convert.... [00:54:17] thanks Splarka, the value of a variable got messed up in my Perl, and I was actually looking at a page with one rev! [00:55:09] is it possible it's running purgePage() an extra time after the generation? [00:55:22] [via fileExpired perhaps?] [00:57:04] AaronSchulz: got a page to check on test.wikipedia? be a lot easier for me to do live tweaks there [00:57:35] *Splarka smacks facefaceface in the faceface face [00:58:04] brion: not even on there [00:58:08] *facefaceface wonders what he'd do without Splarka [00:58:15] if i turn it on, can i test it there? [00:58:18] fall flat on your self! heh [00:58:55] *Splarka has replaced tech support with insults, wait... everyone already does that [01:00:07] brion: with some test data thrown into the db, sure [01:00:29] give me some sample data to insert pls [01:01:47] may want to add the tables first [01:02:18] they're there [01:03:16] A database error has occurred [01:03:18] Query: INSERT IGNORE INTO `reader_feedback` [01:03:31] Error: 1054 Unknown column 'rfb_ratings' in 'field list' (10.0.0.234) [01:04:03] give me a list of updates to apply? [01:04:27] why doesn't it generate anything yet? how much is "enough" feedback? can i tweak this value to just show what there is? [01:05:03] http://news.bbc.co.uk/2/hi/europe/7778767.stm watch out guys, ';-)' is trademarked. [01:06:35] brion: an easy way is to vote on the main page [01:06:51] two people vote, then you mod the timestamp of one some rfh_date values [01:06:54] I think his point is that he did, and nothing's showing up. [01:07:08] are they on different days? [01:07:24] there's 4 existing records from previously [01:07:27] two is enough [01:07:32] i need those schema updates still? [01:07:54] is there a list of the extensions that wikipedia currently uses? [01:08:08] Yes, on Special:Version [01:08:43] ah, ok thanks [01:09:25] is it just archives/patch-rfb_ratings.sql ? [01:09:30] i already applied that i thought, wtf? [01:10:54] ok a few more people try rating http://test.wikipedia.org/wiki/Main_Page [01:11:19] ok at http://test.wikipedia.org/w/index.php?title=Special%3ARatingHistory&target=Main_Page&period=365&action=purge i got blank PNGs now [01:11:20] *werdnum rated. [01:13:26] hmm [01:15:03] oh-ho [01:15:14] ok got a copy of the svg [01:15:16] http://upload.wikimedia.org/wikipedia/test/graphs/11791/reliability/l365d.png.2.svg [01:15:28] problem 1: this means that it's writing the SVG to the .png path [01:15:42] oh, so _that's_ what graphs/ is for... [01:15:43] then telling the converter to read in from the .png path and write out to the .png path [01:15:59] problem 2: it's declaring XML version 1.1, which is not technically necessarily compatible with 1.0 [01:16:03] use 1.0 :) [01:16:10] so firefox won't load it [01:16:22] (rated) [01:17:49] *mVatki rated! [01:18:17] 03aaron * r44515 10/trunk/extensions/FlaggedRevs/svggraph/svgGraph.php: 1.1 - > 1.0 [01:19:14] so my guess is that rsvg is opening the dest file for writing before it reads in the source file [01:19:17] thus, it reads in empty [01:19:21] and creates an empty PNG [01:20:11] imagemagick may be doing this in the opposite order, so it reads the source in, and then replaces the file with the new PNG data [01:21:34] [[Wikipedia something]] links to something on wikipedia right? [01:21:58] or not [01:22:30] thanks again Splarka [01:22:32] [[Wikipedia:Something]] [01:28:41] 03aaron * r44516 10/trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php: Fix graph paths [01:28:44] brion: better? [01:29:04] *brion looks [01:29:25] looks good, let's try it :D [01:30:52] <|X|> Brion, what do you think are the chances you could modify the database directly for NYB? :P http://en.wikipedia.org/w/index.php?title=Special:Log&type=block&page=User%3ANewyorkbrad [01:31:12] none if you can't describe "NYB" using real words [01:31:36] <|X|> Newyorkbrab? [01:31:42] <|X|> Newyorkbrad* [01:32:01] It's a person. [01:32:13] That sounds like a waste of time. [01:32:23] Why does that guy need no block log? :/ [01:32:33] <|X|> It was a joke [01:32:34] It's obviously a mistake. [01:32:46] brion: better, but title is offset [01:32:48] <|X|> Everyone's sympathizing on his talk page [01:32:49] http://en.wikipedia.org/w/index.php?title=Special:Log&type=block&page=User%3ASplarka [01:33:18] http://upload.wikimedia.org/wikipedia/test/graphs/11791/reliability/l365d.png [01:33:21] http://upload.wikimedia.org/wikipedia/test/graphs/11791/reliability/l365d.svg [01:33:27] http://en.wikipedia.org/w/index.php?title=Special%3ALog&type=block&user=Mr.Z-man&page=User%3AMr.Z-man [01:33:29] ok, looks about the same in firefox to me :) [01:33:39] <^demon> |X|: Why does it matter? [01:33:53] <|X|> ^demon, it doesn't. It was a joke [01:33:57] maybe imagemagick's crappy svg rendering was misplacing the text on your test... [01:34:27] http://en.wikipedia.org/w/index.php?title=Special:Log&type=block&page=User%3A%4D%5A%4D%63%42%72%69%64%65 [01:34:27] <|X|> http://en.wikipedia.org/w/index.php?title=Special:Log&type=block&page=User%3AX! [01:34:50] brion: looks ok on my wiki [01:34:55] *AaronSchulz sighs [01:34:58] <|X|> Splarka, what's with the weird url? [01:35:01] :( [01:35:15] brion: see the '$plot->plotOffsetY = 30;' line? [01:35:18] AaronSchulz: the http://upload.wikimedia.org/wikipedia/test/graphs/11791/reliability/l365d.svg looks ok for you too or not? [01:35:18] brion: maybe it should use paths instead of text? *hide* [01:35:27] change that till it looks ok [01:35:28] |X|: MZM likes extra encoding [01:35:30] Splarka: lol [01:35:34] who is absolute X? [01:35:42] <|X|> Me? [01:35:53] |X|: he bitches about URLs ending in ) and ! and . instead of the percent entity [01:36:47] it's perfectly legit! software should improve how it handles URLs in plaintext ;) [01:36:58] [srsly though i'm not 100% sure we can control how consistently things get encoded...] [01:37:09] [but we could perhaps add extra encoding on things and see what happens] [01:37:18] no shit, spaces delimit URLs absentia html markup [01:37:26] there a bug already open for htis? [01:37:28] heh [01:37:31] *AaronSchulz plays with $plot->innerPaddingY [01:37:32] percent encode everything [01:37:41] %65%76%65%6E%20%69%72%63%20%63%6F%6E%76%65%72%73%61%74%69%6F%6E%73%21 [01:38:53] setting offsetY to 0 seems very wrong :) [01:39:00] we want to move the _text_ up i think, hmmm [01:39:29] man, if the firebug inspector worked on SVG that would *rock* [01:39:41] that *would* rock. [01:39:48] tree view does work, that's something [01:40:26] http://p.defau.lt/?1Kz54l8wMqQS7_0Pn4thCw <-- small JS to percent encode almost everything possible in mediawiki... [01:40:56] $plot->outerPadding = 5; [01:40:57] an edit link turns into: http://en.wikipedia.org/%77/%69%6e%64%65%78%2e%70%68%70?%74%69%74%6c%65=%50%61%C5%82%61%74%6b%69&%61%63%74%69%6f%6e=%65%64%69%74 [01:40:58] looks pretty good now [01:41:11] Splarka: :D [01:43:06] Dammit, atglenn went. [01:43:13] How much should I pay for a share room in SF? [01:43:45] werdnum: still physically here, should i pass on or is this a general q? [01:44:09] 03brion * r44517 10/trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php: bump outer padding from 20 down to 5 to readjust the title placement [01:44:26] It's a general question. [01:44:37] Although you're a good person to answer it :D [01:44:53] well unless you're going to rent a 2-bedroom apartment i haven't really check prices :) [01:44:58] can I turn off the automatic numbering in TOC's somehow? Maybe even on a per-article basis? [01:45:20] ah, okay. [01:45:25] rent? did someone say rent? [01:45:25] *werdnum is finally writing his 'housing wanted' post. [01:45:41] im making a site for that, but its not done yet.. www.rentclassified.com [01:45:43] woo http://en.wikinews.org/w/index.php?title=Special%3ARatingHistory&target=Barack_Obama_elected_44th_President_of_the_United_States&period=365 [01:45:46] <^demon> Wait for it..... [01:46:11] hooray! [01:46:11] 03demon * r44518 10/trunk/phase3/ (77 files in 5 dirs): [01:46:12] Complete rewrite of Special:Statistics: [01:46:12] * Now subclasses SpecialPage like it should [01:46:12] * All of the individual sections were split off into their own methods for readability [01:46:12] * Fixed Brion's comments on code review (r44509): not using in the message, breaking to a new line, and keeping the description message separate [01:46:14] damn i need more memory [01:46:14] <^demon> \o/ [01:46:15] * Since -tooltip is a misleading name for the message, I renamed them to -desc, all message files and messages.inc have been updated [01:46:34] hawt [01:46:55] woo! [01:47:08] http://en.wikinews.org/w/index.php?title=Special%3ARatingHistory&target=Main_Page&period=93 [01:47:10] mmmm [01:47:28] http://www.housingmaps.com/ is fun, i think i showed you that one a while ago... [01:47:52] yeah, you did. [01:48:19] I've got some temp accommodation in Haight-Ashbury - a wikipedian with a couch. [01:48:26] so I can survive for like a week or so [01:49:32] that housingmaps site is annoying because you can't use your scroll wheel. [01:50:29] werdnum, http://www.yelp.com/biz/globe-hostel-san-francisco [01:50:48] !svg [01:50:48] --mwbot-- For more information regarding SVGs in MediaWiki, see . [01:50:54] i really don't know how best to deal with short-term stuff [01:51:04] since you'll only be there a few months... [01:51:16] yeah, I'm thinking of leaving around mid-March. [01:51:39] Undefined variable: text in C:\Server\xampp\htdocs\MW_trunk\includes\specials\SpecialStatistics.php on line 191
[01:51:41] so it's like two months. [01:51:54] There were some decent studios around, but at like $2500/month. [01:52:21] wow 2500 per month? [01:52:28] AaronSchulz: let me guess, forgot to do $text = ''; before a loop with $text .= 'some stuff'; :) [01:52:36] I think so. [01:53:17] <^demon> Fixed. [01:53:24] can anyone help me ? [01:53:39] 03demon * r44519 10/trunk/phase3/includes/specials/SpecialStatistics.php: Need to define $text [01:54:12] *^demon longs for the days ALL special pages subclass SpecialPage [01:54:20] don't they all? :/ [01:54:32] or do they use that awful function system? [01:54:47] <^demon> Way too many still use wfSpecialSomething() :( [01:54:58] ugh [01:55:28] can I turn off the automatic numbering in TOC's somehow? Maybe even on a per-article basis? <== if it's not possible without too much hacking, a "No" is fine, too [01:56:06] <^demon> Right now, all child classes of SpecialPage have to call setHeaders() manually. If, for example, we ever finished moving all over to subclassing it, we could remove this useless redundancy and move it up a level, right before execute() is called. [01:56:16] yeah, that would be nice. [01:56:41] Is it possible to use two different languages on a locally installed version of mediawiki? (in the same way there is a wikipedia in English page and a parallell page in French) [01:57:47] Wikipedia uses separate installs (sort of) [01:58:18] <^demon> Ich: Put __NOTOC__ into an article [01:59:12] Actually, maybe I can find something okay [01:59:13] so it's not possible then ? [01:59:13] <^demon> Oh, you mean just disable the numbering? [01:59:24] http://www.nobhillplace.com/ <-- This place starts at $2200, and it looks ridiculously expensive. [01:59:32] so maybe there's something a bit downmarket down into the $1X00 [02:00:08] $2200 for a studio? sheee-yit [02:00:40] planning a short-term vacation? [02:00:54] werdnum: you could put a 'housing wanted' ad -- 'looking for cheap place to stay a few months, which should be colorful but not so colorful i will get shot' [02:01:23] brion: did you do the rfb_ratings schema change on wikinews? [02:01:35] it gives Teh errorz [02:01:36] brion: I'm just doing that now :) [02:01:47] ^demon, yes, just disable the numbers in front, not the whole TOC [02:02:06] <^demon> Ich: Not as far as I know :( [02:02:13] AaronSchulz: i thought i did it on all of them... is it missing? [02:02:15] <^demon> CSS hack maybe? I'm not sure how they're numbered. [02:02:21] lch: css [02:02:25] they do it on en.wp [02:02:32] How much do cardboard boxes go for in the bay area? :) [02:02:35] nonumtoc or such [02:02:43] Krimpet: outrageous rent [02:02:53] applying.... [02:03:02] lch: http://en.wikipedia.org/wiki/MediaWiki:Common.css [02:03:03] /* When
is used on the table of contents, the ToC will display without numbers */ [02:03:11] and the sexy bits under that [02:03:25] <^demon> Krimpet: I had to trade in my cardboard box for a piece of newspaper. Couldn't keep up with the mortgage :( [02:03:26] how do I make the TOC use that nonumtoc class? [02:03:27] werdnum: if they say it's in the tenderloin, STAY OUT ;) [02:03:32] brion: I also need to find a bank account that's not at the Random Bank of Ohio like my current one :) [02:03:37] heh [02:03:44] brion: oh, I heard of this really nice place called 'Hunter's point' [02:03:49] random bank of ohio should at least get you ATM access :) [02:04:01] i think that's one of those "gets you shot" places [02:04:07] AaronSchulz: ok applied [02:04:23] no, I lost my visa card because somebody nabbed the number and used it to buy $800 worth of sporting equipment. [02:04:25] nice [02:04:26] http://en.wikinews.org/w/index.php?title=Special:RatingHistory&target=O._J._Simpson_sentenced_to_15_years_in_prison [02:04:35] So I cancelled it and they said "Sorry, you're only 15, you can't have another one." [02:04:36] ok, that list query needs tweaking [02:04:42] lch: wrap it in a div with that class [02:04:52] like the friggen comment says [02:04:52] thanks Splarka [02:04:52] <^demon> My bank has supposedly been bought out. However, I've yet to notice any change in services, letters, or change in local banking staff....I'm just assuming it's all ok :) [02:04:56] *Splarka grrrs [02:05:01] (since I needed a co-signer to get it in the first place) [02:05:04] heh [02:05:19] well that's gonna be tricky. [02:05:45] Splarka, so I guess you're saying to put __TOC__ into the div, that's what I was asking [02:05:46] brion: is it raining there yet? [02:06:15] don't think it's raining now... forecast says it will on the weekend tho [02:06:30] rain's a bitch here :( [02:06:32] all cold and stuff [02:06:51] doppler shows green specks coming down, might be here tonight [02:06:57] well, up in the hills anyhow [02:06:58] morning TimStarling [02:07:10] brion: actually I think the trick is "having a US address" :) [02:07:20] morning [02:07:21] heh [02:07:23] morning tim [02:07:26] i'm heading home now :D [02:07:28] catch ya laters [02:07:39] You scared him off. [02:07:48] werdnum: can you get a prepaid card for emergencies? [02:08:07] Splarka: my Australian bank card should work in the states. [02:08:31] I think most places'll give you one at 16 or even younger, accepted almost anywhere regular credit cards are (except for deposits at hotels and the like, they don't trust prepaid) [02:08:56] yes, but US banks want a US address :) [02:10:18] prepaid is not a banking, checking, or credit line... [02:10:31] oh, you mean those prepaid visas [02:10:47] yeah, I could get one of those, but I'd prefer a real bank. [02:10:52] well, some other CC companies issue them too, but Visa is the popular one yes [02:11:16] US banks aren't exactly the most stable institutions right now [02:11:43] hush, don't scare the toursit [02:11:49] If they're FDIC insured, then I'm not too stressed. [02:11:52] er, %tourist [02:12:04] http://sfbay.craigslist.org/sfc/sub/950606397.html [02:12:08] this looks okay [02:13:57] Maid Service? [02:15:15] 03(mod) Main Wikipedia site is unreadable after final rendering on Treo 650 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2090 +comment (10innocentkiller) [02:15:15] 14(DUP) Wikipedia not usable from a Palm T|X - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7217 +comment (10innocentkiller) [02:16:13] !portal [02:16:13] --mwbot-- I don't know anything about "portal". [02:16:20] thanks anyway [02:19:08] 03(FIXED) Remove ?title=*** parameter from RC entries url - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11152 +comment (10danny.b) [02:19:11] hey guys, is there a way to require admins to approve new users? [02:20:15] 03(mod) Remove ?title=*** parameter from RC entries url - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11152 (10danny.b) [02:20:17] 03(mod) RC IRC related issues (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16599 (10danny.b) [02:20:34] !e ConfirmAccount | sorwork [02:20:34] --mwbot-- sorwork: http://www.mediawiki.org/wiki/Extension:ConfirmAccount [02:21:00] many thanks [02:22:44] O.o [02:22:56] *Charitwo blinks [02:37:34] 03(mod) Easy to parse recentchanges feed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14045 (10matthew.britton) [02:37:35] 03(mod) RC IRC related issues (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16599 (10matthew.britton) [02:41:10] 03vyznev * r44520 10/trunk/phase3/ (RELEASE-NOTES includes/Title.php): [02:41:10] (bug 5506) Make Title::isAlwaysKnown() return true for known special pages and files in foreign repos. [02:41:10] Besides fixing the display of the latter in logs, edit summaries and other places relying on Linker::link(), [02:41:10] the change should allow considerable simplification (not included in this commit) of that function, as [02:41:12] well as of several related functions e.g. in the Parser and Skin classes. To that end, I've also introduced [02:41:14] a new function Title::isKnown() to wrap the common condition "$title->exists() || $title->isAlwaysKnown()", [02:41:16] and have clarified the roles of the three methods. [02:41:18] 03(FIXED) Linker::formatComment() needs to check for image existence in shared repositories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5506 +comment (10nospam) [02:41:47] 14(DUP) Links to Commons Images are redlinks in Log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15437 +comment (10nospam) [02:41:49] 03(mod) Linker::formatComment() needs to check for image existence in shared repositories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5506 +comment (10nospam) [02:42:00] 14(DUP) Commons-hosted pages appear as redlinks after login/logout - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12813 +comment (10nospam) [02:42:02] 03(mod) Linker::formatComment() needs to check for image existence in shared repositories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5506 +comment (10nospam) [02:55:26] 03(NEW) Can't query for property with punctuation (a period) in name - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16622 normal; normal; MediaWiki extensions: Semantic MediaWiki; (info) [03:16:18] *werdnum waits for CIA-8 [03:18:28] hrm... Does anyone know how wikipedia implements collapsible infoboxes? [03:22:42] Krimpet: Your quit message freaks me out. [03:23:18] "Krimpet has quit IRC"? Sorry, I need to sleep and go to class and all. :) [03:23:27] Krimpet: no, "My hosiery is bunching" [03:23:44] Oh, I forgot I put that there. :p [03:25:19] mVatki: CSS/JS/Templates/HTML [03:25:31] mVatki: http://en.wikipedia.org/wiki/Wikipedia:Collapsible_tables [03:25:33] Krimpet: What does it even mean? :P [03:25:36] *werdnum are not female. [03:25:41] http://en.wikipedia.org/wiki/Wikipedia:NavFrame [03:25:51] yeah, that too [03:26:05] redundant implementations <3 [03:26:11] Volunteers for testing the abuse filter, please go to http://wiki.werdn.us/test/view/Abuse_Filter_testing [03:26:11] Werd: "Panties In a Twist" prolly [03:26:24] *werdnum wonders what he did that made Krimpet get her panties in a twist. [03:26:29] *werdnum has that effect on women. [03:26:59] if one were rude they might say "they get them twisted taking them off for you?" [03:26:59] "hosiery" is pantyhose/stockings. Sometimes you have to fight with them... [03:27:22] I know what hosiery is :) [03:27:29] *werdnum doesn't often fight with Krimpet's hosiery. [03:27:32] Vyznev: someone should make that core, but nicely [03:28:22] It's a quote from some old TV show, anyway. :p [03:29:05] *MZMcBride de-de-de-encodes Splarka. [03:29:29] ow [03:29:55] *Splarka triple-encodes MZM: %25%32%35%25%33%34%25%34%34%25%32%35%25%33%35%25%34%31%25%32%35%25%33%34%25%34%34%25%32%35%25%33%36%25%33%33%25%32%35%25%33%34%25%33%32%25%32%35%25%33%37%25%33%32%25%32%35%25%33%36%25%33%39%25%32%35%25%33%36%25%33%34%25%32%35%25%33%36%25%33%35 [03:30:36] wait, de-de-de-encodes ? so de-decodes? [03:32:41] I'll leave that to your imagination. [03:32:52] werdnum: anyway, I just put that on [[meta:bash]] [03:34:43] *nakon pokes werdnum for abuse filter abuse [03:35:00] nakon: okay, will get there. [03:35:15] k :) [03:35:41] done [03:38:05] there isn't a submit button to add new filters [03:38:09] or am I just blind? [03:38:21] There should be, down the bottom. [03:39:27] http://imageftw.com/uploads/20081212/button.png [03:39:51] odd. [03:40:02] moment [03:40:14] <|X|> That's the same error I have [03:40:52] hmm. [03:41:14] *werdnum checks code. [03:43:02] Try now. [03:43:25] works now [03:43:42] <|X|> Nope [03:43:50] shift-refresh? [03:44:18] <|X|> I did [03:44:48] Splarka, Vyznev: sorry, I didn't notice your comments. Is there an extension that governs this or is it in the standard release? [03:45:10] hmm. [03:45:19] oops, Splarka's gone [03:45:27] nv [03:45:32] *nvm [03:51:09] <|X|> werdnum, don't bother looking [03:51:12] <|X|> I was logged out [03:52:14] heh [03:52:19] I'm working on another problem now. [03:52:37] looks like the rules parser is borked, so I'm installing the newer native version. [03:56:10] 03(mod) MIME type detection of "application/x-php" gives false positives on any file with " mVatki: no, it's part of the custom JavaScript used on the English Wikipedia [03:57:14] see http://en.wikipedia.org/wiki/MediaWiki:Common.js [03:58:24] I saw that later and copied wikipedia's Common.js and Common.css to my wiki but I still do not see the effects [03:59:11] oh, nevermind [03:59:17] I had to clear the cache first [03:59:39] <|X|> werdnum, it's not refusing my edit [04:01:45] |X|: show me the filter. [04:02:00] <|X|> http://wiki.werdn.us/test/view/Special:AbuseFilter/2 [04:02:01] Vyznev:thanks for pointing out the Common.js file and other links [04:02:40] LIKE isn't regexes [04:02:42] it's glob [04:02:44] you want REGEX [04:02:57] I just made that change. [04:04:35] |X|: try now? [04:04:45] <|X|> Now I'm blocked :) [04:05:10] teehee. [04:05:20] hi all... How can i have custom attributes for an article suppose i have a wiki for devolopers and want to let them tag an article as a TODO and someother as a Feature in 2.0 etc? [04:05:21] maybe I should disable those actions. [04:05:29] I just unblocked you. [04:05:37] <|X|> thanks [04:06:25] one thing... can i put an article in more than one category? [04:06:36] yes. [04:06:44] ok [04:07:30] i actually don't know how to crfeate a category... well? do i just goto cat:name and create? [04:08:36] yeah, well, Category:Name [04:10:05] i tried that but it does not show in special:categories [04:10:17] well, that just creates the category page [04:10:27] if you want it to show up, you have to add an article to the category [04:10:38] ok [04:10:54] (by putting [[Category:Name]] on the article in question) [04:11:08] how do make it list all the articles in category:catname? [04:13:04] well bye meet u guys l8r [04:15:32] view [[Category:Name]] [04:16:14] *Vyznev pokes CIA-8 [04:21:30] okay... wtf in FileRepo.php [04:21:34] line 86: function findFile( $title, $time = false, $flags = 0 ) { [04:21:42] line 139: $file = $this->findFile( $title, $flags ); [04:22:18] need help getting images to display on my mediawiki instead of the text "Error creating thumbnail: The system cannot find the path specified." [04:24:01] 03werdna * r44521 10/trunk/extensions/Configure/Configure.func.php: Remove broken and unnecessary access-control for efConfigureAjax(). It requires configure-all AND extensions-all just to have a row formatted. [04:24:46] Kodos2: have you checked your $wgUploadDirectory ? [04:25:12] 03werdna * r44523 10/trunk/extensions/AbuseFilter/SpecialAbuseFilter.php: Fix a fatal... [04:25:12] 03werdna * r44522 10/trunk/extensions/AbuseFilter/SpecialAbuseFilter.php: Simplify permissions check [04:26:58] ok, looks like nobody's using the second argument of FileRepo::findFiles() anywhere [04:27:15] which is why no-one's noticed that it's broken [04:36:02] 03vyznev * r44525 10/trunk/phase3/includes/filerepo/ (FileRepo.php LocalRepo.php): [04:36:02] Remove parameter from FileRepo::findFiles(), it was fubar and nobody was using [04:36:02] it anyway. (What we really need is some way to pass timestamps to that [04:36:02] function, which probably requires further rethinking of the interface.) [04:40:39] 03vyznev * r44526 10/trunk/phase3/includes/filerepo/FileRepo.php: Remove it from the comments too. (Who reads those, anyway?) [04:53:57] 03(NEW) Fix missing

tag in Special:LockDB - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16623 trivial; normal; MediaWiki: Special pages; (nakonwiki) [04:54:50] didn't expect to find that one, gotta love how someone can get sidetracked so easily in mediawiki [04:55:00] heh [04:57:33] hello again Krimpet [04:57:56] hello again. :) [04:58:34] *werdnum hurls abuse at rewrite rules. [04:58:48] 03(NEW) Requesting hooks for start and end of the sections - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16624 15enhancement; normal; MediaWiki: Page rendering; (filop) [04:59:13] 03(mod) Install SpamRegex for en.wiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13811 high->normal; +comment (10bretthillebrand) [05:02:39] 03skizzerz * r44527 10/trunk/phase3/ (RELEASE-NOTES includes/specials/SpecialLockdb.php): * (bug 16623) Add missing

tag in Special:LockDB -- patch by Nakon [05:02:56] 03(FIXED) Fix missing

tag in Special:LockDB - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16623 +comment (10skizzerz) [05:03:41] do people actually use LockDB anymore? [05:03:48] nfi [05:03:50] :) [05:04:30] I can still see maybe two cases where it could potentially be useful [05:06:47] I guess if you had people who should be able to lock the wiki but not access config files [05:42:41] how sane is it to have the $wgPrefix_image table in $wgSharedDB ? [05:43:00] people still use $wgSharedDB? [05:43:52] heh. last time i looked for help - via google - i saw list posts suggesting people should use that instead of CentralAuth, so yeh. [05:45:38] werdnum: its used for shared user tables [05:46:54] is it going to break anything if i do that? i mean, i run 3 wikis, and they're on the same network, and i've already set up shared files for them.... [05:47:18] MrZ-man: I know what it's used for. [05:48:44] or is there a better way? my goal here is to have the files and file descriptions shared across those wikis. [05:50:05] *werdnum dunnos, has a look around. [05:50:24] i could run that rebuildImages.php script, but that always leaves the descriptions with "127.0.0.1 localhost" as having "uploaded" the file [05:50:37] You could use an FSRepo, maybe? [05:51:13] that's what i thought i did, TBH, but it still won't do anything like the manual describes. [05:51:54] ah no, just "ForeignFileRepos [05:51:56] " [05:52:27] $wgLocalFileRepos = array( 'class' => 'FSRepo', 'url' => '/some/url', 'directory' => '/some/directory' ); [05:52:32] that should do it. [05:52:49] 'k. thank you :) [05:53:11] maybe :) [05:53:25] i'll implement it, then let you know [06:01:00] 14(INVALID) Can't query for property with punctuation (a period) in name - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16622 +comment (10info) [06:04:57] domas! <3 [06:05:32] hi everyone! [06:07:42] i keep hitting php mem limit... *sigh* [06:08:33] Does anyone know why my thumbnail are not being displayed.. got this message: Error creating thumbnail: sh: /usr/bin/convert: No such file or directory [06:08:52] Because you don't have imagemagick installed. [06:09:10] hi [06:09:12] thanks! wednum [06:12:01] werdnum: dum question, but should I install it on the wiki or on my computer? [06:13:00] on the wiki. [06:13:54] on the computer of your wiki [06:13:55] ;-) [06:15:38] hi, few users have posted garbage into my website. I've have banned the IP address. Is there a way to delete all the modifications they made? [06:22:18] !spam [06:22:18] --mwbot-- For information about combating and handling spam in MediaWiki, see and . [06:24:25] thanks [06:26:10] werdnum: well, i commented out the foreignfilerepos bit, and left the localfilerepos, and not only did it not "exhaust memory" (i have it set to 64M), but it actually fetched the description and image. [06:27:11] domas: do you know if I should simply upload the Imagemagick to the extension file like I would do for a regular extension? [06:29:32] werdnum: thank very much [06:29:37] erm, thank you* [06:30:01] Mathieu1: which OS? [06:32:24] domas: windows :( [06:33:37] domas: seems like this imagemagick needs a bit more attention to set it up than a regular easy-to-install extension, right? [06:33:43] right [06:33:48] or not right [06:33:54] depends on aptitude [06:36:26] domas: when you asked about the OS, was it for the server or my computer? [06:36:47] the server runs on Linux [06:36:48] server [06:36:53] which distro? [06:37:08] werdnum: you have no idea how long i've wanted to do this [06:38:13] don't know what a distro is. :( I know about the bistro, though. [06:39:41] domas: I'm uploading the files that I downloaded from imagemagick.org to my /w/extension file... [06:40:11] I keep mixing up files and folders! sorry about that [06:41:00] which flavour of linux [06:42:25] does it say in my C panel? [06:42:44] you have to install 'imagemagick' package into your OS [06:42:46] server OS [06:42:48] linux that is :) [06:44:29] domas: so am I right to first upload the package into my extension folder? [06:44:59] God.. I feel like I'm back to kindergarden [06:45:29] I'm willing to give it a shot for an hour or two though [06:48:40] Mathieu1: no, you just install it. [06:48:54] What distribution are you running? [06:51:22] hrm, how would one go about merging 2 accounts? one's my old one i started on wikipedia.en, and the new one that's global. merging them into the new one. would be one less account for everyone to watch ;) :P. [06:54:31] werdnum: Red Hat, Fedora Core, Apache 2 [06:55:39] http://www.imagemagick.org/script/binary-releases.php [06:56:55] thank you! I was on the website and couldn't find this [06:58:24] Mathieu1: 'yum install imagemagick' ? [06:59:42] domas: not really, but I have to [07:12:27] MZMcBride: you there, test my abuse filter. [07:12:58] You finished Configure? :P [07:13:06] no, I'm waiting for it to go live. [07:13:18] it could conceivably go live in the next month or two :P [07:17:14] mmm, that is interesting if you read 'live' as a verb instead of adjective there [07:17:56] *Splarka might be too sleep-deprived to not find it funny [07:18:13] Is installing Imagemagick from source easier than to actually downloading it to my pc? God I'm struggling tonight [07:23:22] Mathieu1: did you try domas's suggestion? [07:25:30] Vyznev: can't figure out what that means to yum install imagemagick :( [07:25:51] Mathieu1: it's a shell command [07:26:20] ho! [07:27:53] Vyznev: do you know where I should enter the command? [07:28:50] at a terminal, like xterm... [07:29:05] or via ssh [07:31:03] you should run it on the server you want to install ImageMagick to [07:31:13] probably you need to be root [07:31:16] or use sudo [07:32:40] alright.. I'm in the shell command black box.. I'll try [07:33:21] should I include the ' ' on both sides? [07:33:24] no [07:33:52] i hope the thing doesn't explode... let's see [07:49:38] can't log in, my root password is no longer working :( oh well... almost midnight on a Friday night, focusing in front of a shell command screen! what the hell happens to me... [07:49:42] good night all [07:54:27] Heh. [08:13:16] how does one link to a user page? [08:13:23] [[User:mynick]] isn't working [08:13:50] that is how you link. what doesn't work? [08:14:04] hm [08:14:12] 03(mod) Set $wgRestrictDisplayTitle to False on Chinese Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16427 (10skjackey.tse) [08:14:18] I get this: User:Antitab [08:14:22] on the page [08:14:27] when I do [[User:Antitab]] [08:14:37] as a link with red text? [08:14:38] oh [08:14:40] no [08:14:43] it's just regular text [08:14:47] no link [08:14:58] is it bold? [08:15:13] yeah [08:15:15] if you write a link on a page to itself, it'll appears as bold text instead of a link [08:15:21] oh, durr [08:19:31] yksinaisyyteni: did you figure out what was wrong with the native parsery thing? :) [08:19:37] no [08:21:03] bah... whoever came up with the idea that checking for a non-zero page_id is a good way to determine if a page exists? :( [08:21:13] I mean, sure, it makes sense [08:21:19] unless it's a special page [08:21:26] or a Commons image [08:21:38] or a system message with a default value [08:22:03] or... well, that's probably it [08:22:21] for now, until someone comes up with another funny page type [08:23:17] *Vyznev is thinking about rewriting LinkCache to handle links to shared files too [08:24:07] the only problem is, the current interface returns an article ID for any found page [08:24:29] heh, do like the namespaces does [08:24:39] and there are a bazillion bits of code who use it, and who knows what they all do with those IDs [08:24:53] -3 for special page, -2 for shared image, -1 for default system mmessage [08:25:05] *Splarka hides [08:25:24] yeah, I thought about that [08:26:22] but I'm worried I'll never be able to fix every bit of code that assumes the return value is a valid key to the page table [08:26:44] can anyone tell me why that text is there around my pic? http://wiki.command-q.org/index.php?title=User:Antitab [08:27:34] antitab: yeah, the template only wants an image name [08:28:14] it's producing output that says [[Image:[[Image:Tab.jpg|200px]]|225px]] [08:29:20] ah [08:30:11] er, if I change it to |image= [[Tab.jpg|200px]] [08:30:14] I get no image at all [08:30:43] antitab: make it just "|image = Tab.jpg" [08:30:47] k [08:31:16] oh tight [08:31:18] thanks [08:35:51] Vyznev: Looking for a trivial bug fix? :-) [08:36:01] I can tempt you with one that's been lying around since 2005... [08:37:12] It even has a fun bug ID. [08:37:20] MZMcBride: shoot [08:37:26] https://bugzilla.wikimedia.org/show_bug.cgi?id=1941 [08:37:34] It's a one-line change to a CSS file. [08:39:12] might be better if someone who actually has Safari could do, though [08:39:16] *it [08:40:46] Well, at least with the current version of Safari, adding the line works. [08:45:08] good thing safari doesn't change in 3 years...? [08:47:47] Yeah, most modern browsers explode if font-family is applied to their textareas. [08:49:13] MZMcBride: ok, here you go [08:49:31] 03vyznev * r44528 10/trunk/phase3/ (RELEASE-NOTES skins/common/shared.css): (bug 1941) Add textarea { font-family: monospace; } to shared.css for Safari [08:49:44] w00t. [08:49:47] Thanks. :-) [08:50:17] you'd think people who like safari for its differentness would like proportionalness and crap [08:51:17] "hello, I'm a Mac" "And I'm a PC, and I have proportional fonts in my textareas" "oh, cool, can I do that too?" "Um... sure, but ... isn't that part of your eliteness?" "Hey, I can look down on PC users while typing proportional text" "sure..." [08:51:37] er have/don't have [08:51:39] bah [08:51:46] Firefox has a proportional font for textareas. [08:51:53] MZM: it'd be better as a gadget [08:52:09] What we'd _really_ need is the ability to multiple fonts inside the textarea [08:52:10] Eh? [08:52:28] but since we don't, monospaced is the safe default [08:52:31] even if it's ugly [08:52:37] 'Eh?' = 'Oh, I understand what you mean completely' ? [08:52:45] *Splarka wonders what is ambiguous about gadgetry [08:52:48] The opposite. [08:52:54] Why would it ever need to be a gadget? [08:53:02] Opera uses proportional fonts as well. [08:53:11] Splarka: We could, and probably should, have a gadget to make it _proportional_ [08:53:13] https://bugzilla.wikimedia.org/show_bug.cgi?id=1941#c1 [08:53:38] *Splarka notes the first, and only comment, on the bug, that was conveniently ignored by ya both [08:53:47] Vyznev: *cough*... [08:53:53] Consistency, damn it. [08:53:58] sure [08:54:03] consistency like link underlines [08:54:16] which can be forced on, forced off.. or.. here is the thing... FUCKING BROWSER DEFAULT [08:54:24] wow, let users choose, how odd [08:54:31] If ol' what's his name wants a proportional font, he can set it in his CSS. [08:54:40] Or it can be a gadget. [08:54:52] you miss the point [08:54:56] But the argument is a rather crappy one. [08:55:03] if you want proportional fonts in your textareas, you can use such a browser [08:55:04] if not, not [08:55:09] Most editing is not actually just article text. [08:55:10] or set it in the browser, it isn't hard [08:55:15] Infoboxes, navboxes, etc. are all inside articles. [08:55:30] chances are, if you like proportional fonts on one website, you like it on other websites too [08:55:39] you shouldn't force it [08:55:43] 03(FIXED) CSS tweak for Safari - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1941 +comment (10nospam) [08:55:45] The user can still choose. [08:55:55] But MediaWiki will be more consistent cross-browser. [08:56:02] And that's a good thing, in my mind. [08:56:10] well, get rid of PNG logos then [08:56:15] if you want consistency, no alpha transparency [08:56:29] 03(mod) CSS tweak for Safari - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1941 (10nospam) [08:57:03] Splarka: Yes, that's what we should do. [08:57:06] Ban PNGs. [08:57:24] Because if you try to be consistent in one area... [08:57:25] well, that is your crazy logic.. forcing people to have monospaced textareas is like 1996 logic [08:57:41] rather than letting them choose through their browser, or userContent.css, or preferences [08:57:53] Splarka: I'm not sure that makes sense. [08:57:56] choose lazily that is, rather than having to override it at every mediawiki they visit from now on [08:58:00] They can still choose. Nobody is forcing anything, really. [08:58:24] In one case, there's an unclear choice between two options, and we're picking their default for them, instead of their browser doing so. [08:58:26] Just setting it to ensure that it looks relatively the same cross-browser. Which is our goal in most of the standard interface. [08:58:42] uh... that css doesn't just affect safari [08:58:49] In the other case, there's one small part of one large thing that doesn't work properly, so you throw the whole thing out the window. [08:58:51] it's going to fuck over every user who changed their font preferences [08:58:55] If people want to override the standard, they're free to, using userContent.css or preferences.. [08:59:02] just to fit the preferences of the guy who filed the bug? [08:59:24] yksinaisyyteni: Fuck over? [08:59:25] *Splarka nods [08:59:39] Depends on where you set it, I guess. But things like user skin subpages will take precedence, no? [08:59:57] okay, so you just create /monobook.css on every wiki you ever edit, that has 1.14.1+ [09:00:02] why would i set my browser preferences in mediawiki? [09:00:12] (poor anon viewers though, haha) [09:00:23] Don't browser preferences override site-specific preferences? [09:00:24] user CSS in browsers that support it will also take precedence [09:00:27] Isn't that like the entire point? [09:00:30] "I am anonymous and have no voice but I must scream" [09:00:34] default font choice may or may not [09:00:44] MZMcBride: no, because then every site you viewed in firefox would use times new roman as its font [09:01:02] *Splarka wonders how many users don't have monospace unicode, but do have proportional unicode [09:02:27] *MZMcBride shrugs. The bug was open for four years. [09:02:35] that doesn't make it more valid [09:03:00] I didn't say it did. But this seems like bikeshed nonsense again. [09:03:20] You could've resolved it WONTFIX or whatever, but nobody did... [09:03:24] oh, right. there's a time limit after which you can't object to a bug [09:04:08] of course you can object to it, and I'm not going to complain if you revert the change [09:04:30] hey, _I_ like all links to be underlined. I always go to prefs first thing and select 'always' underline. I even force it on column-one where they've forced it off, but I am not going to open a bug and claim it should be a default condition in shared.css, "for the sake of consistency" [09:04:37] but there is some value in actually doing something about it rather than just letting it sit for another four years [09:04:55] Indeed. [09:04:57] yes. but that thing that should have been done was closing it as wontfix ;) [09:05:04] :P [09:05:17] *MZMcBride sleeps. [09:05:25] *Vyznev couldn't personally care less, his textareas are monospaced anyway :) [09:05:47] And I shall dream of a world in which all textareas use a monospace font. [09:05:58] good for you [09:06:26] if we had proper rich text editing, none of this arguing would be necessary [09:07:06] god damn it'd be good to have syntax hilighting in raw wikicode while editing [09:08:02] anybody here run a wordpress blog [09:08:52] Splarka: someone needs to port the parser to JavaScript first :) [09:09:44] Vyznev: *sigh*, impossible! [09:09:46] it might not actually be too hard: most of it is just regexps upon regexps, and JS has those [09:10:00] they even use the same regexp library (PCRE) [09:10:03] especially in regex [09:10:14] about all you could do is duplicate the preprocessor [09:10:20] and after that, ajax call almost everything [09:10:26] from [[Foo]] to a huge-ass template [09:16:53] is there a free wysiwyg html editor that doesn't suck? [09:17:55] that's like asking for a vacuum that doesn't suck [09:20:47] *p858snake wonders what the tooltips in bug #16481 have been replaced with [09:21:20] *Splarka tries to resist saying "folger's crystals" [10:13:05] <_wooz> lo [11:34:11] 03(mod) Update to cite.php refs: ids fixed, footnotes, globbed links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16294 +comment (10ncw33) [12:19:25] http://cowbird.110mb.com/43.html [12:27:45] 03(NEW) Rion-Antirion Bridge in Hebrew language - the official bridge site link, at the end of the page, in English, is not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16625 minor; normal; Wikimedia: Interwiki links; (91ilan) [12:30:13] 03(NEW) Delete API request does not handle correctly empty "reason " param. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16626 15enhancement; normal; MediaWiki: API; (emmanuel) [12:30:27] Who's in the mood for abuse filter testing? [12:34:51] 03(NEW) Add CSS-class for revreview-patrol - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16627 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (umherirrender_de.wp) [13:13:15] 03(NEW) Version mismatch between Javascript and PHP code for the Collection extension on fr .wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16628 normal; normal; Wikimedia: General/Unknown; (guillom.pom) [13:29:39] 03(mod) Set $wgRestrictDisplayTitle to False on Chinese Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16427 +comment (10xu.jimmy.wrk) [13:59:55] 03(NEW) API protection query returning wrong result - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16629 minor; normal; MediaWiki: API; (public) [14:15:24] hey again AaronSchulz [14:15:28] when do you sleep again? [14:19:52] !man AuthPlugin | _Brun0_ [14:19:52] --mwbot-- _Brun0_: http://www.mediawiki.org/wiki/Manual:AuthPlugin [14:19:58] !authplugin | _Brun0_ [14:19:58] --mwbot-- _Brun0_: http://www.mediawiki.org/wiki/AuthPlugin [14:20:03] the second. [14:20:14] <_Brun0_> werdnum, thankyou! [14:24:47] Whats the url for the wikia svn? [14:26:21] Prom_cat: http://irc.freenode.net/wikia [14:26:30] haha [14:26:35] fine [15:02:57] hello is rthere any Admin control panel or something in mediawiki? [15:08:07] fastPutty: some administrative actions can be carried out from Special:SpecialPages. [15:08:10] fastPutty: all admin functions are in special:specialpages, they are bolded. there is no panel [15:09:16] Hey can anyoner figure out why http://www.mediawiki.org/wiki/Extension:PicLens is being a dud [15:09:41] you can download it here >>> http://www.nozicaa.com/en/page.content/Downloads [15:11:52] ok thx [15:17:18] Prom_cat: I don't trust anything not from SVN or sourceforge :) [15:18:06] Its ok, it aint a virus ;) I'm just getting a blasted fatal php error..... [15:52:18] 03(mod) Implement a validation check for ISBN links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2391 (10matthew.flaschen) [16:39:52] *Charitwo eats CIA-8 [16:39:58] *CIA-8 tastes crunchy [16:40:36] :/ [16:42:53] andrew@werdna:/var/wiki$ time find mediawiki -name '*.php' | xargs cat | wc -l [16:42:56] 591022 [16:42:59] That's.. quite a lot of code. [16:49:16] 03ashley * r44533 10/trunk/extensions/SocialProfile/ (UserProfile/UserProfile.css UserStats/EditCount.php): [16:49:17] changes from wikia's svn: [16:49:17] *r4242 - Make section titles for social profiles more friendly towards darker themes [16:49:17] *r4254 - change hook to prevent executing on null edits [16:49:18] 03aaron * r44534 10/trunk/phase3/includes/filerepo/LocalFile.php: Tweak timestamp handling to allow no lower limit [16:49:37] 03rotem * r44532 10/trunk/phase3/languages/messages/ (MessagesEn.php MessagesHe.php): Localization update for he, and whitespace fixes. [16:54:20] got a problem with a query. it doesn't find values including an apostrophe. I maybe need to convert pragraphs in a value to 2 paragraphs. How can I do that in this extension code? http://rafb.net/p/rjkOnA75.html [16:57:14] 03(mod) fails after Special:Prefixindex - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15819 (10matthew.britton) [16:58:36] *is back* [17:44:39] Hello... [17:44:55] somebody here? [17:45:38] *Wuzur just wanted to say sure [17:47:59] !ask | Gundelfinger [17:47:59] --mwbot-- Gundelfinger: 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. [17:48:08] ... [17:58:30] <_Brun0_> hi.. i'm integrating mediawiki installed in my server to my cms. The thing is, i don't want users to login using the wiki form. Users should just authenticate using the CMS. So in the mediawiki AuthPlugin.php, i want that users that are not authenticated should be redirected to my CMS login form. Wiki should only know if the user is authenticated by the the $_SESSION. how can I do that? [18:07:38] <_Brun0_> i'm extending this class: http://pastebin.com/mf2f3551. One question: in AuthPlugin->authenticate(). Is that function called everytime a page is requested? From where wikimedia takes the parameters to call it? Probably from session? [18:08:23] hi! [18:12:20] _Brun0_: AuthPlugin::authenticate() is only called when you submit a form from Special:Userlogin [18:12:51] <_Brun0_> ialex, thanks alot! So i guess i'll have to use http://www.mediawiki.org/wiki/Manual:Hooks/UserLoadFromSession? Just found that. [18:13:11] exactly :) [18:13:55] _Brun0_: you may also consider returning true in AuthPlugin::strict() [18:15:09] <_Brun0_> ialex, but how can I tell wikimedia at every oage request that the user is logged or not? [18:15:19] <_Brun0_> page* [18:16:00] _Brun0_: that hook is called in each request [18:16:44] <_Brun0_> should it be enough? or AuthPlugin also needed? [18:17:17] it's enough iirc [18:18:24] <_Brun0_> ialex, thank you for your attention. [18:37:32] 03(NEW) search sarkozy/ merkel - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16630 normal; normal; MediaWiki: Search; (eleanorfranks) [18:38:13] is there a limit in the lenght of page names in mediawiki? [18:38:54] yes there is [18:39:10] how many chars? [18:39:20] http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_(technical_restrictions) [18:39:55] specifically http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_(technical_restrictions)#Title_length [18:40:17] 256 bytes [18:40:35] so, 256 ascii characters, 128 16-bit unicode, etc [18:42:11] trying to find where in "input new page name" form in wikidot is the limit defined [18:42:26] 14(INVALID) search sarkozy/ merkel - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16630 +comment (10matthew.britton) [18:42:36] the page name can be long, but the input form doesn't allow more than 59 characters [18:45:49] does the as a maxlength="59" ? [18:46:09] didn't find any maxlenght [18:47:01] does anyone know what goes between 'yum xxxx imagemagick'? can't rememberr? [18:48:37] hey everybody can someone plz help me ? [18:49:14] 03(NEW) I don't know what happens there. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16631 normal; normal; MediaWiki: Page rendering; (eleanorfranks) [18:49:38] im developing an extension is there any way to get the session from mediawiki and load values to it and from it [18:49:45] if so plz tell me [18:49:47] thx [18:50:39] should I insert maxlenght in wikidot's stylesheet then? [18:51:16] 03(mod) Delete API request does not handle correctly empty "reason" param. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16626 (10herd) [18:53:59] where in the code does it compute whether or not a page is a "good page"? [18:54:58] /maintenance/updateArticleCount.inc.php IIRC [18:56:58] Splarka: thanks :) [18:57:43] mhmmm, some might be in /includes/specials/SpecialPopularpages.php [18:57:44] hmm... that appears to be total articles [18:57:50] "WHERE page_is_redirect=0 AND page_namespace"; [18:57:51] rather than the "good" stat [18:57:58] then checks $wgContentNamespaces [18:58:07] IIRC, "good" means some other things also, like number of commas and links [18:58:09] well [18:58:15] * Count the number of valid content pages in the wiki [18:58:22] 'valid content' is 'good' [18:58:28] really? [18:58:29] so it is counting it there, just maybe not doing the check there [18:58:33] ah [18:59:05] basically it has to be a non-redirect, contain a linkl and be in $wgContentNamespaces [18:59:23] hmmm [18:59:23] hm [18:59:29] I need to tweak that [18:59:45] because most of my pages don't explicitly have links... the links are built from header and footer templates [18:59:50] return "SELECT DISTINCT page_namespace,page_title FROM $page,$pagelinks " . [18:59:50] "WHERE pl_from=page_id and page_namespace IN ( $nsset ) " . [18:59:50] "AND page_is_redirect = 0 AND page_len > 0"; [18:59:55] 03(mod) Delete API request does not handle correctly empty "reason" param. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16626 15enhancement->major; +comment (10matthew.britton) [19:00:04] hmm Splarka: where is that? [19:00:19] in updateArticleCount.inc.php [19:02:06] kelvin_0: maxlength isn't a css property as far as I know (unless it is CSS3 or higher), it needs to be in the html element as an attribute [19:02:46] Hi! [19:03:01] does anyone know about imagemagick? [19:03:24] i know some things about it [19:03:42] how do I change what is displayed in the bottom bar? [19:04:01] cirwin: in the footer? [19:04:03] I can change the text of the individual links, but I'd like to add another [19:04:04] yeah [19:04:39] cirwin: http://www.mediawiki.org/wiki/Footer [19:04:51] oh [19:04:58] I was hoping there'd be a message [19:05:26] thanks [19:05:28] Sean_Colombo: someone told me yesterday about a command line like: "yum ... imagemagick" [19:05:29] many people wish for that, maybe there should be eventually (like Sidebar) [19:05:36] Sean_Colombo: does that sound familiar? [19:05:44] Mathieu1: see topic, channel is logged if you need the scrollback [19:06:54] Mathieu1: yeah, are you just trying to install it on a unix system? [19:07:06] Sean_Colombo: yep [19:07:34] type "yum list | grep imagemagick" [19:07:36] I'm not the brightest person when it comes to black screens and green letters [19:07:49] and it should list some imagemagick versions [19:08:52] no go [19:09:13] the input maxlength insn't defined in the css code, but in the javascript code [19:09:25] indeed, there's gallery2-imagemagick.noarch 2.2.1-3.fc7 updates-released [19:09:41] Sean_Colombo: does that mean that it's already installed on my server? [19:09:57] Mathieu1: not sure. [19:10:13] Mathieu1: one way to find out is to type "yum install gallery2-imagemagick.noarch" [19:10:13] Splarka: any idea? [19:10:30] lol, splarka already told you to bugger off :) [19:10:37] :) [19:10:40] cuz it's kinda the wrong channel [19:11:02] does anyone know what goes between 'yum xxxx imagemagick'? can't rememberr? [19:11:15] I was just pointing out this chan has logs of when it was suggested [19:11:17] what channel are we in? [19:11:18] a day or two ago [19:11:21] oh w0rd [19:11:21] i see [19:11:29] nevermind Mathieu1 [19:11:35] I don't know nuffin about imagemagick [19:11:40] no problem [19:12:26] Sean_Colombo: I remember that the command he told me yesterday was "yum install imagemagick" [19:12:30] yeh [19:13:02] that'd be a good starter... I think it'd probably list the imagemagick packages (like that yum list |grep thing I gave you) [19:13:04] not sure though [19:13:05] Sean_Colombo: i just tried and it says no package imagemagick available. that's pretty clear [19:13:11] ah [19:13:15] did you try.. [19:13:20] yum install gallery2-imagemagick.noarch [19:13:32] hm [19:13:33] actually [19:13:35] that's not gonna help [19:13:50] I just remembered, Gallery2 is a php image-gallery package [19:13:55] it probably just _uses_ imagemagick [19:14:26] oh! that got him to talk a lot [19:14:46] lol [19:14:48] Sean_Colombo: Repository base is listed more than once in the configuration [19:15:06] Usage: yum [options] < grouplist, localinstall, groupinfo, localupdate, resolvedep, erase, deplist, groupremove, makecache, upgrade, provides, shell, install, whatprovides, groupinstall, update, repolist, groupupdate, info, search, check-update, list, remove, clean, grouperase > [19:15:32] and a list of several options [19:16:43] :-/ not sure what that means [19:17:39] this is strange [19:17:50] Sean_Colombo: do you know how I can make sure it's installed? that would help to start on the right foot [19:17:53] updateArticleCount.inc.php does a massive query, then counts the resulting rows... [19:18:11] it would be a lot faster and less memory intensive if it just did a COUNT() on the query, woudln't it? [19:18:16] hmm [19:18:28] there is probably more code that increments and decrements on every edit [19:18:42] Mathieu1: type "convert" [19:18:47] depending on if a page changes state, that is it was or will be a 'good' article before/after the edit [19:19:23] Sean_Colombo: says -bash: convert: command not found [19:19:34] Mathieu1: then it's not installed [19:19:51] Splarka: I'm confused... why would that make a COUNT() different than counting the rows ofthe reuslt? [19:20:17] Splarka: Right now the query is: SELECT DISTINCT page_namespace,page_title FROM wiki_page,wiki_pagelinks WHERE pl_from=page_id and page_namespace IN ( 0 ) AND page_is_redirect = 0 AND page_len > 0; [19:20:26] Splarka: then all we do is count the rows as far as I can tell [19:20:31] but if we did "SELECT COUNT(DISTINCT page_namespace,page_title) FROM wiki_page,wiki_pagelinks WHERE pl_from=page_id and page_namespace IN ( 0 ) AND page_is_redirect = 0 AND page_len > 0;" [19:20:42] that would be much faster and use less RAM (I tried both) [19:20:43] all greek to me [19:20:48] I just know what it does, not how [19:20:52] hmm [19:21:21] Sean_Colombo: there might be some shortcuts on your keyboard, no way you can type that fast, right? [19:21:26] Sean_Colombo: obviously it isn't perfect except in theory [19:21:37] Mathieu1: I was pasting the queries and just modifying [19:21:41] those geeks! [19:21:58] :) [19:22:02] it is an unsigned integer, I've seen wikis with 18 quintillion good articles [19:22:11] lol [19:22:19] Splarka: I'm pretty confident that query should be changed... who would be best to contact about that? [19:22:22] how many 0 for quintillion? [19:22:43] 15? [19:22:44] 18 [19:22:54] 2^64 [19:23:03] http://www.jimloy.com/math/billion.htm [19:23:15] well, actually, just one zero I think [19:23:25] hmm.. i would assume that quin sounds like the latin number for 15 [19:23:43] nevermind [19:23:46] Mathieu1: I think it means "5" so, 5* trillion [19:23:59] 18446744073709551616 oops, two [19:24:08] Splarka: what wiki is that? [19:24:15] that's a lot [19:24:22] it was mediawiki 1.7, a wikia wiki [19:24:25] the problem was fixed [19:24:30] lol [19:24:35] my point is, sometimes the count isn't perfectly synched with reality [19:24:38] yeh [19:25:01] Splarka: who should I talk to about changing the query though... it will give the same results when fixed, but just be a ton faster [19:25:19] Sean_Colombo: getting back to imagemagick, should I install from source or download it? what would you recommand? [19:25:36] Sean_Colombo: bugzilla or tim prolly [19:25:37] Mathieu1: lemme look at my setup scripts... [19:25:40] http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/maintenance/updateArticleCount.inc.php?view=annotate [19:25:53] yfi. http://www.imagemagick.org/script/binary-releases.php [19:25:55] 03(mod) I don't know what happens there. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16631 (10eleanorfranks) [19:26:07] wow, that's cool Splarka [19:26:08] thanks [19:26:42] I once made a program to expand the english (US stytle) name of long digit numbers [19:26:56] Mathieu1: I think maybe you just don't have the right repositories set up for Yum [19:27:11] Splarka: that sounds fun :) [19:27:22] Mathieu1: because the command I use is "yum install ImageMagick.i386 -y" [19:27:24] it was accurate up to 27,000 digits [19:27:31] lolz, nice [19:27:48] Mathieu1: are you using CentOS or RedHat or what? [19:27:51] which is as far as I could find names for [19:27:58] Sean_Colombo: RedHat [19:28:25] hmm [19:28:49] Mathieu1: the repo files (which tell yum where to find the packages for your system) are in /etc/yum.repos.d/ probably [19:28:56] but I wouldn't konw what would be best for RedHat there [19:29:11] aww :( [19:29:46] well [19:29:49] this might be worth a try [19:30:01] CentOS and RedHat are VERY similar (ie: CentOS is RedHat without the logos) [19:30:15] what files are in your /yum.repos.d/ directoryt? [19:31:19] let me see [19:31:20] Sean_Colombo: https://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=article+count [19:31:43] if you research the political history of the code whoever you bug will be more receptive, generally [19:31:56] :) good idea [19:32:22] iam setting up a wiki and wanted to put a search on the based on keywords from my articles is tht possible through google extensions? [19:33:33] Sean_Colombo: can't find the /yum.repos.d [19:34:23] Mathieu1: it's not in /etc? [19:34:39] Mathieu1: type "locate .repo" [19:35:58] -bash: locate.repo: command not found [19:36:16] Mathieu1: make sure there is a space between locate and .repo [19:36:26] locate .repo [19:36:35] oops, wrong window [19:36:39] help: iam setting up a wiki and wanted to put a search on the based on keywords from my articles is tht possible through google extensions? [19:36:55] locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory [19:37:06] Mathieu1: type "updatedb" [19:37:52] Sean_Colombo: doesn't do anything [19:37:58] that's scary [19:38:00] djds4rce: the built in search already does it based on keywords (just not very well)... but you can use Google Site Search to have Google Search your whole site. That's what I do on http://lyricwiki.org [19:38:06] Mathieu1: you mean it's just sitting there? [19:38:14] yep [19:38:15] Mathieu1: it's probably just busy... lots to do [19:38:25] Mathieu1: it'll take a few minutes [19:39:45] nope.. just came back like waiting for something else to be typed in [19:39:54] oh [19:39:58] are you root? [19:40:02] yea [19:40:12] try locate .repo again [19:40:17] maybe it worked? :-/ [19:40:27] i gave in a few searched for wikipedia itlsef [19:40:45] /etc/yum.repos.d [19:40:53] booyah [19:40:54] go in there [19:40:59] and do "ls" [19:41:04] but still can't find this /etc [19:41:25] but din seam good all where suggesting it searchs only for the topic header [19:41:30] just type "cd /etc/yum.repos.d" [19:41:31] 03(mod) please add info if accounts are not sul accounts to cu results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16445 (10spacebirdy) [19:42:38] :how do i set tht up??? [19:44:02] Sean_Colombo: -bash: /cd/etc.yum.repos.d: No such file or directory [19:45:48] lol [19:45:55] Mathieu1: you need a space in there [19:46:09] between "cd" and "/etc/yum.repos.d" [19:46:26] you can copy/paste this: [19:46:26] cd /etc/yum.repos.d [19:47:47] it worked. [19:48:22] there's [root@ip-my IP and yum.repos.d]# [19:48:26] 14(DUP) Global transclusion/userpage - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16575 +comment (10innocentkiller) [19:48:28] 03(mod) Enable template inclusion from Commons (transclusion => interwiki templates, etc.) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4547 +comment (10innocentkiller) [19:52:42] 03(NEW) updateArticleCount.inc. php can be made significantly more efficient - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16632 normal; normal; MediaWiki: Maintenance scripts; (sean) [19:53:01] w0rd [19:55:24] Sean_Colombo: w0rd? [19:55:26] > got a problem with a query. it doesn't find values including an apostrophe. I maybe need to convert pragraphs in a value to 2 paragraphs. How can I do that in this extension code? http://rafb.net/p/rjkOnA75.html [19:58:45] Sean_Colombo: out for lunch? [19:59:15] Mathieu1: lol, naww. w0rd doesn't mean much of anything [19:59:37] I was just relishing in the fact that the bug-report was done (previous line to my comment) [20:02:12] can anyone tell me how to access user information (like username) from a skin? or send me a link about the data available in a skin? happy to do my own research but can't find what i need. [20:03:02] dionak: write "GLOBAL $wgUser" somewhere, then you have access to the user info [20:04:24] thanks! [20:04:28] np [20:04:50] Sean_Colombo: got to run out the door... will certainly be back later in the evening to bug you guys about this imagemagick installation :) [20:04:58] lol, k [20:05:01] thanks so much! [20:05:06] np [20:09:08] what's the best way to get introduced to developing for mediawiki? [20:09:40] 03(mod) I don't know what happens there. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16631 (10matthew.britton) [20:09:48] submit patches to open mediazilla bugs [20:09:53] 14(WFM) GET request with &action=submit not rejected as error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1040 +comment (10innocentkiller) [20:10:01] bugzilla.wikimedia.org [20:10:03] <^demon> Splarka: And hope someone takes notice :) [20:10:19] 03(mod) Pages briefly show multilingual text while loading - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16631 summary (10matthew.britton) [20:10:24] well, and hope it doesn't turn into a 2000 line patch against half the core files, for an extension style fix [20:11:04] <|X|> dionak, you may also want to read http://mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [20:11:07] <^demon> Which has happened. Someone didn't ignore whitespace changes, and their patch involved most of core :) [20:11:13] <^demon> Needless to say, it didn't get reviewed. [20:11:57] yes [20:12:25] learning proper whitespace formatting is more important than working code [20:12:28] at least from the track record ^_^ [20:12:51] didn't someone also propose rewriting most of ImageMap for a minor IE fix? [20:13:13] as well as keeping consistency with existing formatting, like () {} indenture and position in relation to function names, and especially things like omitting ?>, but comments with swear words are okay [20:13:19] thanks |X| [20:13:44] MrZ-man: that one [20:14:03] <^demon> MrZ-man: At least InputBox was finally rewritten ;-) [20:14:05] <|X|> ^demon, do you have a link to that bug by any chance? :) [20:14:11] *Splarka finds the number; https://bugzilla.wikimedia.org/show_bug.cgi?id=9126 [20:14:38] ^demon: yes, and how moany bugs have been fixed in the rewriten version... [20:14:43] 16 patches [20:15:17] > Also, with those changes removed, your patch is still over 1500 lines, for a [20:15:17] minor IE bug. Whatever you're doing, it's almost certainly *way* overthinking [20:15:17] the problem. You've added three new files and rewritten the existing ones more [20:15:17] or less from scratch. [20:15:25] arr, damn bugzilla auto wrapping [20:16:22] dionak: see that bug for how not to become a developer [20:17:04] 3 new files, lol [20:18:04] and it inserted english translations into the i18n of other languages [20:18:37] probably out-of-date, but there's also http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [20:19:35] <^demon> Splarka: There was also one where Aryeh made a comment specifically about cutting off whitespace changes, as it made a patch impossible to read. [20:19:35] MrZ-man, X posted that before :P [20:19:51] haha, ok...looking [20:19:54] I don't read scrollback :P [20:20:05] mmm, whitespace diffs [20:21:36] <^demon> Bug summary of the day: "I don't know what happens there." [20:32:48] *^demon sips on his drink, continues to look at bugs [20:38:15] *Reedy pokes wikibugs [20:40:15] ialex: is message serializing actually faster? [20:40:20] *AaronSchulz tried it a few days ago [20:40:42] AaronSchulz: absolutely no idea ;) [20:40:52] didn't seem better than cache [20:43:19] only plus is perhaps avoiding cache rotation on a blue moon [20:45:43] 03(mod) Update to cite.php refs: ids fixed, footnotes, globbed links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16294 (10b-jorsch) [20:45:45] 03(mod) Write API issues (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16633 (10maxsem.wiki) [20:45:45] 03(mod) API protection query returning wrong result - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16629 (10maxsem.wiki) [20:47:30] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2007 (10maxsem.wiki) [20:47:31] 03(mod) API protection query returning wrong result - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16629 (10maxsem.wiki) [20:47:31] 03(mod) Delete API request does not handle correctly empty "reason" param. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16626 (10maxsem.wiki) [20:47:31] 03(mod) action=upload should be added to the API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15227 (10maxsem.wiki) [20:47:32] 03(NEW) Write API issues (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16633 normal; normal; MediaWiki: API; (maxsem.wiki) [20:47:35] 03(mod) write an API module that interfaces with Checkuser - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15129 (10maxsem.wiki) [20:47:49] :o [20:48:00] bot lag [20:48:09] *OuKB hides [20:50:09] 03(mod) Write API issues (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16633 (10matthew.britton) [20:50:09] 03(mod) FlaggedRevisions extension: API "sighting" of revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16278 (10matthew.britton) [20:52:09] hmm, some interwiki parsertests are failing now [20:52:11] 5 previously passing test(s) now FAILING! :( [20:52:38] uh oh [20:53:06] [Introduced between 13-Dec-2008 01:53:50, 1.14alpha (r44518) and 13-Dec-2008 20:36:28, 1.14alpha (r44540)] [20:54:45] probably either r44520 or r44524 [20:55:55] reverting r44524 on my local copy to see what happens [20:56:06] 04(REOPENED) Add "diff to last sighted version" to recent changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16489 +comment (10danny.leinad) [20:57:03] MrZ-man: "5 previously failing test(s) now PASSING! :)" [20:57:58] 03(NEW) Special page hooks stop working for Recentchanges page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16634 04CRIT; normal; MediaWiki: Special pages; (aik) [21:00:01] ^ and we removed that hooks... [21:00:15] 03(FIXED) Add "diff to last sighted version" to recent changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16489 +comment (10JSchulz_4587) [21:00:41] bugwheel [21:02:07] weee [21:02:16] looks like its dropping the interwiki class names somewhere [21:03:02] MrZ-man: posted a comment on r44524 [21:04:58] <^demon> Damn wikibugs spamming my phone :) [21:05:25] o_O [21:06:57] MrZ-man: damn, CodeReview doesn't have mid-air collisions :) [21:07:31] 03mrzman * r44541 10/trunk/phase3/ (RELEASE-NOTES includes/api/ApiDelete.php): * (bug 16626) action=delete now correctly handles empty "reason" param [21:07:36] 03(mod) Special page hooks stop working for Recentchanges page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16634 +comment (10JSchulz_4587) [21:08:05] MrZ-man: oopsie, let me take a look at it [21:08:18] 03(FIXED) Delete API request does not handle correctly empty "reason" param. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16626 +comment (10mrzmanwiki) [21:10:27] ok, I think I have a fix, let me test it [21:13:14] 14(INVALID) Special page hooks stop working for Recentchanges page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16634 +comment (10innocentkiller) [21:15:03] 03vyznev * r44542 10/trunk/phase3/includes/parser/Parser.php: Fix interwiki link regression from r44524. [21:17:27] Vyznev: seems to be fixed [21:22:03] 03vyznev * r44543 10/trunk/phase3/includes/parser/Parser.php: (Actually, we can simplify that a bit more.) [21:22:27] 03(NEW) Add a TOC to Special:Watchlist/edit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16635 15enhancement; normal; MediaWiki: Special pages; (umherirrender_de.wp) [21:28:47] 14(WFM) Hook: TitleMoveComplete, Wrong Page ID present - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13204 +comment (10JSchulz_4587) [21:30:24] vyznev: is someone reviewing his own code? :D [21:34:24] 03demon * r44544 10/trunk/phase3/ (RELEASE-NOTES config/index.php): [21:34:24] GFDL 1.3 is out, need to update the installer appropriately. [21:34:24] * GFDL 1.2 now links to 1.2, instead of 1.3 [21:34:24] * 1.3 has been added as an option, 1.2 still Wikipedia-compatible [21:34:24] * The rights codes were tweaked a bit (see RELEASE-NOTES) [21:36:41] 03demon * r44545 10/trunk/phase3/RELEASE-NOTES: Add a bit in RELEASE-NOTES about what prompted me to play with the installer: bug 16293, change the PD URL to point at Creative Commons. [21:37:01] 03(FIXED) Change public domain URL to something other than Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16293 +comment (10innocentkiller) [21:42:36] 03(mod) Automatic category redirects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3311 (10Sebastian) [21:44:39] AaronSchulz: what, r44524? it was broken (never mind it wasn't marked "fixme"), now it's resolved. seems pretty clear to me. someone still needs to review the fix (r44542), but that's a different revision. [21:46:09] btw, is there some documentation for the status codes somewhere? most of them seem pretty obvious, but what the heck does "deferred" actually mean? [21:49:30] deferred is for extensions not used by Wikimedia [21:55:57] should wikilink to [[Uncyclopedia:Nobody cares]] [21:56:30] hey all [21:56:38] some expert on IE6 CSS bugs online? [21:56:48] quirksmode? [21:57:06] real IE6 [21:57:10] IE6 CSS bugs? [21:57:23] *MrZ-man pushes Splarka in front of the bus and runs [21:57:30] HardDisk_WP: http://www.quirksmode.org/ [21:57:30] http://www.mtg.musin.de/ => on IE6, the sidebar elements move to the left...and the title bar of the news is triple the maximum height [21:58:09] MrZ-man: I don't use such a new IE [21:58:19] bus {display:none;} [21:58:56] cirwin, I actually have no idea what my browser is running in^^ [21:59:17] yeah, but that website has lots of useful CSS information [21:59:32] you could always upgrade to IE7... or Firefox [21:59:56] MrZ-man, Our school can not, and this is the problem [22:00:24] school govt told us the homepage MUST be IE6 compat at all costs :X [22:00:46] and now we spent over 30hrs just to fuck out the worst bugs of this shitty browser [22:01:15] anyone who has an idea about the navigation bar issue? [22:01:34] 03aaron * r44546 10/trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php: Tweak title font [22:01:46] compare FF rendering w/ http://img150.imageshack.us/img150/4176/schulhprv1.png [22:02:33] HardDisk_WP: they look pretty darn similar to me [22:02:48] FF3 vs your screenshot [22:02:50] cirwin, look at the margin between the +es and the text [22:02:55] in the Navigation sidebar [22:03:10] it's constantly decreasing in IE6 from top to bottom [22:03:19] heh [22:03:22] that's wierd [22:03:23] One pixel per element [22:03:25] Yeah! [22:03:28] but no-one will notice :p [22:03:45] People DO notice ^^ we got 50 complaints about that in two weeks [22:03:46] why do you have div class="listelement" instead of
  • ? [22:04:13] cirwin, I already plan to beat up our coding guy for this...for some reason he didn't like li [22:04:17] ^^ [22:04:21] right.. [22:04:44] anyway, any idea how I can make the margin work also with the div elements? [22:04:56] I can't see why it isn't [22:04:57] i mean, what the hell causes IE6 to decrease the margin? [22:05:11] IE likes to screw you over [22:05:11] ? [22:05:38] cirwin, and the other problem is the news box: in IE6 the gray title bar is way higher than allowed, even though it shares SAME html code with the navigation bar header [22:05:40] div {margin-increment:-1px} [22:06:20] body {fuck-up-in-ie6: false !important;} [22:06:26] lol [22:06:34] *Splarka unhelps [22:07:01] anyone has an idea how to beat up ie6 so that it does what I want?^ [22:07:13] HardDisk_WP: serve the whole website as an image? [22:07:27] if it's an option though [22:07:30] rewrite that html [22:07:32] it's a tip [22:07:34] cirwin, not zoomable in all browsers [22:07:43] cirwin, in what way? you mean the div-chains? [22:07:51] <_Brun0_> i've successfully managed to use AuthPlugin to authenticate wiki users using my cms database. Now, how can I implement single sign-on from cms->wiki. I mean, how can wiki recognize that the user is already logged in (in the cms)? [22:08:03] <_Brun0_> wikimedia uses session right? [22:08:10] HardDisk_WP: the way one line of content is embedded in 10 nested divs [22:08:13] we can't get rid of these...they serve for the cornered edges of the header lines...and if we make them as images, zooming doesn't work in ie6 [22:08:21] ah... [22:08:23] ...which makes viewers angry [22:08:39] before, we indeed ran on header/footer line==1image [22:08:51] but then, in one week 60 complaints that people couldn't zoom... [22:09:00] HardDisk_WP: get nifty corners [22:09:05] what? [22:09:33] you can do the corners with no images [22:09:38] and without the nesting [22:09:43] http://www.html.it/articoli/nifty/index.html [22:09:53] though still lots of crufty html [22:10:34] *sigh* [22:10:53] if you want rounded corners, you LIVE with the consequences [22:11:04] if not, you enjoy simple, easy, dynamic, functional, and good enough web pages [22:11:25] next you'll want round corners on monitors, guess what, go back to 1950 [22:11:26] Splarka, I can't do anything for our crappy school gvmt..."keep those corners" [22:11:38] 03(mod) Add "diff to last sighted version" to recent changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16489 (10JSchulz_4587) [22:11:39] them dudes over there have no idea of life... [22:11:53] yay for non-techy-spec-writers [22:11:54] sure you can, "hey, government, round doesn't work on the web, it is an illusion" [22:12:12] Splarka, "it did work on the design you had earlier, keep them!!!!!" [22:12:19] cirwin, +1 [22:12:28] *Splarka wonders what this has to do with mediawiki anyhow [22:12:53] Splarka, actually this was because this is the only place I could think of where competent people are^^ [22:13:05] I mean, if mw had core round corner features.. and some fixes in IEFixes60... [22:13:14] HardDisk_WP: could be that embedding divs into
      s just breaks [22:13:36] 03ialex * r44547 10/trunk/extensions/ErrorHandler/ErrorHandler.php: Avoid E_NOTICE [22:13:56] cirwin, mmh...worth a try, indeed [22:14:13] also, you need to escape the &s in your urls :p [22:14:25] HardDisk_WP: sometimes what helps you find the actual problem... [22:14:43] body * {border:1px dashed red !important;} [22:14:55] you might find something else de-margining oddly, that you didn't expect [22:15:16] cirwin, uh...that didn't work out as expected^^ [22:15:24] heh [22:15:34] IE6 fucks up and displays PURE garbage now :) [22:15:40] yay :) [22:15:44] wow. it even crashed =) [22:15:48] css ruels have ul in the,? [22:15:48] FIXED [22:15:50] problem solved [22:16:11] if IE6 can't view it, they can't complain [22:16:15] <3 [22:16:15] cirwin, not really, at least no general for UL [22:16:28] there are leftovers for special ul classes though [22:17:01] embedding in span also doesnt work [22:17:10] hell, what DOES this browser do correctly?! [22:17:12] within a div would be more logical [22:17:26] as that is a block element [22:17:29] another div?^^ lemme try [22:17:45] divs are good, in moderation :s [22:17:50] <_Brun0_> Can someone explain me what those 2 $_SESSION elements are?wsToken and wsEditToken? [22:18:11] cirwin, no, wrapping in another div doesnt help [22:18:17] ah well [22:18:22] <_Brun0_> I'm trying to do a single sign on between my cms and wikimedia. [22:18:23] back to broken html for you then [22:18:40] _Brun0_: which cms? [22:18:47] <_Brun0_> cirwin, custom =( [22:18:58] <_Brun0_> cirwin, not mine, it's from the company i work [22:19:06] heh [22:19:17] choose one of them to act as the master [22:19:28] and then write an interface from the other to its database [22:19:36] <_Brun0_> is there a way I can set sessions so that wikimedia thinks the user is logged in? [22:19:54] <_Brun0_> var_dump of wiki session after login: array(4) { ["wsUserID"]=> int(5) ["wsUserName"]=> string(5) "Bruno" ["wsToken"]=> string(32) "7815d4416c36774fa737172a8c003ba4" ["wsEditToken"]=> string(32) "8191dcf9c2d01d11b7fff838f04cc9d8" } [22:20:31] I must not play around with this.I must not play around with this.I must not play around with this. [22:20:48] _Brun0_, next time, change the content of wsToken ^^ [22:20:58] _Brun0_: you might want to look at what the CentralAuth extension does [22:21:00] maybe [22:21:06] <_Brun0_> HardDisk_WP, is tehre important info there? [22:21:19] _Brun0_: yeah, it lets anyone log in as you :) [22:21:58] <_Brun0_> Vyznev, but, that is only available in my local server =) [22:22:28] hillo Vyznev [22:22:33] _Brun0_: first, you need that the account exists in the database [22:22:53] <_Brun0_> ialex, it does.. it's a cms with some users [22:23:04] _Brun0_: MediaWik database [22:23:07] +i [22:23:13] moro Nike [22:24:02] <_Brun0_> ialex, also in mediawiki? but then what's the point of doing isngle signon between the cms and the wiki? [22:24:30] <_Brun0_> ialex, i've successfuly made a AuthPlugin that logs user usign my cms database. [22:24:52] <_Brun0_> ialex, now i want that when user logs in cms, it already appears in wiki as logged. [22:25:12] <_Brun0_> ialex, i'll ready about CentralAuth as Vyznev suggested [22:25:18] <_Brun0_> read* [22:25:27] _Brun0_: you can create the account automatically [22:25:51] _Brun0_: you still need to create accounts in the MediaWiki database, because MediaWiki won't be happy if they're not there [22:26:50] <_Brun0_> ialex, the way my AuthPlugin is set, it already creates users in the wiki when the user first logs in. [22:27:26] _Brun0_: yes, but with UserLoadFromSession, you need to do it manually [22:27:53] (manually: in the hook) [22:28:35] 03aaron * r44548 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevs.php flaggedrevs.css): (bug 16627) Add CSS-class for revreview-patrol [22:28:41] <_Brun0_> ialex, UserLoadFromSession would complement my AuthPlugin,auto logging users from session? [22:33:12] 03(FIXED) Special:Import should have a hook - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11537 +comment (10JSchulz_4587) [22:33:26] 03(NEW) Add "diff to last sighted version" to watchlist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16636 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [22:34:15] 03(mod) Add "diff to last sighted version" to recent changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16489 (10Wiki.Melancholie) [22:36:33] wtf google [22:36:53] I can accept a "Did you mean" in quotes returning less results than my original query, but a single word? [22:36:55] http://www.google.com/search?hl=en&q=novemmilliatillion [22:39:29] 03(mod) Special page hooks stop working for Recentchanges page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16634 (10aik) [22:39:48] 03(FIXED) Add CSS-class for revreview-patrol - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16627 +comment (10JSchulz_4587) [22:40:01] 03(NEW) Add "diff to last sighted version" to watchlist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16637 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (danny.leinad) [22:40:52] (fewer) [22:41:00] 03(NEW) problem on Persian title - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16638 15enhancement; normal; Wikimedia: wikibugs; () [22:41:35] hi google personified "did you mean fewer?" NO [22:43:13] yksinaisyyteni > "Many people restrict less as a determiner to mean smaller in size or amount. They proscribe the use of less to mean smaller in number, for which fewer is the preferred adjective. However, the proscribed usage is very common, and considered to be normal usage in some regions. See fewer for a complete discussion." [22:43:36] http://en.wiktionary.org/wiki/less#Usage_notes [22:43:46] (fewer) LESS [22:43:57] Splarka: those regions are wrong [22:44:05] plus who would trust wiktionary? ;) [22:44:10] well, maybe I meant less text to read on a page? [22:44:11] Splarka, that's invalid, you need to escape the < in . [22:44:12] heh [22:44:18] did you consider that? no [22:44:39] *Splarka stabs Simetrical <3 [22:44:50] yksinaisyyteni: so fix it [22:44:54] Splarka, you mean <3. [22:45:04] /> [22:45:31] 03vyznev * r44549 10/trunk/phase3/ (RELEASE-NOTES includes/WatchlistEditor.php): (bug 16635) Add TOC to Special:Watchlist/edit [22:45:33] *Splarka waits for XHTML specs specifying future tag names cannot start with numbers [22:47:15] Splarka, http://www.w3.org/TR/REC-xml/#NT-NameStartChar [22:47:35] and there it is [22:47:46] *Splarka gives Simetrical the persistent penchant pedant pendant [22:48:14] 03(FIXED) Add a TOC to Special:Watchlist/edit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16635 +comment (10nospam) [22:49:52] is there a build-in way to trim url text?+ [22:50:12] Subfader: what do you mean? [22:50:32] 03aaron * r44550 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Shorten reason box [22:52:38] like when i use in some extension text to give out full urls for files where the text becomes the url but can be very long and breaks rows [22:53:04] **where the filename becomes the url text, but we use long file names [22:53:31] No, no built-in way. [22:53:43] Actually I hate that, because it looks like a URL but then people try to copy-paste it and it breaks. [22:53:52] i saw $text = trim($text); in some extensions when searching [22:53:58] So eliding the middle or end automatically is bad news, IMO. [22:54:05] Subfader, that trims whitespace from the beginning/end. [22:54:26] If you write [http://....] instead of just http://...., it will collapse it into a number, like [7]. [22:54:48] Also, if you use Firefox 3 or one of several other browsers, lines will break at forward slashes, so it won't stretch off the page. [22:55:39] no it doesn't look like a full url. as if you would write [http://mywiki.com/wiki/images/a/ab/Some_very_long_file_name,_i_mean_very_very_very_long.jpg Some_very_...long.jpg] [22:55:48] *Splarka sometimes wishes soft hyphens were universal [22:56:27] yay [22:56:30] Subfader, I'm not aware of any way to do that automatically. You'd probably have to hack Parser.php. [22:57:04] i just need it one place, so it would be nice via php :) [22:59:07] yksinaisyyteni: also not universally supported [22:59:19] ino :( [22:59:29] *Splarka removes your 'yay' [22:59:58] *Splarka repliaces it with yay [23:00:02] ^replaces [23:07:30] that was a fast split [23:07:30] Subfader: http://commons.wikimedia.org/wiki/File:Maull,_Henry_(1829-1914)_&_Polyblank,_George_Henry_(1828-...),_London_-_Garibaldi.jpg [23:07:31] also http://commons.wikimedia.org/wiki/File:EOnn_-_Moon_comparison_shots..._Panasonic_@_1470mm_(by-sa).jpg [23:07:34] yep [23:07:49] very long for [$link $text] [23:08:01] php has a trim function. trying. http://www.php-resource.de/handbuch/function.trim.htm [23:08:17] what I meant was your "as if you would write ..." [23:08:32] http://commons.wikimedia.org/wiki/File:Labacco_Libro_appartenente....jpg [23:09:18] http://commons.wikimedia.org/wiki/File:Su-25UB....JPG [23:09:29] those are all valid URLs [23:09:30] yes and the link should trim the middle so it's Maull,_Henry..._-_Garibaldi.jpg [23:09:45] without the fullurl beings displayed [23:10:08] i want to call it from an extension so the php trim may work [23:10:44] 03(mod) Automatic category redirects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3311 +comment (10Simetrical+wikibugs) [23:11:01] Subfader, trim() doesn't do what you want. [23:11:06] 03(FIXED) Do not hide #mw-commentbox - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16480 +comment (10JSchulz_4587) [23:12:11] There's a Language method for eliding the end of a string in a locale/UTF-8-sensitive manner, I think. [23:12:16] 14(DUP) Add "diff to last sighted version" to watchlist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16637 +comment (10JSchulz_4587) [23:12:19] But I don't know if there's one for cutting out the middle. [23:12:19] 03(mod) Add "diff to last sighted version" to watchlist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16636 +comment (10JSchulz_4587) [23:12:43] trim? ' ^_^ '.trim() ? [23:12:55] whatelse does it do? http://www.w3schools.com/PHP/func_string_trim.asp [23:13:20] ok it remoes whtespace and crap. hrr [23:13:22] Subfader: it turns " foo bar baz " into "foo bar baz" [23:13:22] Subfader, trim() only trims whitespace. It's not what you want, I promise. [23:13:37] Uhmm... trim trims whitespace by default... [23:13:44] You can specify what to trim [23:13:51] Dantman: and yet it still doesn't do what he wants [23:14:10] oh [23:14:42] ^_^ We just use regex replacements for that kind of stuff [23:15:22] 'foo bar baz'.replace(/\s+/, ' '); // 'foo bar baz'; [23:15:30] Dantman, wrong language? [23:15:34] that's not what he wants either [23:15:42] he wants to turn "foo bar baz" into "foo b...az" [23:15:51] ^_^ I'm a javascript person... My pesudo code comes in JS [23:16:20] Oooohhh... heh, good ole ... replacements [23:17:37] .replace(/^(.{5}).+(.{2})$/, '\1...\2') [23:17:39] yksinaisyyteni, actually, I think he wants to first s!^.*/!! on the string. [23:17:49] "can't believe there's a simple php function to do that" >> "can't believe ... do that" [23:18:57] http://mixesdb.com/db/index.php/Main_Page it's the upper right box calling random files with the filenames as linktext. the filenames can be very long and break the row. the box is already pretty wide and ugly [23:19:31] but i don't want to use a default text [23:19:36] why not just put the ... at the end? probably more useful, and mediawiki already has a function to do utf-8 string truncation [23:20:05] *Dantman needs to get multibyte support into JS [23:21:01] hmh the end can be interesting to but is not primarily needed yeah [23:23:33] rofl... http://www.twolumps.net/d/20081212.html :) [23:23:39] *Vyznev just felt like sharing that [23:23:46] Subfader: based on the most common format of your filename, putting it at the end will mean you get at least the dj, if not the location. truncating the middle could obscure both the dj and the location [23:25:07] not if i could define to display 30 characters of the beginning and 10 of the end instead of cut after 40. [23:25:18] but i would be happy with a cut already :) [23:26:11] http://www.mediawiki.org/wiki/Extension:StringFunctions seems interesting [23:26:34] but is installing another extension just for that worth it? [23:28:00] {{#sub:Icecream|3|-3}} returns cr [23:29:29] hrr so many options but not my way [23:32:57]
      foo bar baz [http://mywiki.com/wiki/images/a/ab/Some_very_long_file_name,_i_mean_very_very_very_long.jpg ome_very_long_file_name,_i_mean_very_very_very_long.jpg] foo bar baz [http://mywiki.com/wiki/images/a/ab/short.jpg short.jpg]
      [23:33:09] but that'll screw up in {{insert name of browser that nobody fucking cares about}} [23:33:37] Subfader: wouldn't preg_replace('/^(.{30}).*(.{10})$/us', '$1...$2', $str) do more or less what you want? [23:33:54] utf-8 fail [23:34:03] oh, /u [23:34:46] I want to automatically rename a file on upload based on some metadata contained within it. Can someone tell where to start reading in the API to hook in post upload? [23:35:01] (or maybe make that '/^(.{30}).{3,}(.{10})$/us') [23:35:45] $text = preg_replace('/^(.{30}).*(.{10})$/us', '$1...$2', $text); works fine. [23:38:17] using .{3,} instead of .* would avoid needlessly adding "..." to strings that are exactly 40 characters long [23:40:08] ah ok [23:41:32] 04(REOPENED) FlaggedRevs blocks/disables Patroller Extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16375 +comment (10Wiki.Melancholie) [23:45:39] sprax_, not offhand. Have you checked hooks.txt? [23:47:52] fixed. omg :) [23:47:56] thanks a lot guys! [23:50:10] 03aaron * r44551 10/trunk/extensions/FlaggedRevs/specialpages/RevisionReview_body.php: Fix "no target" error on patrol for some cases [23:52:18] Uhm... did anyone not notice my use of + instead of * ? [23:52:59] Dantman, you don't want .+, you want .{3,}. Or ...+. [23:54:35] Simetrical I read the MW man page on uploading, I'll look at hooks.txt [23:58:20] 03aaron * r44552 10/trunk/extensions/FlaggedRevs/specialpages/RevisionReview_body.php: Fix for bug 16375. RC interfaces were refactored a while a back and broke this. Use the more direct functions. [23:58:52] 03(FIXED) FlaggedRevs blocks/disables Patroller Extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16375 +comment (10JSchulz_4587)