--- Log opened Wed Nov 25 00:00:10 2009 --- Day changed Wed Nov 25 2009 00:00 < werdna> Amgine: the buldSQL thing should use our DB abstraction methods 00:00 -!- autojack [n=owen@nerdnetworks.org] has joined #mediawiki 00:00 < werdna> I'd really like to not have to review that all for SQL injection 00:00 -!- charitwo [n=charitwo@wikia/Charitwo] has joined #mediawiki 00:01 < autojack> I'm trying to create a numbered list that starts at a specific value. according to http://meta.wikimedia.org/wiki/Help:List I can just do: #
  • But when I do this, I end up with: 1. 10. ...with a line break in between. is there some other easy way or do I just need to use an HTML syntax ordered list? 00:02 < Platonides> try start instead of value 00:02 < Platonides> and remove the # 00:02 < werdna> httpHeaders() looks a bit weird, I'm not sure why you haven't been able to use OutputPage for that 00:03 < autojack> Platonides: that just gives me a bullet instead of a number 00:03 < werdna> feedSMItem::xmlEncode looks like it should be using something MediaWiki-wide for its work 00:03 < Platonides> autojack, place a
      at the beginning 00:03 < werdna> feedSMItem::formatTime also looks like it's reinventing the wheel 00:03 < RowCol> if I define: $wgGroupPermissions['*' ]['edit'] = true; 00:03 < RowCol> and 00:03 < RowCol> $wgGroupPermissions['user']['edit'] = true; 00:04 < autojack> Platonides: yeah that's what I was getting at. I didn't want to use the
        syntax. 00:04 < RowCol> ouff I want to say: 00:04 < Platonides> I'm afraid there's no other way 00:04 < RowCol> $wgGroupPermissions['*']['edit'] = false; 00:04 < RowCol> $wgGroupPermissions['user']['edit'] = true; 00:04 < Platonides> there would be nice to be able to set
          and then do #s 00:04 < RowCol> the user groupe will be allowed to edit pages or not ? 00:04 < buzz_> according to that wiki page what he did witht he list should work. i guess it got broken with some parser changes ? 00:04 < autojack> buzz_: yeah that's what's disappointing. 00:05 < Platonides> you set it to true, then to false? 00:05 < Platonides> the last one wins 00:05 < RowCol> Platonides it not the same groupe 00:05 < buzz_> it does say The HTML
        1. syntax may be combined with the wikicode # markup, as follows: 00:05 < Platonides> but if the user is in any group which allows him to edit, he will be able to 00:05 < buzz_> so something got broke 00:05 < werdna> Amgine: look at wfTimestamp() for converting timestamps between formats 00:05 < RowCol> how to allow users to edit and don't allow anonyms to edit ? 00:06 < RowCol> Platonides 00:06 < buzz_> autojack, its worth opening a bug about that. it half works, so it looks like it has got broken at some point 00:06 < Platonides> mmh... works on metawiki 00:06 < autojack> yeah. too bad, it's annoying to have to switch to HTML syntax in the middle of my list. 00:06 < Platonides> could be a trick of tidy 00:06 < Amgine> I think I found that late in the development; yes werdna. 00:06 < autojack> we might have some stale version of MW here. 00:07 < Platonides> RowCol, $wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['user']['edit'] = true; 00:07 < RowCol> ok 00:07 < RowCol> thanks 00:07 < buzz_> autojack, the same problem is on my svn version that is only a week or two old 00:07 < autojack> ah, OK. 00:07 < Platonides> there's also a page at mediawiki.org explaining that 00:07 < Platonides> you may want to take a look 00:07 < autojack> I don't know how to see what version we're using. 00:07 < buzz_> Special:Version 00:08 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has joined #mediawiki 00:08 -!- Platonides [n=Platonid@wikipedia/Platonides] has quit [] 00:08 < autojack> buzz_: 1.15.1 00:09 < autojack> ah, that's latest. 00:09 < buzz_> opena bug on bugzilla.wikimedia.org 00:09 < autojack> OK. 00:09 < buzz_> its latest but quite old as they havnt done a release for 6 months 00:09 < werdna> Amgine: note also wfTimestampNow() instead of date( DATE_ATOM ) 00:09 -!- RowCol [n=RowCol@41.104.127.195] has quit ["Quitte"] 00:09 -!- infinisoft [i=infiniso@r70h97.res.gatech.edu] has joined #mediawiki 00:10 < werdna> (true === $this->params['nameSpace'] ) ? $title->getPrefixedText() : $title->getText(); 00:10 < werdna> what's that supposed to do? 00:10 < Amgine> Question on that: which would be faster, as they return the same thing? 00:11 < Amgine> If true, getPrefixedText() else getText(); 00:11 < ailmanki> about Special:Statistics, I have no cleared errors caused by skin.. but I still get no error refering to Statistics 00:12 < ailmanki> now* cleared 00:12 < werdna> Amgine: why would the namespace be true? 00:12 < Amgine> It shouldn't be. It should be ==, not === 00:12 < Amgine> (I think, if I'm at the right spot) 00:13 < werdna> why the conditional at all? 00:13 -!- autojack [n=owen@nerdnetworks.org] has left #mediawiki [] 00:13 < werdna> getPrefixedText() will return the right thing 00:14 < Amgine> Oh, no... it *is* supposed to be true. 00:14 < Amgine> It's checking if the query is supposed to be limited to a single namespace. 00:16 < wikibugs> (FIXED) Close down "wikipedia" SourceForge Project, or at least, remove old releases - https://bugzilla.wikimedia.org/show_bug.cgi?id=21628 +comment (tstarling) 00:17 -!- infinisoft [i=infiniso@r70h97.res.gatech.edu] has quit [Read error: 60 (Operation timed out)] 00:18 -!- Skizzerz [n=skizzerz@mediawiki/Skizzerz] has quit ["*poof*"] 00:19 < Bensin> If a user has problems visiting Wikipedia and instead of the browser rendering the page, it offers the user a file to download... It is obviously a settings-problem in the users browser. Has anyone encountered this or know how to fix it? 00:20 < Bensin> obviously -> apparently :-) 00:21 -!- infinisoft [i=infiniso@r70h97.res.gatech.edu] has joined #mediawiki 00:21 < werdna> Amgine: the === is a bit odd 00:21 < werdna> doesn't make sense 00:22 < Amgine> It requires that params['nameSpace'] be boolean, and true, for the statement to resolve true. 00:22 -!- ITrace [n=justinst@216.81.188.2] has quit [Connection timed out] 00:22 < werdna> the yes 00:22 < werdna> yes* 00:22 < werdna> I assumed that namespace was a namespace 00:22 < werdna> nitpick: weird capitalisation 00:22 < werdna> in general the formatting is quite uneven, but that's not too big an issue 00:23 < Amgine> Yah, I suck at clean code. 00:23 < werdna> you can run stylize.php against it and it will all fix up 00:24 < werdna> I think it's quite generic right now, it may probably make sense to try and narrow down the code to just what you are intending to use it for 00:24 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has quit ["Leaving"] 00:25 < Amgine> Provide Sitemap/Atom/RSS feeds based on article category membership.... 00:25 < Amgine> I think it's about as specific as it can be with such a broad spec. 00:26 < Amgine> There's a few things I've got on the todo list, like category mask/maps for sitemap, but those are tweaks/creaturism. 00:26 < werdna> to be fair, I haven't even looked at dpl_* methods 00:26 < werdna> because basically I think they should be rewritten 00:26 < ailmanki> I tested now with inserting a syntax error into index.php and that error shows up in apache log.. but blank page in browser.. seems php.ini forces something 00:26 < werdna> and probably parameterised, too 00:26 < Amgine> They *should* be. 00:26 < werdna> at the moment it's a little freaky, because most of the way you're transmitting data between methods is by setting member variables 00:27 < werdna> which makes it difficult to review 00:27 < Amgine> 00:28 < Amgine> It's crap. But it works for now. 00:28 < Amgine> And it's less evil than the css hack they're using now. 00:28 -!- Danny_B [n=Danny_B@wikimedia/Danny-B.] has quit [Nick collision from services.] 00:28 -!- _Danny_B_ [n=Danny_B@wikimedia/Danny-B.] has joined #mediawiki 00:29 -!- _Danny_B_ is now known as Danny_B 00:30 < werdna> I can't really review code unless it's readable, though :) 00:30 < werdna> It's not about using what's sexy, it's about making the code easy to understand 00:32 -!- ZeroOne [n=vsaalo@kekkonen.cs.hut.fi] has left #mediawiki [] 00:32 < Amgine> The problem is getting enough feed back, in a timely fashion, to get it "reviewable". This has become enough of a hurdle that I'm not willing to make the effort. 00:32 < werdna> I understand what you mean 00:33 * cirwin three :) 00:33 < werdna> if I were to review it fully in its current state, it would probably take longer than doing all of the refactoring myself 00:34 < Amgine> Yes. But This is code that was submitted a month ago, and dozens of hours from more than 5 people went in to getting "if I were to review it fully in its current state, it would probably take longer than doing all of the refactoring myself" 00:35 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit [Remote closed the connection] 00:35 < Amgine> So, I would suggest refactoring it, or tossing it on the rubbish heap. 00:35 < werdna> for what it's worth, if you find a working area that I can view, and bug me to review it, I can try to take a decent look at it when changes are made 00:35 < cirwin> Amgine: count yourself lucky, I've had something waiting for progress for 3 months! (though werdna did semi-review it already) 00:36 < werdna> "Do the work yourself or forget it" isn't really encouraging. 00:36 < werdna> I understand the situation you're in, and I can understand if you don't feel like putting effort in if there's no guarantee that it will be useful 00:36 < Amgine> But that's what the devs have said: do the work to solve your own problems and we'll review it. 00:37 -!- Duesentrieb [n=daniel@wikipedia/duesentrieb] has quit [Read error: 60 (Operation timed out)] 00:38 < CIA-66> adam * r59409 /trunk/extensions/UsabilityInitiative/ (4 files in 3 dirs): Bringing back the state saving and ellipsis triggering to the TOC and fixing a few code style faux pas along the way 00:39 < Amgine> I'm saying I did the work, I tried to get feedback, and other things have come up in the weeks since and I'm too angry to go back and clean up code to wait another month or longer to have someone say it still isn't clean the way they want it. 00:39 < werdna> yes, there's a lack of talented and experienced developers for MediaWiki with spare time 00:39 -!- fanno [n=Morten@90.184.93.233] has joined #mediawiki 00:39 < Amgine> No there isn't. We're here. 00:40 < werdna> well, ones who can review patches. 00:41 < Amgine> Yes, on that we'll agree. 00:42 < Reedy> Well, anyone could review patches ;) 00:42 < Reedy> Doing it well/properly.... :P 00:42 < werdna> I assumed you weren't including yourself, based on this 23:36 < Amgine> But that's what the devs have said: do the work to solve your own problems and we'll review it. 00:42 * buzz_ has unreviewed patches on the bugtracker too 00:42 -!- [bjoern] [n=bjoern@dslb-094-223-152-032.pools.arcor-ip.net] has joined #mediawiki 00:43 < Reedy> Would i get shot if i stylized all the api php files? 00:43 < [bjoern]> article history atom/rss feeds: is there some parameter so you get more than the ten most recent changes? 00:43 < werdna> it depends on how many people have conflicting working copy changes 00:44 < [bjoern]> I tried "limit" but that has no effect 00:44 -!- Tim-away is now known as TimStarling 00:44 < buzz_> i believe the team has replaced shooting with being burnt at the stake 00:44 < werdna> Amgine: If it's any consolation, we have a backlog of about three months' of unreviewed changes that *have* been committed 00:44 < Amgine> Anyhoo werdna; I'm frustrated, not your fault, and I really do appreciate the time. 00:44 < werdna> it's not just you who is experiencing a lack of code review 00:44 -!- Daedalus969 [n=Daedalus@unaffiliated/daedalus969] has quit ["There is no escaping reason, no denying purpose, because as we both know, without purpose, we would not exist. It is purpose ] 00:45 -!- Daedalus969 [n=Daedalus@unaffiliated/daedalus969] has joined #mediawiki 00:47 -!- stdio [n=sroracle@c-98-215-178-14.hsd1.in.comcast.net] has joined #mediawiki 00:47 < wikibugs> (NEW) Unable to assign starting value to numbered list - https://bugzilla.wikimedia.org/show_bug.cgi?id=21631 normal; Normal; MediaWiki: Page rendering; (omehegan) 00:48 -!- OverlordQ [i=ZOMG@wikipedia/OverlordQ] has joined #mediawiki 00:48 < Reedy> https://bugzilla.wikimedia.org/buglist.cgi?cmdtype=runnamed&namedcmd=patch/needs-review - 204 00:48 -!- JW|AFK is now known as Jake_Wartenberg 00:51 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 00:53 -!- AryehGregor [n=Simetric@mediawiki/simetrical] has quit [No route to host] 00:53 < Amgine> eh reedy? 00:53 < p858snake> its a private search 00:53 < p858snake> that hes saved 00:53 < Amgine> kk 00:54 < Reedy> ohh 00:54 < Reedy> It is shared ;) 00:54 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit [Client Quit] 00:55 < MrZ-man> try https://bugzilla.wikimedia.org/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=patch%2Fneeds-review&sharer_id=6045 00:55 -!- BradLee_ [n=chatzill@CPE-121-214-97-81.lnse4.lon.bigpond.net.au] has joined #mediawiki 00:57 < p858snake> the WMF squid proxies are run as the nobody user aren't they? 00:57 < Reedy> Theres a few saved searches that look like spam 00:58 < Amgine> 423. awesome. 00:58 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 00:59 -!- Juchipilo [n=Juchipil@joel.omnis.com] has joined #mediawiki 01:02 < TimStarling> p858snake: certainly not 01:02 < wikibugs> (NEW) Reporting a ClueBot False Positive Fails with SQL Error - https://bugzilla.wikimedia.org/show_bug.cgi?id=21632 normal; Normal; MediaWiki: Database; (spoco2) 01:02 < TimStarling> if you run multiple services as "nobody", then those services can interfere with each other 01:03 < TimStarling> that's why it's good practice to run each service as its own unprivileged user 01:03 < TimStarling> which is what is done with squid 01:04 -!- [[sroracle]] [n=sroracle@unaffiliated/sroracle] has quit [Read error: 110 (Connection timed out)] 01:05 < p858snake> yeah i was thinking it was giving the name based on the user running it, but it appears to be in the config files 01:05 < p858snake> for bug 18903 https://bugzilla.wikimedia.org/show_bug.cgi?id=18903 01:06 < ailmanki> ok I tracked the error down to jobs.. $this->numJobs = SiteStats::jobs(); in SpecialStatistics.php .. makes the script silently quit or fail -I don't know. I have php 4 .. what can I do to fix it.. I have now just commented the line.. and it shows just jobs 0.. but thats much better to the blank page I had before.. 01:10 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."] 01:12 -!- tbf [n=mathias@86.56.57.78] has quit ["So long and thanks for all the fish!"] 01:12 -!- dungodung is now known as dungodung|sleep 01:13 < ailmanki> I guess the jobs() function bails out.. still kinda weird 01:13 -!- Diamant005 [n=user6398@p579CAC47.dip.t-dialin.net] has quit ["Nettalk6 - www.ntalk.de"] 01:14 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 01:15 -!- werdan7 [n=w7@freenode/staff/wikimedia.werdan7] has joined #mediawiki 01:16 < wikibugs> (mod) Add possibility to create 303 See Other redirects - https://bugzilla.wikimedia.org/show_bug.cgi?id=21574 +comment (mrzmanwiki) 01:17 < wikibugs> (INVALID) Reporting a ClueBot False Positive Fails with SQL Error - https://bugzilla.wikimedia.org/show_bug.cgi?id=21632 +comment (soxred93) 01:19 -!- Juchipilo [n=Juchipil@joel.omnis.com] has left #mediawiki ["Leaving"] 01:20 -!- jMyles [n=justin@pool-96-238-103-3.pghkny.east.verizon.net] has quit [Read error: 110 (Connection timed out)] 01:23 -!- Kanor-away [n=kanor@dslb-084-058-171-108.pools.arcor-ip.net] has quit [] 01:25 -!- Prodego [n=Prodego@wikipedia/Prodego] has joined #mediawiki 01:28 -!- Prodego_ [n=Prodego@wikipedia/Prodego] has joined #mediawiki 01:32 -!- jMyles_ [n=justin@user-160u2bh.cable.mindspring.com] has joined #mediawiki 01:32 -!- Prodego [n=Prodego@wikipedia/Prodego] has quit [Read error: 60 (Operation timed out)] 01:33 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has quit [Read error: 104 (Connection reset by peer)] 01:34 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has joined #mediawiki 01:40 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has quit [Read error: 110 (Connection timed out)] 01:40 -!- [bjoern] [n=bjoern@dslb-094-223-152-032.pools.arcor-ip.net] has left #mediawiki [] 01:40 -!- rainman-sr [n=rainman@95.148.129.8] has quit ["Leaving"] 01:44 -!- stdio is now known as hoek 01:44 -!- hoek is now known as [[sroracle]] 01:46 -!- Dantman [n=dantman@wikia/dantman] has quit ["http://daniel.friesen.name or ELSE!"] 01:54 -!- Papertiger [i=tiger@e180069191.adsl.alicedsl.de] has joined #mediawiki 02:11 -!- Papiertiger [i=tiger@e180067117.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)] 02:13 -!- brion is now known as brion-away 02:15 -!- TrevorParscal [n=TrevorPa@216.38.133.254] has quit [] 02:17 -!- jMyles_ [n=justin@user-160u2bh.cable.mindspring.com] has quit [Success] 02:25 -!- Bensin [n=Bensin@wikimedia/Bensin] has quit ["ChatZilla 0.9.85 [Firefox 3.0.15/2009102814]"] 02:27 -!- Shown [n=Miranda@host126-91-dynamic.15-87-r.retail.telecomitalia.it] has quit [Client Quit] 02:29 -!- NivFreak [n=niv@gw-105.extranet.sea01.isilon.com] has quit ["wheee"] 02:30 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."] 02:32 -!- Prodego_ is now known as Prodego 02:37 -!- phyrex1an [n=phyrex1a@bumik.csbnet.se] has quit ["Leaving."] 02:39 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 02:41 -!- NivFreak [n=niv@74.85.160.105] has joined #mediawiki 02:43 -!- j^ [n=j@e179077018.adsl.alicedsl.de] has joined #mediawiki 02:45 -!- BR451 [n=brice@AToulouse-256-1-112-56.w86-210.abo.wanadoo.fr] has joined #mediawiki 02:45 -!- FireStone [i=Shady@you.are.ownd-by.us] has joined #mediawiki 02:48 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."] 02:51 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has quit ["KVIrc Insomnia 4.0.0, revision: 3472, sources date: 20090703, built on: 2009/09/02 21:14:09 UTC http://www.kvirc.net/"] 02:51 -!- akozak [n=alex@70-36-134-126.dsl.dynamic.sonic.net] has quit ["ABORTING"] 02:54 -!- FireStone_ [i=Shady@you.are.ownd-by.us] has quit [Connection timed out] 03:00 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 03:01 -!- j^_ [n=j@e179068092.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)] 03:18 < TimStarling> Microsoft-themed uncyclopedia: http://uncyclopedia.wikia.com/wiki/Main_Page 03:21 < charitwo> oh 03:23 -!- AzaToth [n=azatoth@wikipedia/AzaToth] has quit [Remote closed the connection] 03:23 -!- aude [n=chatzill@wikipedia/Aude] has joined #mediawiki 03:24 -!- GreenAway is now known as GreenReaper 03:24 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has quit [Read error: 110 (Connection timed out)] 03:28 -!- BradLee_ is now known as BradLee 03:31 -!- axyjo [n=chatzill@86.99.170.16] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"] 03:39 -!- kibble [n=cbrown@wikimedia/Cbrown1023] has quit ["bbiaw"] 03:39 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has joined #mediawiki 03:40 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."] 03:45 -!- G_SabinoMullane [n=greg@pool-71-162-163-230.phlapa.fios.verizon.net] has quit ["Leaving."] 03:51 -!- aude [n=chatzill@wikipedia/Aude] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"] 03:56 -!- Raymond_afk [n=Raymond@wikipedia/Raymond] has quit [Read error: 110 (Connection timed out)] 03:58 -!- ITrace [n=justinst@75.170.255.52] has joined #mediawiki 03:59 -!- Skizzerz [n=skizzerz@mediawiki/Skizzerz] has joined #mediawiki 04:04 -!- Dantman [n=dantman@wikia/dantman] has joined #mediawiki 04:05 -!- Cain` [n=Geek@41.251.252.211] has joined #MediaWiki 04:09 < wikibugs> (mod) Watch/Unwatch ajax needs to update tooltip - https://bugzilla.wikimedia.org/show_bug.cgi?id=21538 enhancement->normal; -acai +Citron; +comment (nkomura) 04:11 -!- Prodego [n=Prodego@wikipedia/Prodego] has quit [Read error: 110 (Connection timed out)] 04:13 -!- DuTempete_ is now known as DuTempete 04:14 -!- Mike||gone is now known as Mike_lifeguard 04:14 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 04:16 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit [Client Quit] 04:17 -!- fanno [n=Morten@90.184.93.233] has quit [Read error: 54 (Connection reset by peer)] 04:18 -!- Netsplit calkins.freenode.net <-> irc.freenode.net quits: siebrand, wagnerrp, Amgine, mkpaa, jayne, Guest61626, Rjd0060, Raymond_, VVelox, hendrik, (+145 more, use /NETSPLIT to show all of them) 07:29 -!- uebera|| [n=nnuser@unaffiliated/ueberall] has joined #mediawiki 07:29 -!- HardDisk_WP [n=Marco@wikipedia/harddisk] has joined #mediawiki 07:29 -!- pengi [i=pengi@moriarty.csbnet.se] has joined #mediawiki 07:29 -!- Nikerabbit [i=nike@mediawiki/Nikerabbit] has joined #mediawiki 07:29 -!- _aegis [n=aegis@pool-98-109-206-172.nwrknj.fios.verizon.net] has joined #mediawiki 07:29 -!- gregglind [n=gregg@gregg.lind.dsl.visi.com] has joined #mediawiki 07:29 -!- mutante [i=mutante@wiktionary/Mutante] has joined #mediawiki 07:29 -!- papyromancer [n=papyroma@ec2-174-129-152-17.compute-1.amazonaws.com] has joined #mediawiki 07:29 -!- tty1 [n=freemo@unaffiliated/electric-penguin/x-9957366] has joined #mediawiki 07:29 -!- Tom39Away [n=tom@c-67-167-150-11.hsd1.ar.comcast.net] has joined #mediawiki 07:29 -!- unilinky [n=unilinky@wikipedia/harddisk/bot/unilinky] has joined #mediawiki 07:29 -!- PHP-Pierre_ [i=sbnc@get-free-money-to-poker-with-at.no-deposit.info] has joined #mediawiki 07:29 -!- AruNatsu [n=bluejay@cpe-76-167-91-54.socal.res.rr.com] has joined #mediawiki 07:29 -!- dungodung|sleep [n=felix@wikimedia/dungodung] has joined #mediawiki 07:29 -!- siebrand [n=beis@sm.xs4all.nl] has joined #mediawiki 07:29 -!- buzz_ [n=jools@lan.oxfordinspire.co.uk] has joined #mediawiki 07:29 -!- mattis^ [n=mattis@host148-31-dynamic.20-79-r.retail.telecomitalia.it] has joined #mediawiki 07:29 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has joined #mediawiki 07:29 -!- Skizzerz [n=skizzerz@mediawiki/Skizzerz] has joined #mediawiki 07:29 -!- AryehGregor [n=Simetric@cpe-66-108-146-57.nyc.res.rr.com] has joined #mediawiki 07:29 -!- Saruman [n=jan@dworkin.saruman.biz] has joined #mediawiki 07:29 -!- Suiseiseki [i=Desu@wikipedia/Antonio-Lopez] has joined #mediawiki 07:29 -!- Enlighten [n=Dmitry@81.200.6.25] has joined #mediawiki 07:29 -!- SecretAgent [i=sa@quake.nitemare.name] has joined #mediawiki 07:29 -!- hippietrail [n=chatzill@121.210.48.101] has joined #mediawiki 07:29 -!- Enl [n=Dmitry@81.200.6.25] has joined #mediawiki 07:29 -!- Pathoschild [n=Jesse@wikimedia/Pathoschild] has joined #mediawiki 07:29 -!- Bamieater [i=Melvin@freenode/sponsor/bamieater] has joined #mediawiki 07:29 -!- BR451 [n=brice@AToulouse-256-1-78-185.w86-205.abo.wanadoo.fr] has joined #mediawiki 07:29 -!- MrZ-man [i=alexz@mediawiki/MrZ-man] has joined #mediawiki 07:29 -!- sven^ [n=quassel@squint.a-oben.org] has joined #mediawiki 07:29 -!- paulr [n=paul@static.147.84.46.78.clients.your-server.de] has joined #mediawiki 07:29 -!- Cain [n=Geek@unaffiliated/cain] has joined #mediawiki 07:29 -!- slakr [i=koder@wikipedia/slakr] has joined #mediawiki 07:29 -!- JeLuF [n=jf@htz1.mormo.org] has joined #mediawiki 07:29 -!- svip [n=svip@unaffiliated/svip] has joined #mediawiki 07:29 -!- didier [i=didier@gateway/shell/blinkenshell.org/x-xgledemqtasqaeeu] has joined #mediawiki 07:29 -!- mark [i=mark@tilia.nedworks.org] has joined #mediawiki 07:29 -!- henna_ [n=jeg@195-241-137-95.ip.telfort.nl] has joined #mediawiki 07:29 -!- apoc [n=apoc_fne@sixserv.org] has joined #mediawiki 07:29 -!- matx [n=matx@86.145.36.60] has joined #mediawiki 07:29 -!- mwbot [n=PircBot@nightshade.toolserver.org] has joined #mediawiki 07:29 -!- Dessa [n=Dessa@kvirc/staff/kuja] has joined #mediawiki 07:29 -!- Misterangry [n=mrangry@c-98-248-172-133.hsd1.ca.comcast.net] has joined #mediawiki 07:29 -!- total_ [n=total@78.70.49.131] has joined #mediawiki 07:29 -!- microm [n=mdanjou@142.46.210.147] has joined #mediawiki 07:29 -!- tools [n=tom@ipx20310.ipxserver.de] has joined #mediawiki 07:29 -!- WaterRatj [i=watsjie@unaffiliated/waterratj] has joined #mediawiki 07:29 -!- LeonWP [n=leon@wikipedia/leonwp] has joined #mediawiki 07:29 -!- mkpaa [n=hobs@cs181142164.pp.htv.fi] has joined #mediawiki 07:29 -!- chrisc [n=chrisc@81.95.52.29] has joined #mediawiki 07:29 -!- klutometis [i=klutomet@pdpc/supporter/active/klutometis] has joined #mediawiki 07:29 -!- Az1568_ [n=1568@wikimedia/Az1568] has joined #mediawiki 07:29 -!- nickzxcv_ [i=nick@schmalenberger.us] has joined #mediawiki 07:29 -!- flyingparchment [i=river@loreley.flyingparchment.org.uk] has joined #mediawiki 07:29 -!- haptiK [n=jdr@157.140.112.178] has joined #mediawiki 07:29 -!- enterhaken [n=enterhak@irc.daten-chaos.de] has joined #mediawiki 07:29 -!- saper [i=saper@wikipedia/saper] has joined #mediawiki 07:29 -!- hendrik [n=hendrik@h1400878.stratoserver.net] has joined #mediawiki 07:29 -!- wagnerrp [n=wagnerrp@NR-FT1-66-42-240-2.fuse.net] has joined #mediawiki 07:29 -!- putnik [n=putnik@wikimedia/putnik] has joined #mediawiki 07:29 -!- roberthl [n=robert@silentflame/member/roberthl] has joined #mediawiki 07:29 -!- avn [n=avn@daemon.hole.ru] has joined #mediawiki 07:29 -!- jayne [i=maddhatt@freenode/staff/jayne] has joined #mediawiki 07:29 -!- luminoso [n=lumos@av-217-129-139-239.netvisao.pt] has joined #mediawiki 07:29 -!- VVelox [n=kitsune@sula-ki.vvelox.net] has joined #mediawiki 07:29 -!- sekrit [n=charitwo@wikia/Charitwo] has joined #mediawiki 07:29 -!- paulproteus [i=paulprot@rose.makesad.us] has joined #mediawiki 07:29 -!- apergos [n=ariel@wiktionary/ArielGlenn] has joined #mediawiki 07:29 -!- Dark_Rift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has joined #mediawiki 07:29 -!- TimStarling [n=tstarlin@wikipedia/TimStarling] has joined #mediawiki 07:29 -!- chalcedony [n=llhull@unaffiliated/chalcedony] has joined #mediawiki 07:29 -!- peder [n=peder@anakin.ifi.uio.no] has joined #mediawiki 07:29 -!- faceface [n=dmb@bioinformatics.org] has joined #mediawiki 07:29 -!- catsup [n=d@ip-414b12e3.ct.fixed.ntplx.com] has joined #mediawiki 07:29 -!- hendo001|away [n=lee@host86-158-159-2.range86-158.btcentralplus.com] has joined #mediawiki 07:29 -!- Pinky [n=pinkeh@MediaWiki/Pinky] has joined #mediawiki 07:29 -!- ashley [n=ashley@MediaWiki/Jack-Phoenix] has joined #mediawiki 07:29 -!- stux|RC [n=stux|RC@c-71-238-42-190.hsd1.mi.comcast.net] has joined #mediawiki 07:29 -!- Nifi [n=rabbit@mediawiki/Nikerabbit] has joined #mediawiki 07:29 -!- AntiSpamMeta [n=MetaBot@unaffiliated/afterdeath/bot/antispambot] has joined #mediawiki 07:29 -!- belZe [i=irc@osprey.bjoern-gies.de] has joined #mediawiki 07:29 -!- vvv [n=vvv@mediawiki/VasilievVV] has joined #mediawiki 07:29 -!- b9punk [i=noident@castrovalva.Ivy.NET] has joined #mediawiki 07:29 -!- ikla [n=lbz@c-75-71-89-108.hsd1.co.comcast.net] has joined #mediawiki 07:29 -!- nb [n=nb@pdpc/supporter/active/fedora.nb] has joined #mediawiki 07:29 -!- Jake_Wartenberg [i=jake@wikipedia/jake-wartenberg] has joined #mediawiki 07:29 -!- saiyr [n=saiyr@67.173.183.200] has joined #mediawiki 07:29 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki 07:29 -!- fishsponge [n=fishspon@212.44.16.158] has joined #mediawiki 07:29 -!- Eer0 [n=eero@195.67.213.2] has joined #mediawiki 07:29 -!- tforsman [n=tforsman@foresight/developer/tforsman] has joined #mediawiki 07:29 -!- Hosiryuhosi [n=Hosiryuh@wikipedia/Hosiryuhosi] has joined #mediawiki 07:29 -!- wolog_ [n=wolog@AOrleans-152-1-32-219.w90-21.abo.wanadoo.fr] has joined #mediawiki 07:29 -!- AlexSm [n=Miranda@wikipedia/Alex-Smotrov] has joined #mediawiki 07:29 -!- aZaFred [n=aZaFred@wikimedia/Azafred] has joined #mediawiki 07:29 -!- Natalie [n=z@wikipedia/MZMcBride] has joined #mediawiki 07:29 -!- pyranha [n=pyranha@64-233-222-123.static.col.wideopenwest.com] has joined #mediawiki 07:29 -!- p858snake [n=p858snak@unaffiliated/p858snake] has joined #mediawiki 07:29 -!- Rjd0060 [n=Rjd0060@wikimedia/Rjd0060] has joined #mediawiki 07:29 -!- brion-away [n=brion@wikipedia/Brion-VIBBER] has joined #mediawiki 07:29 -!- DuTempete [n=chatzill@76-234-42-15.lightspeed.cicril.sbcglobal.net] has joined #mediawiki 07:29 -!- charitwo [n=charitwo@wikia/Charitwo] has joined #mediawiki 07:29 -!- OverlordQ [i=ZOMG@wikipedia/OverlordQ] has joined #mediawiki 07:29 -!- werdan7 [n=w7@freenode/staff/wikimedia.werdan7] has joined #mediawiki 07:29 -!- Papertiger [i=tiger@e180069191.adsl.alicedsl.de] has joined #mediawiki 07:29 -!- j^ [n=j@e179077018.adsl.alicedsl.de] has joined #mediawiki 07:29 -!- FireStone [i=Shady@you.are.ownd-by.us] has joined #mediawiki 07:29 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has joined #mediawiki 07:29 -!- Dantman [n=dantman@wikia/dantman] has joined #mediawiki 07:29 -!- ITrace [n=justinst@75.170.255.52] has joined #mediawiki 07:29 -!- NivFreak [n=niv@74.85.160.105] has joined #mediawiki 07:29 -!- Danny_B [n=Danny_B@wikimedia/Danny-B.] has joined #mediawiki 07:29 -!- Merlissimo [n=Merlissi@wikimedia/Merlissimo] has joined #mediawiki 07:29 -!- Oliphaunt [n=somebody@130.161.158.140] has joined #mediawiki 07:29 -!- foksieloy [n=Miranda@93.138.123.94] has joined #mediawiki 07:29 -!- jtrucks [i=jtrucks@freenode/staff/lopsa.board.jtrucks] has joined #mediawiki 07:29 -!- kevindanko [n=Kevindan@205.232.42.46] has joined #mediawiki 07:29 -!- GDonato [n=GDonato@wikimedia/GDonato] has joined #mediawiki 07:29 -!- avar [n=avar@wikipedia/avar] has joined #mediawiki 07:29 -!- michi_cc [i=michi@pdpc/supporter/student/michi-cc] has joined #mediawiki 07:29 -!- yang [n=yang@freenode/sponsor/cacert.assurer.yang] has joined #mediawiki 07:29 -!- CIA-66 [n=CIA@208.69.182.149] has joined #mediawiki 07:29 -!- str4nd [i=str4nd@wikimedia/str4nd] has joined #mediawiki 07:29 -!- KaareAway [i=Kaare@wikipedia/pdpc.professional.kaare] has joined #mediawiki 07:29 -!- Guest61626 [n=Cobi@Cobi.cluenet.org] has joined #mediawiki 07:29 -!- Dratini [n=VFx@wikia/VicFedex] has joined #mediawiki 07:29 -!- TheWoozle [n=woozle@dsl093-241-126.ral1.dsl.speakeasy.net] has joined #mediawiki 07:29 -!- sj| [n=sj@wikipedia/sj] has joined #mediawiki 07:29 -!- wimt [i=wimt@freenode/staff/wikipedia.wimt] has joined #mediawiki 07:29 -!- ircman [n=ircman@office.datadigest.nl] has joined #mediawiki 07:29 -!- jwit [n=jwit@gw.introvert.ca] has joined #mediawiki 07:29 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has joined #mediawiki 07:29 -!- werdna [n=andrew@wikimedia/Werdna] has joined #mediawiki 07:29 -!- felipe` [n=felipe@my.nada.kth.se] has joined #mediawiki 07:29 -!- runner336 [n=runner@s0r4.org] has joined #mediawiki 07:29 -!- enhydra [i=kalan@wikimedia/Kalan] has joined #mediawiki 07:29 -!- Tubarao [n=Tubarao@189.71.92.105] has joined #mediawiki 07:29 -!- ecs [n=ecs@unaffiliated/ecstasia] has joined #mediawiki 07:29 -!- wikibugs [n=wikibugs@208.80.152.186] has joined #mediawiki 07:29 -!- TerminX [i=4d7dacbd@68.121.151.52] has joined #mediawiki 07:29 -!- trev_lab [n=trev@205.158.109.36.ptr.us.xo.net] has joined #mediawiki 07:29 -!- Kester [n=kester@ceylon.silcana.net] has joined #mediawiki 07:29 -!- zeph5 [n=Zephyrus@wikimedia/Zephyrus] has joined #mediawiki 07:29 -!- Wegge [n=wegge@wikimedia/Wegge] has joined #mediawiki 07:30 -!- Enlighten [n=Dmitry@81.200.6.25] has quit ["bye"] 07:30 -!- Enl [n=Dmitry@81.200.6.25] has quit [Success] 07:32 -!- Enl [n=Dmitry@81.200.6.25] has joined #mediawiki 07:33 -!- Suiseiseki [i=Desu@wikipedia/Antonio-Lopez] has quit ["..."] 07:33 -!- hippietrail [n=chatzill@121.210.48.101] has left #mediawiki [] 07:40 -!- Alphos [n=noreply@wikipedia/Alphos] has joined #mediawiki 07:43 -!- Rgoodermote [n=chatzill@wikia/Rgoodermote] has joined #mediawiki 07:46 -!- siebrand [n=beis@sm.xs4all.nl] has quit [] 07:46 -!- p858snake_ [n=p858snak@unaffiliated/p858snake] has joined #mediawiki 07:47 -!- p858snake [n=p858snak@unaffiliated/p858snake] has quit [Read error: 113 (No route to host)] 07:56 -!- robla [n=robla@76.104.247.13] has joined #mediawiki 08:03 -!- SecretAgent [i=sa@quake.nitemare.name] has quit [Read error: 104 (Connection reset by peer)] 08:03 -!- SecretAgent [i=sa@quake.nitemare.name] has joined #mediawiki 08:04 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has joined #MediaWiki 08:09 < wikibugs> (mod) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481 (leegee) 08:16 -!- Saruman [n=jan@dworkin.saruman.biz] has quit [] 08:21 < wikibugs> (mod) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481 +comment (tstarling) 08:40 < sarge> Has anyone here been able to get mediawiki running on Ubuntu lately? 08:42 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has quit [Read error: 110 (Connection timed out)] 08:42 < Rgoodermote> Sarge: Had it running yesterday 08:43 < wikibugs> (INVALID) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481 +comment (tstarling) 08:43 < sarge> I just did a 100% fresh install (base system+LAMP), unzipped mediawiki 1.15.1 into /var/www 08:43 < sarge> the config worked fine and I can see the main page 08:44 < sarge> but when I click on edit for any page I get a blank screen 08:45 < sarge> if I use wget the blank edit pages show up fine 08:45 < sarge> if I turn off gzip encoding in firefox the edit pages also seem to come up fine 08:46 < sarge> did you have to do anything special to get mediawiki working? 08:46 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has joined #mediawiki 08:47 < Rgoodermote> I made sure the permissions where 755 for the w directory and 777 for upload, bought it, all I can really suggest is you read this, http://www.mediawiki.org/wiki/Manual:Errors_and_Symptoms#You_see_a_Blank_Page 08:47 < sarge> hmm I already saw that page, tried turning on errors for php but nothing shows up in the logs 08:48 < sarge> the machine has 12GB of ram and the default memory settings for php are already set to what they recommend on that page 08:48 < Rgoodermote> Hm, sorry to say there isn't a whole lot I can do. I was using an older version of lampp so that may be it. 08:48 < sarge> I tried increasing them too but it didn't help 08:49 < sarge> Do you mind if I ask which version of php? Looks like 5.2.10 here 08:51 < Rgoodermote> Hm, off the top of my head I have no clue. But I can tell you my lampp version was 1.7.1 08:57 < wikibugs> (mod) Add possibility to create 303 See Other redirects - https://bugzilla.wikimedia.org/show_bug.cgi?id=21574 +comment (denny.vrandecic) 08:58 < wikibugs> (mod) Support collation by a certain locale (sorting order of characters) - https://bugzilla.wikimedia.org/show_bug.cgi?id=164 (hippytrail) 09:01 -!- dungodung|sleep is now known as dungodung 09:05 -!- Pathoschild [n=Jesse@wikimedia/Pathoschild] has quit ["*poof*"] 09:06 -!- Rgoodermote [n=chatzill@wikia/Rgoodermote] has quit ["ChatZilla 0.9.85 [Firefox 3.6b3/20091115182845]"] 09:07 -!- guillom [n=guillaum@wikimedia/guillom] has joined #mediawiki 09:12 -!- Duesentrieb [n=daniel@wikipedia/duesentrieb] has joined #mediawiki 09:17 -!- Rjd0060 [n=Rjd0060@wikimedia/Rjd0060] has quit ["Leaving"] 09:19 -!- Witzman [n=witzman@83.221.34.4] has joined #mediawiki 09:19 -!- MrZ-man [i=alexz@mediawiki/MrZ-man] has quit [Remote closed the connection] 09:26 < wikibugs> (REOPENED) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481 +comment (leegee) 09:33 -!- foksieloy [n=Miranda@93.138.123.94] has quit [Read error: 145 (Connection timed out)] 09:39 -!- lch [n=lch@92.227.212.213] has joined #mediawiki 09:40 -!- ThomasV [n=ThomasV@argon.loria.fr] has joined #mediawiki 09:40 < lch> mixing link= with image titles doesn't work for me as described in http://en.wikipedia.org/wiki/Wikipedia:Images_linking_to_articles 09:40 < lch> it does use the title of the link target as title text 09:41 < lch> is there a specific MW version needed for that? 09:41 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has quit [Read error: 110 (Connection timed out)] 09:41 < lch> I'm running 1.15.1 09:53 -!- Bdka [n=bdk@wikipedia/bdka] has joined #mediawiki 09:54 -!- enomil [n=enomil@wikimedia/Enomil] has joined #mediawiki 10:00 < wikibugs> (NEW) Wikipedia in Picard language approved - https://bugzilla.wikimedia.org/show_bug.cgi?id=21634 enhancement; Normal; Wikimedia: Language setup; (Gerard.meijssen) 10:01 -!- Melos [n=Melos@wikimedia/Melos] has quit [Connection timed out] 10:01 < Duesentrieb> lch: i think that's new in 1.16 10:02 < lch> when is that one due? :P 10:02 < Duesentrieb> !1.16 10:02 < mwbot> It will be ready when it's ready. 10:02 < OverlordQ> it says 1.14 on MW 10:02 < Duesentrieb> you can use the imagemap extension as a wrokaround 10:02 < Duesentrieb> OverlordQ: i'm pretty sure that's wrong. 10:02 -!- ThomasV [n=ThomasV@argon.loria.fr] has quit ["Leaving"] 10:04 < OverlordQ> was added in r41727 which afaik was 1.14 10:04 < lch> which revision was 1.15.1 ? 10:04 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has quit [Nick collision from services.] 10:05 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has joined #MediaWiki 10:05 -!- navaladi [n=navaladi@124.125.176.201] has joined #mediawiki 10:05 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has quit [Nick collision from services.] 10:05 < OverlordQ> 53183 10:05 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has joined #MediaWiki 10:06 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has quit [Nick collision from services.] 10:06 < navaladi> hello all, i need to copy Email to wiki page and have the same formatting , is it possible? 10:06 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has joined #mediawiki 10:06 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has joined #MediaWiki 10:07 -!- sarge [n=sarge@cpe-75-187-46-27.columbus.res.rr.com] has quit [Nick collision from services.] 10:07 < navaladi> i meant, i keep the formate as it is in the wiki page as i have it in Email.? for example the ">" simples? 10:07 < Duesentrieb> navaladi: use
          10:10 < navaladi> Ah thanks
          10:13 -!- Pinky49 [n=pinkeh@76-220-5-16.lightspeed.crlsca.sbcglobal.net] has joined #mediawiki
          10:13 -!- Elektra [n=ashley@MediaWiki/Jack-Phoenix] has joined #mediawiki
          10:17 -!- GDonato_ [n=GDonato@wikimedia/GDonato] has joined #mediawiki
          10:20 -!- GreenReaper is now known as GreenSleeper
          10:24 -!- dungodung is now known as dungodung|away
          10:26 -!- Pinky [n=pinkeh@MediaWiki/Pinky] has quit [Read error: 110 (Connection timed out)]
          10:27 -!- ashley [n=ashley@MediaWiki/Jack-Phoenix] has quit [Read error: 110 (Connection timed out)]
          10:31 -!- GDonato [n=GDonato@wikimedia/GDonato] has quit [Connection timed out]
          10:42 -!- mattis^ [n=mattis@host148-31-dynamic.20-79-r.retail.telecomitalia.it] has quit [Read error: 110 (Connection timed out)]
          10:43 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has joined #mediawiki
          10:43 -!- mattis^ [n=mattis@95.233.240.181] has joined #mediawiki
          10:44 -!- j^ [n=j@e179077018.adsl.alicedsl.de] has quit [Read error: 60 (Operation timed out)]
          10:47 -!- Eer0 [n=eero@195.67.213.2] has quit ["leaving"]
          10:48 -!- Skizzerz [n=skizzerz@mediawiki/Skizzerz] has quit ["*poof*"]
          10:52 -!- navaladi [n=navaladi@124.125.176.201] has left #mediawiki ["Leaving"]
          10:55 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has quit [Read error: 104 (Connection reset by peer)]
          11:21 -!- PDD [i=PDD@wikipedia/PDD] has joined #mediawiki
          11:27 -!- j^ [n=j@84.188.177.212] has joined #mediawiki
          11:35 -!- yannf [n=yannf@wikipedia/yannf] has joined #mediawiki
          11:40 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has quit ["Leaving"]
          11:41 < wikibugs> (mod) Missing interwiki prefixes - https://bugzilla.wikimedia.org/show_bug.cgi?id=19838  (beau)
          11:48 -!- rainman-sr [n=rainman@flywall.sysbiol.cam.ac.uk] has joined #mediawiki
          11:49 < wikibugs> (INVALID) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481  +comment (roan.kattouw)
          11:53 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has quit [Read error: 60 (Operation timed out)]
          11:54 -!- Dantman [n=dantman@wikia/dantman] has quit ["http://daniel.friesen.name or ELSE!"]
          11:56 -!- Bdka [n=bdk@wikipedia/bdka] has quit [Read error: 110 (Connection timed out)]
          12:11 -!- stephan48 [n=rjp@p5DD532D5.dip.t-dialin.net] has joined #mediawiki
          12:22 < wikibugs> (INVALID) Unable to assign starting value to numbered list - https://bugzilla.wikimedia.org/show_bug.cgi?id=21631  +comment (alex.emsenhuber)
          12:22 -!- Elektra is now known as ashley
          12:33 -!- Cain` [n=Geek@unaffiliated/cain] has joined #MediaWiki
          12:34 -!- GerardM- [n=chatzill@213.17.124.131] has joined #mediawiki
          12:41 -!- NicDumZ [n=nicdumz@wikimedia/NicDumZ] has joined #mediawiki
          12:42 < CIA-66> werdna * r59410 /trunk/extensions/LiquidThreads/ (lqt.css lqt.js): LiquidThreads: Increase textbox size to 12 rows, instead of 10
          12:44 -!- _sana [n=sana@p22.eregie.pub.ro] has joined #mediawiki
          12:45 < _sana> hello, is there any software, in command line, I can use to translate documents from doc to mediawiki ?
          12:45 < Nikerabbit> convert?
          12:46 < wikibugs> (NEW) LiquidThreads data is not imported from database dumps - https://bugzilla.wikimedia.org/show_bug.cgi?id=21635 enhancement; Normal; MediaWiki extensions: LiquidThreads; (agarrett)
          12:46 < _sana> Nikerabbit: yes
          12:47 < buzz_> _sana, from microsoft word .doc to wiki markup ?
          12:47 < Nikerabbit> none that I am aware of
          12:47 < _sana> exactly
          12:47 < _sana> I can do it from openoffice, but it requires user interactions
          12:47 < buzz_> http://openwetware.org/wiki/Converting_documents_to_mediawiki_markup#Word_Documents
          12:47 -!- enomil [n=enomil@wikimedia/Enomil] has quit [Read error: 110 (Connection timed out)]
          12:48 < buzz_> http://sourceforge.net/projects/word2wiki/ . there are other links. google can help
          12:49 < _sana> buzz_: I searched alot
          12:49 < _sana> I also tried DocumentConverter.py; which can convert from doc to PDF
          12:49 < _sana> but when converting to mediawiki
          12:49 < _sana> it hangs with : ERROR! ErrorCodeIOException 3088
          12:50 < buzz_> http://www.infpro.com/Word2MediaWiki.aspx
          12:50 < _sana> I searched this error, but the 2 results given by google didn't help me
          12:50 < _sana> I forgot to say, I use Linux :)
          12:50 < buzz_> i would think going from word to RTF to wiki would be a better route.. or saving as xml and goin g from there
          12:51 < _sana> okay
          12:51 -!- Cain [n=Geek@unaffiliated/cain] has quit [Read error: 110 (Connection timed out)]
          12:51 -!- Cain` is now known as Cain
          12:51 < _sana> I try
          12:51 < buzz_> so do i.. i also have virtualbox installed. you are the one who has word docs after all ;-)
          12:52 -!- Kanor- [n=kanor@dslb-084-058-155-186.pools.arcor-ip.net] has joined #mediawiki
          12:54 < buzz_> you could do http://wvware.sourceforge.net/ (word to html). and then use html 2 wiki
          12:54 < _sana> thanks :)
          12:54 -!- Betacommand [n=Betacomm@unaffiliated/betacommand] has joined #mediawiki
          12:56 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has joined #mediawiki
          13:02 < wikibugs> (NEW) Toolbar overlaps horizontal rule - https://bugzilla.wikimedia.org/show_bug.cgi?id=21636 enhancement; Normal; MediaWiki extensions: LiquidThreads; (agarrett)
          13:04 < wikibugs> (NEW) Infinite scrolling on LiquidThreads discussion pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=21637 enhancement; Normal; MediaWiki extensions: LiquidThreads; (agarrett)
          13:05 -!- j^ [n=j@84.188.177.212] has quit [Read error: 110 (Connection timed out)]
          13:09 < guillom> werdna, eww, infinite scroll? really?
          13:10 < wikibugs> (DUP) edit links are not aligned properly - https://bugzilla.wikimedia.org/show_bug.cgi?id=21614  +comment (alex.emsenhuber)
          13:10 < wikibugs> (mod) Section edit links showing up in wrong place - https://bugzilla.wikimedia.org/show_bug.cgi?id=1629  +comment (alex.emsenhuber)
          13:10 < guillom> what about a "more" link that does the same thing? (appends the "next page")
          13:13 < werdna> guillom: maybe
          13:13  * werdna shrugs
          13:13  * guillom personally hates infinite scroll
          13:16 -!- Prodego [n=Prodego@wikipedia/Prodego] has joined #mediawiki
          13:21 < werdna> guillom: Erik suggested it, I don't know the best thing to do :)
          13:21 < svip> Damn svn is slow.
          13:23 -!- RoanKattouw [n=chatzill@83.119.125.27] has joined #mediawiki
          13:26 -!- mattis^ [n=mattis@95.233.240.181] has quit [Read error: 110 (Connection timed out)]
          13:31 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has joined #mediawiki
          13:31 -!- BR451 [n=brice@AToulouse-256-1-78-185.w86-205.abo.wanadoo.fr] has quit ["Leaving."]
          13:35 -!- TimStarling is now known as Tim-away
          13:35 -!- Filnik [n=Filnik@wikimedia/filnik] has joined #mediawiki
          13:37  * Natalie pees on charitwo.
          13:37 < Natalie> Hmm, I don't suppose anyone has been maintaining that LQT/Notes page?
          13:38 < Natalie> I have a few hours this morning.
          13:38 < charitwo> die evil wench
          13:41 -!- j^ [n=j@e179077018.adsl.alicedsl.de] has joined #mediawiki
          13:46 -!- LauraHale [n=laurahal@99.142.42.96] has joined #mediawiki
          13:46 -!- BR451 [n=brice@86.205.205.185] has joined #mediawiki
          13:53 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Remote closed the connection]
          13:53 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
          13:57 -!- sDrewth [n=sDrewth@wikisource/billinghurst] has joined #mediawiki
          13:57 < sDrewth> Question: Where would one go to investigate bulk moving of pages (as an administrator)?
          13:59 < Natalie> Bulk moving of subpages or just pages?
          14:06 -!- ThomasV [n=ThomasV@152.81.13.143] has joined #mediawiki
          14:10 -!- iceroot [n=irssi@static.4.202.46.78.clients.your-server.de] has joined #mediawiki
          14:11 < iceroot> how to post wiki-code in a wiki, so that the code is displayed, not the result of the code
          14:11 < Reedy> [[Blah]]
          14:12 < iceroot> Reedy: great, thx
          14:13 -!- mattis^ [n=mattis@host17-3-dynamic.54-79-r.retail.telecomitalia.it] has joined #mediawiki
          14:13 < iceroot> Reedy: wokring but now a complete block of code is displayed in one line, so there is no linebreak
          14:15 < wikibugs> (mod) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481  (leegee)
          14:17 < iceroot> i have to use 2 whitespaces before  then its working
          14:19 -!- ZioCorto [i=c1cedc02@gateway/web/freenode/x-wxrcexrnyjopzspy] has joined #mediawiki
          14:21 -!- ThomasV [n=ThomasV@152.81.13.143] has quit ["Leaving"]
          14:22 -!- Shown [n=Miranda@host126-91-dynamic.15-87-r.retail.telecomitalia.it] has joined #mediawiki
          14:27 < iceroot> :( i am using  some wikicode  which is working fine. but i am using also [[:Category:foobar]] and the mediawiki is creating a categorie. is there a way to disable that?
          14:28 < CIA-66> freakolowsky * r59411 /trunk/phase3/maintenance/ora/tables.sql: removed output-disable in dbms-output fetching procedure
          14:29 -!- juliano [n=juliano@mediawiki/Juliano] has joined #mediawiki
          14:30 < wikibugs> (mod) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481  (roan.kattouw)
          14:31 < RoanKattouw> iceroot: That code shouldn't create a category. Double-check that you don't have another category link somewhere else in the page
          14:31 < Reedy> iceroot: [[:Category:foobar]] should link it anyway
          14:33 -!- enomil [n=enomil@wikimedia/Enomil] has joined #mediawiki
          14:36 < lch> which maintenance script can I use to do a null edit to an article to refresh the cached page?
          14:36 < iceroot> ah, i was first using the code i want to paste without nowiki, so mediawiki created a footer with the category-list and did not remove it after putting the code into 
          14:37 -!- Prodego [n=Prodego@wikipedia/Prodego] has quit [Read error: 110 (Connection timed out)]
          14:37 -!- Marco27 [n=Marco27@wikipedia/Marco27] has joined #mediawiki
          14:38 < Kanor-> Reedy: what was your lecture today about? more grammars? :P
          14:38 < Duesentrieb> lch: one page? or all pages?
          14:38 < lch> Duesentrieb, a collection of pages
          14:39 < lch> from one custom namespace
          14:39 < Duesentrieb> don't think we have anything for that. just purge the cache completely
          14:39 < lch> :(
          14:39 < Duesentrieb> all you need to do is touch LocalSettings.php
          14:39 < Duesentrieb> that shouldn't have any bad effects unless you site is *very* busy
          14:41 < lch> Duesentrieb, touching LocalSettings.php isn't enough for stuff like SMW annotations kicking in
          14:41 < Duesentrieb> no? something is broken in SMW then.
          14:41 < lch> action=purge isn't enough for that either
          14:41 < lch> a null edit it enough, though
          14:41 < lch> is*
          14:41 < Duesentrieb> ask smw folks then
          14:42 < Duesentrieb> sounds like a silly bug to me.
          14:42 < lch> it's prolly not a bug, but a feature :P
          14:42 < Reedy> Kanor-: no lectures, just a practical session on compiler and parser writing :P
          14:42 < Duesentrieb> hMm? ignoring requests for purgew & rerende is a feature?
          14:43 < Kanor-> then i can talk openly about the grammar without giving you nightmares :D
          14:43 < Reedy> lol
          14:48 < wikibugs> (mod) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481  (leegee)
          14:49 -!- BradLee_ [n=chatzill@121.214.97.81] has joined #mediawiki
          14:50 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Remote closed the connection]
          14:51 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
          14:52 -!- iceroot [n=irssi@static.4.202.46.78.clients.your-server.de] has left #mediawiki []
          14:53 -!- freakolowsky [n=freakolo@84-255-254-147.static.t-2.net] has joined #mediawiki
          14:54 < freakolowsky> lo ladies
          14:54 < wikibugs> (mod) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481  (roan.kattouw)
          14:57 -!- JC [n=JC@wikimedia/Juliancolton] has joined #mediawiki
          14:58 -!- Filnik [n=Filnik@wikimedia/filnik] has quit [Read error: 60 (Operation timed out)]
          15:00 -!- yannf [n=yannf@wikipedia/yannf] has quit ["Like the Truth, I am elsewhere..."]
          15:00 -!- yannf [n=yannf@wikipedia/yannf] has joined #mediawiki
          15:02 -!- JC [n=JC@wikimedia/Juliancolton] has quit [Excess Flood]
          15:04 -!- JC [n=JC@wikimedia/Juliancolton] has joined #mediawiki
          15:04 < wikibugs> (CLOSED) Wget and Perl get stale pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=20481  (leegee)
          15:05 -!- tforsman [n=tforsman@foresight/developer/tforsman] has left #Mediawiki ["Leaving."]
          15:08 -!- ITrace [n=justinst@75.170.255.52] has quit []
          15:10 -!- GerardM- [n=chatzill@213.17.124.131] has quit [Read error: 113 (No route to host)]
          15:12 -!- Stevage [n=chatzill@CPE-124-190-32-230.sdcz1.lon.bigpond.net.au] has joined #mediawiki
          15:14 -!- Stevage_ [n=chatzill@CPE-124-190-32-230.sdcz1.lon.bigpond.net.au] has joined #mediawiki
          15:14 < Stevage_> *sigh*
          15:14 -!- Filnik [n=Filnik@wikimedia/filnik] has joined #mediawiki
          15:16 < wikibugs> (NEW) InstantCommons: ForeignAPIRepo doesn't use hashed path for locally stored thumbnails ($this->hashLevels uninitialized) - https://bugzilla.wikimedia.org/show_bug.cgi?id=21638 normal; Normal; MediaWiki: Images and files; (lupo.bugzilla)
          15:18 < sDrewth> sorry Natalie, had to deal with sick kid
          15:18 < sDrewth> pages, not subpages
          15:18 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Remote closed the connection]
          15:18 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
          15:18 < sDrewth> specifically in one of our namespace in enWS
          15:21 -!- Stevage [n=chatzill@CPE-124-190-32-230.sdcz1.lon.bigpond.net.au] has quit [Read error: 60 (Operation timed out)]
          15:23 -!- ITrace [n=justinst@216.81.188.2] has joined #mediawiki
          15:24 < Natalie> sDrewth: There are semi-automated tools like AWB.
          15:24 < Natalie> Or you can use scripts in Perl, Python, whatever.
          15:24 < Natalie> Just depends how you want to do it.
          15:25 < sDrewth> so yes, just need someone with the smarts to code for it
          15:25 < Natalie> I have some time this morning.
          15:25 < CIA-66> werdna * r59412 /trunk/extensions/LiquidThreads/ (classes/View.php lqt.css lqt.js): LiquidThreads: fix bug where toolbar overlapped post separator
          15:26 < sDrewth> the issue is that we have OCR text out of alignment with scans
          15:26 < sDrewth> and I think that this evening, my brain is too knackered to explain it lucidly
          15:26 -!- Witzman [n=witzman@83.221.34.4] has quit [Read error: 145 (Connection timed out)]
          15:27 < sDrewth> so, thank you for the generous offer, however, I would like to take a raincheck
          15:27 < Natalie> werdna: When will the LQT interface look like http://myrandomnode.dyndns.org:8080/~gmaxwell/LQT-how-it-should-be.png ? :-)
          15:27 < Natalie> sDrewth: All right. :-)
          15:27 < sDrewth> thx
          15:29 -!- sDrewth [n=sDrewth@wikisource/billinghurst] has left #mediawiki []
          15:29 < werdna> Natalie: I don't know
          15:29 < werdna> It would be nice to have the thing around the tabs
          15:30 < werdna> I'll hopefully get to it
          15:30 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has joined #mediawiki
          15:30 < Natalie> Cool.
          15:32 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Read error: 104 (Connection reset by peer)]
          15:33 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
          15:34 -!- Filnik_ [n=Filnik@wikimedia/filnik] has joined #mediawiki
          15:34 -!- Filnik_ [n=Filnik@wikimedia/filnik] has quit [Read error: 104 (Connection reset by peer)]
          15:34 -!- Filnik_ [n=Filnik@wikimedia/filnik] has joined #mediawiki
          15:34 -!- Filnik [n=Filnik@wikimedia/filnik] has quit [Connection timed out]
          15:35 -!- Filnik_ is now known as Filnik
          15:39 -!- Ose [n=ose@wikia/Ose] has joined #mediawiki
          15:45 -!- _sana [n=sana@p22.eregie.pub.ro] has quit ["Leaving."]
          15:45 -!- kevindanko [n=Kevindan@205.232.42.46] has quit []
          15:46 -!- andi_ [n=andi@217.255.98.228] has joined #mediawiki
          15:46 -!- brion-away is now known as brion
          15:48 -!- kevindanko [n=Kevindan@205.232.42.46] has joined #mediawiki
          15:50 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has quit ["Nettalk6 - www.ntalk.de"]
          15:54 -!- Suiseiseki [n=desudesu@wikipedia/Antonio-Lopez] has joined #mediawiki
          15:54 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Remote closed the connection]
          15:55 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
          15:55 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has quit ["KVIrc Insomnia 4.0.0, revision: 3472, sources date: 20090703, built on: 2009/09/02 21:14:09 UTC http://www.kvirc.net/"]
          15:58 -!- flubub [n=Flubub@92.75.208.250] has joined #mediawiki
          16:03 -!- PDD [i=PDD@wikipedia/PDD] has quit [Connection timed out]
          16:05 -!- p858snake|3 [n=p858snak@ppp118-208-90-130.lns20.bne4.internode.on.net] has joined #mediawiki
          16:07 -!- Bryan [n=launch@wikimedia-commons/Bryan] has joined #mediawiki
          16:08 -!- flubub [n=Flubub@92.75.208.250] has quit ["Nettalk6 - www.ntalk.de"]
          16:10 -!- Rjd0060 [n=Rjd0060@wikimedia/Rjd0060] has joined #mediawiki
          16:13 -!- p858snake_ [n=p858snak@unaffiliated/p858snake] has quit [Read error: 60 (Operation timed out)]
          16:16 -!- microm [n=mdanjou@142.46.210.147] has quit [Read error: 104 (Connection reset by peer)]
          16:17 -!- kwame [n=dan@209.213.194.81] has joined #mediawiki
          16:18 < kwame> Hi, anyone here that points me to an extension that will allow me to select users that I want to deny them from logging to mediawiki?
          16:19 < CIA-66> greg * r59413 /trunk/extensions/OpenID/openid_table.pg.sql: Remove the SQL comments
          16:19 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has quit [Read error: 104 (Connection reset by peer)]
          16:20 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has joined #mediawiki
          16:21 -!- Filnik [n=Filnik@wikimedia/filnik] has quit ["Byez!"]
          16:22 < CIA-66> vrandezo * r59414 /trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php: Fixed ending time of multiday events export in iCalendar
          16:22 -!- keigel2001 [n=keigel20@78.52.26.85] has joined #mediawiki
          16:23 -!- flubub [n=Flubub@92.75.208.250] has joined #mediawiki
          16:23 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki
          16:25 -!- dungodung|away is now known as dungodung
          16:25 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has joined #mediawiki
          16:26 -!- Briareos1 [n=B@10-98-136-94.static.net4you.net] has joined #mediawiki
          16:27 < Briareos1> i want to upload .mkv videos, but mediawiki won't let me ($wgFileExtensions[] = 'mkv'; is set)
          16:28 < RoanKattouw> What's the error message?
          16:30 -!- luminoso [n=lumos@av-217-129-139-239.netvisao.pt] has quit [Read error: 104 (Connection reset by peer)]
          16:30 -!- luminoso [n=lumos@av-217-129-139-239.netvisao.pt] has joined #mediawiki
          16:32 < kwame> so, any one that knows about an extension to deny a user login in to the mediawiki?
          16:32 -!- Ose [n=ose@wikia/Ose] has quit [Read error: 54 (Connection reset by peer)]
          16:32 < kevindanko> blacklist right?
          16:32 -!- ialex [n=IAlex@mediawiki/ialex] has joined #mediawiki
          16:32 < kwame> kevindanko: if that will allow me that X Y and Z user cannot log in to the wiki, yes, that would do it
          16:32 -!- Ose [n=ose@wikia/Ose] has joined #mediawiki
          16:33 -!- Juandev [n=Juandev@80.250.7.93] has joined #mediawiki
          16:33 < Juandev> hi
          16:33 -!- flubub [n=Flubub@92.75.208.250] has quit ["Nettalk6 - www.ntalk.de"]
          16:33 < Juandev> how does it come that "mailto:" URL scheme works in wiki?
          16:33 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has joined #mediawiki
          16:33 < RoanKattouw> Juandev: Why wouldn't it work?
          16:33 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has quit [Client Quit]
          16:34 < kwame> kevindanko: :?
          16:34 < kwame> kevindanko: I don't think that the Extension:Blacklist will work
          16:35 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has joined #mediawiki
          16:36 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has joined #mediawiki
          16:37 < Juandev> well, I dont know. but when there is  tag and works, I am happz
          16:37 < Juandev> *happy
          16:37 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki
          16:37 -!- BR451 [n=brice@86.205.205.185] has quit ["Leaving."]
          16:39 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has quit [Client Quit]
          16:40 < RoanKattouw> Juandev: Could you explain what you want more clearly?
          16:40 < Juandev> yes
          16:42 < Juandev> RoanKattouw: I was wandering why it works in MediaWiki environment. Because, if I have a look to special:version or to w:en:help:HTML, it is not writen there
          16:42 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has joined #mediawiki
          16:42 < Juandev> I was just wondering as lama how is it possible, it was not a bug report;) 
          16:43 < Briareos1> RoanKattouw it said something like the file was broken or so ... now i set $wgVerifyMimeType = false; and it's working ... though this is probably not a nice solution
          16:45 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has quit [Client Quit]
          16:45 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."]
          16:47 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has joined #mediawiki
          16:48 < keigel2001> hi, I need some help with editing my costum skin. how can I only show a part of the user toolbar?
          16:48 < kwame> fsck ... I don't seem to find an extension that will allow me to do a bulk removing of a permissions to users to log in to mediawiki
          16:48 -!- NicDumZ [n=nicdumz@wikimedia/NicDumZ] has quit ["Leaving"]
          16:50 < RoanKattouw> !wg UrlProtocols | Juandev 
          16:50 < mwbot> Juandev: http://www.mediawiki.org/wiki/Manual:%24wgUrlProtocols
          16:50 < RoanKattouw> keigel2001: You can always hide stuff with CSS if you want, that's easy
          16:51 < RoanKattouw> While not the cleanest way, it's probably the easiest way
          16:52 < keigel2001> hmm
          16:52 < keigel2001> it show's 5 points, but I just want 3 of them...
          16:53 < keigel2001> username, settings, own posts...
          16:53 < RoanKattouw> So figure out which 2 you want to hide, figure out their IDs and add some CSS
          16:59 -!- enomil [n=enomil@wikimedia/Enomil] has quit [Connection timed out]
          16:59 < wikibugs> (mod) Wikipedia in Picard language approved - https://bugzilla.wikimedia.org/show_bug.cgi?id=21634   +shell (danny.leinad)
          16:59 -!- BradLee_ [n=chatzill@121.214.97.81] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
          17:00 < CIA-66> greg * r59415 /trunk/extensions/SecurePoll/SecurePoll.pg.sql: Postgres version of schema - untested.
          17:04 -!- dori [n=dori@wikipedia/Dori] has joined #mediawiki
          17:05 < Reedy> Whats the picard language?
          17:05 < Reedy> http://en.wikipedia.org/wiki/Picard_language
          17:05 < Reedy> meh
          17:06 < Natalie> http://en.wikipedia.org/wiki/Picard_language
          17:06 < Natalie> :P
          17:08 < Juandev> RoanKattouw: okay, thx for explanation
          17:11 -!- Briareos1 [n=B@10-98-136-94.static.net4you.net] has quit [Remote closed the connection]
          17:11 -!- Briareos1 [n=B@94.136.98.10] has joined #mediawiki
          17:12 -!- Bryan [n=launch@wikimedia-commons/Bryan] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
          17:12 -!- kwame [n=dan@209.213.194.81] has left #mediawiki []
          17:17 -!- brion [n=brion@wikipedia/Brion-VIBBER] has quit [Read error: 54 (Connection reset by peer)]
          17:17 -!- LauraHale is now known as Laura|Away
          17:17 -!- brion [n=brion@24.5.64.220] has joined #mediawiki
          17:18 -!- Saruman [n=jan@dworkin.saruman.biz] has joined #mediawiki
          17:20 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has joined #mediawiki
          17:22 -!- cirwin [n=conrad@131.111.220.6] has joined #mediawiki
          17:22 -!- Marco27 [n=Marco27@wikipedia/Marco27] has quit ["Bye!"]
          17:26 -!- RoanKattouw_ [n=chatzill@83.119.125.27] has joined #mediawiki
          17:26 -!- RoanKattouw [n=chatzill@mediawiki/Catrope] has quit [Nick collision from services.]
          17:26 -!- G_SabinoMullane [n=greg@71.162.163.230] has joined #mediawiki
          17:26 -!- Briareos1 [n=B@94.136.98.10] has quit [Remote closed the connection]
          17:30 -!- RoanKattouw_ [n=chatzill@83.119.125.27] has quit [Client Quit]
          17:30 -!- RoanKattouw_ [n=chatzill@83.119.125.27] has joined #mediawiki
          17:31 -!- RoanKattouw_ is now known as RoanKattouw
          17:32 < wikibugs> (mod) InstantCommons: ForeignAPIRepo doesn't use hashed path for locally stored thumbnails ($this->hashLevels uninitialized) - https://bugzilla.wikimedia.org/show_bug.cgi?id=21638  (lupo.bugzilla)
          17:32 -!- hendo001|away is now known as hendo001
          17:33 -!- Raymond_afk [n=Raymond@wikipedia/Raymond] has joined #mediawiki
          17:38 -!- Raymond_afk is now known as Raymond_
          17:38 -!- mattis^ [n=mattis@host17-3-dynamic.54-79-r.retail.telecomitalia.it] has quit [Read error: 60 (Operation timed out)]
          17:39 -!- ireas [n=ireas@wikipedia/Ireas] has joined #mediawiki
          17:43 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has quit ["Leaving."]
          17:44 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki
          17:45 -!- dori [n=dori@wikipedia/Dori] has quit ["Leaving"]
          17:46 < CIA-66> daniel * r59416 /trunk/WikiWord/ (10 files in 3 dirs): proximity matrix generation. needs optimization
          17:47 -!- Sundance_Raphael [n=chatzill@pD9E971D3.dip.t-dialin.net] has joined #mediawiki
          17:49 -!- Rjd0060 [n=Rjd0060@wikimedia/Rjd0060] has quit ["Leaving"]
          17:50 -!- RoanKattouw is now known as RoanKattouw_away
          17:50 -!- Rjd0060 [n=Rjd0060@wikimedia/Rjd0060] has joined #mediawiki
          17:54 -!- Amgine [n=Amgine@wikinews/Amgine] has joined #Mediawiki
          17:55 -!- JC [n=JC@wikimedia/Juliancolton] has quit [Read error: 54 (Connection reset by peer)]
          17:55 -!- ZioCorto [i=c1cedc02@gateway/web/freenode/x-wxrcexrnyjopzspy] has quit ["Page closed"]
          17:56 -!- mattis^ [n=mattis@79.20.30.75] has joined #mediawiki
          17:57 < CIA-66> werdna * r59417 /trunk/extensions/LiquidThreads/classes/ThreadRevision.php: Debugging code for LiquidThreads
          17:58 -!- phyrex1an [n=phyrex1a@95.80.47.90] has joined #mediawiki
          17:58 < wikibugs> (NEW) Please add CSS class hiddenStructure to items_to_remove (xhtml.rb) - https://bugzilla.wikimedia.org/show_bug.cgi?id=21639 major; Normal; Wikipedia Mobile: server; (ninniuz)
          17:59 < Betacommand> anyone around familiar with the new upload protection that was recently added to wmf sites?
          18:01 -!- flubub [n=Flubub@dslb-092-075-208-250.pools.arcor-ip.net] has quit ["Nettalk6 - www.ntalk.de"]
          18:03 -!- Juandev [n=Juandev@80.250.7.93] has quit [Read error: 104 (Connection reset by peer)]
          18:04 -!- Laura|Away is now known as LauraHale
          18:04 < RoanKattouw_away> What new protection?
          18:05 -!- cirwin is now known as cirwin|afk
          18:07 -!- aude [n=chatzill@wikipedia/Aude] has joined #mediawiki
          18:07 < Betacommand> RoanKattouw_away: prevents re-upload without locking the image description page
          18:08 -!- RoanKattouw_away [n=chatzill@mediawiki/Catrope] has quit ["dinner"]
          18:09 < Rjd0060> that's interesting
          18:11 < Rjd0060> it's slightly broken though
          18:11 -!- ireas [n=ireas@wikipedia/Ireas] has quit [Success]
          18:11 < CIA-66> werdna * r59418 /branches/wmf-deployment/extensions/LiquidThreads_alpha/ (. classes/ThreadRevision.php): Debugging code
          18:12 < werdna> Betacommand: it's active on wikimedia sites?
          18:12 < werdna> it shouldn't be, although I can see how it might be in the UI
          18:12 < Betacommand> werdna: yeah
          18:13 < Betacommand> werdna: http://en.wikipedia.org/wiki/File:RusskiyToyWelpe9Mon.JPG
          18:13 < Betacommand> check the commons version of that page
          18:14 < Rjd0060> it only works when you select the "unlock move permissions" check box.
          18:14 < werdna> it shouldn't work at all
          18:15 < Betacommand> werdna: .......
          18:15 < CIA-66> werdna * r59419 /branches/wmf-deployment/includes/Title.php: Remove upload permission from box, it does not actually work
          18:16 < Betacommand> http://commons.wikimedia.org/w/api.php?action=query&prop=info&inprop=protection&titles=File:RusskiyToyWelpe9Mon.JPG&format=jsonfm
          18:17 < werdna> 17:17 < logmsgbot> !log andrew synchronized php-1.5/includes/Title.php  'Commented out part of upload protection that was inadvertantly merged in as it was part of a revision dependency for  LiquidThreads thread protection. r59419'
          18:18 -!- Pinky49 is now known as Pinky
          18:19 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit [Read error: 113 (No route to host)]
          18:20 < CIA-66> werdna * r59420 /trunk/extensions/LiquidThreads/pages/TalkpageHistoryView.php: LiquidThreads: fix fatal error on 2nd and subsequent pages of talkpage history pager.
          18:22 -!- haptiK [n=jdr@157.140.112.178] has quit []
          18:22 < CIA-66> werdna * r59421 /branches/wmf-deployment/extensions/LiquidThreads_alpha/ (. pages/TalkpageHistoryView.php): Merge r59420
          18:23 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki
          18:27 < CIA-66> yaron * r59422 /trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php: Added query-parameter description messages, for use by the new getParameters() function
          18:27 < Betacommand> werdna: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/58537
          18:28 -!- Dantman [n=dantman@wikia/dantman] has joined #mediawiki
          18:29 < Nikerabbit> hi Dantman 
          18:29 -!- keigel2001 [n=keigel20@78.52.26.85] has quit []
          18:29 < werdna> Betacommand: no, actually it's a different revision
          18:29 < Dantman> Yo?
          18:31 < CIA-66> werdna * r59423 /trunk/extensions/LiquidThreads/classes/ThreadRevision.php: Improve debugging code
          18:31 -!- rainman-sr [n=rainman@flywall.sysbiol.cam.ac.uk] has quit [Read error: 113 (No route to host)]
          18:32 < Betacommand> werdna: thats where the feature as reportedly added
          18:32 < werdna> yes, but I redid it entirely in another revision
          18:32 < CIA-66> werdna * r59424 /branches/wmf-deployment/extensions/LiquidThreads_alpha/ (. classes/ThreadRevision.php): Improve debugging
          18:32 < werdna> and I'm not sure why you're telling me this
          18:33 < Betacommand> werdna: I did not know you re-did it, and was just reviewing the signpost article about the feature
          18:35 -!- ireas [n=ireas@dslb-088-064-191-116.pools.arcor-ip.net] has joined #mediawiki
          18:46 < CIA-66> adam * r59425 /trunk/extensions/UsabilityInitiative/js/ (3 files in 2 dirs): Fixing spacing on jquery.collapsibleTabs.js to make it easier on the eyes and bring it inline with coding conventions
          18:46 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          18:47 -!- rainman-sr [n=rainman@95.148.129.8] has joined #mediawiki
          18:48 -!- apshields [n=apshield@adsl-68-94-195-146.dsl.rcsntx.swbell.net] has joined #MediaWiki
          18:49 < wikibugs> (NEW) LiquidThreads revision storage breaks when serialised object size exceeds 65,555 bytes - https://bugzilla.wikimedia.org/show_bug.cgi?id=21640 enhancement; Normal; MediaWiki extensions: LiquidThreads; (agarrett)
          18:49 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Remote closed the connection]
          18:50 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
          18:50 -!- mattis^1 [n=mattis@host75-30-dynamic.20-79-r.retail.telecomitalia.it] has joined #mediawiki
          18:50 -!- Kanor- [n=kanor@dslb-084-058-155-186.pools.arcor-ip.net] has quit [Read error: 104 (Connection reset by peer)]
          18:51 -!- aude [n=chatzill@wikipedia/Aude] has quit [Read error: 104 (Connection reset by peer)]
          18:53 -!- mattis^ [n=mattis@79.20.30.75] has quit [Read error: 148 (No route to host)]
          18:53 -!- Dantman [n=dantman@wikia/dantman] has quit [Read error: 113 (No route to host)]
          18:54 -!- GreenSleeper is now known as GreenAway
          18:54 -!- ^demon [i=187dae97@gateway/web/freenode/x-uupazgbbypbcftij] has joined #mediawiki
          18:55 -!- Platonides [n=Platonid@wikipedia/Platonides] has joined #mediawiki
          18:56 -!- wikitesti [i=5d2d57a4@gateway/web/freenode/x-xqkyyozxdczixhri] has joined #mediawiki
          18:56 < wikitesti> hi i have  problem with mysql many conntion
          18:56 < wikitesti> connection
          18:57 -!- Dantman [n=dantman@wikia/dantman] has joined #mediawiki
          18:58 < CIA-66> yaron * r59426 /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php: 
          18:58 < CIA-66> Added getParameters() and related functions, to allow query printers to
          18:58 < CIA-66> describe their parameters, for use in Special:Ask and elsewhere
          18:58 < CIA-66> werdna * r59427 /branches/wmf-deployment/extensions/LiquidThreads_alpha/i18n/Lqt.i18n.php: Update LiquidThreads messages
          19:00 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."]
          19:01 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 104 (Connection reset by peer)]
          19:01 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has quit [Read error: 104 (Connection reset by peer)]
          19:02 < CIA-66> demon * r59428 /trunk/phase3/includes/Setup.php: (bug 21638) Set hashLevels to 2 like commons, just in case
          19:03 -!- atglenn [n=ariel@wiktionary/ArielGlenn] has joined #mediawiki
          19:03 < wikibugs> (FIXED) InstantCommons: ForeignAPIRepo doesn't use hashed path for locally stored thumbnails ($this->hashLevels uninitialized) - https://bugzilla.wikimedia.org/show_bug.cgi?id=21638  +comment (innocentkiller)
          19:05 < CIA-66> werdna * r59429 /branches/wmf-deployment/extensions/LiquidThreads_alpha/ (21 files in 5 dirs): Update LiquidThreads alpha to trunk state
          19:07 < CIA-66> yaron * r59430 /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php: Added new 'plain' option for 'headers' param
          19:07 -!- mdale1 [n=dale@189.168.196.122] has joined #mediawiki
          19:09 -!- Stevage_ [n=chatzill@CPE-124-190-32-230.sdcz1.lon.bigpond.net.au] has quit ["ChatZilla 0.9.84 [Firefox 3.0.15/2009101601]"]
          19:11 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit [Read error: 113 (No route to host)]
          19:13 < wikitesti> hi i have  problem with mysql many conntion
          19:13 -!- Sundance_Raphael [n=chatzill@pD9E971D3.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)]
          19:14 -!- yoyo[RKN] [n=Miranda@87.123.93.18] has joined #mediawiki
          19:14 -!- Alphos [n=noreply@wikipedia/Alphos] has quit [Nick collision from services.]
          19:14 -!- Linds_ [n=noreply@wikipedia/Alphos] has joined #mediawiki
          19:16 < ^demon> Whee Muppets Treasure Island :D
          19:17 -!- Dark_Rift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has quit [Read error: 104 (Connection reset by peer)]
          19:18 -!- tomaszf [n=tomaszf@216.38.133.254] has joined #mediawiki
          19:19 -!- Luxo [n=luxo@wikipedia/Luxo] has joined #mediawiki
          19:20 -!- Bryan [n=launch@wikimedia-commons/Bryan] has joined #mediawiki
          19:20 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          19:21 -!- Emw [n=chatzill@c-98-216-208-140.hsd1.ma.comcast.net] has joined #mediawiki
          19:22 -!- Hosiryuhosi [n=Hosiryuh@wikipedia/Hosiryuhosi] has quit ["Leaving..."]
          19:28 -!- RoanKattouw_away [n=chatzill@83.119.125.27] has joined #mediawiki
          19:29 -!- RoanKattouw_away is now known as RoanKattouw
          19:29 -!- RoanKattouw is now known as RoanKattouw_away
          19:29 -!- mattis^1 [n=mattis@host75-30-dynamic.20-79-r.retail.telecomitalia.it] has quit ["Leaving."]
          19:29 -!- Sundance_Raphael [n=chatzill@pD9E94CE6.dip.t-dialin.net] has joined #mediawiki
          19:30 -!- RoanKattouw_away is now known as RoanKattouw
          19:32 -!- mikeschuld [n=mikeschu@209.137.232.180] has joined #mediawiki
          19:32 -!- MaxSem [n=max@wikimedia/MaxSem] has joined #mediawiki
          19:32 -!- Guest9955 [n=Thombans@p5B3B298A.dip.t-dialin.net] has joined #mediawiki
          19:34 -!- mattis^ [n=mattis@host75-30-dynamic.20-79-r.retail.telecomitalia.it] has joined #mediawiki
          19:34 -!- mattis^ [n=mattis@host75-30-dynamic.20-79-r.retail.telecomitalia.it] has quit [Read error: 54 (Connection reset by peer)]
          19:34 -!- DarkRift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has joined #mediawiki
          19:34 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          19:35 -!- mattis^ [n=mattis@host75-30-dynamic.20-79-r.retail.telecomitalia.it] has joined #mediawiki
          19:35 -!- zocky [n=zocky@wikipedia/zocky] has joined #mediawiki
          19:36 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          19:36 -!- mdale1 [n=dale@189.168.196.122] has quit [Read error: 113 (No route to host)]
          19:36 -!- ^demon [i=187dae97@mediawiki/demon] has quit ["Page closed"]
          19:38 -!- guillom [n=guillaum@wikimedia/guillom] has quit ["quit"]
          19:38 < Platonides> where should suggestions for the usability initiative be sent?
          19:38 -!- Guest9955 [n=Thombans@p5B3B298A.dip.t-dialin.net] has left #mediawiki []
          19:40 -!- mikeschuld [n=mikeschu@209.137.232.180] has quit ["Leaving."]
          19:41 -!- MaxSem [n=max@wikimedia/MaxSem] has quit [Read error: 104 (Connection reset by peer)]
          19:41 < Emw> Platonides: http://strategy.wikimedia.org/wiki/Call_for_proposals
          19:41 -!- liot [n=liot@AVelizy-153-1-38-67.w81-249.abo.wanadoo.fr] has joined #mediawiki
          19:41 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki
          19:41 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has joined #mediawiki
          19:42 -!- MaxSem [n=max@wikimedia/MaxSem] has joined #mediawiki
          19:42 < Platonides> Emw, it would be a ml, or somewhere at usability.wikimedia, not at strategy
          19:43 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Remote closed the connection]
          19:43 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
          19:43 < Platonides> Roan, wheren't you involved at UI?
          19:44 < Platonides> s/h//
          19:44 < RoanKattouw> Ywah
          19:44 < RoanKattouw> usabilitywiki
          19:44 < Platonides> which place?
          19:45 < RoanKattouw> Ah
          19:45 < Platonides> I just want to note a guy who emailed us because he wasn't able to edit the beginning of the page
          19:45 < Platonides> he got confused by the edit sections :P
          19:46 < RoanKattouw> http://usability.wikimedia.org/wiki/Talk:Prototype
          19:46 < Emw> i've heard of others not being able to figure out how to edit the lead section as well
          19:46 < Platonides> isn't it too broad?
          19:47 < Platonides> perhaps a link near "Editing Campeonato Nacional de Liga de Fútbol Indoor (section)" saying "Edit full page" would be good
          19:47 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          19:47 -!- AzaToth [n=azatoth@wikipedia/AzaToth] has joined #mediawiki
          19:48 < Platonides> at least they would be able to reach the edit page
          19:48 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          19:48 < Amgine> ?action=edit§ion=0 should be a feature...
          19:49 < RoanKattouw> It is
          19:51 -!- Daedalus969 [n=Daedalus@unaffiliated/daedalus969] has joined #mediawiki
          19:55 -!- liot [n=liot@AVelizy-153-1-38-67.w81-249.abo.wanadoo.fr] has left #mediawiki ["Konversation terminated!"]
          19:58 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has quit [Remote closed the connection]
          19:59 -!- freakolowsky [n=freakolo@84-255-254-147.static.t-2.net] has quit [Remote closed the connection]
          20:00 -!- SB_Johnny [n=SB_Johnn@c-98-235-177-2.hsd1.pa.comcast.net] has joined #mediawiki
          20:02 < CIA-66> dale * r59431 /trunk/phase3/js2/mwEmbed/libAddMedia/ (mvBaseUploadInterface.js mvFirefogg.js simpleUploadForm.js): * restored basic non-firefogg upload functionality per r59320 breakage
          20:02 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 104 (Connection reset by peer)]
          20:03 -!- aude [n=chatzill@wikipedia/Aude] has joined #mediawiki
          20:04 -!- Luxo [n=luxo@wikipedia/Luxo] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
          20:08 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit [Read error: 113 (No route to host)]
          20:08 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has joined #mediawiki
          20:09 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki
          20:10 -!- Scouse [n=chatzill@cpc1-shep9-0-0-cust352.leic.cable.ntl.com] has joined #mediawiki
          20:11 -!- bmusson [n=bmusson@69.25.98.203] has joined #mediawiki
          20:11 < bmusson> is there a way to send an email out whenever a change is made to the wiki?
          20:11 < bmusson> i mean, the wiki in general, not a specific page.
          20:12 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki
          20:12 < bmusson> nevermind i fond it
          20:15 -!- Anubisss [i=Anubisss@77.111.171.57] has joined #mediawiki
          20:19 -!- Netsplit calkins.freenode.net <-> irc.freenode.net quits: Merlissimo, jtrucks, GDonato_, jwit, zocky, GreenAway, werdna
          20:19 -!- Merlissimo [n=Merlissi@v32209.1blu.de] has joined #mediawiki
          20:19 -!- Netsplit over, joins: jwit
          20:19 -!- jtrucks_ [i=jtrucks@freenode/staff/lopsa.board.jtrucks] has joined #mediawiki
          20:19 -!- PDD [i=PDD@wikipedia/PDD] has joined #mediawiki
          20:19 -!- Netsplit over, joins: zocky
          20:20 -!- Sundance_Raphael [n=chatzill@pD9E94CE6.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)]
          20:20 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has joined #mediawiki
          20:20 -!- Netsplit over, joins: GDonato_
          20:20 -!- Netsplit over, joins: werdna
          20:22 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          20:24 < wikibugs> (NEW) Add Wikipedia as Alias for NS 4 - https://bugzilla.wikimedia.org/show_bug.cgi?id=21641 enhancement; Normal; Wikimedia: Site requests; (sam)
          20:24 -!- Renegade15 [n=Renegade@unaffiliated/renegade15] has joined #mediawiki
          20:25 < Renegade15> good day
          20:25 < wikibugs> (mod) Add Wikipedia as Alias for NS 4 on ca.wiki - https://bugzilla.wikimedia.org/show_bug.cgi?id=21641  summary (sam)
          20:25 < Nikerabbit> it's evening already
          20:25 < LauraHale> Hi
          20:26 < wikibugs> (mod) Add Wikipedia as Alias for NS 4 on ca.wiki - https://bugzilla.wikimedia.org/show_bug.cgi?id=21641  +comment (roan.kattouw)
          20:26 -!- yoyo[RKN] [n=Miranda@87.123.93.18] has quit ["Use your power www.rechenkraft.net"]
          20:26 < Reedy> RoanKattouw: [19:24:18] <+Reedy> Alchimista: if huggle just used "Project" ;)
          20:26 < Reedy> Before i posted the bug
          20:26 < Reedy> haha
          20:28 < Reedy> I'm gouging my eyes trying to find it in VB
          20:28 < Nikerabbit> visual basic
          20:28 < Renegade15> I'm having a weird issue with a recently-upgraded mediawiki; we had file uploads to ./images forever, and it always worked fine; now I upgraded to 1.15.1 a few days ago, just tried to upload an image, and it's telling me "The upload directory (public) is not writable by the webserver." - I've checked LocalSettings, and both uploadpath as well as uploaddirectory are set to images - in fact, there is no mention of the word "public" in Loca
          20:28 < Renegade15> lSettings at all.
          20:29 < Reedy> Nikerabbit: VB .NET
          20:29 < Reedy> //joy
          20:29 < CIA-66> raymond * r59432 /trunk/ (58 files in 45 dirs): Localisation updates for core and extension messages from translatewiki.net (2009-11-25 19:00 UTC)
          20:29 < Renegade15> I could easily just chmod public, that's not the issue, but I'm wondering what's causing this?
          20:29 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          20:30 < Renegade15> (plus, I'd actually rather keep using ./images than switching to ./public)
          20:30 < Nikerabbit> I guess public is just a placeholder
          20:30 < Nikerabbit> 1996:'upload_directory_read_only'  => 'The upload directory ($1) is not writable by the webserver.',
          20:30 -!- Sundance_Raphael [n=chatzill@pD9E9619A.dip.t-dialin.net] has joined #mediawiki
          20:31 < Nikerabbit> 147:                    return $this->newFatal( 'upload_directory_read_only', $this->directory );
          20:31 < Nikerabbit>                 $this->directory = $info['directory'];
          20:31 < Renegade15> ah, okay
          20:32 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          20:32 < Renegade15> what purpose does the "public" folder serve then, though? is that even part of the default install?
          20:32 < Renegade15> 'cause it's empty and it's not mine xD
          20:32 < Nikerabbit>                         'directory' => $wgSharedUploadDirectory,
          20:32 < Nikerabbit> there it is
          20:32 < Nikerabbit> nope
          20:32 < Nikerabbit> yes
          20:33 < Nikerabbit> I'm not sure
          20:33 -!- sj|| [n=sj@wikipedia/sj] has joined #mediawiki
          20:33 < Renegade15> xD okay
          20:33 < Renegade15> that was helpful, though. thank you very much
          20:33 -!- Renegade15 [n=Renegade@unaffiliated/renegade15] has left #mediawiki ["/ ( o Y o ) \"]
          20:33 < Nikerabbit> that part of the code is not easily greppable
          20:35 < CIA-66> dale * r59433 /trunk/phase3/js2/ (3 files in 2 dirs): 
          20:35 < CIA-66> * restored basic firefogg upload functionality per r59320 breakage
          20:35 < CIA-66> * show preview of encoding video by default
          20:35 -!- ireas [n=ireas@wikipedia/Ireas] has quit [Broken pipe]
          20:36 < wikibugs> (NEW) Watchlist notification email reports creation instead of deletion - https://bugzilla.wikimedia.org/show_bug.cgi?id=21642 normal; Normal; MediaWiki: Email; (wolfram.schmied)
          20:36 -!- Bamieater [i=Melvin@freenode/sponsor/bamieater] has quit [Connection timed out]
          20:36 -!- Bamieater [i=Melvin@freenode/sponsor/bamieater] has joined #mediawiki
          20:39 -!- Bizzeh [n=killallt@xbmc/staff/bizzeh] has joined #mediawiki
          20:39 < wikibugs> (INVALID) Add Wikipedia as Alias for NS 4 on ca.wiki - https://bugzilla.wikimedia.org/show_bug.cgi?id=21641  (sam)
          20:42 < Bizzeh> does anyone know of any sites that have any basic regex for parsing mediawiki exported xml text? (the stuff in the  tag, not the xml its self)
          20:44 < Nikerabbit> isn't 21642 dupe?
          20:44 -!- JC [n=JC@wikimedia/Juliancolton] has joined #mediawiki
          20:44 < Nikerabbit> at least the bug has been there ages since aaron changed the logging system
          20:44 < Nikerabbit> Bizzeh: regex is wrong tool for parsing xml
          20:44 < Bizzeh> Nikerabbit: as i said, im not parsing xml
          20:45 < Bizzeh> im pasring the wikicode in the xml
          20:45 < Nikerabbit> why does it matter how it is exported
          20:45 < Bizzeh> ill start from the beginning
          20:45 < Bizzeh> im exporting xml from a mediawiki
          20:46 < Bizzeh> ive parsed the xml to get the page code from the  tag, now i want to parse that code into an actual page
          20:46 < Nikerabbit> good luck
          20:46 -!- Sundance_Raphael [n=chatzill@pD9E9619A.dip.t-dialin.net] has quit [Read error: 104 (Connection reset by peer)]
          20:46 < Bizzeh> writing an exporter to convert to cached html
          20:47 -!- Sundance_Raphael [n=chatzill@pD9E9619A.dip.t-dialin.net] has joined #mediawiki
          20:47 < Nikerabbit> why don't you use htmldump extension?
          20:47 -!- Sundance_Raphael [n=chatzill@pD9E9619A.dip.t-dialin.net] has quit [Client Quit]
          20:48 < Bizzeh> not extendable enough for my liking
          20:49 -!- puzzlet_ [n=puzzlet@147.46.241.168] has joined #mediawiki
          20:49 -!- sj| [n=sj@wikipedia/sj] has quit [Connection timed out]
          20:51 < Duesentrieb> is there a sane way to maps diacritics to ascii characters in unicode? i mean "a -> a, etc.
          20:52 -!- Galaxor [n=ryan@aa2.linuxbox.com] has joined #mediawiki
          20:52 < Galaxor> Say, how do I upload a new version of a file?  (I had previously uploaded an svg to my wiki, but now I've got a new version).
          20:53 < Duesentrieb> Galaxor: just upload it again under the same name
          20:53 < Galaxor> Will it keep my description and stuff?
          20:53 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          20:54 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          20:54 < Duesentrieb> Galaxor: yes, if there already is a description, it will not be changed
          20:54 < Galaxor> Indeed it did.
          20:54 < Duesentrieb> the new description will only be logged as an upload comment
          20:54 -!- Kipcool [n=chatzill@p5B0DB532.dip.t-dialin.net] has joined #mediawiki
          20:55 < Galaxor> Cool, thanks.
          20:55 -!- wikitesti [i=5d2d57a4@gateway/web/freenode/x-xqkyyozxdczixhri] has quit ["Page closed"]
          20:56 -!- Agony [i=agony@Agony.users.wikiuutiset.fi] has joined #mediawiki
          20:56 -!- SB_Johnny [n=SB_Johnn@c-98-235-177-2.hsd1.pa.comcast.net] has quit []
          20:57 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 104 (Connection reset by peer)]
          20:58 < CIA-66> ialex * r59434 /trunk/phase3/includes/SpecialPage.php: Set the Title object to the new $wgOut in SpecialPage::capturePath()
          20:58 -!- Skizzerz [n=skizzerz@skizzerz.resnet.tamu.edu] has joined #mediawiki
          21:00 -!- gregglind [n=gregg@gregg.lind.dsl.visi.com] has quit [Read error: 110 (Connection timed out)]
          21:00 -!- tomaszf [n=tomaszf@216.38.133.254] has quit [Read error: 104 (Connection reset by peer)]
          21:00 -!- tomaszf [n=tomaszf@216.38.133.254] has joined #mediawiki
          21:01 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit ["Leaving."]
          21:01 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Read error: 110 (Connection timed out)]
          21:03 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki
          21:04 -!- Galaxor [n=ryan@aa2.linuxbox.com] has quit ["Leaving"]
          21:05 -!- GDonato_ [n=GDonato@wikimedia/GDonato] has quit [Read error: 104 (Connection reset by peer)]
          21:06 -!- yoyo[RKN] [n=Miranda@i577B5D12.versanet.de] has joined #mediawiki
          21:07 -!- ikla_ [n=lbz@c-75-71-89-108.hsd1.co.comcast.net] has joined #mediawiki
          21:07 -!- nickzxcv [i=nick@schmalenberger.us] has joined #mediawiki
          21:07 -!- paulr_ [n=paul@78.46.84.147] has joined #mediawiki
          21:07 -!- jtrucks [i=jtrucks@freenode/staff/lopsa.board.jtrucks] has joined #mediawiki
          21:07 -!- paulr [n=paul@static.147.84.46.78.clients.your-server.de] has quit [Remote closed the connection]
          21:07 -!- nickzxcv_ [i=nick@schmalenberger.us] has quit [Broken pipe]
          21:08 -!- jtrucks_ [i=jtrucks@freenode/staff/lopsa.board.jtrucks] has quit [Dead socket]
          21:08 -!- ikla [n=lbz@c-75-71-89-108.hsd1.co.comcast.net] has quit [Remote closed the connection]
          21:09 -!- Marco27 [n=Marco27@wikipedia/Marco27] has joined #mediawiki
          21:11 -!- laurus [n=laurus@adsl-71-156-15-164.dsl.sfldmi.sbcglobal.net] has joined #mediawiki
          21:11 < laurus> Does anyone know how to do inline 
           style text?
          21:12 < Amgine> txt?
          21:12 < laurus> Amgine, thank you!
          21:12 < laurus> That's inline?
          21:12 < Amgine> should be monospaced font, yes.
          21:12 -!- cirwin|afk is now known as cirwin
          21:12 < laurus> I figured it would be something a little more Mediawiki-syntax-like than tags
          21:12 < Amgine> (although css could change it)
          21:13 < RoanKattouw> laurus: Nope, wikitext uses XML tags here and there. We've got  , 
           and  among other things
          21:13 < laurus> RoanKattouw, cool, works for me :)
          21:13 < laurus> But 
           can be replaced by a single space on a new line
          21:13 < laurus> For example
          21:13 -!- JC [n=JC@wikimedia/Juliancolton] has quit [Connection timed out]
          21:15 -!- Dratini [n=VFx@wikia/VicFedex] has quit [Client Quit]
          21:15 < CIA-66> dale * r59435 /trunk/phase3/js2/mwEmbed/libAddMedia/ (mvBaseUploadInterface.js mvFirefogg.js): * restored copy-by-url uploads in add-media-wizard per r59320 changes
          21:16 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          21:17 -!- ikla_ [n=lbz@c-75-71-89-108.hsd1.co.comcast.net] has left #mediawiki ["Leaving"]
          21:18 -!- Raymond_ is now known as Raymond_afk
          21:19 -!- brion [n=brion@wikipedia/Brion-VIBBER] has quit [Read error: 131 (Connection reset by peer)]
          21:20 -!- JC [n=JC@wikimedia/Juliancolton] has joined #mediawiki
          21:20 < Duesentrieb> laurus: not quite the same thing
          21:20 -!- brion [n=brion@wikipedia/Brion-VIBBER] has joined #mediawiki
          21:20 < Duesentrieb> heya brion
          21:21 -!- Linds_ is now known as Alphos
          21:21 < Duesentrieb> brion: i want evan to speak at wikimania. whatcha think?
          21:21 < brion> that'd be neat!
          21:22 < brion> he's on right now but he's sick :)
          21:22 < werdna> yeah I was kinda confused to not see him at wikimania
          21:22 < Duesentrieb> brion: well, if we all keep poking him, it might work :)
          21:22 < RoanKattouw> Wait, is Evan a wiki guy?
          21:22 < RoanKattouw> What's he got to do with wikis other than being Brion's boss?
          21:22 < atglenn> wikitravel!
          21:22 < werdna> wikitravel
          21:22 < Duesentrieb> RoanKattouw: he started wikitravel
          21:23 < RoanKattouw> Ah
          21:23 < Duesentrieb> RoanKattouw: wrote a bunch of extensions for it. contributed a bit to core too
          21:23 < Duesentrieb> 2005 or something :)
          21:23 < werdna> and I feel like he's done a bunch of other stuff
          21:23 < Duesentrieb> OpenID and RDF are the extensions i remember him most for
          21:24 < brion> evan's a longtime wiki guy
          21:24 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has quit ["Quitte"]
          21:24 < werdna> he's been to a few wikimanias
          21:24 -!- juliano [n=juliano@mediawiki/Juliano] has quit [Read error: 54 (Connection reset by peer)]
          21:28 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          21:30 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          21:30 -!- sj| [n=sj@wikipedia/sj] has joined #mediawiki
          21:32 < LauraHale> And  I think every RecentChangesCamp.
          21:33 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          21:34 < Amgine> I didn't see him at Portland.
          21:34 -!- JC [n=JC@wikimedia/Juliancolton] has quit [Client Quit]
          21:34 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          21:34 < LauraHale> I did.
          21:34 < Amgine> 
          21:34 -!- stregadelsud_79 [n=stregade@host166-85-dynamic.22-79-r.retail.telecomitalia.it] has joined #mediawiki
          21:34 < LauraHale> I did some evan stalking.
          21:35 < LauraHale> He was at a panel on monetizing wikis.
          21:35 -!- stregadelsud_79 [n=stregade@host166-85-dynamic.22-79-r.retail.telecomitalia.it] has left #mediawiki []
          21:37 -!- sj|| [n=sj@wikipedia/sj] has quit [Connection timed out]
          21:37 < wikibugs> (NEW) this aint a big at all, sorry - https://bugzilla.wikimedia.org/show_bug.cgi?id=21643 trivial; Normal; MediaWiki: User interface; (krishvanth)
          21:37 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          21:38 < CIA-66> catrope * r59436 /trunk/extensions/UsabilityInitiative/ (6 files in 4 dirs): UsabilityInitiative: Preview: Fix display when preview tab disabled
          21:39 -!- mdale1 [n=dale@189.168.196.122] has joined #mediawiki
          21:40 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          21:40 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit [No route to host]
          21:41 < Emw> is there an aliasing problem when high-resolution images are scaled down to fit in wikipedia's 180 px width for thumbnails?
          21:41 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has quit ["Leaving."]
          21:41 -!- Ose [n=ose@wikia/Ose] has quit ["Give a person a fish and you feed them for a day; teach a person to use the Internet and they won't bother you for weeks"]
          21:42 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has quit ["KVIrc Insomnia 4.0.0, revision: 3472, sources date: 20090703, built on: 2009/09/02 21:14:09 UTC http://www.kvirc.net/"]
          21:42 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 54 (Connection reset by peer)]
          21:43 -!- cirwin [n=conrad@131.111.220.6] has quit ["work...king!"]
          21:44 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki
          21:45 < wikibugs> (mod) Add share buttons for Twitter, Digg, etc. - https://bugzilla.wikimedia.org/show_bug.cgi?id=21643  summary (roan.kattouw)
          21:46 -!- aude [n=chatzill@wikipedia/Aude] has quit [Read error: 110 (Connection timed out)]
          21:46 -!- Betacommand is now known as Beta|away
          21:48 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 60 (Operation timed out)]
          21:48 -!- laurus [n=laurus@adsl-71-156-15-164.dsl.sfldmi.sbcglobal.net] has left #mediawiki ["Leaving"]
          21:48 -!- tty1 [n=freemo@unaffiliated/electric-penguin/x-9957366] has quit [Read error: 104 (Connection reset by peer)]
          21:52 < wikibugs> (INVALID) Add share buttons for Twitter, Digg, etc. - https://bugzilla.wikimedia.org/show_bug.cgi?id=21643  +comment (Platonides)
          21:55 -!- GDonato [n=GDonato@wikimedia/GDonato] has joined #mediawiki
          21:56 -!- mdale1 [n=dale@189.168.196.122] has quit ["Leaving."]
          21:56 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki
          21:58 -!- LauraHale is now known as Laura|Away
          22:00 -!- aude [n=chatzill@wikipedia/Aude] has joined #mediawiki
          22:06 -!- tomaszf [n=tomaszf@216.38.133.254] has quit [Read error: 104 (Connection reset by peer)]
          22:06 -!- tomaszf [n=tomaszf@216.38.133.254] has joined #mediawiki
          22:07 -!- tomaszf [n=tomaszf@216.38.133.254] has quit [Remote closed the connection]
          22:07 -!- tomaszf [n=tomaszf@216.38.133.254] has joined #mediawiki
          22:12 -!- chomwitt [n=chomwitt@ppp-94-66-177-230.home.otenet.gr] has joined #mediawiki
          22:14 -!- stephan48 [n=rjp@pdpc/supporter/student/stephan48] has quit ["get satisfied! • :: ««« (Gamers.IRC) »»» ::"]
          22:19 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki
          22:20 -!- bmusson [n=bmusson@69.25.98.203] has quit [Remote closed the connection]
          22:21 -!- Emw is now known as Emw|away
          22:23 < wikibugs> (mod) loading a wikipedia article crashes my browser - https://bugzilla.wikimedia.org/show_bug.cgi?id=21622  (herd)
          22:24 -!- BR451 [n=brice@AToulouse-256-1-138-7.w90-45.abo.wanadoo.fr] has joined #mediawiki
          22:26 < wikibugs> (mod) loading a wikipedia article crashes my browser - https://bugzilla.wikimedia.org/show_bug.cgi?id=21622  (roan.kattouw)
          22:30 -!- mdale1 [n=dale@189.168.196.122] has joined #mediawiki
          22:32 -!- Beta|away [n=Betacomm@unaffiliated/betacommand] has quit [Read error: 113 (No route to host)]
          22:32 -!- BradLee_ [n=chatzill@CPE-121-214-97-81.lnse4.lon.bigpond.net.au] has joined #mediawiki
          22:33 -!- yoyo[RKN] [n=Miranda@i577B5D12.versanet.de] has quit ["Use your power www.rechenkraft.net"]
          22:33 -!- mdale1 [n=dale@189.168.196.122] has quit [Remote closed the connection]
          22:36 < wikibugs> (mod) Allowing protecting files without protecting image pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=6579  +comment (TheEvilIPaddress)
          22:36 -!- Kanor- [n=kanor@84.58.155.186] has joined #mediawiki
          22:38 -!- andi_ [n=andi@217.255.98.228] has quit [Read error: 110 (Connection timed out)]
          22:40 < Bryan> assignments of arrays referenced or copied?
          22:40 < RoanKattouw> In PHP? Copied
          22:40 < RoanKattouw> Unless you explicitly say you want a reference
          22:41 < RoanKattouw> I think; try $a = array( 1, 2, 3 ); $b = $a; $b[0] = 0; var_dump( $a ); var_dump( $b ); to be sure
          22:41 < Bryan> yeah indeed
          22:42 < wikibugs> (NEW) add super_page= - https://bugzilla.wikimedia.org/show_bug.cgi?id=21644 enhancement; Normal; MediaWiki extensions: SemanticForms; (vid_wikimedia_bugzilla)
          22:43 -!- RoanKattouw [n=chatzill@mediawiki/Catrope] has quit ["zzzzzzzzzz"]
          22:46 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit [Read error: 110 (Connection timed out)]
          22:51 -!- G_SabinoMullane [n=greg@71.162.163.230] has quit ["Leaving."]
          22:54 < jtrucks> is there a way to do outlines in mediawiki like a traditional 1. a) i). type format?
          22:54 < jtrucks> without using 
           and friends?
          22:55 -!- Kipcool [n=chatzill@p5B0DB532.dip.t-dialin.net] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091109134913]"]
          22:57 -!- ialex [n=IAlex@mediawiki/ialex] has quit []
          22:58 -!- wolog_ [n=wolog@AOrleans-152-1-32-219.w90-21.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)]
          22:58 < Kanor-> jtrucks: why would you need that?
          22:59 -!- wolog_ [n=wolog@AOrleans-152-1-32-219.w90-21.abo.wanadoo.fr] has joined #mediawiki
          22:59 < jtrucks> The reason isn't so relevant. It does not look like it can be done, according to the documentation. I was just asking here to be sure.
          23:00 -!- JC [n=JC@wikimedia/Juliancolton] has joined #mediawiki
          23:01 -!- Kanor- [n=kanor@84.58.155.186] has left #mediawiki []
          23:02 -!- Scouse [n=chatzill@cpc1-shep9-0-0-cust352.leic.cable.ntl.com] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
          23:03 < thedj> sigh. why are all elements on file pages using classes instead of ids ...
          23:04 < buzz_> because they are unique ?
          23:04 < buzz_> aah. .sorry i read it wrong way round
          23:04 < buzz_> :)
          23:05 < buzz_> because they are general styles to be reused ? dunno :)
          23:07 < wikibugs> (mod) Activate autopatrol user group for Simple English Wiktionary - https://bugzilla.wikimedia.org/show_bug.cgi?id=21439  +comment (mzapdoswi)
          23:07 < Duesentrieb> ids are generally problematic, because they are required to be unique
          23:07 -!- Bryan [n=launch@wikimedia-commons/Bryan] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
          23:07 < Duesentrieb> when you write snippets of php, how do you know no one else might be using the smae element id?
          23:12 < Amgine> ru.wikt uses ids in templates...
          23:13 -!- Saruman [n=jan@dworkin.saruman.biz] has quit ["bedtime"]
          23:13 < wikibugs> (NEW) Create a more specific warning when (re)uploading a file is protected - https://bugzilla.wikimedia.org/show_bug.cgi?id=21645 enhancement; Normal; MediaWiki: Uploading; (TheEvilIPaddress)
          23:14 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has joined #mediawiki
          23:17 < CIA-66> dale * r59437 /trunk/phase3/js2/mwEmbed/ (7 files in 4 dirs): * added k-attribution link in credits
          23:17 -!- catsup_ [n=d@65.75.18.227] has joined #mediawiki
          23:19 -!- jtrucks [i=jtrucks@freenode/staff/lopsa.board.jtrucks] has left #mediawiki ["Oh Noes!"]
          23:22 -!- Anubisss [i=Anubisss@77.111.171.57] has quit ["Haromfajta ember van. Aki tud szamolni es aki nem."]
          23:26 -!- Radon [n=Radon@unaffiliated/radon] has joined #mediawiki
          23:27 -!- catsup [n=d@ip-414b12e3.ct.fixed.ntplx.com] has quit [Read error: 110 (Connection timed out)]
          23:27 < Amgine> Hmmm, no one thought to mention to jtrucks the