[00:01:55] {| cellpadding="3" style="float:right; border-spacing:1px; background-color:#fbfbff; font-size:95%; margin:0 0 0.5em 1em; width:28em;" < this wo't work [00:02:52] 03aaron * r43693 10/trunk/phase3/includes/ (Category.php CategoryPage.php): [00:03:04] * Remove incomplete isFileCacheable(), the parent one is fine [00:03:04] * Break long line [00:04:10] nessmodiah: what doesn't it do that you expect? [00:05:33] Splarka i just want round corners in a mediawiki-table [00:06:34] hmm, none of that style seems to be an attempt at furthering your goal [00:07:15] 03brion * r43694 10/trunk/extensions/CodeReview/codereview.css: gray the text of deferred revs in the list to give a visual cue [00:10:11] nessmodiah: if you don't mind browser incompatability... [00:10:37] {| style="border:2px solid black;-moz-border-radius:1em;border-radius:1em;" [00:11:31] 03aaron * r43695 10/trunk/phase3/includes/ (4 files in 2 dirs): Add FeedItem::stripComment() and remove duplication [00:14:38] nummy, removing duplication! :D [00:19:45] 03aaron * r43696 10/trunk/phase3/includes/specials/SpecialSearch.php: [00:19:46] * Remove
[00:19:46] * Use count variables since they are already there [00:20:07] *Splarka gives Aaron cookie [00:20:21] 04(REOPENED) Option: Change the background color (texvc) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8 summary; +comment (10Simetrical+wikibugs) [00:21:01] arrg, that damn cockroach [00:21:16] *Splarka takes off his shoe and whacks bug 8 until it dies again [00:22:26] color: #666; [00:22:48] hmmm [00:23:05] :D [00:24:06] AaronSchulz: new search looks purty. [00:25:12] Simetrical: how about defaulting to #ffffff [00:25:30] no interference with TeX markup [00:25:34] Splarka, hmm. [00:25:42] Intriguing proposition. [00:25:49] since it wouldn't be in the markup you'd need to find some way to add it into the rendering hashes [00:26:03] well [00:26:30] If we were to abandon IE5/Mac or whatever stupid browser can't handle transparent backgrounds, we could have the backgrounds be transparent with CSS rules controlling the actual color. [00:26:30] I mean, set the image to transparent color [00:26:30] That would be ideal. [00:26:35] and use [00:26:35] Then you could just do style="background-color: whatever" if you liked. [00:26:35] hmmmmm could do [00:26:35] Ah, yes. [00:26:59] i thought it was IE6 that couldn't do translate backgrounds [00:27:08] png [00:27:08] Simetrical: for a long time gecko browsers on linux and possibly windows had this problem too. should probably double-check it's been fixed :) [00:27:09] er, alpha png [00:27:21] yksinaisyyteni: IE6 will at least obey the background color specified in the PNG :) [00:27:21] it does simple transparency same as .gif [00:27:49] ah, right [00:27:49] IE6 just ignores alpha channels. If you make the PNG right, it will just alias poorly, nothing worse than that. [00:27:49] (are the math png 8 bit?) [00:27:57] but math images are anti-aliased, aren't they? [00:28:02] Splarka, I hope they aren't 32-bit . . . [00:28:02] Simetrical: it is actually possible to put in an alpha channel and a single bit transparency, but not practical [00:28:06] Any ideas why I get this error message every page load? Notice: Undefined property: stdClass::$Exec_master_log_pos in /home/andrew/wm-svn/phase3/includes/db/Database.php on line 1922 [00:28:18] Splarka, why not? [00:28:36] because very few png-creation routines allow it (although all browsers support it) [00:29:01] http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/ [00:29:24] hmm [00:29:51] ie6 is a non-issue, guys [00:30:01] as long as the png specifies a background color we're fine with ie6 [00:30:04] even that is a non issue [00:30:17] as long as the png supports 8 bit transparency [00:30:45] which it doesn't because it contains arbitrary colors and is 32-bit :) [00:30:46] hey, im creating an extemsion, and i want to know how to parse wikitext and turn it into html [00:30:50] unless you then quantize it and create an 8-bit palette in a postprocessing step [00:31:14] but, should the default to a background of white, a site-specified color, or a simple CSS class defined in shared.css? [00:31:14] which can potentially look like shit depending how many colors it uses [00:31:32] besides, 8-bit palette with binary transparency looks terrible [00:31:33] Chiggins: What context? [00:31:35] brion: http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/ if you feel very adventurous [00:31:50] werdnum: what do you mean what context? [00:31:58] Splarka: if you try very hard you can make funky things yes, but that doesn't change that 8-bit palettes suck :) [00:32:10] also, you can do binary transparency with true color [00:32:29] ...if you're insane [00:33:05] Chiggins: well, what are you doing with the wikitext? [00:33:50] werdnum: im creating a "spoiler tag" ... '''Text''' [00:33:55] werdnum: but whenever i use the parser that im using now some buggy text appears on the page [00:34:40] brion, needs more than 8-bit color? [00:34:43] It's just grayscale . . . [00:34:44] Chiggins: use $wgParser->recursiveTagParse() [00:34:52] You're right that we can just let IE6 render the white backgrounds, though, screw them. [00:34:52] Simetrical: i think you can specify colors [00:34:56] i have that recollection anyway [00:34:57] *brion wonders if that's entirely true [00:35:22] but to render nice you'd want full alpha anyway [00:39:29] ? [00:39:34] ! [00:41:35] Fatal error: Call to a member function get() on a non-object in /home/andrew/wm-svn/phase3/includes/db/LoadMonitor.php on line 69 [00:41:35] ugh, wtf [00:41:35] Heh, HTML5 has some entertaining interfaces. The canPlayType(type) method must return the string "no" if type is a type that the user agent knows it cannot render; it must return "probably" if the user agent is confident that the type represents a media resource that it can render if used in with this audio or video element; and it must return "maybe" otherwise. [00:41:35] all I did was install GD! [00:42:05] :P [00:42:05] Simetrical: LOL [00:42:06] werdnum: did you *un*instalal mysql module? :) [00:42:12] brion: the 'null object' is $wgMemc [00:42:12] O_O [00:42:20] that don't sound so hot [00:42:45] changing to CACHE_NONE keeps the same error. [00:43:16] *werdnum adds if (!$wgMemc) { die( wfBacktrace() ); } [00:43:34] # LocalSettings.php line 153 calls efConfigureSetup() [00:43:34] bug in Configure extension :) [00:45:26] brion: relatedly, what does this mean? I tried running SHOW SLAVE STATUS manually, and it has this field... [00:45:39] Notice: Undefined property: stdClass::$Exec_master_log_pos in /home/andrew/wm-svn/phase3/includes/db/Database.php on line 1922
[00:45:45] werdnum: it means something's wrong and the property isn't set [00:46:04] ... [00:46:08] are you manually construcitng your db load balancer setup? [00:46:29] Yeah [00:46:29] ah [00:46:30] do you not have 'process' right in your user? [00:46:39] or... replication? [00:46:39] yeah that's the one [00:46:43] I gave REPLICATION CLIENT [00:46:43] and SUPER, I think. [00:47:06] hmmmm that should do it i think then [00:47:43] *dunnos* [00:47:52] meh, I'll look at it [00:51:00] http://extensiontesting.blogspot.com/ announcement for a test environment for extensions ... we are going to blog about our experiences and results [00:55:09] what function would i use to parse something like '''this bolds''' to make it this bolds [00:55:52] you could use #tag to convert your parser tag to a parser function, which would do that automatically [00:55:58] what do ya mean by that [00:56:05] i dont know mediawiki all that well [00:56:24] where is the database file? i cant find the configureation file that holds the database information? [00:56:27] ahh, when created by an extension hook is usually for non-wikicode markup [00:56:42] for example preserves whitespace [00:56:46] and has its own custom markup [00:57:38] a parser function is different, it gives your extension the post-preprocess/parse from the input, for example {{urlencode:}} or {{#special:}} or {{#if:}} [00:57:48] but parser functions are not as simple as parser tags [00:58:19] see http://www.mediawiki.org/wiki/Manual:Tag_extensions and http://www.mediawiki.org/wiki/Manual:Parser_functions [00:59:05] however, you can turn a parser tag into a parser function, that is.. you can make your extension see the post-rendered input [00:59:21] by using the #tag parser function [00:59:53] well, all im really looking to do is convert the text between to HTML if wikitext is in there [00:59:54] 03(mod) New tool to delimit scientific notation - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15677 +comment (10mrzmanwiki) [01:00:31] so if you write your as normal, you can have it parse the text inside with: [01:00:32] {{#tag:spoiler|'''this bolds'''}} [01:00:51] Chiggins: $wgParser->recursiveTagParse [01:00:51] I told you before... [01:01:15] werd, they should just write #spoiler in that case, no? [01:01:33] not necessarily [01:01:46] it's an issue of what markup you prefer. [01:01:58] I think is nice than awful template markup :) [01:02:21] bah [01:02:53] *Splarka {{werdnum}} [01:05:02] ahhh, ok, i understand now.. it works [01:05:11] thanks guys :D [01:06:47] :) [01:06:47] thanks werdnum, not thanks Splarka :P [01:11:43] werdnum: you sure? maybe they went with #tag [01:12:35] nyah [01:15:09] $text = $parser->recursiveTagParse( htmlspecialchars( $input ) ); [01:15:09] :D [01:16:03] :D [01:16:25] *werdnum wins. [01:16:30] in_array [01:16:56] Chiggins: no htmlspecialchars [01:17:01] If you want wikitext, you shouldn't escape it. [01:17:35] Wikitext will do that for you. [01:18:06] oh, even better, sweet, thanks [01:19:07] do any of you two have msn just in case i have more questions in the future? xD [01:21:07] Usually, contacting developers directly over IM is frowned upon. [01:22:07] Not least because 1/ We don't know everything; 2/ We don't have a responsibility to help you out, and it creates a sense of obligation; 3/ We won't be around all the time [01:24:43] Cell phone or snail mail are the best way to get in touch with developers. :D [01:24:43] alrighty, fair enough [01:24:44] thanks a bunch again [01:25:33] "Feel free to stop by our offices, houses, and favorte bars to bug us with questions. Be sure to not wear stab resistant clothing." [01:26:38] mwahahaha [01:26:40] i think my latest evil code for centralnotice anon variants is actually doing what i want it to [01:26:53] *brion fires up IE to see if it works [01:28:32] bah, the meanies at en.wikibooks didn't like my randbook rewrite (because the bug was fixed in their dirty ajax->dpl->xml list-grab) [01:28:46] alright...i'm gonna install batik [01:28:56] dirty dirty ajax [01:31:13] the dirty part is, their only list of books is a page with 38 calls to , so they grab the rendered output of that X_X [01:31:45] heh [01:32:18] woo, and to test ie6... [01:35:10] wow, the centralnotice works in IE5 [01:35:27] doesn't collapse of course, heh [01:38:12] 03brion * r43697 10/trunk/extensions/CentralNotice/SpecialNoticeText.php: [01:38:12] Tweak around how the collapse/expansion is done, set up distinct styles which can be used to make user and anon alternates for the collapsed version more cleanly. [01:38:12] .siteNoticeBig -- big version (as before) [01:38:12] .siteNoticeSmall -- small version (as before) [01:38:12] .siteNoticeSmallUser -- small version showing for logged-in users only [01:38:21] .siteNoticeSmallAnon -- small version showing for anons only [01:46:00] 03aaron * r43698 10/trunk/phase3/includes/specials/SpecialSearch.php: [01:46:00] * Make for loop faster [01:46:00] * Don't show incomplete prefix links [01:46:00] * Show the 'project' namespaces [01:46:00] * Tweak table margins [01:47:27] whee [01:47:27] *brion-away dinners [01:47:53] O_O [01:48:54] alright. now i have batik and java extracted to their respective folders... [01:48:54] how do i configure them? [01:59:30] hey Pathoschild [01:59:56] Hello. [02:00:00] brion-away: isn't it, like, 5pn? [02:00:01] pm* [02:00:01] who has dinner then? [02:00:21] srsly [02:02:03] 03(NEW) HTMLFileCache's $mFileCache is initialized too late - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16388 normal; normal; MediaWiki: Page rendering; (lambert) [02:02:29] werdnum: 6:01 [02:02:39] My stomach has no concept of time. [02:02:48] how do i configure mediawiki to use batik and java for SVG rendering? [02:03:05] ah, yes, 6 [02:03:29] I guess 6 isn't as obscene :p [02:03:29] TZ=America/Los_Angeles date [02:03:50] hi guys [02:06:25] hi [02:06:33] do i put this in localsettings.php: http://www.mediawiki.org/wiki/Manual:$wgSVGConverters ? [02:06:46] thaat array stuff [02:23:01] 03(mod) Form parser doesn't handle symbols correctly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16384 (10N/A) [02:46:23] 03(mod) Form parser doesn't handle symbols correctly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16384 (10yaron57) [03:42:50] 03(mod) Form parser doesn't handle symbols correctly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16384 (10N/A) [03:43:00] hello again Krimpet [03:43:13] 'evening again, werdnum. :) [03:46:44] does PHP CLI have no memory limit? :/ [03:54:06] <[X]> No, werdnum, it does [03:54:06] <[X]> I've experienced memory limit many times [03:54:26] there are not talks about Watkins's Q-Learning, Fuzzy Modified Connectionist Q-Learning, ... [03:54:37] http://www.cs.rhbnc.ac.uk/home/chrisw/thesis.html [03:54:58] http://www.ars-journal.com/International-Journal-of-Advanced-Robotic-Systems/Volume-1/251-262.pdf [03:54:58] http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.2539 [03:54:58] <[X]> maxote, huh? [03:56:20] ugh, I can't make PHP GD OOM even with a 20M png [03:56:22] it uses like 6kb [03:57:09] <[X]> maxote, #mediawiki and #wikimedia-tech are not the places to report problems with enwiki articles [03:58:01] then, what? [03:58:01] #wikipedia [03:58:01] or the talk page of the article in question. [03:58:01] thanks [03:58:02] heh [04:05:24] noobs [04:14:24] also, #wikipedia-en [04:17:48] can someone help me with configuring mediawiki to use batik? [04:36:50] hello [04:37:08] I got this message : Table './ekopediafr/objectcache' is marked as crashed and should be repaired [04:37:08] http://fr.ekopedia.org/Special:Recentchanges [04:37:16] What can I do? [04:37:51] depuis la fonction « MediaWikiBagOStuff::_doquery ». MySQL a renvoyé l’erreur « 145 : Table './ekopediafr/objectcache' is marked as crashed and should be repaired (127.0.0.1) ». [04:46:56] mysqlcheck -r ekopedia objectcache [04:46:56] Done! [04:46:56] :) [06:29:05] hi [06:29:56] New to MediaWiki and PHP, looking to fix a bug; any suggestions? [06:34:16] 03(NEW) Notes as references - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16389 15enhancement; normal; MediaWiki: General/Unknown; (hofmanj) [06:34:33] !debug | CTS [06:34:33] --mwbot-- CTS: For information on debugging (including viewing errors), see . [06:35:10] Thanks, I'll take a look at 16389 [06:36:07] hmm [06:36:17] the lag doesn't seem to be mwbot's fault, took me 30 seconds to whois it [06:36:33] *Splarka senses freenode lag [06:36:47] Couldn't that just be TS lag? [06:37:03] toolserver lag can't make /whois slower on freenode [06:38:09] A /whois pings the TS to get the data back, no... [06:38:26] no, it doesn't [06:38:26] /whois Foo -> local irc server, /whois . foo -> remote irc server [06:38:27] /ctcp foo bar -> remote client [06:39:34] edumacation [06:39:34] right.. whois asks the local server, or the remote server, but never the client [06:39:39] So the remote server stores the data? [06:39:39] some masochist should ping #mediawiki [06:40:12] MZMcBride: data on clients is stored on the server the client is connected to, and some of it (not all) also on remote servers [06:40:12] the whois shows server-known data on the user [06:40:30] (for example, idle time is only available from the server the client is connected to) [06:40:30] Hmm. Fascinating. [06:40:38] information that the user gives the server on connect, information the server derives about the user, and information about the user from current activities [06:40:38] But CTCP requests hit the client? [06:40:47] yes [06:40:47] ctcp = client-to-client-protocol [06:40:47] Aha. [06:41:21] Well that makes far more sense. :-) [06:42:50] also, clients can't tell when being whoised, unless they're paranoid irc operators [06:42:50] watching people whois you is creepy [06:44:11] uhoh, whoised mwbot 40 seconds ago... [06:44:12] [mwbot PING reply]: 59secs [06:46:18] hmm, freenode disabled /trace [06:46:23] oh shit [06:46:31] cogent down? [06:46:40] all of it? unlikely [06:46:57] mmm, not down [06:47:04] but showing 80% availability last hour [06:47:06] http://scoreboard.keynote.com/scoreboard/Main.aspx?Login=Y&Username=public&Password=public [06:47:33] mm, only incoming traffic though [06:48:33] good ping though ^_^ [06:49:56] numbers still dropping [06:50:33] the internet just heard Ted Stevens lost reelection and is sad [06:58:04] ugh, average availability has dropped to 77% [07:01:54] 75%... am I being chicken little.. [07:03:31] so gallery2 is giving me a shitload of problems and i was wondering if it would be a stupid idea or not to use mediawiki to replace it. i have about 40000 photos i would need to upload and am on a shared server. would the software be able to run this? and is there any way to upload more than 1 image at a time? [07:07:22] http://www.mediawiki.org/wiki/Manual:ImportImages.php might help [07:27:41] Hi. I'm working on an SSO plugin for my university, and I'm having truly strange errors. [07:28:36] http://pastebin.ca/1261196 is the error, and the dump at the top is a print_r($user). [07:28:36] http://pastebin.ca/1261195 is the offending code, a hook in AutoAuthenticate. [07:29:29] And I've updated it to LoadFromSession, with a small wrapper. [07:30:13] My guess is that even though my User is getting filled right, I'm either not doing it soon enough, or I'm not calling something else. [07:31:31] Probably not the absolute best time to come in here with a question like that. Most people who would be able to answer won't be awake for another six hours or so. [07:32:14] Ah. [07:32:28] Well, I'm not really going anywhere for a while. Figured you guys would be the best place to ask. [07:35:06] how can I force some horizontal space, other than using   ? [07:35:44] something which takes a width parameter [07:35:49] has to be inline, too, like [07:36:27] foobar [07:37:02] width and margin don't work as expected, for inline [07:37:02] but padding does [07:37:36] Isn't there a magic word for padding? [07:39:29] like foo{{padleft:|5| }}bar ? heh [07:39:29] doesn't work there... [07:40:24] hmm [07:40:24] oh, right, it does work like that... tried to add an empty which didn't work [07:41:07] Splarka, why should margin not work like expected? It does for me [07:42:16] lch: Which browser? :3 [07:42:16] FF3 [07:42:17] lch: if the span is empty it... well, doesn't work the same in all browsers [07:42:17] ic [07:42:34] in that case I'll just fill it :) [07:43:41] FF2 in quirks, and IE before IE6, won't work as expected with inline margin IIRC. [07:43:41] hmm [07:44:24] plus mediawiki sometimes strips empty spans [07:46:47]   [07:46:47] might make a nice template [07:47:31] <_Agony> is this known issue: I changed fiwikipedia user Orri (http://fi.wikipedia.org/wiki/Special:Contributions/Orri) name to Epiq (http://fi.wikipedia.org/wiki/Special:Contributions/Epiq) and after rename user was able to send message with old username (see http://fi.wikipedia.org/w/index.php?title=Wikipedia:K%C3%A4ytt%C3%A4j%C3%A4tunnuksen_vaihto/pyynn%C3%B6t&curid=553180&action=history) [07:48:35] <_Agony> He forgot to logout and received SQL error from "User::saveSettings�. Error was �1062: Duplicate entry 'Orri' [07:48:59] <_Agony> (but was able to send message with his old username) [07:57:44] <_wooz> lo [08:06:10] Gentlemen, sorry for bothering you. The problem was on our SSO's end. [08:06:27] Have a good night. [08:25:53] Hi, is it possible to upload an image that links to a URL? seems like a trivial thing in HTML, but how do you do it in wiki? [08:26:04] I understand that the current template call limit for Wikipedia is about 500 or so. I am an admin on my friend's wikipedia, but our current template call limit is 100. How does one increase this number? [08:26:21] *wiki [08:28:35] [[Extension:Click]] I believe [08:28:35] !externallink [08:28:35] --mwbot-- I don't know anything about "externallink". [08:28:35] found on Wikimedia [08:28:36] *MediaWiki [08:28:36] (give mwbot a minute to respond) [08:28:36] oop [08:28:45] !imagelink [08:28:45] --mwbot-- In MW1.14+: you can use the new 'link' parameter [[Image:Foo.png|link=Bar]] | Before that, image linking was intentionally not supported in MediaWiki, so access to the image's description page was always available. If you need image links, see for methods and information. [08:28:45] *Splarka hides [08:32:05] Daedalus969: I believe the only things in that venue set to 500 are for expensive parser function limits, see $wgMaxIfExistCount and $wgExpensiveParserFunctionLimit [08:32:15] thanks for the info [08:32:52] might aslo check $wgMaxTemplateDepth and $wgMaxPPExpandDepth [08:36:40] 03aaron * r43699 10/trunk/phase3/includes/specials/SpecialSearch.php: [08:36:40] * Checkbox fix [08:36:40] * Remove unused var [08:36:40] * Add $this->sk field [08:36:40] * Tweak code style [08:36:40] * Adding missing wfProfileOut( __METHOD__ ); [08:45:31] 03siebrand * r43700 10/trunk/extensions/Collection/Collection.i18n.php: Update 'coll-save_category' once more. Refer to a category in the content language, and localise 'category'. [08:52:24] hi. I'm still looking for someone, helping me to find out, why my mediawiki installation is badly slow (about 3 sec for normal page, 10 sec for recentchanges) [08:53:08] is it all installed on one machine, or are any fileservers involved? [08:54:31] one machine [08:54:48] are DNS lookups fast? [08:55:08] hm, how do i test this ? [08:55:53] enter the IP address of your test client into the /etc/hosts of the server, so it doesn't have to use DNS lookups, and see if that makes any difference [08:57:45] I have no idea what your setup is like, so I'm only guessing wild. Most computers should be able, but some network delays and timeouts (NFS, DNS, ...) can ruin things badly, sometimes. [08:59:21] hm, this would be a delay getting the page from server to client [08:59:47] hi [08:59:47] have a q [08:59:53] actually the time written in the source of the page is allready big: about 3 secs for the mainpage [09:00:01] i enabled the profiling, to search further, but it doesnt help me up to now [09:00:03] if I set a projecet ns to "Foo" and I run the wiki and some pages in Foo:name are created. How can I change project ns "Foo" to "Foo2"? [09:00:33] Main Page is [09:00:34] toka, is there any contents in your database, i.e. any articles? Did you create all indexes? [09:01:00] i have used the web-based install [09:01:33] how do i check, if all indexes are created ? [09:02:34] there is some content in the database [09:02:37] if it helps, i could paste some output of phpmyadmin [09:02:45] did you import tens of thousands of articles from a copy of Wikipedia? Or is the database near empty? [09:03:36] its almost empty [09:03:36] take a look: http://www.publicprivateproperty.org/wiki [09:04:13] 03siebrand * r43701 10/trunk/phase3/languages/messages/ (33 files): Localisation updates for core messages from Betawiki (2008-11-19 09:50 CET) [09:08:12] yes, it is slow [09:08:46] 03siebrand * r43702 10/trunk/extensions/ (85 files in 66 dirs): Localisation updates for extension messages from Betawiki (2008-11-19 09:50 CET) [09:09:04] current load is at 0.2, other websites are running fine [09:09:21] tut mir leid, im moment weiss ich nichts mehr [09:09:59] ok, vielleicht findet sich später jemand, der weiter helfen kann ... [09:10:35] what about to move all pages from "Foo" ns, than rename it via localsettings.php and then move it back? [09:10:40] 03aaron * r43703 10/trunk/phase3/includes/specials/SpecialSearch.php: More fixes and consistency tweaks [09:25:09] hey. i'm investigation the possibility of moving a wiki of mine to a web hotel. the hotel has mod_rewrite enabled and allows such rules in a .htaccess, but i don't think they allow customer requests to change the httpd.conf. [09:25:44] however, what i would like (and am using on my own server right now) are URLs like foo.com/Page_name [09:25:47] at the moment i'm doing this with lighttpd rewrite rules.. does anyone know if it is at all possible to do such rewriting using .htaccess mod_rewrite rules? [09:26:21] !shorturl [09:26:21] --mwbot-- To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [09:26:21] at e.g. http://www.mediawiki.org/wiki/Manual:Short_URL/sub_directory/wiki/Page_Title_--_.htaccess they describe how to do rewriting using .htaccess. [09:26:22] but there they use URLs like e.g. http://www.example.com/music/wiki/Main_Page, which is why i ask. [09:26:40] i've used lighttpd for so long, so i'm not sure what's possible with Apache's mod_rewrite and .htaccess. [09:27:21] yea, i've looked through all the examples but haven't find anyone that uses page names directly after the hostname with .htaccess rewriting, which is why i'm suspecting it's not possible. [09:28:32] anyone know if it would be possible to take the example from the URL i pasted and use / as RewriteBase and a rule like e.g. ^(.*)$ ./wiki/index.php?title=$1 [PT,L,QSA] ? [09:29:05] (with the MediaWiki installation in wiki/ in the document root). [09:36:22] hm. i just realized that i didn't need to beef up our web hotel account to try this out, so i guess i'll just test and see ;) [09:36:30] was a bit hesitant at first as i thought i'd have to pay extra first. [09:39:41] umm [09:48:42] Juandev: you have your doubts about this being possible? ;) [09:48:50] estan: dont know [09:49:38] okay. the guy at the web hotel put up a new vhost for me, but it wouldn't go active until during the night. so i'll try tomorrow. [09:52:05] estan: wait a few hours, when more people will wake up in here [09:53:08] yea. i'll stick around. [09:53:13] if it's really not possible, then i'll settle for a foo.com/w/Page scheme instead, might be a good idea anyway since the MW devs recommend against foo.com/Page. [09:54:14] they just won't help you much when it breaks shit [09:54:31] since they can rightly say "we told you not to do that" [09:54:31] yea, i can understand them. [09:54:32] null article path voids support warranty [09:54:51] been running it fine on libxml2wiki.dose.se though. [09:55:23] though i did try prettyfying action URLs too (edit, history et.c.), and then things broke. but that might have been my lack of lighttpd mod_rewrite foo. [10:47:42] AaronSchulz: around? [10:53:35] 03(mod) Enable FlaggedRevs Patrolling Configuration on dewiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13969 (10Wiki.Melancholie) [10:59:09] TimStarling: You around? [10:59:26] Prom_cat: please don't do that [10:59:39] yksinaisyyteni: why? [10:59:39] beacuse it's annoying and i'll ban you [10:59:40] Heah [10:59:41] its mary kate in gisguise [10:59:41] disguise^ [11:00:17] Hmm, any suggestions for entering date/times in MediaWIki forms? [11:00:26] werdnum: find an online javascript date picker [11:00:26] It'd be nice if I could have something other than a bare textbox. [11:00:33] and accept ISO dates as a fallback [11:01:00] Localisation is the most important thing - I'm using strtotime() at the moment, but that only works for English. [11:01:14] well, date pickers are mostly i18n-independant for western calendars, which is the majority of users [11:02:11] Anyhow, I was wondering if there are currently any plans on changing the Catchpa to a more friendly one for blind people [11:02:28] eghjaytee: one that allows you to read out the text [11:02:45] sigh, auto nick fill [11:02:45] Prom_cat: do you think i'm joking when i said i'll ban you? [11:03:02] turn it off [11:03:23] Hello There [11:03:41] Anyone here ? [11:03:46] !ask [11:03:46] --mwbot-- 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. [11:03:47] !ask [11:03:47] --mwbot-- 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. [11:04:13] werdnum: lulz [11:04:13] (Shit [11:04:50] ssorry [11:04:50] That wasn't highlighted. [11:04:51] Oh [11:04:55] It was the highlighting that was annoying [11:04:55] Well.... for my college project (web crawler), I need to take some part of wiki [11:05:29] a web crawler? [11:05:29] yeah [11:05:29] A basic one though [11:05:31] arnt web crawlers blocked from tearing through the wiki [11:05:38] Our group is at the stage of comparing two documents to find duplicity [11:06:12] So , My question was about exporting wiki pages [11:06:12] not all of course !! [11:06:37] Maybe a singl category with say 500 Topics [11:06:37] use Special:Export [11:06:38] For comparing them , We need to get the history too [11:06:39] http://en.wikipedia.org/wiki/Special:Export [11:07:01] example^ [11:07:05] But , the revisions with special:export result in data that is as old as 2003 ! [11:07:41] is ther a way to specify to special:export the date limit of revisions ? [11:07:59] examle ...... revisions from date 1/1/2007 to 1/1/2008 [11:07:59] for article xyz [11:09:15] I dont think so [11:09:16] Try using new articles :P [11:09:57] But how do we compare revisions ? [11:10:34] New articles won't be any use here [11:12:22] I'll have to develope a special crawler just for getting wiki revisions :o [11:12:23] I think toolserver might be able to help here [11:12:23] There goes half a day [11:12:25] No, we might be able to do it [11:12:26] (Well the #toolserver mob) [11:12:26] udkl: you can use Special:Export and just filter it. [11:12:26] half a day compared to millions of human-years spent creating the content [11:12:27] no sympathy! [11:12:27] Splarka: go away :) [11:13:36] how about I help instead [11:13:36] udkl: http://en.wikipedia.org/w/api.php [11:13:36] Toolserver gives hosting....I have the college servers to depend upon ...or does it help too ? [11:13:45] prop=revisions accepts a rvstart and rvend timestamp parameter [11:14:01] and query-continue [11:14:01] udkl: and if that fails go to #wikimedia-toolserver they can run SQL querys [11:14:24] And extrat pages / revisions based on more detailed criteria [11:15:37] Prom_cat: Getting text is the hard part [11:16:12] udkl: API could be useful for what you're after. [11:16:29] ... [11:16:29] yeah , the API looks intresting [11:16:29] Splarka: go away :) [11:16:29] werdnum: please go away first, kthxbie [11:16:38] thatnks @Splarka,@werdnum,@Prom_cat [11:17:07] udkl: Your welcome, if you need more help we'll be here..... [11:17:07] #mediawiki is a life sentance [11:17:09] *Splarka gives werd a lesson in helpful [11:17:17] *Prom_cat slaps Splarka around a bit with a large trout [11:17:25] *Splarka cooks it in flour and oil, mmm, fresh trout [11:18:00] *Prom_cat laced it with arsnic [11:18:00] *Splarka serves it to werd [11:26:08] 03(NEW) SubversionShell should always use --non-interactive - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16390 minor; normal; MediaWiki extensions: CodeReview; (mormegil) [11:26:29] Is there any way I can help in MediaWiki development ? [11:27:35] Know PHP [11:27:52] Though not very advanced [11:28:26] Or would I be a hinderence ? [11:28:34] udkl: If you want you can start writing extensions? [11:28:51] Sure [11:28:52] Where/Whom do I approach/Signup [11:28:52] You dont sign up :) [11:29:01] ah! get it [11:29:01] anyone can write extensions :) [11:29:01] an independant extension [11:29:01] and upload them [11:29:09] to the www.mediawiki.org site [11:29:10] alright....thats how I did it with Joomla [11:29:18] werdnum: Do you know where the list of extensions to be wrriten is? [11:29:19] 05:29 < udkl> Is there any way I can help in MediaWiki development ? [11:29:27] udkl: look at bugzilla, http://bugzilla.wikimedia.org [11:29:29] Oh yeah that too. [11:29:29] Check out a copy of the MediaWiki source: svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 [11:29:40] Fix bugs in your working copy, and then make a diff (svn diff > /some/file), and post it on bugzilla for review. [11:30:09] After submitting a few patches, you should ask for commit access to our svn repository. [11:30:27] Ok [11:34:31] usually you'd wait until your patches got committed ;) [11:35:06] ...and reverted by brion... [11:35:14] "backing out, spooky!" [11:35:27] 03(mod) HTMLFileCache's $mFileCache is initialized too late - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16388 (10lambert) [11:36:16] 03(mod) HTMLFileCache's $mFileCache is initialized too late - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16388 (10lambert) [11:41:23] 03mkroetzsch * r43704 10/trunk/extensions/SemanticMediaWiki/ (2 files in 2 dirs): New user-friendly interface for controlling incremental data rebuilding from the web interface. [11:49:05] 03mkroetzsch * r43705 10/trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php: extended text [11:49:05] 03siebrand * r43706 10/trunk/phase3/languages/messages/MessagesUk.php: Revert magic word localisation updates from r43441 for now. Somehow Russian aliases ended up in there too. Working on fixing this with Ahonc. [11:49:48] 03mkroetzsch * r43707 10/trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php: minor clarification in text [11:55:07] http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [11:56:03] 03siebrand * r43708 10/trunk/phase3/languages/messages/MessagesUk.php: Update magic words for Ukranian [11:58:06] 03mkroetzsch * r43709 10/trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php: Show progress of running jobs even if web-based management of these jobs was disabled [12:02:03] 03werdna * r43710 10/trunk/phase3/ (10 files in 4 dirs): [12:02:03] Starter for a re-jig of hit counting (in a per-day table). [12:02:03] Needs configurability, purty graphs, and some cleanup in the back-end. [12:02:06] uh, whoops [12:02:29] hold on, reverting :) [12:07:26] 03werdna * r43711 10/trunk/phase3/ (10 files in 4 dirs): [12:07:26] Revert "Starter for a re-jig of hit counting (in a per-day table)." [12:07:26] That was supposed to be in a branch. [12:07:49] 03(mod) Special:Import needs to update site statistics - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5703 (10bugzilla.wikimedia) [12:07:49] 03werdna * r43712 10/branches/hit-counter/: Re-commit r43710, in a branch. [12:25:35] 03(NEW) Spurious save/preview buttons visible when not logged in - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16391 minor; normal; MediaWiki extensions: CodeReview; (nospam) [12:35:50] ... still researching, why my mediawiki is so slow. installed xdebug. half of the time spent for recentchanges is in Linker->userToolLinks, hmm ... [12:36:44] werdnum: I almost have a fix for bug 16391 in CodeReview, just need to check something... [12:38:12] werdnum: there is a duplicated code block for adding the action buttons in CodeRevisionView.php. I copied that to addActionButton() and made that return the html. Can I just make that function addActionButtons() and call it as addActionButtons(), or should that be self::aAb()? And/or should that be protected function aAb()? [12:39:48] eh? [12:39:48] I haven't touched CodeReview [12:43:38] werdnum: it's not really a code review specific question. Just do not want to mess up. [12:43:38] siebrand: I'm fairly sure you do want self:: there, otherwise it tries to call a global function [12:44:59] could someone help me with creating admin-user from one ldap-user? I tried to use "$wgLDAPUseLocal = true" but it didn't let me in as WikiSysOp. now I can log in with average ldap-user but none of them has admin-privileges [12:45:13] anyway, just try it -- if it works and doesn't produce errors (even with W_STRICT), it's probably good enough to commit :) [12:46:07] siebrand: may look in a moment. [12:46:14] Vyznev: Looking at the other methods, I think it should even be $this-> [12:46:14] am busy modding bash.org [12:47:15] yeah, $this-> is probably better, even if you don't currently access any member variables you might some day want to [12:49:23] right, this should be the patch, then: http://rafb.net/p/BrPPZU10.html [12:51:00] look good at a glance [12:51:31] Looks fine to me. [12:52:21] hmm... is there any chance a user might be allowed to add tags or change the status but not to post comments? [12:53:05] or shall we file the case under "don't do that, then"? :) [12:53:05] 03siebrand * r43713 10/trunk/extensions/CodeReview/CodeRevisionView.php: [12:53:05] (bug 16391) Spurious save/preview buttons visible when not logged in [12:53:05] * show buttons only when $wgUser->isAllowed('codereview-post-comment') [12:53:05] * refactor out some duplicate code [12:53:13] 03(FIXED) Spurious save/preview buttons visible when not logged in - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16391 +comment (10siebrand) [12:54:05] Vyznev: don't think so. [12:55:05] which reminds me, anyone want give me the coder flag? [12:55:05] User:Ilmari_Karonen [12:55:11] Vyznev: sec [12:55:27] Vyznev: done. [12:57:33] ta :) [13:01:22] hey Duesentrieb [13:01:40] hi [13:10:34] could I use phpMyAdmin to somehow change a user to admin directly from database? [13:12:54] 03(mod) Whitelist OASIS OpenDocument file format - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2089 +comment (10lars) [13:14:08] Tha-Fox: sure, why not: just add a row into the user_groups table [13:14:53] the group name is 'sysop' [13:15:09] Vyznev: sorry for being noob, but what should I put in that row? for some reason I can't login as WikiSysOp after I enabled ldap [13:16:01] now there is bureaucrat and sysop [13:16:35] just the user id and the group name [13:17:06] I haven't used LDAP, though, so if the problem is related to that I probably can't help much [13:17:53] well, ldap is working fine :) it's just that I can't use local sysop-account anymore [13:18:03] but I'll try that [13:21:17] Vyznev: it worked! Thanks a lot! [13:33:54] maybe someone can help me: if I set a projecet ns to "Foo" and I run the wiki and some pages in Foo:name are created. How can I change project ns "Foo" to "Foo2"? [13:36:59] that's kind of hard, as far as I know [13:37:15] you can just change the names around, that'll still work [13:37:20] but the links will be broken [13:47:34] ddd [13:50:28] hello all ! [13:51:18] z [13:51:22] hello all ! [13:51:58] how to reinitialize statistics in mediawiki [13:51:58] ?? [13:52:52] brilus: run maintenance/updateSpecialPages.php ( I think) [13:53:02] ok [13:53:12] i'm trying... thanks [13:53:21] brilus: or more initStats.php [13:53:33] * Maintenance script to re-initialise or update the site statistics table [13:53:43] Not sure about that one, though, as I never ran it. [13:55:09] tinus_: what about to move it out from this ns, then rename it in localsettings.php and then move it back? [13:58:12] 03(mod) Set article autopatrol for user group rollbackers on svwiki. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16319 (10barracudas) [14:00:13] siebrand: not working [14:00:23] i want to reinitialize the number of page views ! [14:00:27] brilus: initStats.php neither? [14:01:18] 03(mod) Can't view any pages at Simple English Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16387 (10N/A) [14:02:17] 03(mod) Can't view any pages at Simple English Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16387 (10siebrand) [14:03:07] no! initStats.php neither [14:03:22] siebrand: no! initStats.php neither [14:04:47] brilus: then it appears that you will have to somehow find the correct update query to fix it... Or create a report in bugzilla. [14:04:47] !bugzilla | brilus [14:04:47] --mwbot-- brilus: All bugs in MediaWiki should be reported at https://bugzilla.wikimedia.org. This is also the place to request site configuration changes, new features or enhancements to existing features, although bear the following points in mind before making a feature/enhancement request: 1) If the request is specific to a Wikimedia wiki, please discuss the issue on that wiki first. 2) Consider whether a custom extension would be more appropriate. [14:05:16] siebrand: in which table is stored those stats ?? [14:05:18] brilus: Don't know, not familiar with that part of the data model. [14:05:22] how do i configure mediawiki to use batik for SVG rendering? [14:05:22] okay [14:05:33] thanks !! [14:05:33] yw [14:06:32] Bug reports for not knowing how to reset stats? [14:07:01] You can't "reset" page views, unless you mean reset them to zero. They're just stored as numbers, AFAIK. [14:07:59] brilus: I took a quick look. You can try to set site_stats.ss_total_views to 0. [14:09:06] brilus: and I think that each page has its own counter in page.page_counter. [14:09:55] brilus: so something like "UPDATE page SET page_counter = 0; should reset all your page page view counts [14:10:18] siebrand: not working ! [14:10:18] brilus: UPDATE site_stats SET ss_total_views = 0; should reset your overall count. [14:10:22] i'm trying the update query [14:11:06] brilus: not certain what you think the exclamation marks will add... [14:11:11] siebrand: not working neither !... [14:11:24] brilus: then you have to RTFS... [14:11:24] sorry for exclamation ! [14:11:42] sorry for exclamation [14:11:42] what is RTFS? [14:13:06] siebrand: thank you for your help. i'll keep on looking in the db model [14:13:22] 03siebrand * r43714 10/trunk/extensions/YouTubeAuthSub/YouTubeAuthSub.i18n.php: Fix typos [14:13:33] brilus: Read the Friendly Source :P [14:13:56] :) thnks [14:16:42] 03mkroetzsch * r43715 10/trunk/extensions/SemanticMediaWiki/ (6 files in 4 dirs): Support for complete refresh via web interface (multiple runs), simplified refresh script using new methods [14:19:14] siebrand: the following sql query worked: UPDATE page SET page_counter = 0; [14:19:34] siebrand: thank you again. Regards [14:19:48] brilus: looks quite equal to what I suggested :) [14:20:16] brilus: great stuff. [14:20:57] siebrand: yep :) [14:20:59] AaronSchulz: ping? [14:23:15] AaronSchulz: on Special:Search (entry page) clicking any of the links in "Pages Files Pages & Project Project Everything Advanced" results in an empty search menu, except for "Files", s that will return search results for "File:". Isn't that too inconsistent? [14:25:11] AaronSchulz: second (probably of lower prio): When there are no hits on a file search, a link is displayed to create f.e. [[File:Test]]. That's kind of unwanted. Should be nothing, or a link to upload a file. [14:28:04] 03(mod) MediaWiki: Recentchangeslinked to be split into four individual messages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14866 +comment (10siebrand) [14:32:31] 03mkroetzsch * r43716 10/trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php: fixes in HTML [14:36:13] 03mkroetzsch * r43717 10/trunk/extensions/SemanticMediaWiki/includes/jobs/SMW_UpdateJob.php: clarified error message [14:39:18] 03mkroetzsch * r43718 10/trunk/extensions/SemanticMediaWiki/includes/jobs/SMW_UpdateJob.php: typo [14:47:34] 03siebrand * r43719 10/trunk/extensions/uniwiki/ (7 files in 7 dirs): Some updates to messages before adding them to Translate [15:03:57] 03siebrand * r43720 10/trunk/extensions/Translate/ (3 files in 2 dirs): Add uniwiki extensions to Translate, and add a meta messages group. [15:06:45] 03siebrand * r43721 10/trunk/extensions/Translate/groups/mediawiki-defines.txt: Update var for message group [15:11:55] 04(REOPENED) Enable FlaggedRevs custom configuration on Hungarian Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=15568 +comment (10gtisza) [15:22:56] 14(WFM) Unable to usurp user name on Commons - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16148 (10Eugene.Zelenko) [15:23:27] 03(mod) Notes as references - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16389 (10mikelifeguard) [15:46:53] 14(DUP) Notes as references - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16389 +comment (10b-jorsch) [15:46:53] 03(mod) List of footnotes separate from references in Cite.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11899 +comment (10b-jorsch) [15:47:20] 03rotem * r43722 10/trunk/extensions/Collection/Collection.i18n.php: Localization update for he. [15:48:26] Hello [15:49:48] I've updated my wiki up to 1.13.2 revision, and one of my extension using wgMediaHandlers seems to no longer work. Is this global still used ? [15:50:48] hi all [15:51:40] 03mkroetzsch * r43723 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_QueryPrinter.php storage/SMW_QueryResult.php): removed deprecated methods that were announced to vanish in SMW 1.4 (deprecated since at least SMW 1.2) [15:51:40] hi jippie [15:52:00] i am trying to create a template that starts with a paragraph header, including the line in the index. [15:52:22] the template I am trying is: [15:52:26] =={{{1 }}}== [15:52:48] it refuses to correctly print the header line, and also won't enter a line in the index [15:54:01] 03dale * r43724 10/trunk/extensions/MetavidWiki/ (5 files in 3 dirs): [15:54:01] improved smil editor [15:54:01] * ctrl and shift based select/deselect working better [15:54:01] * improved sub-menu handling [15:54:01] minor fix to ogg_thumb_insert.php [15:55:11] it simply outputs [15:55:11] ==Eneco / Capgemini Outsourcing [15:55:11] skipping the second == al together, and uses normal font [15:55:35] 03(FIXED) Articles in wrong categories - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=15968 +comment (10markus) [15:57:56] 14(WFM) Links and emails in Semantic Template Fields - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16233 +comment (10markus) [15:58:14] nobody a bright idea what i'm doing wrong? [16:00:12] i'll try later [16:00:57] 03(ASSIGNED) Concepts do not work - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=15559 +comment (10markus) [16:11:42] How can I adjust media handler on MW1.13 ? Extension using wgMediaHandlers seems to no longer work ... [16:17:05] 03(FIXED) Re-format/style facts section - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10935 +comment (10markus) [16:26:02] There wouldnt be anyone about who knows where i can download librsvg and all dependencies for windows? [16:33:21] 03mkroetzsch * r43725 10/trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php: make it more obvious where to find the progress bar for the refresh operation [16:40:00] 03mkroetzsch * r43726 10/trunk/extensions/SemanticMediaWiki/maintenance/SMW_pingSemWeb.php: Removed maintenance script; the new Registry service really obsoletes this script. [17:01:19] 03siebrand * r43727 10/trunk/phase3/languages/messages/MessagesEn.php: 'pages' -> 'content pages' where applicable in search page [17:03:43] hey folks, what's a good way to troubleshoot a particular page which I'm trying to make an edit on, and getting back a 500 for? Only one particular page, all other edits are a-okay [17:05:01] turn on PHP error logging and see what it spits out [17:06:10] Ugh, I'm a momo, Thanks Vyznev :-) [17:06:37] you can also enable MediaWiki's own logging, but if you're getting a 500, I'd expect PHP's log to be more useful [17:12:09] ffs! [17:12:45] I re-run a buggy 5-minute query on the toolserver, dump its output to a tempfile... and realize that I forgot to set UNLINK => 0 :( [17:14:06] don't get me wrong, I _like_ the idea of pre-unlinked tempfiles, but that was just bloody useless [17:14:13] not to mention stupid on my part [17:15:55] I just wish I had some way to test it without waiting 5-10 minutes for the query to run each time [17:16:21] ...which I *would've* had by now, if that damn tempfile hadn't been unlinked [17:18:29] (and just why the fsck am I getting MD5 mismatches on that data anyway, when it works on my truncated test data just fine? I'd really like to know...) [17:19:19] (it's not a Unicode issue, or at least not in any obvious way: my test data has plenty of funny characters already) [17:19:45] ...hi, brion :/ [17:22:31] Hi all. I am moving a mw db from a server with MySQL 4.1.20 to MySQL 5.0.51. I dumped the db to my mac SquelPro, everything looks good. I upload the new db with phpmyadmin and change the localsettings to the new server, the page renders but the content structure is not there at all, main_page just has 39FDK39DSHIR38F long string of nonsensical numbers and letters. [17:27:52] ok... wtf? Digest::MD5 says the hash is 114352a79f195e73491f677690d81447. md5sum says it's 114352a79f195e73491f677690d81447. but ApiEditPage.php says it bloody well isn't. [17:31:56] at this point, it's two to one says the bug is in the API [17:31:57] but just how do you screw up an MD5 check? [17:32:09] (in a way that doesn't make it _always_ fail, that is) [17:33:54] Vyznev: what's being hashed? [17:34:35] a bunch of wikitext I'm trying to post [17:34:54] via the edit API [17:35:24] /tmp/Wkc_f5dNHX.txt on login.toolserver.org [17:36:11] Wkc_f5dNHX.txt: Permission denied [17:36:33] you wanna chmod a+r that? :) [17:36:41] right, try again now :) [17:36:50] * [[:Image:Brain_自閉症の原<9B> (ミラー・ニューロン).PNG|Brain_自閉症の原<9B> (ミラー・ニューロン).PNG]] [17:36:53] hmm, is there some bad unicode in there? [17:37:05] * [[:Image:Teorema_del_S nchez_Gon.gif|Teorema_del_S nchez_Gon.gif]] [17:37:12] hmm... that might explain it, yes [17:37:44] the second question is, how did the bad unicode get into the commons database, and what if anything should be done about it? [17:38:14] ah, wait... duh! [17:38:20] *Vyznev slaps forehead [17:40:05] 03(FIXED) Recursion depth in SMWResultPrinter as configuration parameter - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16299 +comment (10markus) [17:51:02] 03mkroetzsch * r43728 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Time.php: improved printout code [17:53:24] 03mkroetzsch * r43729 10/trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php: use public variable for max recursion depth for templates that appear in queries, so admins can change it if they really want to [17:54:12] hello [17:54:32] brion ping [17:58:42] oy [17:58:51] hello brion [18:15:21] 03rotem * r43730 10/trunk/phase3/languages/messages/MessagesHe.php: Localization update. [18:16:55] 03yaron * r43731 10/trunk/extensions/SemanticMediaWiki/ (2 files in 2 dirs): Changed hardcoded messages in SMWAdmin special page to internationalized values [18:18:41] 03mkroetzsch * r43732 10/trunk/extensions/SemanticResultFormats/Timeline/SRF_Timeline.php: stop using deprecated methods [18:25:20] 03siebrand * r43733 10/trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php: Update recently added messages. Add newlines before a new sentence to ease localisation. [18:27:53] 03ialex * r43734 10/trunk/extensions/Configure/ (CHANGELOG Configure.php Configure.settings-ext.php): Added links for APC and User Merge extensions [18:32:13] hi [18:32:34] wie schaff ich es aus ne formular automatisch einen [18:32:44] hi do xml dumps contain images? [18:32:44] aus 2 formularfeldern automatisch den seitentitel zu machen? [18:32:51] Hermanon: no [18:33:05] ups kann hier jemand Deutsch? [18:33:17] how can i get a db dump with images? [18:33:17] yeahrrr: ja [18:33:42] kannnst du mir evtl. weiterhelfen? [18:34:08] Wie schaff ich es aus 2 formularfeldern automatisch den seitentitel zu machen? [18:34:14] http://meta.wikimedia.org/wiki/Data_dumps#Downloading_Images_from_Wikipedia_and_Wikimedia_Commons [18:34:49] das Problem is mein Englisch [18:34:49] yeahrrr: ich versteh nicht ganz, wo sind diese formularfeldern? [18:36:08] LA2: ich hab ne Vorlage und hab en Formular wo ich bspw. Ort und Verein als Formularfeld hab der Seitentitel soll sich jetzt aus dem Ortsnamen und dem Vereinsnamen zusammensetzen [18:39:30] ich kenn mich nicht aus mit formularfeldern in vorlagen, tut mir leid [18:40:05] schade [18:40:18] trotzdem vielen dank [18:41:05] so, yeahrrr has a question about HTML forms in templates, and how he/she can combine form field values into the name of a page [18:42:34] I haven't worked with HTML forms in Mediawiki. How are the posted values received? As template parameters? [18:44:07] yeahrrr: hast do dies mit *einem* formularfeld geschafft, bevor du es mit 2 versuchst? [18:44:10] /du/ [18:44:10] ne [18:44:26] ich hab noch gar keinen lösungsansatz gefunden [18:44:43] ein goldenes prinzip ist ja alles so lang wie möglich zu vereinfachen, um probleme besser zu verstehen [18:47:19] hmm [18:47:39] naja wenn ich wüsste wie ich es mit einem form hinbekomme ?! [18:48:53] 03siebrand * r43735 10/trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php: More message updates. No content changes other than "SMW" -> "Semantic MediaWiki". [18:53:36] 03siebrand * r43736 10/trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php: Fix typo [18:53:43] 03ialex * r43737 10/trunk/extensions/Configure/Configure.settings.i18n.php: Per siebrand: fix description of $wgRCFilterByAge [18:59:38] 03siebrand * r43738 10/trunk/extensions/Translate/groups/mediawiki-defines.txt: Add 'ct_external_sample' as optional [19:23:58] 03mkroetzsch * r43739 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Time.php: +convenience methods to access date parts [19:29:59] 03ialex * r43740 10/trunk/extensions/Configure/translateSettings.php: I didn't write that script ;) [19:32:15] hola? [19:32:57] hi [19:36:33] is there a special:linksearch analogue in the api? [19:40:05] Mike_lifeguard: action=query&list=exturlusage [19:40:16] thanks [19:46:43] 03(mod) FlaggedRevs blocks/disables Patroller Extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16375 (10Wiki.Melancholie) [19:58:26] 03ialex * r43741 10/trunk/extensions/Configure/ (CHANGELOG Configure.diff.php): Settings descriptions are now also shown on differences [20:01:41] 03(NEW) Provide a possibility to hide bot contributions from history lists - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16392 15enhancement; normal; MediaWiki: History/Diffs; (Wiki.Melancholie) [20:03:46] 03(mod) Provide a possibility to hide bot contributions from history lists - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16392 +comment (10mikelifeguard) [20:11:49] 14(DUP) Provide a possibility to hide bot contributions from history lists - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16392 +comment (10alex.emsenhuber) [20:11:49] 03(mod) filter history of edits on bots (hidebots=1) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16228 +comment (10alex.emsenhuber) [20:13:13] yoyo[RKN], what kinda MediaWiki skin does the Rechenkraft site use? [20:14:33] ? [20:15:48] just a own skin [20:20:56] hallo vllt. noch jemand hier der sich mit semanticforms auskennt und deutsch spricht? [20:27:35] 03(NEW) editlinks on Special:Gadgets only for "editinterface" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16393 15enhancement; normal; MediaWiki extensions: Gadgets; (umherirrender_de.wp) [20:33:34] 14(DUP) editlinks on Special:Gadgets only for "editinterface" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16393 +comment (10robinp.1273) [20:33:34] 03(mod) "Edit" link not working as expected - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13287 +comment (10robinp.1273) [20:40:33] 03(mod) "Edit" link not working as expected - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13287 +comment (10mikelifeguard) [20:54:16] Hello [20:54:57] Anyone with experiences with the SpecialUpload? [20:55:44] Is preparing for a check-function for ODF files, [20:57:16] does anyone have experiences with this functionality? [21:02:15] 03siebrand * r43742 10/trunk/phase3/languages/messages/ (33 files): Localisation updates for core messages from Betawiki (2008-11-19 21:50 CET) [21:07:08] 03siebrand * r43743 10/trunk/extensions/ (92 files in 78 dirs): Localisation updates for extension messages from Betawiki (2008-11-19 21:50 CET) [21:07:52] hej, pereriksson [21:07:56] pereriksson: you might want to talk to Bryan, I think [21:08:00] Hello :) [21:08:37] I've got my hands dirty in SpecialUpload and seem to have some basic understanding of the "situation" [21:08:43] thanks Mike [21:09:05] It probably requires the zip php extension for this to work out [21:09:19] without the zip extension installed, I would think that ODF should be blocked [21:09:38] as a "standard" behaviour [21:10:16] @Mike_lifeguard: Is he used to be here or is Bryan more available through email? [21:10:47] He's in #wikimedia-commons currently [21:11:04] Dunno if he's busy or not (probably he is :D ) [21:11:50] bryan? or brion? [21:12:28] is this bug:2089 ? [21:12:37] No, Bryan, I think. [21:12:43] since we /know/ the other one is busy :D [21:12:55] 03siebrand * r43744 10/trunk/phase3/languages/messages/MessagesDe.php: Localisation updates for core from Betawiki [21:13:07] is this pereriksson from OpenOffice.org Sweden? [21:14:15] Sure this in. :) [21:14:27] ok, good [21:14:38] are you already working on the ODF checker? [21:15:14] yes, with a suggested prerequisite for the php ext. "zip" [21:15:30] http://php.net/zip [21:16:12] is there some aggregation of most beautiful/sophisticated mw-skins? [21:16:13] some sort of gallery? [21:16:17] or contest even? [21:17:18] LA2 = Lars Aronsson, of course [21:17:55] rigid: http://www.google.com/search?q=mediawiki+skins [21:18:05] siebrand: _aggregation_ [21:18:22] but, the class today looks a little smashed together, with different checks in different places. [21:18:31] rigid: http://www.google.com/search?q=mediawiki+skins+gallery [21:18:31] siebrand: :) [21:18:32] siebrand: tnx [21:19:18] I'd suggest a differnt class for each type of file, to make things easier in the future [21:20:38] @LA2, do you have any experiences with this community? [21:21:00] http://meta.wikimedia.org/wiki/Gallery_of_user_styles was exactly what I looked for... obviously i used the wrong search-keywords... [21:22:00] rigid: I just used the keywords form your question :) 3rd hit in the first suggestion, first in the second :) [21:22:36] pereriksson_: mediawiki developer community? not much. but I know some of the developers [21:22:45] siebrand: maybe some kind of "mental-block" ;) [21:23:19] I had the exchange with Brion Vibber that I cited in the bugzilla report for bug:2089 [21:23:33] Yes, let's keep the contact with brion through email, and we'll come up with something [21:24:10] I have sent a reply and let's wait for that. [21:24:57] from the bug report, it's obvious that some people have looked at this already, for example MinuteElectron in comment #24, Platonides in comment #26 [21:25:09] https://bugzilla.wikimedia.org/show_bug.cgi?id=2089 [21:26:13] I don't know if these developers are on IRC or if they use the same names here [21:26:16] they are [21:26:42] :) [21:26:42] of course, I haven't a clue about anything to do with zip\odf so am probably no help whatsoever [21:26:48] Thanks anyway! [21:26:48] Platonides is here though [21:28:09] MinuteElectron: oh, hi, there you are! we're trying to address bug:2089 [21:28:18] LA2: yes, I gathered that - probably not much use to you though, sorry :) [21:29:03] is there a convenient way in mediawiki to allow a user access to administer (delete, rename, etc.) pages in a specific directory only? [21:29:20] I haven't really touched PHP. I'm just a hangaround and an occasional reporter in bugzilla. [21:29:54] I once had a bug fixed by roankattouw in a very quick, skilled and competent fashion. [21:30:52] With bug:2089, it's one that I would like to see solved, and I figured it made sense to involve the OpenOffice developer community in this. [21:31:50] It's an excellent idea, which must be solved. [21:32:45] It looks like we just need a couple of things sorted out, e.g. the permission to include additional prereqs for the Zip container. [21:32:50] I would suggest to check the files only, not macros and such. [21:33:01] A document with a simple sorting macro must be allowed. [21:33:19] are there good macros and bad macros? [21:33:20] with files I mean the contents of the ODF-files [21:33:38] of course, the spec has a full API for file manipulation [21:34:02] the code comes from StarOffice and StarDivison, quite well written [21:34:06] lots of funtionality for dealing with files [21:34:09] in java? [21:35:45] should the MediaWiki php just system("java -jar odfvalidator.jar"), or should more details of the implementation be moved over to PHP? [21:35:45] this is OpenOffice.org/StarOffice Basic [21:35:53] basic [21:36:02] I'd skip odfvalidator [21:36:33] I don't think we don't need the structure check that I think odfvalidator does, [21:36:35] it takes too much time [21:36:35] for large documents [21:36:56] I would only check the contents. [21:41:14] 03minuteelectron * r43745 10/trunk/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php: * UniWiki CatBoxAtTop no longer displays "Array" in 1.13.1 and higher. [21:42:17] thanks Lars! [21:42:17] Good night! [21:52:13] hey guys, is there any chance that you can upload pdf files to a mediawiki server and provide a link to dl for the file itself? [21:55:29] http://www.mediawiki.org/wiki/Manual:$wgFileExtensions [21:55:48] ty [21:55:50] download links can be done with the pseudo-namespace media:, like [[media:foo.ext]] [21:56:02] as well as [[Special:Filepath]] and other tricks [21:56:24] sorry, weather is wreaking havoc with my connection [21:56:51] where abouts is that geographically ML? [21:59:11] Nova Scotia [22:00:20] *Splarka sends the Lexx over to blow up the clouds [22:01:05] \o/ [22:07:49] hi there just wondering can anybody help I've setup a wiki how can add news and recent updates to the front page? [22:07:54] 03tparscal * r43746 10/trunk/extensions/ContributionReporting/ (4 files): Added possible solution for mediums - but it's too slow so it's commented out. [22:07:54] googled but had no luck [22:08:48] synapse_: like wikipedia does you mean? they do that manually... a million monkeys can be useful [22:09:22] ah I see [22:09:39] some things you can do... transclude {{Special:Recentchanges}} to the main page to show recent changes [22:09:45] thought it was automaticly generated [22:10:07] or install Dynamic Page List to show dynamic lists of pages based on criteria you select (wikinews does this) [22:10:26] well, it is automatically displayed based on time, but generated beforehand manually [22:10:48] for example.. there are "magic words" that change based on date -> http://www.mediawiki.org/wiki/Help:Magic_words [22:10:49] you can have a transclusion on the main page... [22:11:20] {{Featured article/{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}}} [22:11:28] Transclusion? [22:11:39] ah I see that sounds cool [22:11:39] Splarka: is there a way to change the capacity for files upload to the wiki server? [22:11:40] and then create ahead of time [[Template:Featured article/2008/11/17]] [[Template:Featured article/2008/11/18]] [[Template:Featured article/2008/11/19]] ... [22:12:01] w3rd_: there are several things that must be taken into account when doing that [22:12:20] the apache size limit, the php memory limit, evil file-theif gnomes.. [22:12:56] as well as things like the thumbnailing limits (a megapixel metric, to limit the memory used when scaling) [22:13:22] http://www.mediawiki.org/wiki/Manual_talk:$wgMaxUploadSize doesn't do what you might think [22:13:39] er http://www.mediawiki.org/wiki/Manual:$wgMaxUploadSize [22:13:39] cool Ill guess i'll play around with that and see what happens thanks [22:13:45] see the notes at the bottom of that last one w3rd_ [22:14:17] synapse_: you might peruse http://www.mediawiki.org/wiki/Help:Templates for a general overview too [22:14:59] cool [22:21:09] 03siebrand * r43747 10/trunk/extensions/Translate/Translate.php: Add ext-uniwiki to $wgTranslateGroupStructure [22:22:33] Is there something wrong with my mediawiki tables if some of them are in collation ut8_general_ci and some in latin1_swedish_ci ? [22:27:14] 03siebrand * r43748 10/trunk/extensions/ (3 files in 2 dirs): [22:27:14] * add descriptionmsg in extension credits for uniwiki/CustomToolbar [22:27:14] * updates for uniwiki support in Translate [22:36:11] 03brion * r43749 10/trunk/extensions/ContributionReporting/ContributionHistory_body.php: fix localization of prev/next links -- needs to be done with language selected b the frontend parameter [22:40:50] 03siebrand * r43750 10/trunk/extensions/Translate/ (3 files in 2 dirs): Group social profile extension in Translate [22:42:11] 03siebrand * r43751 10/trunk/extensions/Translate/Translate.php: Fix copy/paste error [22:43:37] away zzz... [22:44:33] 03(NEW) Under certain circumstances it is possible to add the same category to a page twice - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16394 15enhancement; normal; MediaWiki extensions: Uniwiki; (minuteelectron) [22:44:40] 03brion * r43752 10/trunk/extensions/skins/Tomas/main.css: hide TOC contents; on fundraising pages they show up in site content language instead of page content language [22:46:02] hmm, MinuteElectron: there isn't a js global for $wgCapitalLinks is there? [22:47:03] how would the JS know how exactly to sanitizer a category title in the same way the wiki would, without hitting the api action=parse (or some other method of normalization)? [22:47:07] er, -r [22:48:04] 03(NEW) Generic Edit Page: If a page has more than one section with the same title some are deleted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16395 15enhancement; normal; MediaWiki extensions: Uniwiki; (minuteelectron) [22:48:40] 03(mod) Generic Edit Page: Under certain circumstances it is possible to add the same category to a page twice - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16394 summary (10minuteelectron) [22:50:46] 03(NEW) Generic Edit Page: Various PHP Notices - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16396 15enhancement; normal; MediaWiki extensions: Uniwiki; (minuteelectron) [22:51:35] *brion pokes AaronSchulz [22:51:44] questions about autopromotion in #wikimedia-tech [22:52:55] 03(NEW) Generic Edit Page: Extraneous layout tag append on page save - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16397 15enhancement; normal; MediaWiki extensions: Uniwiki; (minuteelectron) [22:54:33] Splarka: I don't know how - but that doesn't make it not a bug. If I do fix that one I could always introduce such a a js global though. [22:55:17] What's the magic word to move the TOS down? [22:55:18] *chuck waits for someone to say "please" [22:55:26] MinuteElectron: fair enough ^_^ [22:55:50] :) [22:55:50] MinuteElectron: although, hmm, there are other things to consider too... for title normalization [22:56:05] *Splarka thinks one up real quick [22:56:40] ahh, registered namespaces, namespace aliases, namespace redirects, interwiki, interlang... [22:57:40] for example: [[mw:Foo]] and [[mW:Foo]] both normalize to the same [22:57:48] but [[zmx:Foo]] and [[zmX:Foo]] do not [22:58:07] I don't think a simple extra global will make title normalization any more practical in JS [22:58:59] Splarka: fair enough [22:59:39] Splarka: I will have to consider the best method when I actually come to doing it, but regardless it is still a bug... [22:59:53] yes yes, it _is_ a bug [23:00:09] but you can't expect poor JS to know how to fix it, is just what I'm sayin [23:00:13] ah, ok [23:00:27] hmmm, unless you hit the API of course [23:00:32] if you'd like to write something on the bug then that would be good, to avoid duplication of discussion [23:01:09] *Splarka tests something first [23:01:26] http://en.wikipedia.org/w/api.php?action=query&titles=Foo|Bar|baz|B_ar|b%20Ar [23:01:45] the might be handy here [23:01:52] you could also check for existence at the same time, handily [23:02:34] that would be interesting as an additional feature [23:02:35] more practical example: [23:02:37] http://en.wikipedia.org/w/api.php?action=query&titles=Category:Foo|category:Bar|Category:%20Baz [23:03:28] nice [23:03:28] hang on, I'll add a quick comment to your bug [23:03:43] 16394 [23:03:58] btw, even localizes it [23:03:58] http://fr.wikipedia.org/w/api.php?action=query&titles=Category:Foo|category:Bar|Category:%20Baz [23:04:29] ha, that's awesome [23:08:03] there [23:08:05] 03(mod) Generic Edit Page: Under certain circumstances it is possible to add the same category to a page twice - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16394 (10herd) [23:08:22] Splarka: cheers [23:08:26] goodnight [23:08:54] nini [23:08:58] happy javascript trails [23:09:15] Does anyone know how to make MediaWiki play nicer with load balancers? i.e. to get the user's IP passed on [23:09:24] chuck: TOS? or TOC? [23:09:29] I meant TOC, I made a typo [23:09:35] it's working now [23:09:35] ahhk __TOC__ where you want it [23:09:42] heh [23:09:54] see http://www.mediawiki.org/wiki/Help:Magic_words [23:10:04] brion, Do you know how to get MediaWiki to use X-Forwarded-For? [23:10:43] chuck: add the proxies to the list of squids (the 'no purge' list if you're not using them as a special caching proxy) [23:11:13] hrm... [23:11:38] $wgSquidServersNoPurge = array( '127.0.0.1', '192.168.1.50' ); [23:11:46] but it doesn't work :'( [23:13:05] chuck: checked the debug logs? tried diving into wfGetIP to check what's going on? [23:13:52] brion, Are the generated docs online anywhere / do they include functions? [23:17:21] http://svn.wikimedia.org/doc/ [23:18:39] gracias [23:20:13] okay, my actual IP is in there, so it's not considering the proxy as trusted [23:22:13] brion, I added a var_dump($ip); to the IsTrustedProxy function, and it was called twice, the first time saying the actual proxy server, and the second time giving my local IP O_o [23:24:36] if your actual IP is there, that means it is considering the proxy as trusted [23:24:36] otherwise it would show the proxy's IP [23:24:53] But I still see 127.0.0.1 in the top/right info [23:25:07] are you on the proxy? [23:25:15] yes [23:25:23] see! it's working [23:25:44] if it wasn't, it would show the proxy's IP [23:25:48] That is the proxy's IP. [23:25:48] My IP is 192.168.1.5 [23:25:53] your IP is 192.168.1.5 on one network, and 127.0.0.1 on loopback interface [23:25:53] (This is just two crappy test servers to play with Varnish, I have LigHTTPd running on the proxy) [23:26:03] I'm on a separate computer from the proxy [23:26:10] if you're on the proxy, then the proxy may see your browser connecting from 127.0.0.1 [23:26:24] then.... why'd you tell me you were on the proxy? [23:26:45] I thought you meant like am I still accessing it through the proxy rather than directly going to the web server [23:27:50] echo'ing the IP that wfGetIP returns shows the proxy's IP then my IP, yet it's still not working, hrm..... [23:28:14] Is there any way to get the current line number that the function was called from? [23:28:59] throw an exception and look at the backtrace :) [23:31:07] Okay, well it's being called first from User::getName [23:34:35] >< this is so vexing [23:35:07] $wgVex = false; :) [23:37:12] hehe [23:37:26] it looks like this is the line of error: [23:37:26] if ( isset( $ipchain[$i + 1] ) && IP::isPublic( $ipchain[$i + 1] ) ) { [23:37:46] 03tparscal * r43753 10/trunk/extensions/ContributionReporting/ContributionHistory_body.php: Made paging based on timestamps rather than abstract offsets. [23:39:29] whee [23:39:29] brion, It's because the IP is a local network IP, right? [23:39:34] chuck: hmmmmmm [23:39:35] that might be suspicious [23:39:36] *brion looks [23:40:32] pah [23:40:32] *chuck runs blame on that file to see who is to blame [23:40:32] yeah looks like [23:40:58] tstarling, tisk tisk tisk [23:40:58] ;-) [23:41:05] well i think that's to keep internal addresses from polluting things when they're not supposed to [23:41:12] are your clients going to be in your local network? :) [23:41:29] Possibly, in the case of bots. [23:41:38] Could a configuration option be added to disable that behavior? [23:42:53] ehhh maybe [23:43:10] not sure what's the best way to handle such thigns :) [23:52:45] brion, May I add a configuration option? :P [23:53:59] well, do you want it listing internal IPs? will that help? [23:55:34] I just want to disable that isPublic (or w/e) checking optionally [23:56:39] brion, just in case, if the OpenOffice.org people start talking about Java... is the Sun JRE running on WMF servers, or another java engine, or no Java at all? [23:57:27] most servers don't have one. search is the only thinig doing java atm [23:57:33] it's probably currently a sun jre; will be openjdk/icedtea/whatever whenever that's the default [23:57:35] because it's nutch? [23:57:35] morning [23:57:49] stupid alarm clock forgot to wake me up :/ [23:57:54] no nutch, we have a custom lucene-based system [23:58:07] ah, lucene, well ok [23:58:07] mornin werdnum :) [23:58:17] heh, it's 11am now [23:58:27] almost not really morning [23:58:57] is someone available to tell me why CSS is being a dick? :/ [23:59:29] bye [23:59:29] brion: for this stats stuff, I was thinking of adding a hs_delta field too (previous hs_count-current hs_count) [23:59:33] White_Cat: CSS is being a dick because CSS was abused as a child and feels the need to lash out to make it feel like its regaining the power that was taken from it [23:59:49] brion well [23:59:49] http://en.wikipedia.org/w/index.php?title=List_of_ships_captured_by_pirates_off_the_coast_of_Somalia&action=purge