--- Log opened Sun Nov 15 00:00:02 2009 --- Day changed Sun Nov 15 2009 00:00 < RoanKattouw> Well it does catch ratelimited errors AFAIK 00:00 < RoanKattouw> So he should log API errors on the client side and see why his bot freezes up 00:00 < Bryan> yeah ratelimited is caught I believe 00:00 < Bryan> unfortunately many edit errors are usually "Unknown error $1" 00:01 < Bryan> actually it is the backend that is sucky 00:01 * OverlordQ points to what he said 00:01 < harej> It doesn't freeze, it just procedes as if the edit is successfully saved. That is, until I changed the bot to pay closer attention to errors. Right now I am watching my bot, waiting for it to fall into the trap 00:01 < OverlordQ> if it's getting a ratelimit then something serious is fubar'd with the api :) 00:02 < harej> This takes *several hours* and the bot has been running since about 10:45 AM (it's 6:01 PM now) 00:02 < RoanKattouw> harej: If that's the case than it's either a freak occurrence or a bug in your bot 00:02 < RoanKattouw> ('that' being it taking hours) 00:02 < harej> So it's probably a certain something that derails the bot? 00:04 < p858snake> harej: is your bot approved and have the bot bit attached to the account? 00:05 < harej> Yes and yes. 00:06 < p858snake> get someone to review your bot code then probably, because nothing should be giving it rate limits 00:06 -!- Saruman [n=jan@dworkin.saruman.biz] has quit ["bedtime"] 00:06 < harej> You say this like the code hadn't spent over a month under intense scrutiny. 00:06 -!- DuTempete [n=chatzill@76-234-42-15.lightspeed.cicril.sbcglobal.net] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"] 00:06 < Bryan> fwiw the most common error codes that my bots encounter are badtoken and unknown_error 00:07 < Bryan> badtoken happens approximate once every 200 edits; unknown_error once every 500 00:07 -!- elektryk [n=chatzill@ip-93-179-208-35.ssnet.pl] has joined #mediawiki 00:07 < p858snake> are you sure its editing whilst logged in? that would answer it getting rate limits 00:07 < harej> It is indeed logged in. 00:07 -!- DuTempete [n=chatzill@76-234-42-15.lightspeed.cicril.sbcglobal.net] has joined #mediawiki 00:08 < harej> If it weren't logged in, there would be IP edits from the Toolserver on pages that the bot said it edited but don't show up in Special:Contributions 00:09 -!- DuTempete [n=chatzill@76-234-42-15.lightspeed.cicril.sbcglobal.net] has quit [Client Quit] 00:09 < Bryan> harej: in my experience "suddenly can't save edits" is because your edit token expired somehow 00:09 < Bryan> you'll get a badtoken in that case 00:10 < Bryan> or are you fetching a new token for every edit? 00:10 < harej> So should I have the bot re-login everytime it gets a badtoken? 00:10 < Bryan> are you fetching a new token for every edit? 00:11 < harej> Yes 00:11 -!- elektryk [n=chatzill@ip-93-179-208-35.ssnet.pl] has left #mediawiki [] 00:11 < Bryan> right, then that should not be the problem 00:12 < harej> if ($this->token==null) { 00:12 < harej> $this->token = $this->getedittoken(); 00:12 < harej> } 00:12 -!- ialex [n=IAlex@mediawiki/ialex] has quit [] 00:12 < Bryan> well, try logging the edit result, wouldn't know without further information 00:13 -!- MojoDodo [n=mojo@p5B3020CC.dip0.t-ipconnect.de] has left #mediawiki [] 00:13 -!- Platonides [n=Platonid@wikipedia/Platonides] has quit [] 00:13 < Bryan> specifically, log result['edit']['result'] == 'Failure' 00:14 -!- Az1568 is now known as wp4eva 00:16 < cirwin> I'm getting a lot of "badtoken" errors using mwclient on wiktionary - does anyone know why that might be? 00:17 < wikibugs> (mod) Increase $wgAccountCreationThrottle for uem wikiweek - https://bugzilla.wikimedia.org/show_bug.cgi?id=21510 summary (Platonides) 00:17 < Bryan> yeah me too 00:17 < Bryan> that's because mwclient only fetches the token once every session 00:17 < Bryan> and is too stupid to fetch a new one if the error occurs 00:17 < cirwin> ok, I just get it to .login() when that error happens 00:18 < Bryan> it should do so automatically 00:18 < cirwin> alright - is mwclient your's or a different br[ioay]*ns ? 00:18 < Bryan> there is only one and it is mine 00:18 < Bryan> :) 00:19 < cirwin> are you planning to patch it, or shall I? 00:19 < MaxSem> since editing usually involves modification of existing page text, you have to request some page props anyway, so I retrieve tokens for each page 00:19 < Bryan> I am planning to patch it some day 00:19 < Bryan> yeah could do so as well 00:20 < Bryan> anyway, bye 00:20 -!- Bryan [n=launch@wikimedia-commons/Bryan] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"] 00:20 < harej> cirwin, that asterisk should be a plus, unless you consider "brn" to be a valid name 00:21 < cirwin> harej: well, with a + then briiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiin would be valid 00:21 < cirwin> so it's going to hugely over-generate either way 00:21 -!- dori [n=dori@wikipedia/Dori] has quit ["Leaving"] 00:22 < harej> br[iy][oa]n 00:22 < harej> Problem solved. 00:27 < Amgine> Although it'd be more interesting if Byron showed up. 00:29 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has quit ["Leaving"] 00:29 < Mike_lifeguard> LORD BYYYYYYYYRON 00:31 < MaxSem> wow, necromancy 00:32 -!- Betacommand [n=Betacomm@unaffiliated/betacommand] has joined #mediawiki 00:33 < wikibugs> (mod) uploadcorrupt error message is vague and confusing - https://bugzilla.wikimedia.org/show_bug.cgi?id=18923 (karun) 00:36 < wikibugs> (mod) Wikisource: IPs unable to flag articles as "proofread" - https://bugzilla.wikimedia.org/show_bug.cgi?id=20812 (joergens.mic) 00:41 -!- bryon| [n=p858snak@ppp118-208-60-159.lns20.bne1.internode.on.net] has joined #mediawiki 00:41 < bryon|> someone summoned me? 00:42 -!- guillom [n=guillaum@wikimedia/guillom] has quit [Read error: 113 (No route to host)] 00:42 -!- bryon| [n=p858snak@ppp118-208-60-159.lns20.bne1.internode.on.net] has quit [Client Quit] 00:42 -!- TimStarling is now known as Tim-away 00:42 -!- guillom [n=guillaum@wikimedia/guillom] has joined #mediawiki 00:43 -!- stephan48 [n=rjp@pdpc/supporter/student/stephan48] has quit ["get satisfied! • :: ««« (Gamers.IRC) »»» ::"] 00:47 < carldani> I'm facing a problem which I couldn't find docs for, and the FAQ also doesn't seem to cover my case: I have two mediawiki installations, and I'd like to have any user accessing http://www.coreboot.org/Flashrom to be automatically redirected (HTTP 301) to http://www.flashrom.org/Flashrom 00:48 < Mike_lifeguard> That's a webserver question 00:48 < Mike_lifeguard> #httpd if you use apache 00:48 < OverlordQ> unless you're only wanting certain pages to do that, then I dont think there's a easy way to do that. 00:49 < carldani> Mike_lifeguard: so mediawiki doesn't have a feature to do such a single-page redirect? 00:49 < Mike_lifeguard> not that I'm aware of 00:49 < carldani> All other pages in the coreboot.org mediawiki instance should stay accessible. 00:49 < Tim-away> it's easily done with mod_rewrite 00:50 < Tim-away> or a simple redirect directive 00:50 < carldani> Yes, i'm aware of the apache way, thanks. I just assumed there would be a builtin mediawiki feature doing this. 00:50 < Mike_lifeguard> why would you assume that? 00:51 -!- Haley [n=Haley@wikimedia/Dalibor-Bosits] has quit [Remote closed the connection] 00:51 < carldani> Mike_lifeguard: Well, mediawiki can do internal redirects. 00:52 < carldani> Hm. Not real redirects, more like "make page x appear at address y" 00:52 < carldani> I take the "internal redirect" comment back. 00:53 -!- RoanKattouw [n=RoanKatt@mediawiki/Catrope] has quit ["zzzzzzzz"] 00:53 -!- jdpond [n=jdpond@mediawiki/jpond] has joined #MediaWiki 00:54 < Mike_lifeguard> that's fair 00:54 < wikibugs> (ASSIGNED) NoLocalSettings.php sometimes fails to display the MW logo - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 (karun) 00:55 < carldani> And now for a totally different question: It seems http://www.mediawiki.org/wiki/Gallery_of_user_styles has loads of missing/broken images. 00:55 < carldani> Is that due to the move from http://meta.wikimedia.org/wiki/Gallery_of_user_styles ? 00:56 < Mike_lifeguard> no, that was done intentionally 00:56 < Mike_lifeguard> which is obnoxious 00:56 -!- MaxSem [n=max@wikimedia/MaxSem] has quit [Read error: 110 (Connection timed out)] 00:57 < wikibugs> (mod) NoLocalSettings.php sometimes fails to display the MW logo - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 (karun) 00:59 < carldani> So someone would have to upload all missing files to the new site as well to unbreak this? 01:00 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has quit ["Leaving."] 01:00 < Mike_lifeguard> no, the ones that say "no image available" simply don't have a screenshot available, so someone put in that stupid placeholder image 01:01 < wikibugs> (mod) NoLocalSettings.php sometimes fails to display the MW logo - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 +easy +need-review +patch (karun) 01:01 < Mike_lifeguard> some of the actually missing images are on meta though... 01:02 < carldani> http://meta.wikimedia.org/w/index.php?title=Gallery_of_user_styles&oldid=1454092 is a working page in the meantime. 01:02 -!- enomil [n=enomil@wikimedia/Enomil] has joined #mediawiki 01:02 < wikibugs> (mod) NoLocalSettings.php sometimes fails to display the MW logo - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 (karun) 01:02 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki 01:05 -!- flubub1113 [n=Flubub@dslb-094-217-098-105.pools.arcor-ip.net] has quit ["Nettalk6 - www.ntalk.de"] 01:09 < GerardM-> Mike_lifeguard: these gallery images ... did they give any reason ? 01:09 < Mike_lifeguard> Who? 01:09 < GerardM-> you mentioned that it was intentional and obnoxious 01:10 < Mike_lifeguard> Well, there is no image available, so I'm not sure they need a reason. It isn't like they removed images that were good in order to put in ones that were bad 01:11 -!- JC|bbl is now known as JC 01:11 -!- MrZ-man [i=MrZ-man@mediawiki/MrZ-man] has quit ["Read Error: 118 (Connection to cabal server terminated by remote host)"] 01:11 < GerardM-> hmm the combination of intentional and obnoxious means to me that there is a reason you do not like not that it may never have been there 01:13 < GerardM-> but that is ok 01:13 -!- bove [n=bo_sanne@cm-84.208.106.194.getinternet.no] has joined #mediawiki 01:14 < carldani> The move also killed all history, which is not exactly userfriendly. 01:14 < svip> That sounds like a 'bad move'. 01:15 < svip> GET IT?! 01:15 < svip> Seriously though, anyone who knows how to move a page, should be able to keep the story 01:15 -!- Hosiryuhosi [n=Hosiryuh@wikipedia/Hosiryuhosi] has joined #MediaWiki 01:16 < bove> I thought I had it all figured out with the pdfexport extension, but now I see that all
text is cropped to the paper size. I'm guessing this is because htmldoc will not wrap stuff in 
tags, but how can I overcome this?
01:17 -!- Zorg [i=Zorg@79-78-63-90.dynamic.dsl.as9105.com] has quit [Nick collision from services.]
01:18 -!- enomil` [n=enomil@wikimedia/Enomil] has quit [Connection timed out]
01:18 -!- Zorg` [i=Zorg@79-78-63-90.dynamic.dsl.as9105.com] has joined #mediawiki
01:20 -!- Anubisss [i=Anubisss@ip-170-21-userpool.zeg.zelkanet.hu] has quit ["Haromfajta ember van. Aki tud szamolni es aki nem."]
01:21 -!- PDD [i=PDD@wikipedia/PDD] has quit ["Read error: 54 (Connection reset by rudi)"]
01:23 -!- anomie [n=brad@wikimedia/anomie] has joined #mediawiki
01:26 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has quit [Read error: 104 (Connection reset by peer)]
01:27 -!- elapse [n=Prodego@wikipedia/Prodego] has quit [Read error: 110 (Connection timed out)]
01:31 -!- malafaya [n=chatzill@87.196.141.247] has joined #mediawiki
01:32 < malafaya> MediaWiki:Monobook.js. Isn't it applied on pages in the main namespace?
01:34 < Duesentrieb> sure it is. 
01:34 < Duesentrieb> as long as the monobook skin is used.
01:35 < carldani> Mike_lifeguard: Thanks for your help!
01:35 -!- carldani [n=carldani@khepri.openbios.org] has left #mediawiki []
01:35 < Mike_lifeguard> np
01:36 < wikibugs> (NEW) CREDITS file uses wrong transliteration of family name - https://bugzilla.wikimedia.org/show_bug.cgi?id=21512 trivial; Normal; MediaWiki: General/Unknown; (karun)
01:37 < wikibugs> (mod) CREDITS file uses wrong transliteration of family name - https://bugzilla.wikimedia.org/show_bug.cgi?id=21512  (karun)
01:38 < malafaya> Duesentrieb, i'm observing a strange problem at pt.wikt: it seems monobook.js is only read if on a special namespace or editing a page
01:38 < Duesentrieb> might be caching
01:38 < malafaya> i thought so too but other people are observing same problem and old code there also does not appear (maybe never appeared before either)
01:40 -!- elapse [n=Prodego@wikipedia/Prodego] has joined #mediawiki
01:41 < Duesentrieb> malafaya: there's nothing on that page: http://pt.wiktionary.org/wiki/MediaWiki:monobook.js
01:41 < Duesentrieb> oh wait, case sensitive titles.
01:42 < malafaya> :)
01:42 < svip> Wiktionary, my man.
01:42 < malafaya> Duesentrieb, try looking at the HTML source of say http://pt.wiktionary.org/wiki/Abrantes
01:43 < malafaya> no ref to Monobook.js
01:43 < malafaya> if you edit that page though, the JS code appears in the source
01:44 -!- basile [n=guillaum@wikimedia/guillom] has joined #mediawiki
01:44 < OverlordQ> it's there
01:45 < OverlordQ> 
01:45 < Mike_lifeguard> GerardM-: I didn't quite understand your comments at Requests for new languages/Wiktionary American Sign Language :\
01:47 < Duesentrieb> malafaya: I see it loading fine
01:47 -!- zocky [n=zocky@wikipedia/zocky] has quit [Read error: 145 (Connection timed out)]
01:48 < malafaya> Duesentrieb, the name is kind of encryped but OverlordQ showed me :)
01:48 < malafaya> i must now see why half of the code is not working on normal pages
01:49 < AryehGregor> . . . how can you write a wiki in sign language?  Videos?
01:49 < malafaya> thanks
01:49 < AryehGregor> Or is there a written form?
01:49 < AryehGregor> I guess there's probably a written form.
01:49 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has quit [Read error: 110 (Connection timed out)]
01:50 -!- j^_ [n=j@e179065124.adsl.alicedsl.de] has joined #mediawiki
01:51 -!- Papiertiger [i=tiger@e180066177.adsl.alicedsl.de] has joined #mediawiki
01:53 < flyingparchment> there is, but i wasn't aware it had any use a standalone language
01:54 < cirwin> there's an ascii form that en.wiktionary invented - and I think some others that use crazy 2d unicode shapes 
01:54 < Mike_lifeguard> AryehGregor: There is a written form called SignWriting.
01:54 < Mike_lifeguard> cirwin: they invented their own?
01:54  * Mike_lifeguard barfs
01:54 < cirwin> we couldn't include the real one in page titles as it's not linear
01:55 < Mike_lifeguard> SignWriting is only really used in research contexts, most ASL speakers have never used it, since the language is visuospatial and writing it down is fairly unnatural
01:56 < karun> Sign language seems to vary depending on the country.
01:56 < flyingparchment> that's why it's called american sign language
01:56 < Mike_lifeguard> karun: It does, largely. ASL is for the Americas, plus some 'colonies'
01:57 < karun> so therefore the form of signwriting would need to vary
01:57 < Mike_lifeguard> For example, even though USA and UK share English as a spoken and written language, the USA uses ASL and the UK uses BSL - which are mutually unintelligible
01:57 < Mike_lifeguard> karun: No, the other signed languages are different languages
01:57 < Mike_lifeguard> They would need their own projects
01:57 < Mike_lifeguard> This proposal is specifically about American Sign Language (not signed languages in general)
01:58 < karun> but it could be adapted for other sign languages?
01:58 -!- Suiseiseki [n=desudesu@wikipedia/Antonio-Lopez] has quit ["..."]
01:58 -!- elapse is now known as Prodego
01:59 -!- Papertiger [i=tiger@e180066119.adsl.alicedsl.de] has quit [Read error: 145 (Connection timed out)]
01:59 < cirwin> karun: I believe the system in use on en.wiktionary could be, I'm not sure of the details of what Mike_lifeguard was talking earlier
02:00 -!- guillom [n=guillaum@wikimedia/guillom] has quit [Read error: 110 (Connection timed out)]
02:00 -!- j^ [n=j@g225046149.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)]
02:00 -!- wolog [n=wolog@AOrleans-152-1-64-149.w90-21.abo.wanadoo.fr] has quit [Remote closed the connection]
02:01 < karun> is sign writing including as part of unicode
02:01 < CIA-66> greg * r59081 /trunk/extensions/RT/RT_body.php: Allow filtering by custom fields. Redo the way we build queries.
02:02 < Mike_lifeguard> karun: SignWriting can write any signed language, and the larger system can encode any human movement.
02:03 < karun> yes, but can you use unicode for sign writing symbols?
02:03 < karun> or do you need specific fonts for it that are not a part of unicode
02:03 < Mike_lifeguard> It was originally designed to write Danish ballet, then Danish sign language. Only later was it used for ASL - though that is the primary use today.
02:03 -!- wolog [n=wolog@AOrleans-152-1-64-149.w90-21.abo.wanadoo.fr] has joined #mediawiki
02:04 < karun> that does not answer my question about unicode
02:04 < p858snake> most aren't fontable, because one single symbol can mean a whole word
02:04 < Mike_lifeguard> Well those are not mutually exclusive. The characters are in unicode, and implemented by a FLOSS font
02:04 < AryehGregor> karun, sign language is language like any other.  It has its own grammar and syntax and vocabulary and such that's just as complicated as spoken languages, with little to no relation to local spoken languages.
02:04 < cirwin> but words are 2d, so very few things support it
02:04 < karun> that is not what i was asking
02:04 < Mike_lifeguard> p858snake: you have it backwards - many symbols are needed (generally) for one sign
02:05 < karun> i was asking if you can use unicode for it
02:05 < AryehGregor> It's particularly neat because if you get a community of deaf people that doesn't know the local sign language, they spontaneously make up their own.
02:05 -!- phyrex1an [n=phyrex1a@bumik.csbnet.se] has quit ["Leaving."]
02:05 < p858snake> depends
02:05 < AryehGregor> So it's the only time we get to observe the genesis of a new language.
02:05 < karun> as then you dont need a different character encoding
02:05 < AryehGregor> A really new one, anyway.  Creoles are related but not really the same.
02:05 < p858snake> for example in auslan and other devritives you can have have one hand signal to mean thanks, but you can also spell it out
02:06 < Mike_lifeguard> "generally" :)
02:07  * Mike_lifeguard wants to move to Rochester and do an interpreting program :P
02:09 -!- karun [n=karun@pdpc/supporter/active/karun] has quit []
02:09 < p858snake> i should lean sign language again, i still have my book of it around here somewhere, unless mum took it to work
02:11 -!- zocky [n=zocky@wikipedia/zocky] has joined #mediawiki
02:15 -!- Dantman [n=dantman@wikia/dantman] has joined #mediawiki
02:15 -!- recover [i=recover@ip21278.lbinternet.se] has quit [Read error: 110 (Connection timed out)]
02:16 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has quit [Read error: 110 (Connection timed out)]
02:21 -!- dungodung is now known as dungodung|sleep
02:21 -!- rainman-sr [n=rainman@user-544522c7.lns4-c11.dsl.pol.co.uk] has quit ["Leaving"]
02:22 -!- carl-m|away is now known as carl-m
02:23 -!- basile [n=guillaum@wikimedia/guillom] has quit ["nighty night"]
02:23 -!- Suiseiseki [n=desudesu@wikipedia/Antonio-Lopez] has joined #mediawiki
02:23 -!- Duesentrieb [n=daniel@wikipedia/duesentrieb] has quit [Read error: 145 (Connection timed out)]
02:31 -!- Diamant001 [n=user6398@p579CAC4B.dip.t-dialin.net] has quit ["Nettalk6 - www.ntalk.de"]
02:39 -!- bove [n=bo_sanne@cm-84.208.106.194.getinternet.no] has left #mediawiki []
02:47 -!- BradLee [n=chatzill@CPE-121-214-97-81.lnse4.lon.bigpond.net.au] has joined #mediawiki
02:48 -!- filmprog [n=filmprog@c-67-171-116-67.hsd1.ut.comcast.net] has quit [Remote closed the connection]
02:53 -!- [[sroracle]] [n=sroracle@c-98-215-178-14.hsd1.in.comcast.net] has joined #mediawiki
02:54 -!- harej [n=harej@wikipedia/MessedRocker] has left #mediawiki ["I am a finance industry regulator, and Windows Vista was my idea."]
02:55 < malafaya> is this valid JS: $("searchInput").value  ?
02:55 < malafaya> i get a console error: $ is not defined
02:55 < flyingparchment> malafaya: yes, but only if the function $() is defined
02:55 < flyingparchment> which it probably isn't, given the error
02:55 < malafaya> $ is a function?
02:55 < malafaya> :S
02:55 < malafaya> wow
02:55 < flyingparchment> it is if you define a function called $()
02:56 < flyingparchment> i guess you're expecting JQuery to be loaded, and it's not
02:56 < malafaya> JS keeps surpriseing me
02:56 < flyingparchment> (jquery is a library that defines a function called $(), among other things)
02:58 < malafaya> thanks, i found what was missing
03:03 < AryehGregor> What are JS's rules for the contents of identifier names?
03:03 < AryehGregor> I guess they're lenient enough to allow $ . . .
03:03 < flyingparchment> probably very similar to traditional C
03:06 -!- c3l [n=irchon@c-2391e253.04-264-73746f13.cust.bredbandsbolaget.se] has joined #mediawiki
03:06 < AryehGregor> Most recent languages allow the same as C except maybe plus Unicode, don't they?
03:07 < c3l> how do I delete history? running latest mediawiki
03:07 -!- wp4eva is now known as Az1568
03:07 < flyingparchment> AryehGregor: C allows unicode
03:07 < AryehGregor> Well, recently, I guess.
03:07 < flyingparchment> no version allows both $ and unicode, though
03:08 < flyingparchment> (since standard C forbids $)
03:09 < flyingparchment> hm, actually C doesn't quite allow Unicode... it allows Unicode escape sequences.
03:09 -!- c3l [n=irchon@c-2391e253.04-264-73746f13.cust.bredbandsbolaget.se] has quit [Remote closed the connection]
03:09 < flyingparchment> which seems more than a little pointless, unless the editor is meant to convert it back to characters?
03:11  * AryehGregor finds that btrfs doesn't seem to be mature enough to be fun to use even experimentally -- no deletion of snapshots?
03:13 < AryehGregor> Looks like deduping is on the drawing-board for btrfs too, but they should probably implement stuff like "don't die horribly on ENOSPC" first.  :)
03:13 < flyingparchment> i feel like i should make an anti-linux comment at this point, but i'm too tired
03:13  * AryehGregor is apparently too impatient when it comes to filesystems.
03:13 < AryehGregor> It's okay, you can have a break once in a while.
03:16 -!- enomil` [n=enomil@wikimedia/Enomil] has joined #mediawiki
03:17 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki
03:20 < CIA-66> greg * r59082 /trunk/phase3/includes/search/SearchEngine.php: Grammar
03:26 -!- VasilievVV [n=vvv@mediawiki/VasilievVV] has joined #mediawiki
03:29 < wikibugs> (mod) Server should return a 404 HTTP status code if the page does not exist - https://bugzilla.wikimedia.org/show_bug.cgi?id=2585  (jidanni)
03:34 < Mike_lifeguard> werdna: toldyaso :|
03:34 -!- enomil [n=enomil@wikimedia/Enomil] has quit [Read error: 110 (Connection timed out)]
03:39 -!- Raymond__ [n=Raymond@wikipedia/Raymond] has joined #mediawiki
03:41 -!- malafaya [n=chatzill@wikimedia/Malafaya] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
03:46 -!- foksieloy [n=Miranda@93-136-85-119.adsl.net.t-com.hr] has quit [Read error: 110 (Connection timed out)]
03:48 -!- vvv [n=vvv@mediawiki/VasilievVV] has quit [Read error: 110 (Connection timed out)]
03:52 -!- cirwin [n=conrad@131.111.220.6] has quit [Read error: 145 (Connection timed out)]
03:53 -!- jdpond [n=jdpond@mediawiki/jpond] has left #MediaWiki []
03:56 -!- Raymond_afk [n=Raymond@wikipedia/Raymond] has quit [Read error: 110 (Connection timed out)]
03:57 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has quit [Read error: 110 (Connection timed out)]
03:59 -!- AzaToth [n=azatoth@wikipedia/AzaToth] has quit [Remote closed the connection]
04:13 -!- Jake_Wartenberg is now known as JW|AFK
04:40 -!- carl-m is now known as carl-m|away
04:46 -!- Anandawardhana [n=AW@124.43.48.22] has joined #mediawiki
04:47 -!- JW|AFK is now known as Jake_Wartenberg
05:00 -!- Dantman [n=dantman@wikia/dantman] has quit ["http://daniel.friesen.name or ELSE!"]
05:05 -!- [[sroracle]] [n=sroracle@unaffiliated/sroracle] has quit [""]
05:08 -!- Cain` [n=Geek@unaffiliated/cain] has joined #MediaWiki
05:17 -!- Cain [n=Geek@unaffiliated/cain] has quit [Read error: 104 (Connection reset by peer)]
05:17 -!- Cain` is now known as Cain
05:24 -!- kernel [n=kernel@218.149.109.10] has joined #mediawiki
05:29 -!- Earwig [n=Earwig@wikipedia/The-Earwig] has joined #mediawiki
05:29 -!- fetchcomms|afk [n=fetchcom@wikipedia/Fetchcomms] has joined #mediawiki
05:29 -!- fetchcomms|afk [n=fetchcom@wikipedia/Fetchcomms] has left #mediawiki []
05:33 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki
05:38 -!- Earwig [n=Earwig@wikipedia/The-Earwig] has left #mediawiki []
05:38 -!- zocky [n=zocky@wikipedia/zocky] has quit [Read error: 60 (Operation timed out)]
05:42 -!- Dantman [n=dantman@wikia/dantman] has joined #mediawiki
05:50 < wikibugs> (NEW) Index of Wikisaurus pages truncated. - https://bugzilla.wikimedia.org/show_bug.cgi?id=21513 major; Normal; Wikimedia: Downloads; (rb_wiktionary)
05:52 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."]
05:53 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki
05:54 -!- Laura|Away is now known as LauraHale
05:57 -!- enomil` [n=enomil@wikimedia/Enomil] has quit ["( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )"]
05:58 -!- Rdsmith4 [n=Rdsmith4@wikipedia/Rdsmith4] has joined #mediawiki
06:05 < wikibugs> (mod) Transclusion from pages built by a template - https://bugzilla.wikimedia.org/show_bug.cgi?id=21339  (ssanbeg)
06:06 -!- LauraHale [n=laurahal@99.142.42.96] has quit []
06:13 -!- Prodego [n=Prodego@wikipedia/Prodego] has quit [Read error: 104 (Connection reset by peer)]
06:13 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has quit [Read error: 104 (Connection reset by peer)]
06:13 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has joined #mediawiki
06:13 -!- slavepersona [n=Jesse@wikimedia/Pathoschild] has joined #mediawiki
06:13 -!- Prodego [n=Prodego@wikipedia/Prodego] has joined #mediawiki
06:14 -!- applepie [n=Jesse@wikimedia/Pathoschild] has quit [Nick collision from services.]
06:14 -!- slavepersona is now known as applepie
06:19 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."]
06:22 -!- kernel [n=kernel@218.149.109.10] has quit ["http://www.Archlinux.org"]
06:22 -!- Mike_lifeguard [n=Mike@wikimedia/mikelifeguard] has left #mediawiki ["Mike is a four-letter word."]
06:27 -!- apergos [n=ariel@wiktionary/ArielGlenn] has joined #mediawiki
06:28 -!- apergos [n=ariel@wiktionary/ArielGlenn] has quit [Client Quit]
06:37 -!- JC [n=JC@wikimedia/Juliancolton] has quit ["ChatZilla 0.9.84 [Firefox 3.0.14/2009082707]"]
06:38 -!- JC [n=JC@wikimedia/Juliancolton] has joined #mediawiki
06:40 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki
06:45 -!- JC [n=JC@wikimedia/Juliancolton] has quit [Nick collision from services.]
06:46 -!- JC [n=JC@wikimedia/Juliancolton] has joined #mediawiki
06:51 -!- anomie [n=brad@wikimedia/anomie] has quit ["..."]
06:52 -!- JC is now known as JC|AFK
06:58 -!- puzzlet_ [n=puzzlet@147.46.241.168] has quit [Remote closed the connection]
06:58 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki
07:08 < wikibugs> (NEW) IPv6 on secure.wikimedia.org - https://bugzilla.wikimedia.org/show_bug.cgi?id=21514 normal; Normal; Wikimedia: DNS; (liangent)
07:09 -!- gregglind [n=gregg@gregg.lind.dsl.visi.com] has quit [Read error: 60 (Operation timed out)]
07:09 -!- mutante [i=mutante@wiktionary/Mutante] has quit [Read error: 60 (Operation timed out)]
07:09 -!- mutante [i=mutante@altair.s23.org] has joined #mediawiki
07:09 -!- gregglind [n=gregg@gregg.lind.dsl.visi.com] has joined #mediawiki
07:11 -!- Matiz [n=matizwn@188-125-133-235.petrus.pl] has joined #mediawiki
07:14 -!- Matiz [n=matizwn@188-125-133-235.petrus.pl] has left #mediawiki []
07:14 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."]
07:20 -!- Prodego [n=Prodego@wikipedia/Prodego] has quit [Connection timed out]
07:21 -!- Jake_Wartenberg is now known as JW|AFK
07:34 -!- Sonja [n=sonjaaa@76-10-180-179.dsl.teksavvy.com] has joined #mediawiki
07:34 < Sonja> how do you specify the class of a * 
  • item? 07:35 -!- Raymond__ [n=Raymond@wikipedia/Raymond] has quit [Read error: 104 (Connection reset by peer)] 07:36 -!- Rdsmith4 [n=Rdsmith4@wikipedia/Rdsmith4] has quit ["."] 07:37 -!- Raymond_afk [n=Raymond@wikipedia/Raymond] has joined #mediawiki 07:39 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has joined #mediawiki 07:40 -!- apergos [n=ariel@wiktionary/ArielGlenn] has joined #mediawiki 07:47 -!- apergos [n=ariel@wiktionary/ArielGlenn] has quit ["Leaving."] 07:50 -!- Skizzerz [n=skizzerz@mediawiki/Skizzerz] has quit ["*poof*"] 08:00 -!- apergos [n=ariel@wiktionary/ArielGlenn] has joined #mediawiki 08:00 < Natalie> Sonja: Do it in HTML. 08:00 < Natalie> There's no way to do with wikimarkup. 08:11 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has quit [Remote closed the connection] 08:11 -!- DA-darkmatter is now known as dark-Zzz 08:12 < Sonja> okay 08:29 -!- Sonja [n=sonjaaa@76-10-180-179.dsl.teksavvy.com] has quit [] 08:31 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has joined #mediawiki 08:36 -!- chalcedony [n=llhull@unaffiliated/chalcedony] has left #mediawiki ["Leaving"] 08:43 < CIA-66> dale * r59083 /trunk/phase3/includes/specials/SpecialUpload.php: * changed "wgSourceTypeUrl" back to "wgSourceTypeURL" 08:43 -!- ialex [n=IAlex@mediawiki/ialex] has joined #mediawiki 08:52 -!- Suiseiseki [n=desudesu@wikipedia/Antonio-Lopez] has quit [Read error: 104 (Connection reset by peer)] 08:52 -!- Suiseiseki [i=DesuLove@wikipedia/Antonio-Lopez] has joined #mediawiki 08:53 < CIA-66> ialex * r59084 /trunk/phase3/CREDITS: Fix Karun Dambietz's name spelling in CREDITS 08:53 < wikibugs> (FIXED) CREDITS file uses wrong transliteration of family name - https://bugzilla.wikimedia.org/show_bug.cgi?id=21512 +comment (alex.emsenhuber) 08:56 < CIA-66> rotem * r59085 /trunk/phase3/languages/messages/MessagesHe.php: Localization update. 09:20 < wikibugs> (mod) OOM on getting metadata for some OGG files (metadata reading hits memory_limit) - https://bugzilla.wikimedia.org/show_bug.cgi?id=19476 (federicoleva) 09:20 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki 09:28 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki 09:35 -!- dungodung|sleep is now known as dungodung 09:37 -!- Saruman [n=jan@dworkin.saruman.biz] has joined #mediawiki 09:38 -!- Hosiryuhosi is now known as Hosiryuhosi_afk 09:44 -!- MaxSem [n=max@wikimedia/MaxSem] has joined #mediawiki 09:45 < wikibugs> (mod) OOM on getting metadata for some OGG files (metadata reading hits memory_limit) - https://bugzilla.wikimedia.org/show_bug.cgi?id=19476 (dale) 09:47 -!- 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 ] 09:49 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has joined #mediawiki 09:59 -!- Hosiryuhosi_afk is now known as Hosiryuhosi 10:13 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Read error: 104 (Connection reset by peer)] 10:13 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki 10:14 < wikibugs> (NEW) Hiding categories from Category pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=21515 enhancement; Normal; MediaWiki: Categories; (david) 10:16 < wikibugs> (mod) Hiding categories from Category pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=21515 (david) 10:20 -!- Raymond_afk is now known as Raymond_ 10:21 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has quit ["Quitte"] 10:21 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki 10:22 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has joined #mediawiki 10:24 < wikibugs> (DUP) Hiding categories from Category pages - https://bugzilla.wikimedia.org/show_bug.cgi?id=21515 +comment (alex.emsenhuber) 10:24 < wikibugs> (mod) Category is shown in sub-category pages in spite of __HIDDENCAT__. - https://bugzilla.wikimedia.org/show_bug.cgi?id=15550 +comment (alex.emsenhuber) 10:29 -!- machrider [n=mike@ip24-250-30-14.ri.ri.cox.net] has joined #mediawiki 10:30 < machrider> i'm having a hard time getting mediawiki to find its required include files... 10:30 < machrider> DefaultSettings.php includes SiteConfiguration.php 10:31 < machrider> and even though /usr/share/mediawiki and /usr/share/mediawiki/includes are on the include path, it fails 10:32 < machrider> http://pastie.org/699434 10:34 < CIA-66> siebrand * r59087 /trunk/phase3/ (3 files in 3 dirs): 10:34 < CIA-66> * L10n: localisation updates from translatewiki.net 10:34 < CIA-66> * RELEASE-NOTES: line length to max. 80 and trailing whitespace removed 10:34 < machrider> nvm, i think $IP was getting set wrong in LocalSettings.php 10:34 -!- mgrabovsky [n=MGrab@wikipedia/Mat--j-Grabovsk--] has joined #mediawiki 10:38 -!- Anandawardhana [n=AW@124.43.48.22] has quit [] 10:39 < CIA-66> ialex * r59088 /trunk/phase3/CREDITS: Follow-up r59086: forgot Happy-melon 10:40 < CIA-66> siebrand * r59089 /trunk/extensions/cldr/LocalNamesEn.php: Add Romagnol 10:40 < MaxSem> machrider, that's why we don't recomment using packages - they're always slightly screwed up 10:42 < machrider> MaxSem: yeah, i'm having lots of fun 10:43 -!- guillom [n=guillaum@wikimedia/guillom] has joined #mediawiki 10:46 -!- Mrangry is now known as Mrangry` 10:47 -!- Mrangry` is now known as Mrangry 10:47 -!- Mrangry is now known as Mrangry` 10:47 -!- Mrangry` is now known as Misterangry 10:48 < machrider> woot.. upgrade worked 10:52 -!- Duesentrieb [n=daniel@wikipedia/duesentrieb] has joined #mediawiki 10:55 -!- ialex is now known as ialex|away 11:02 -!- tomaszf [n=tomaszf@98.210.153.193] has quit [] 11:10 < wikibugs> (mod) NoLocalSettings.php sometimes fails to display the MW logo - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 -need-review ; +comment (maxsem.wiki) 11:12 < wikibugs> (mod) NoLocalSettings.php doesn't tolerate rewrite rules - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 summary; +comment (maxsem.wiki) 11:18 -!- machrider [n=mike@ip24-250-30-14.ri.ri.cox.net] has left #mediawiki [] 11:22 < CIA-66> siebrand * r59090 /trunk/phase3/languages/messages/MessagesEn.php: Update capitalisation 11:22 < wikibugs> (mod) NoLocalSettings.php doesn't tolerate rewrite rules - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 (karun) 11:23 < wikibugs> (mod) NoLocalSettings.php doesn't tolerate rewrite rules - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 +need-review (karun) 11:23 -!- foksieloy [n=Miranda@93.136.101.137] has joined #mediawiki 11:27 -!- VasilVV [n=vvv@mediawiki/VasilievVV] has joined #mediawiki 11:27 < wikibugs> (mod) NoLocalSettings.php doesn't tolerate rewrite rules - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 +comment (karun) 11:28 -!- flubub1113 [n=Flubub@dslb-094-217-106-173.pools.arcor-ip.net] has joined #mediawiki 11:32 -!- VasilVV is now known as vvv 11:32 < wikibugs> (mod) NoLocalSettings.php doesn't tolerate rewrite rules - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 (maxsem.wiki) 11:35 -!- karun [n=karun@pdpc/supporter/active/karun] has joined #mediawiki 11:36 < wikibugs> (INVALID) NoLocalSettings.php doesn't tolerate rewrite rules - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 (karun) 11:38 < MaxSem> WTF? karun, don't climb up the Reichstag dressed as Spiderman to prove a point 11:40 < wikibugs> (REOPENED) NoLocalSettings.php doesn't tolerate rewrite rules - https://bugzilla.wikimedia.org/show_bug.cgi?id=21215 -need-review ; +comment (maxsem.wiki) 11:43 < CIA-66> siebrand * r59091 /branches/REL1_15/phase3/languages/messages/ (252 files): 11:43 < CIA-66> Localisation updates from translatewiki.net 11:43 < CIA-66> * Backport compatible translations to REL1_15 11:49 -!- VasilievVV [n=vvv@mediawiki/VasilievVV] has quit [Read error: 110 (Connection timed out)] 11:50 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has quit [Read error: 110 (Connection timed out)] 11:53 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has quit ["Leaving."] 11:54 -!- SPQRobin [n=Robin@d54C5A420.access.telenet.be] has joined #mediawiki 11:57 -!- GreenReaper is now known as GreenSleeper 11:58 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has quit [Client Quit] 12:00 -!- stephan48 [n=rjp@pdpc/supporter/student/stephan48] has joined #mediawiki 12:09 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has joined #mediawiki 12:11 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki 12:14 < CIA-66> siebrand * r59092 /branches/REL1_14/phase3/languages/messages/ (247 files): 12:14 < CIA-66> Localisation updates from translatewiki.net 12:14 < CIA-66> * Backport compatible translations to REL1_14 12:15 < siebrand> right. That's one of the tougher jobs out of the way :) 12:18 -!- recover [i=recover@ip21278.lbinternet.se] has joined #mediawiki 12:19 -!- phyrex1an [n=phyrex1a@bumik.csbnet.se] has joined #mediawiki 12:26 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has quit [Remote closed the connection] 12:26 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has quit ["Leaving."] 12:27 -!- sDrewth [n=sDrewth@wikisource/billinghurst] has joined #mediawiki 12:28 < wikibugs> (NEW) Enable subpages in the Template namespace in Spanish Wikibooks - https://bugzilla.wikimedia.org/show_bug.cgi?id=21516 normal; Normal; Wikimedia: Site requests; (dferg-wiki) 12:28 < sDrewth> Has there been thoughts to when the next code update may be? 12:30 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has joined #mediawiki 12:31 -!- GerardM- [n=chatzill@dhcp-077-250-053-164.chello.nl] has quit [Read error: 104 (Connection reset by peer)] 12:32 -!- karun [n=karun@pdpc/supporter/active/karun] has quit [] 12:38 -!- Anandawardhana [n=AW@124.43.48.22] has joined #mediawiki 12:53 -!- Marco27 [n=Marco27@wikipedia/Marco27] has joined #mediawiki 12:54 -!- Hosiryuhosi is now known as Hosiryuhosi_afk 12:56 -!- ialex|away is now known as ialex 12:56 < ialex> sDrewth: not soon :) 12:57 < sDrewth> k 12:57 < sDrewth> damn 12:57 < sDrewth> the break on Proofread Page is a bloody nuisance 12:57 < sDrewth> thx 12:57 * sDrewth pedals harder 13:08 < CIA-66> vrandezo * r59093 /trunk/extensions/SemanticMediaWiki/includes/SMW_ParserExtensions.php: updated signature of deprecated function (it shouldnt throw warnings) 13:09 < sDrewth> I'd sleep with someone, however, that is more likely to hinder my case o_O 13:15 < CIA-66> jeroendedauw * r59094 /trunk/extensions/Maps/Geocoders/Maps_GeocodeUtils.php: Changes for 0.4.2 (rc2). http://www.mediawiki.org/wiki/Extension:Maps/Version_history 13:22 -!- kernel [n=kernel@218.149.109.10] has joined #mediawiki 13:24 -!- wolog [n=wolog@AOrleans-152-1-64-149.w90-21.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)] 13:25 -!- wolog [n=wolog@AOrleans-152-1-46-23.w90-21.abo.wanadoo.fr] has joined #mediawiki 13:25 -!- vvv [n=vvv@mediawiki/VasilievVV] has quit [Read error: 110 (Connection timed out)] 13:27 -!- vvv [n=vvv@mediawiki/VasilievVV] has joined #mediawiki 13:31 -!- Anubisss [i=Anubisss@ip-170-21-userpool.zeg.zelkanet.hu] has joined #mediawiki 13:34 -!- Hosiryuhosi_afk is now known as Hosiryuhosi 13:37 -!- j^_ [n=j@e179065124.adsl.alicedsl.de] has quit [Read error: 60 (Operation timed out)] 13:38 -!- j^ [n=j@e179065124.adsl.alicedsl.de] has joined #mediawiki 13:39 -!- JeroenDeDauw [n=Admin@193.190.172.174] has joined #mediawiki 13:47 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has joined #mediawiki 13:47 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Remote closed the connection] 13:47 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki 13:47 -!- Anandawardhana_ [n=AW@124.43.43.124] has joined #mediawiki 13:50 < wikibugs> (NEW) Exclamation mark system in the recent changes - https://bugzilla.wikimedia.org/show_bug.cgi?id=21517 enhancement; Normal; MediaWiki extensions: AbuseFilter; (hubert.bossot) 13:51 -!- Anandawardhana [n=AW@124.43.48.22] has quit [Read error: 60 (Operation timed out)] 13:52 -!- fanno [n=Morten@90.184.93.233] has joined #mediawiki 13:52 -!- flubub1113 [n=Flubub@dslb-094-217-106-173.pools.arcor-ip.net] has quit ["Nettalk6 - www.ntalk.de"] 13:55 < wikibugs> (mod) Exclamation mark system in the recent changes - https://bugzilla.wikimedia.org/show_bug.cgi?id=21517 +shell (sam) 13:56 < Reedy> ^ still not quite sure what he's after 13:57 -!- MGrab [n=MGrab@wikipedia/Mat--j-Grabovsk--] has joined #mediawiki 13:58 < CIA-66> siebrand * r59095 /branches/REL1_15/phase3/languages/messages/ (92 files): Follow-up to r59091: fix incompatible 'imagemaxsize' (revert where present, remove where no previous version was present) 13:58 -!- Anandawardhana__ [n=AW@124.43.96.217] has joined #mediawiki 13:59 < Alphos> Reedy : the ! and abusefilter are not related in any way, are they ? 13:59 < Reedy> I was thinking that 13:59 < Reedy> Isn't that revision patrolling? 13:59 < Alphos> if they are related i could see what he is asking 13:59 < wikibugs> (mod) Exclamation mark system in the recent changes - https://bugzilla.wikimedia.org/show_bug.cgi?id=21517 (sam) 13:59 < Alphos> that's what i thought too 13:59 < wikibugs> (mod) Enable subpages in the Template namespace in Spanish Wikibooks - https://bugzilla.wikimedia.org/show_bug.cgi?id=21516 +shell (sam) 13:59 < Reedy> /even flagged revisions? :/ 13:59 < Alphos> nope, not sure it's the flagged revs 14:00 < Reedy> http://www.mediawiki.org/wiki/Help:Patrolled_edits 14:01 < Alphos> yup, that's more likely 14:01 < Alphos> oh, i now remember 14:01 < Reedy> hmm? 14:01 < Alphos> it's the very unuseful link i css-masked :D 14:01 < Reedy> lol 14:01 < Alphos> the one you click on when you've reached teh last revision of a history 14:02 < Alphos> (even if it's clearly a vandalism...) 14:02 < Reedy> lol 14:02 < Reedy> "Enable patrolled edits on the French wiktionary" 14:03 < wikibugs> (mod) Enable patrolled edits on the French wiktionary - https://bugzilla.wikimedia.org/show_bug.cgi?id=21517 summary; +comment (sam) 14:04 < Alphos> btw 14:05 < Alphos> 500 contribs (not including bot edits) reach yesterday midnight on the french wiktionary :/ 14:05 -!- mgrabovsky [n=MGrab@wikipedia/Mat--j-Grabovsk--] has quit [Read error: 113 (No route to host)] 14:05 < Alphos> that's hardly something that can take hundreds of hours :D http://fr.wikipedia.org/wiki/Discussion_utilisateur:Gribeco#Wiktionnaire_en_d.C3.A9tresse 14:06 < Alphos> Le probl`eme n'est pas r'egl'e, il s'agit de faire gagner des centaines d'heures par semaine aux contributeurs Wikim'edia qui patrouille sur le Wiktionnaire. JackPotte (d) 20 octobre 2009 `a 16:24 (CEST) ("problem not solved, it's about not losing hundreds of hours per week to wikimedia contributors patrolling on the wiktionary") 14:06 < CIA-66> siebrand * r59096 /branches/REL1_14/phase3/languages/messages/ (91 files): Follow-up to r59092: fix incompatible 'imagemaxsize' (revert where present, remove where no previous version was present) 14:06 < Alphos> and wth is a "wikimedia contributor" ? 14:07 < Reedy> no idea 14:08 < wikibugs> (mod) Enable patrolled edits on the French wiktionary - https://bugzilla.wikimedia.org/show_bug.cgi?id=21517 (hubert.bossot) 14:09 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has joined #mediawiki 14:10 -!- juliano [n=juliano@2001:0:53aa:64c:346d:3878:36d5:8bab] has joined #mediawiki 14:11 -!- Anandawardhana_ [n=AW@124.43.43.124] has quit [Read error: 110 (Connection timed out)] 14:18 -!- yannf [n=yannf@wikipedia/yannf] has joined #mediawiki 14:18 -!- phyrex1an [n=phyrex1a@bumik.csbnet.se] has quit ["Leaving."] 14:18 -!- OuKB [n=max@62.140.253.6] has joined #mediawiki 14:19 -!- MaxSem [n=max@wikimedia/MaxSem] has quit [Read error: 104 (Connection reset by peer)] 14:20 -!- kernel [n=kernel@218.149.109.10] has quit ["http://www.Archlinux.org"] 14:22 -!- kernel [n=kernel@218.149.109.10] has joined #mediawiki 14:23 -!- kernel [n=kernel@218.149.109.10] has quit [Read error: 104 (Connection reset by peer)] 14:28 -!- rainman-sr [n=rainman@user-544522c7.lns4-c11.dsl.pol.co.uk] has joined #mediawiki 14:29 < CIA-66> vrandezo * r59097 /trunk/extensions/Maps/ParserFunctions/Maps_ParserGeocoder.php: Replaced deprecated split with explode 14:31 -!- Diamant001 [n=user6398@p579CAD7C.dip.t-dialin.net] has joined #mediawiki 14:32 -!- zrh [n=zrh@dynamic-198-055.catv.glattnet.ch] has joined #mediawiki 14:37 -!- Haley [n=Haley@wikimedia/Dalibor-Bosits] has joined #mediawiki 14:38 -!- BradLee [n=chatzill@CPE-121-214-97-81.lnse4.lon.bigpond.net.au] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"] 14:44 -!- ialex [n=IAlex@mediawiki/ialex] has quit [] 14:52 -!- klutometis [i=klutomet@pdpc/supporter/active/klutometis] has quit [Remote closed the connection] 14:53 -!- Anandawardhana__ is now known as Anandawardhana 14:53 -!- klutometis [n=klutomet@klutometis.wikitex.org] has joined #mediawiki 14:54 -!- klutometis is now known as Guest90330 14:59 < CIA-66> raymond * r59098 /trunk/extensions/GlobalBlocking/ (5 files): 14:59 < CIA-66> Add a subtitle navigation for all related special pages. 14:59 < CIA-66> Show links to users with sufficient rights only 14:59 < CIA-66> The former links on Special:GlobalBlockList were shown to all users. 14:59 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has quit [Read error: 110 (Connection timed out)] 15:04 -!- j^ [n=j@e179065124.adsl.alicedsl.de] has quit ["cable cut"] 15:06 -!- JC|AFK is now known as JC 15:08 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Read error: 104 (Connection reset by peer)] 15:08 < CIA-66> jeroendedauw * r59099 /trunk/extensions/Maps/Maps.php: Changes for 0.4.2. http://www.mediawiki.org/wiki/Extension:Maps/Version_history 15:09 -!- puzzlet [n=puzzlet@147.46.241.168] has joined #mediawiki 15:10 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has joined #mediawiki 15:14 -!- enomil [n=enomil@wikimedia/Enomil] has joined #mediawiki 15:20 -!- rainman-sr [n=rainman@user-544522c7.lns4-c11.dsl.pol.co.uk] has quit [Remote closed the connection] 15:24 < CIA-66> vrandezo * r59100 /trunk/extensions/Maps/Geocoders/Maps_BaseGeocoder.php: Checked if user agent field is set before using it 15:25 -!- Anandawardhana [n=AW@124.43.96.217] has quit [] 15:26 -!- rask| [n=rask@h-15-42.A240.priv.bahnhof.se] has joined #mediawiki 15:27 < rask|> where can i download the new vector skin? 15:29 < Raymond_> rask|: it is integrated in MediaWiki 1.16alpha 15:31 -!- LauraHale [n=laurahal@adsl-99-142-42-96.dsl.emhril.sbcglobal.net] has joined #mediawiki 15:34 < rask|> Raymond_: thanks, is it compatible with the 1.15.1-release? 15:35 < rask|> or would i have to upgrade mediawiki to 1.16? 15:39 < rask|> heck - i might aswell upgrade ;) 15:39 < OuKB> most likely, it's not compatible. upgrading to alpha is not recommended, since it may be unstable 15:39 -!- OuKB is now known as MaxSem 15:39 < rask|> i'll give it a try on my dev-server 15:40 -!- Locos_epraix [n=chatzill@190.93.144.13] has joined #mediawiki 15:44 < Raymond_> rask|: you have to upgrade to 1.16alpha. try the wmf-deployment branch in SVN 15:45 -!- ireas [n=ireas@wikipedia/Ireas] has joined #mediawiki 15:50 -!- Locos_epraix is now known as Locos__epraix 15:56 < wikibugs> (NEW) hide username box on Special:UserRights when user cannot change userrights from other users - https://bugzilla.wikimedia.org/show_bug.cgi?id=21518 enhancement; Normal; MediaWiki: Special pages; (umherirrender_de.wp) 15:57 < Locos__epraix> What do you think of google closure (http://code.google.com/closure/)? 15:59 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has joined #mediawiki 16:00 < wikibugs> (NEW) show info, when cannot visit a private log/log is unknown - https://bugzilla.wikimedia.org/show_bug.cgi?id=21519 enhancement; Normal; MediaWiki: Special pages; (umherirrender_de.wp) 16:01 -!- SPQRobin [n=Robin@wikimedia/SPQRobin] has left #mediawiki [] 16:02 -!- Prodego [n=Prodego@wikipedia/Prodego] has joined #mediawiki 16:03 < wikibugs> (NEW) show anoneditwarning also by preview - https://bugzilla.wikimedia.org/show_bug.cgi?id=21520 enhancement; Normal; MediaWiki: Page editing; (umherirrender_de.wp) 16:12 < CIA-66> vrandezo * r59101 /trunk/extensions/SemanticMediaWiki/includes/SMW_DV_GeoCoords.php: Replaced split with explode since deprecated 16:12 < wikibugs> (DUP) show info, when cannot visit a private log/log is unknown - https://bugzilla.wikimedia.org/show_bug.cgi?id=21519 +comment (raimond.spekking) 16:13 < wikibugs> (mod) Special:Log/suppress needs better error handling - https://bugzilla.wikimedia.org/show_bug.cgi?id=17881 +comment (raimond.spekking) 16:13 < wikibugs> (NEW) Preprocessor_DOM.php: hardcoded english - https://bugzilla.wikimedia.org/show_bug.cgi?id=21521 enhancement; Normal; MediaWiki: Page rendering; (umherirrender_de.wp) 16:19 < wikibugs> (mod) Server should return a 404 HTTP status code if the page does not exist - https://bugzilla.wikimedia.org/show_bug.cgi?id=2585 (Platonides) 16:21 -!- applepie is now known as halfapplepie 16:23 -!- mdale1 [n=dale@62.0.105.133] has joined #mediawiki 16:23 -!- halfapplepie is now known as noapplepie 16:23 -!- mdale1 [n=dale@62.0.105.133] has quit [Remote closed the connection] 16:23 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit [Read error: 104 (Connection reset by peer)] 16:23 < wikibugs> (NEW) missing logo on create protected page, but only for 'de' and IE - https://bugzilla.wikimedia.org/show_bug.cgi?id=21522 enhancement; Normal; MediaWiki: Page rendering; (umherirrender_de.wp) 16:23 -!- Bamieater [i=Melvin@freenode/sponsor/bamieater] has quit [Read error: 110 (Connection timed out)] 16:29 -!- JeroenDeDauw [n=Admin@193.190.172.174] has quit ["Leaving."] 16:29 < wikibugs> (NEW) hide pageselector for one-page pdfs - https://bugzilla.wikimedia.org/show_bug.cgi?id=21523 enhancement; Normal; MediaWiki: Images and files; (umherirrender_de.wp) 16:32 -!- Bamieater [i=Melvin@83.86.108.69] has joined #mediawiki 16:33 -!- noapplepie is now known as applepie 16:36 -!- mattis^ [n=mattis@host1-228-dynamic.48-82-r.retail.telecomitalia.it] has quit [Read error: 110 (Connection timed out)] 16:37 -!- mattis^ [n=mattis@host112-245-dynamic.41-79-r.retail.telecomitalia.it] has joined #mediawiki 16:41 -!- Haley [n=Haley@wikimedia/Dalibor-Bosits] has quit ["Leaving"] 16:41 -!- robla [n=robla@c-76-104-247-13.hsd1.wa.comcast.net] has joined #mediawiki 16:43 -!- zrh is now known as zrh|AFK 16:44 -!- ThomasV_ [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki 16:45 -!- ThomasV [n=ThomasV@221.30.73-86.rev.gaoland.net] has quit [Read error: 110 (Connection timed out)] 16:46 -!- sDrewth [n=sDrewth@wikisource/billinghurst] has quit [Read error: 110 (Connection timed out)] 16:46 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has quit ["Leaving"] 16:54 < wikibugs> (NEW) capitalize-all-nouns missing for anon on translatewiki.net - https://bugzilla.wikimedia.org/show_bug.cgi?id=21524 enhancement; Normal; MediaWiki: General/Unknown; (umherirrender_de.wp) 16:54 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 16:58 < wikibugs> (NEW) Suggenstion for OpenID i18n in Korean scripts - https://bugzilla.wikimedia.org/show_bug.cgi?id=21525 enhancement; Normal; MediaWiki extensions: OpenID; (hjkim) 16:59 < CIA-66> vrandezo * r59102 /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php: Initializing isAlias variable 17:03 -!- mdale [n=dale@pdpc/supporter/student/mdale] has joined #mediawiki 17:03 -!- Rjd0060 [n=Rjd0060@wikimedia/Rjd0060] has quit [Read error: 104 (Connection reset by peer)] 17:03 -!- Rjd0060 [n=Rjd0060@wikimedia/Rjd0060] has joined #mediawiki 17:04 -!- nn123645_ [n=nn123645@adsl-074-237-227-159.sip.mco.bellsouth.net] has joined #mediawiki 17:05 < CIA-66> raymond * r59103 /trunk/extensions/OpenID/OpenID.i18n.php: Bug 21525 Suggenstion for OpenID i18n in Korean scripts 17:06 -!- ireas [n=ireas@wikipedia/Ireas] has quit ["bye"] 17:07 < wikibugs> (FIXED) Suggenstion for OpenID i18n in Korean scripts - https://bugzilla.wikimedia.org/show_bug.cgi?id=21525 +comment (raimond.spekking) 17:09 -!- j^ [n=j@85.179.65.124] has joined #mediawiki 17:13 -!- guillom [n=guillaum@wikimedia/guillom] has quit ["bbl"] 17:18 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has quit [Read error: 110 (Connection timed out)] 17:20 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has joined #mediawiki 17:21 < wikibugs> (mod) missing logo on create protected page, but only for 'de' and IE - https://bugzilla.wikimedia.org/show_bug.cgi?id=21522 (paul.copperman) 17:21 -!- nn123645 [n=nn123645@adsl-074-237-227-159.sip.mco.bellsouth.net] has quit [Read error: 110 (Connection timed out)] 17:22 -!- Platonides [n=Platonid@wikipedia/Platonides] has joined #mediawiki 17:25 < wikibugs> (FIXED) missing logo on create protected page, but only for 'de' and IE - https://bugzilla.wikimedia.org/show_bug.cgi?id=21522 +comment (raimond.spekking) 17:28 -!- AzaToth [n=azatoth@wikipedia/AzaToth] has joined #mediawiki 17:32 < wikibugs> (mod) Redirection of uploads to Commons - https://bugzilla.wikimedia.org/show_bug.cgi?id=21011 (aaron.adrignola) 17:33 < wikibugs> (mod) missing logo on create protected page, but only for 'de' and IE - https://bugzilla.wikimedia.org/show_bug.cgi?id=21522 (umherirrender_de.wp) 17:37 -!- applepie [n=Jesse@wikimedia/Pathoschild] has quit ["*poof*"] 17:43 < wikibugs> (FIXED) undefined method SMWStringValue::getTitle() - https://bugzilla.wikimedia.org/show_bug.cgi?id=20754 +comment (dvr) 17:46 < wikibugs> (mod) Exhibit: Wrong HTML redirect - https://bugzilla.wikimedia.org/show_bug.cgi?id=17446 (dvr) 17:48 < wikibugs> (mod) Suggenstion for OpenID i18n in Korean scripts - https://bugzilla.wikimedia.org/show_bug.cgi?id=21525 +i18n (siebrand) 17:54 -!- vvv [n=vvv@mediawiki/VasilievVV] has quit [Read error: 110 (Connection timed out)] 17:57 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."] 17:58 -!- luminoso_ is now known as luminoso 18:00 -!- rainman-sr [n=rainman@flywall.sysbiol.cam.ac.uk] has joined #mediawiki 18:01 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 18:02 -!- Bamieater [i=Melvin@freenode/sponsor/bamieater] has quit [Read error: 145 (Connection timed out)] 18:03 -!- ialex [n=IAlex@mediawiki/ialex] has joined #mediawiki 18:03 < wikibugs> (mod) missing logo on create protected page, but only for 'de' and IE - https://bugzilla.wikimedia.org/show_bug.cgi?id=21522 +comment (Platonides) 18:06 -!- enomil [n=enomil@wikimedia/Enomil] has quit [Read error: 104 (Connection reset by peer)] 18:07 -!- enomil [n=enomil@wikimedia/Enomil] has joined #mediawiki 18:07 -!- LordQuackstar [n=chatzill@74-131-53-85.dhcp.insightbb.com] has joined #mediawiki 18:11 -!- Bamieater [i=Melvin@53566C45.cable.casema.nl] has joined #mediawiki 18:12 < LordQuackstar> I'm running into multiple issues setting up my wiki. It seems that that alot of the guides are broken. After finnaly getting the changed directories to work, mediawiki still won't use short url's in its links and now it won't read my logo path. Here's a settings dump: http://pastebin.com/d5c812c21 18:12 < LordQuackstar> (and yes i'm using ctrl+f5 to make sure its not pulling from cache,. 18:13 < LordQuackstar> I'm starting to get really frustrated with the complications in getting this to work correctly 18:13 < CIA-66> root * r59104 /trunk/debs/wikimedia-task-dns-auth/ (12 files in 5 dirs): (log message trimmed) 18:13 < CIA-66> wikimedia-task-dns-auth (0.11) hardy; urgency=low 18:13 < CIA-66> * Refactored authdns-update into separate scripts 18:13 < CIA-66> * Removed directory scenarios/yaseo-down 18:13 < CIA-66> * Renamed directory knams-down to esams-down 18:13 < CIA-66> * Changed zwinger into fenari in /etc/default/wikimedia-task-dns-auth 18:13 < CIA-66> * Depend on pnds > 2.9.22 18:15 -!- Prodego [n=Prodego@wikipedia/Prodego] has quit [Connection reset by peer] 18:16 -!- Prodego [n=Prodego@wikipedia/Prodego] has joined #mediawiki 18:16 < MaxSem> logo can sufficiently be "/mediawiki/wiki_logo.png" 18:18 < LordQuackstar> do i use the vanity path or the real path? 18:18 < MaxSem> but it lies in the different directory, so "/wiki/wiki_logo.png"??? 18:18 < MaxSem> yes, it lies at http://evilxproductions.net/wiki/wiki_logo.png 18:18 < LordQuackstar> thought that would take longer, neither work 18:18 -!- [[sroracle]] [n=sroracle@c-98-215-178-14.hsd1.in.comcast.net] has joined #mediawiki 18:19 < LordQuackstar> media wiki is in /mediawiki but users use /wiki 18:19 < LordQuackstar> i'm starting to wonder if MW is even using localsettings.php since changes don't seem to do anything... 18:20 < MaxSem> you're editing teh wrong file? 18:20 < LordQuackstar> mediawiki/config/localsettings.php 18:20 < MaxSem> nooooooooooooooooooo 18:20 < MaxSem> remove config from that path 18:20 < LordQuackstar> WHAT?>!?!?!?!?!?! 18:21 < CIA-66> dale * r59105 /trunk/phase3/js2/ (11 files in 8 dirs): 18:21 < CIA-66> * some sequence render fixes 18:21 < CIA-66> * some IE regression fixes and skin compatibility update 18:21 < CIA-66> * fixed showShare for IE kskin 18:21 * LordQuackstar bangs head on table 18:21 < MaxSem> you should have moved it from config, not copied 18:22 < LordQuackstar> can i delete the one in the config folder? 18:22 < MaxSem> yes 18:23 < LordQuackstar> now it can't find /wiki/Main_page... thought i fixed that 18:23 -!- guillom [n=guillaum@wikimedia/guillom] has joined #mediawiki 18:24 * MaxSem slaps KVIrc around a bit with a large trout 18:25 < MaxSem> you're mixing up script path with article path 18:25 < MaxSem> script path is where index.php resides 18:25 * LordQuackstar stare's at fully working page 18:25 < MaxSem> article path is where those pretty URLs lie 18:25 < LordQuackstar> how on earth did 4 hours in here and staring at code did i miss that 18:26 < LordQuackstar> thanks for the help 18:26 < MaxSem> hehe) 18:27 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has joined #mediawiki 18:27 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has quit [Remote closed the connection] 18:31 -!- stdio [n=sroracle@c-98-215-178-14.hsd1.in.comcast.net] has joined #mediawiki 18:32 -!- GreenSleeper is now known as GreenReaper 18:33 -!- puzzlet_ [n=puzzlet@147.46.241.168] has joined #mediawiki 18:35 -!- Raymond_ [n=Raymond@wikipedia/Raymond] has joined #mediawiki 18:36 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."] 18:41 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has joined #mediawiki 18:43 -!- Marco27 [n=Marco27@wikipedia/Marco27] has quit [Read error: 104 (Connection reset by peer)] 18:46 -!- Suiseiseki [i=DesuLove@wikipedia/Antonio-Lopez] has quit [Read error: 104 (Connection reset by peer)] 18:46 -!- puzzlet [n=puzzlet@147.46.241.168] has quit [Read error: 110 (Connection timed out)] 18:46 -!- Suiseiseki [n=desudesu@cpe-76-183-145-33.tx.res.rr.com] has joined #mediawiki 18:50 -!- purplepopple [n=laurahal@adsl-99-142-42-96.dsl.emhril.sbcglobal.net] has joined #mediawiki 18:50 -!- Cobi_ [n=Cobi@Cobi.cluenet.org] has joined #mediawiki 18:50 -!- Netsplit calkins.freenode.net <-> irc.freenode.net quits: Nifi, Zorg`, werdna, aegis, nn123645_, ircman, Wegge, wikibugs, carl-m|away, juliano, (+50 more, use /NETSPLIT to show all of them) 18:50 -!- Prodego_ [n=Prodego@r253151181.resnet.cornell.edu] has joined #mediawiki 18:50 -!- Dessa_ [n=Dessa@mail.gmake.de] has joined #mediawiki 18:51 -!- Natalie [n=z@85.17.200.195] has joined #mediawiki 18:51 -!- Az1568 [n=1568@wikimedia/Az1568] has quit [Remote closed the connection] 18:52 -!- ialex [n=IAlex@88-129.77-83.cust.bluewin.ch] has joined #mediawiki 18:52 -!- purplepopple is now known as LauraHale 18:52 -!- MaxSem [n=max@62.140.253.6] has joined #mediawiki 18:52 -!- Netsplit over, joins: simonrvn 18:53 -!- LordQuackstar [n=chatzill@74-131-53-85.dhcp.insightbb.com] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"] 18:53 -!- [[sroracle]] [n=sroracle@unaffiliated/sroracle] has quit [Connection timed out] 18:55 -!- Prodego_ is now known as Prodego 18:55 -!- FoeNyx [n=Nicolas@boi59-3-82-233-183-219.fbx.proxad.net] has joined #mediawiki 18:55 -!- LauraHale is now known as Laura|Away 18:57 -!- Cain [n=Geek@unaffiliated/cain] has joined #mediawiki 18:57 -!- Natalie is now known as Guest22251 18:57 -!- Prodego is now known as Guest25261 18:57 -!- Suiseiseki is now known as Guest9114 18:57 -!- siebrand [n=beis@sm.xs4all.nl] has joined #mediawiki 18:57 -!- ialex is now known as Guest55405 18:58 -!- Duesentrieb [n=daniel@pD9EAF0A7.dip.t-dialin.net] has joined #mediawiki 18:58 -!- Bdka [n=bdk@wikipedia/bdka] has quit [Read error: 60 (Operation timed out)] 18:58 -!- Guest25261 is now known as Prodego 18:59 -!- Az1568_ [n=1568@wikimedia/Az1568] has joined #mediawiki 18:59 -!- Prodego [n=Prodego@r253151181.resnet.cornell.edu] has left #mediawiki ["From Wikipedia, the free encyclopedia"] 18:59 -!- Guest55405 is now known as ialex 18:59 -!- enomil [n=enomil@wikimedia/Enomil] has joined #mediawiki 18:59 -!- chomwitt [n=chomwitt@ppp-94-66-168-179.home.otenet.gr] has joined #mediawiki 18:59 -!- ircman [n=ircman@office.datadigest.nl] has joined #mediawiki 18:59 -!- Dessa [n=Dessa@kvirc/staff/kuja] has joined #mediawiki 18:59 -!- runner336 [n=runner@s0r4.org] has joined #mediawiki 18:59 -!- runner336 [n=runner@s0r4.org] has quit [No route to host] 18:59 -!- jwit_ [n=jwit@gw.introvert.ca] has joined #mediawiki 18:59 -!- Merlissimo [n=Merlissi@v32209.1blu.de] has joined #mediawiki 18:59 -!- nn123645_ [n=nn123645@adsl-074-237-227-159.sip.mco.bellsouth.net] has joined #mediawiki 18:59 -!- rask| [n=rask@h-15-42.A240.priv.bahnhof.se] has joined #mediawiki 18:59 -!- Tubarao [n=Tubarao@189.71.92.105] has joined #mediawiki 19:00 -!- Nifi [n=rabbit@nike.fixme.fi] has joined #mediawiki 19:00 -!- Amgine [n=Amgine@70.79.96.121] has joined #mediawiki 19:00 -!- j^ [n=j@85.179.65.124] has joined #mediawiki 19:00 -!- yannf [n=yannf@wikipedia/yannf] has joined #mediawiki 19:00 -!- foksieloy [n=Miranda@93.136.101.137] has joined #mediawiki 19:00 -!- Zorg` [i=Zorg@79-78-63-90.dynamic.dsl.as9105.com] has joined #mediawiki 19:00 -!- Hosiryuhosi [n=Hosiryuh@wikipedia/Hosiryuhosi] has joined #mediawiki 19:00 -!- wastrel [n=wastrel@nylug/member/wastrel] has joined #mediawiki 19:00 -!- pengi [i=pengi@95.80.3.198] has joined #mediawiki 19:00 -!- chrisc [n=chrisc@81.95.52.29] has joined #mediawiki 19:00 -!- TerminX [i=4d7dacbd@68.121.151.52] has joined #mediawiki 19:00 -!- Wegge [n=wegge@wikimedia/Wegge] has joined #mediawiki 19:00 -!- Kester [n=kester@85.17.141.11] has joined #mediawiki 19:00 -!- werdna [n=andrew@wikimedia/Werdna] has joined #mediawiki 19:00 -!- crb [n=crb@219.88.251.16] has joined #mediawiki 19:00 -!- wikibugs [n=wikibugs@208.80.152.186] has joined #mediawiki 19:00 -!- hendrik [n=hendrik@h1400878.stratoserver.net] has joined #mediawiki 19:00 -!- Nikerabbit [i=nike@mediawiki/Nikerabbit] has joined #mediawiki 19:00 -!- str4nd [i=str4nd@wikimedia/str4nd] has joined #mediawiki 19:00 -!- enomil` [n=enomil@p5B28345E.dip.t-dialin.net] has joined #mediawiki 19:00 -!- ircmanz [n=ircman@office.datadigest.nl] has joined #mediawiki 19:00 -!- chomwitt_ [n=chomwitt@ppp-94-66-168-179.home.otenet.gr] has joined #mediawiki 19:00 -!- runner336 [n=runner@s0r4.org] has joined #mediawiki 19:00 -!- Prodego [n=Prodego@wikipedia/Prodego] has joined #mediawiki 19:01 -!- chomwitt [n=chomwitt@ppp-94-66-168-179.home.otenet.gr] has quit [SendQ exceeded] 19:01 -!- chomwitt_ is now known as Guest7960 19:02 -!- juliano [n=juliano@2001:0:53aa:64c:346d:3878:36d5:8bab] has joined #mediawiki 19:02 -!- CIA-66 [n=CIA@208.69.182.149] has joined #mediawiki 19:02 -!- yang [n=yang@freenode/sponsor/cacert.assurer.yang] has joined #mediawiki 19:02 -!- michi_cc [i=michi@pdpc/supporter/student/michi-cc] has joined #mediawiki 19:02 -!- Misterangry [n=mrangry@c-98-248-172-133.hsd1.ca.comcast.net] has joined #mediawiki 19:02 -!- papyromancer [n=papyroma@ec2-174-129-152-17.compute-1.amazonaws.com] has joined #mediawiki 19:02 -!- avar [n=avar@wikipedia/avar] has joined #mediawiki 19:02 -!- ircmanz [n=ircman@office.datadigest.nl] has quit [Read error: 104 (Connection reset by peer)] 19:02 -!- ircmanz [n=ircman@office.datadigest.nl] has joined #mediawiki 19:03 -!- Marco27 [n=Marco27@wikipedia/Marco27] has joined #mediawiki 19:03 -!- wimt [i=wimt@freenode/staff/wikipedia.wimt] has joined #mediawiki 19:03 -!- mutante [i=mutante@altair.s23.org] has joined #mediawiki 19:03 -!- mattis^ [n=mattis@host112-245-dynamic.41-79-r.retail.telecomitalia.it] has joined #mediawiki 19:03 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has joined #mediawiki 19:03 -!- SecretAgent [i=sa@quake.nitemare.name] has joined #mediawiki 19:03 -!- enhydra [i=kalan@wikimedia/Kalan] has joined #mediawiki 19:03 -!- paulr [n=paul@static.147.84.46.78.clients.your-server.de] has joined #mediawiki 19:03 -!- ZeroOne [n=vsaalo@kekkonen.cs.hut.fi] has joined #mediawiki 19:03 -!- aegis [n=aegis@pool-98-109-206-172.nwrknj.fios.verizon.net] has joined #mediawiki 19:03 -!- DarkRift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has joined #mediawiki 19:03 -!- carl-m|away [n=cbm@wikipedia/cbm] has joined #mediawiki 19:03 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has quit ["Peace and Protection 4.22"] 19:03 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has joined #mediawiki 19:04 -!- Dessa [n=Dessa@kvirc/staff/kuja] has quit [Connection timed out] 19:04 -!- enomil [n=enomil@wikimedia/Enomil] has quit [Nick collision from services.] 19:05 -!- enomil` is now known as enomil 19:05 -!- Marco27 [n=Marco27@wikipedia/Marco27] has quit [Read error: 104 (Connection reset by peer)] 19:05 < CIA-66> ashley * r59106 /trunk/extensions/SocialProfile/UserStats/ (EditCount.php TopUsers.php UserStatsClass.php): SocialProfile: cleanup to UserStats 19:06 -!- ircman [n=ircman@office.datadigest.nl] has quit [Connection timed out] 19:06 -!- Marco27 [n=Marco27@wikipedia/Marco27] has joined #mediawiki 19:07 -!- FoeNyx [n=Nicolas@boi59-3-82-233-183-219.fbx.proxad.net] has quit ["Meep Meep"] 19:07 < CIA-66> ashley * r59107 /trunk/extensions/SocialProfile/UserWelcome/UserWelcome.php: SocialProfile: cleanup to UserWelcome 19:07 -!- FoeNyx [n=Nicolas@wikipedia/FoeNyx] has joined #mediawiki 19:07 -!- phyrex1an [n=phyrex1a@bumik.csbnet.se] has joined #mediawiki 19:10 < CIA-66> ashley * r59108 /trunk/extensions/SocialProfile/UserProfile/ (12 files): SocialProfile: cleanup to UserProfile 19:13 -!- mdale [n=dale@pdpc/supporter/student/mdale] has quit ["Leaving."] 19:13 -!- Laura|Away is now known as LauraHale 19:15 -!- simonrvn [i=simon@unaffiliated/simonrvn] has quit [Remote closed the connection] 19:17 -!- flubub1113 [n=Flubub@dslb-094-217-106-173.pools.arcor-ip.net] has joined #mediawiki 19:22 -!- Marco27_ [n=Marco27@wikipedia/Marco27] has joined #mediawiki 19:23 -!- felipe` [n=felipe@my.nada.kth.se] has joined #mediawiki 19:25 -!- Marco27 [n=Marco27@wikipedia/Marco27] has quit [Nick collision from services.] 19:25 -!- Marco27_ is now known as Marco27 19:25 -!- yoyo[RKN] [n=Miranda@i577B5678.versanet.de] has joined #mediawiki 19:25 < CIA-66> ashley * r59109 /trunk/extensions/SocialProfile/UserRelationship/ (5 files): SocialProfile: cleanup to UserRelationship 19:31 < CIA-66> diana * r59110 /trunk/extensions/DonationInterface/payflowpro_gateway/ (3 files): CVV explanation text added, internationalized 19:32 < CIA-66> ashley * r59111 /trunk/extensions/SocialProfile/UserBoard/ (6 files): SocialProfile: cleanup to UserBoard 19:34 -!- karun [n=karun@CPE-121-223-195-230.lns3.civ.bigpond.net.au] has joined #mediawiki 19:37 -!- wolog [n=wolog@AOrleans-152-1-46-23.w90-21.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)] 19:38 -!- wolog [n=wolog@AOrleans-152-1-32-10.w90-21.abo.wanadoo.fr] has joined #mediawiki 19:38 -!- JW|AFK is now known as Jake_Wartenberg 19:40 -!- MGrab [n=MGrab@wikipedia/Mat--j-Grabovsk--] has quit ["Carpe diem"] 19:44 -!- yoyo_RKN [n=Miranda@i577B5678.versanet.de] has joined #mediawiki 19:44 -!- yoyo[RKN] [n=Miranda@i577B5678.versanet.de] has quit [Read error: 54 (Connection reset by peer)] 19:47 -!- karun [n=karun@pdpc/supporter/active/karun] has quit [] 19:48 -!- ITrace [n=justinst@75-167-123-91.desm.qwest.net] has quit [] 19:49 -!- simonrvn [i=simon@unaffiliated/simonrvn] has joined #mediawiki 19:53 < CIA-66> greg * r59112 /trunk/phase3/maintenance/rebuildtextindex.php: Slightly clearer message. 19:55 < CIA-66> vrandezo * r59113 /trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php: 19:55 < CIA-66> Learned to count (and sorted results more nicely) 19:55 < CIA-66> Resolving Bug 20558 19:56 < CIA-66> siebrand * r59114 /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php: Remove trailing space in 'payflowpro_gateway-donor-currency-label' 19:58 < CIA-66> greg * r59115 /trunk/phase3/maintenance/postgres/compare_schemas.pl: Allow l10n_cache.lc_value to map mediumblob to text 20:00 < CIA-66> ashley * r59116 /trunk/extensions/SocialProfile/images/title_line.gif: SocialProfile: remove unused file 20:00 -!- vvv [n=vvv@mediawiki/VasilievVV] has joined #mediawiki 20:02 -!- Hosiryuhosi [n=Hosiryuh@wikipedia/Hosiryuhosi] has quit [Read error: 148 (No route to host)] 20:03 -!- MaxSem [n=max@wikimedia/MaxSem] has quit [Read error: 104 (Connection reset by peer)] 20:04 -!- MaxSem [n=max@wikimedia/MaxSem] has joined #mediawiki 20:09 < wikibugs> (FIXED) Special:SearchByProperty cannot count - https://bugzilla.wikimedia.org/show_bug.cgi?id=20558 (dvr) 20:10 < wikibugs> (mod) Exhibit: Pictures just as Link - https://bugzilla.wikimedia.org/show_bug.cgi?id=17136 (dvr) 20:10 < wikibugs> (mod) Preprocessor_DOM.php: hardcoded english - https://bugzilla.wikimedia.org/show_bug.cgi?id=21521 +comment (roan.kattouw) 20:10 -!- Jake_Wartenberg is now known as JW|AFK 20:12 -!- Hosiryuhosi [n=Hosiryuh@wikipedia/Hosiryuhosi] has joined #MediaWiki 20:14 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has joined #mediawiki 20:14 < wikibugs> (mod) Missing/Empty Entries - https://bugzilla.wikimedia.org/show_bug.cgi?id=20925 +comment (dvr) 20:18 -!- Mike_lifeguard [n=Mike@wikimedia/mikelifeguard] has joined #mediawiki 20:19 -!- Tubarao [n=Tubarao@189.71.92.105] has quit ["Leaving"] 20:20 -!- Soxred93 [n=Soxred93@wikipedia/Soxred93] has quit ["Some people are like slinkies. They're not good for anything except pushing them down stairs."] 20:24 -!- Dessa_ is now known as Dessa 20:24 < wikibugs> (mod) SRF Exhibit: URLs need to be encoded in facets - https://bugzilla.wikimedia.org/show_bug.cgi?id=18931 (denny.vrandecic) 20:27 -!- Bryan [n=launch@wikimedia-commons/Bryan] has joined #mediawiki 20:29 -!- Church_of_emacs [n=CoE@wikipedia/Church-of-emacs] has quit ["Leaving"] 20:31 -!- charitwo is now known as sekrit 20:34 -!- charitwo [n=charitwo@wikia/Charitwo] has joined #mediawiki 20:38 -!- rainman-sr [n=rainman@flywall.sysbiol.cam.ac.uk] has quit ["Leaving"] 20:39 -!- Hosiryuhosi [n=Hosiryuh@wikipedia/Hosiryuhosi] has quit ["Leaving..."] 20:39 < CIA-66> raymond * r59117 /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php: i18n tweak. Add linebreaks for easiert translation 20:48 -!- Bamieater [i=Melvin@freenode/sponsor/bamieater] has quit [Read error: 110 (Connection timed out)] 20:55 -!- ireas [n=ireas@wikipedia/Ireas] has joined #mediawiki 20:57 -!- Bamieater [i=Melvin@53566C45.cable.casema.nl] has joined #mediawiki 21:06 -!- Starspy [i=6271c63c@gateway/web/freenode/x-gzeuypkemhjumqvp] has joined #mediawiki 21:06 < Starspy> can anyone out there help me with a problem? 21:08 < AryehGregor> !ask | Starspy 21:08 < mwbot> Starspy: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. See also: !gethelp 21:12 < CIA-66> raymond * r59118 /trunk/ (106 files in 71 dirs): Localisation updates for core and extension messages from translatewiki.net (2009-11-15 19:30 UTC) 21:17 -!- dori [n=dori@wikipedia/Dori] has joined #mediawiki 21:17 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has quit ["Leaving"] 21:18 -!- Cobi_ is now known as Cobi 21:21 -!- JW|AFK is now known as Jake_Wartenberg 21:26 -!- Dark_Rift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has joined #mediawiki 21:30 -!- Saruman [n=jan@dworkin.saruman.biz] has quit [] 21:30 -!- ireas [n=ireas@wikipedia/Ireas] has quit [Read error: 110 (Connection timed out)] 21:31 -!- ireas [n=ireas@wikipedia/Ireas] has joined #mediawiki 21:32 -!- Guest9114 is now known as Suiseiseki 21:32 -!- Suiseiseki [n=desudesu@cpe-76-183-145-33.tx.res.rr.com] has quit ["..."] 21:32 -!- Suiseiseki [i=DesuLove@wikipedia/Antonio-Lopez] has joined #mediawiki 21:35 < Starspy> Is it possible to set up a message board/forum without any extensions? 21:37 < OverlordQ> I'm sure you could use a wiki as a message board but why not use something that was designed for it? 21:37 -!- guillom [n=guillaum@wikimedia/guillom] has quit [Read error: 104 (Connection reset by peer)] 21:38 < Starspy> ill give you an example of what I want... 21:38 < Starspy> something like this: 21:38 < Starspy> http://uncyclopedia.wikia.com/wiki/Forum:Village_Dump 21:39 -!- Skizzerz [n=skizzerz@mediawiki/Skizzerz] has joined #mediawiki 21:40 < Duesentrieb> Starspy: most of it is just templates and manual formatting 21:40 < MaxSem> it's Extension:DPLForum 21:40 -!- ireas [n=ireas@wikipedia/Ireas] has quit [Read error: 60 (Operation timed out)] 21:40 < Duesentrieb> "add new topic" uses an extension (addpage, i think) 21:40 < OverlordQ> that's a extension 21:40 < Duesentrieb> MaxSem: oh it is? 21:40 < MaxSem> http://uncyclopedia.wikia.com/wiki/Special:Version 21:41 -!- Dr_DBW [n=dallas@morph.vcp.monash.edu.au] has joined #mediawiki 21:41 < MaxSem> http://uncyclopedia.wikia.com/index.php?title=Forum:Village_Dump&action=edit 21:41 < Duesentrieb> oh i see, Template:Forumpages isn't maintained manually. 21:41 < Duesentrieb> well then :) 21:41 -!- DarkRift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has quit [Read error: 110 (Connection timed out)] 21:41 < MaxSem> 21:41 < MaxSem> namespace=Uncyclopedia 21:41 < MaxSem> category=Pee Review 21:41 < Duesentrieb> liquid threads would also work - once they work :) 21:42 -!- DarkRift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has joined #mediawiki 21:42 * MaxSem puts LQT on Duesentrieb's talk page 21:43 < Starspy> ok 21:44 < Starspy> because im an admin over on my site, and the creator who has acess to the server doesnt even have the time to go in and add extensions because he is swamped with work, so i wanted to know if you could do it without extensions 21:45 < MaxSem> only the sucksy way, like http://en.wikipedia.org/wiki/Wikipedia:VP 21:46 -!- zrh|AFK is now known as zrh 21:46 -!- Dark_Rift [n=dark@modemcable015.68-200-24.mc.videotron.ca] has quit [Read error: 110 (Connection timed out)] 21:47 < Starspy> kk, and can you identify what extension is used here? http://uncyclopedia.wikia.com/wiki/Forum:Village_Dump 21:47 < MaxSem> ^^^^^^^ 21:47 < Starspy> ? 21:47 < roberthl> 20:40:36 < MaxSem> it's Extension:DPLForum 21:47 < Starspy> ah 21:48 < Starspy> sorry 21:48 < Starspy> haha 21:48 < Starspy> thanks roberth 21:48 < roberthl> ok :) 21:48 -!- Jake_Wartenberg is now known as JW|AFK 21:50 -!- Bdk[a] [n=bdk@wikipedia/bdka] has joined #mediawiki 21:54 < wikibugs> (mod) Document all parameters that can be used in LocalSettings.php - https://bugzilla.wikimedia.org/show_bug.cgi?id=21511 normal->minor; +easy; +comment (ThomasBleher) 21:56 -!- zrh [n=zrh@dynamic-198-055.catv.glattnet.ch] has quit [] 21:57 -!- sDrewth [n=sDrewth@wikisource/billinghurst] has joined #mediawiki 21:57 -!- GreenWireless [n=greenrea@unaffiliated/greenreaper] has joined #mediawiki 21:59 -!- GreenReaper [n=greenrea@unaffiliated/greenreaper] has quit [Read error: 60 (Operation timed out)] 21:59 -!- GreenWireless is now known as GreenReaper 22:01 < MaxSem> http://www.mediawiki.org/wiki/Extension:Progressbar <--- how typical, XSS again 22:01 -!- flubub1113 [n=Flubub@dslb-094-217-106-173.pools.arcor-ip.net] has quit ["Nettalk6 - www.ntalk.de"] 22:03 -!- Mike_lifeguard [n=Mike@wikimedia/mikelifeguard] has left #mediawiki ["Mike is a four-letter word."] 22:04 -!- Mike_lifeguard [n=Mike@wikimedia/mikelifeguard] has joined #mediawiki 22:17 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has joined #mediawiki 22:21 -!- ITrace [n=justinst@75-167-123-91.desm.qwest.net] has joined #mediawiki 22:21 -!- yoyo_RKN [n=Miranda@i577B5678.versanet.de] has quit ["Use your power www.rechenkraft.net"] 22:21 -!- ITrace [n=justinst@75-167-123-91.desm.qwest.net] has quit [Remote closed the connection] 22:21 -!- zocky [n=zocky@wikipedia/zocky] has joined #mediawiki 22:21 -!- unilinky [n=unilinky@wikipedia/harddisk/bot/unilinky] has joined #mediawiki 22:21 < wikibugs> (NEW) Bug in Djvu text layer extraction - https://bugzilla.wikimedia.org/show_bug.cgi?id=21526 enhancement; Normal; MediaWiki: DjVu; (simon.lipp) 22:25 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has quit [Nick collision from services.] 22:25 -!- Olipro [n=Olipro@uncyclopedia/pdpc.active.olipro] has joined #mediawiki 22:30 -!- Starspy [i=6271c63c@gateway/web/freenode/x-gzeuypkemhjumqvp] has quit ["Page closed"] 22:34 -!- MaxSem [n=max@wikimedia/MaxSem] has quit [Read error: 110 (Connection timed out)] 22:36 -!- Piemuffin [i=6271c63c@gateway/web/freenode/x-rozrysgksxnzpjbe] has joined #mediawiki 22:37 < Piemuffin> hey 22:37 < Piemuffin> i closed this page and lost the name of the extension, so what is the extension that is used on this page? 22:37 < Piemuffin> http://uncyclopedia.wikia.com/wiki/Forum:Village_Dump 22:39 < Locos__epraix> anybody 22:39 < Locos__epraix> to take a look here 22:39 < Locos__epraix> http://code.google.com/p/chromium/issues/detail?id=19586 22:40 < Duesentrieb> Piemuffin: DPLForum, apparently 22:41 < Piemuffin> haha thanks 22:42 < Duesentrieb> Locos__epraix: "Wikipedia and MediaWiki HEAD are already fixed, it's just existing installations of versions up to 1.15.x that need to take action." 22:42 < Duesentrieb> so... not much to do here :) 22:43 < Piemuffin> Duesentrieb: What forum extension would you recommend to use on mediawiki? 22:44 < buzz_> i only know of http://www.mediawiki.org/wiki/Extension:AWC%27s_Forum and then the improved discussion page stuff like liquid threads 22:45 -!- ialex [n=IAlex@88-129.77-83.cust.bluewin.ch] has quit [] 22:45 < buzz_> you can share authentication and just use something like phpbb (and i think mediawiki can authenticate via that). there are other ways. i personally just run another forum separate to the wiki. . i guess liquid threads is the "future" of discussion system on mediawki though 22:46 < Duesentrieb> Piemuffin: liquid threads is probably the most wiki-like. for a "real" forum - no idea :) i hate forums, so i never tried any. 22:46 -!- cirwin [n=conrad@ipmas.corpus.cam.ac.uk] has quit ["cycl....ling!"] 22:47 -!- sDrewth [n=sDrewth@wikisource/billinghurst] has quit [Read error: 60 (Operation timed out)] 22:54 -!- zocky [n=zocky@wikipedia/zocky] has quit [Read error: 110 (Connection timed out)] 22:56 -!- Marco27 [n=Marco27@wikipedia/Marco27] has quit [Nick collision from services.] 22:56 -!- Marco27_ [n=Marco27@wikipedia/Marco27] has joined #mediawiki 22:56 -!- Marco27_ is now known as Marco27 22:57 -!- Locos__epraix [n=chatzill@190.93.144.13] has quit ["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"] 22:57 < Piemuffin> Duesentrieb: What do you think the essential extensions are? 22:58 < Duesentrieb> parserfunctions, definitly. probably categorytree; then it depends. cite maybe, or gadgets. possibly DPL. 22:59 -!- Anubisss [i=Anubisss@ip-170-21-userpool.zeg.zelkanet.hu] has quit ["Haromfajta ember van. Aki tud szamolni es aki nem."] 22:59 < Duesentrieb> really depends on what you want to do with the wiki, how people use it, what kind of content and interactions you have 22:59 < Duesentrieb> createpage may be useful. 23:00 < Duesentrieb> and/or inputbox 23:00 < Duesentrieb> spmablacklist is pretty good to have. maybe captcha too. 23:00 < Duesentrieb> *shrug* 23:01 -!- rask| [n=rask@h-15-42.A240.priv.bahnhof.se] has quit [] 23:03 < wikibugs> (ASSIGNED) Can't commit edits to Postgres because relation "text_old_id_seq" does not exist? - https://bugzilla.wikimedia.org/show_bug.cgi?id=21386 +comment (greg) 23:04 < Piemuffin> Duesentrieb: well the wiki im working on is going to be a hub for tuts and files that have to do with modding the game Sins of a solar empire. Is there any mod that will let me upload text files and just just images? 23:07 -!- GDonato [n=GDonato@wikimedia/GDonato] has joined #mediawiki 23:10 -!- Dr_DBW [n=dallas@morph.vcp.monash.edu.au] has quit ["Time to be somewhere I would rather be ..."] 23:10 -!- Dr_DBW [n=dallas@morph.vcp.monash.edu.au] has joined #mediawiki 23:10 -!- Dr_DBW [n=dallas@morph.vcp.monash.edu.au] has quit [Read error: 104 (Connection reset by peer)] 23:13 -!- ThomasV__ [n=ThomasV@221.30.73-86.rev.gaoland.net] has joined #mediawiki 23:16 -!- tomaszf [n=tomaszf@98.210.153.193] has joined #mediawiki 23:19 < Duesentrieb> Piemuffin: images are supported per default. you can also allow text files for *upload*, but you wan't be able to show tham in a nice way. they may also trigger filteres aimed at evil scripts. 23:19 < Duesentrieb> text is best simply copied to wiki pages 23:19 < Bryan> I need multiple parsed mediawiki messages in my javascript 23:19 < Bryan> now should I hack something to meta=allmessages to make that possible? 23:20 -!- PDD [i=PDD@wikipedia/PDD] has joined #mediawiki 23:20 -!- apergos is now known as Keene 23:20 -!- stephan48 [n=rjp@pdpc/supporter/student/stephan48] has quit [Connection timed out] 23:21 -!- Raymond_ is now known as Raymond_afk 23:21 < Bryan> could be done... hmm 23:26 -!- ThomasV_ [n=ThomasV@221.30.73-86.rev.gaoland.net] has quit [Read error: 110 (Connection timed out)] 23:27 -!- Reedy [n=Reedy@wikimedia/pdpc.active.reedy] has joined #mediawiki 23:28 -!- Diamant001 [n=user6398@p579CAD7C.dip.t-dialin.net] has quit ["Nettalk6 - www.ntalk.de"] 23:28 < Bryan> actually it may be more useful to hack apiParse to parse multiple pages 23:31 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki 23:35 -!- jdpond [n=jdpond@mediawiki/jpond] has joined #MediaWiki 23:35 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 104 (Connection reset by peer)] 23:36 -!- Tubarao [n=Tubarao@189.71.92.105] has joined #mediawiki 23:36 -!- Keene is now known as apergos 23:37 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki 23:45 -!- chomwitt [n=chomwitt@ppp-94-66-174-35.home.otenet.gr] has joined #mediawiki 23:48 -!- Piemuffin [i=6271c63c@gateway/web/freenode/x-rozrysgksxnzpjbe] has quit [Ping timeout: 180 seconds] 23:49 -!- apergos [n=ariel@wiktionary/ArielGlenn] has quit ["Leaving."] 23:51 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has quit [Read error: 104 (Connection reset by peer)] 23:52 -!- GerardM- [n=chatzill@dhcp-077-250-052-092.chello.nl] has joined #mediawiki 23:53 -!- Guest22251 [n=z@85.17.200.195] has quit [Remote closed the connection] 23:55 -!- Natalie [n=z@wikipedia/MZMcBride] has joined #mediawiki 23:55 -!- Natalie [n=z@wikipedia/MZMcBride] has quit [Excess Flood] 23:56 -!- tomaszf [n=tomaszf@98.210.153.193] has quit [Remote closed the connection] 23:56 -!- tomaszf [n=tomaszf@98.210.153.193] has joined #mediawiki 23:58 -!- Marybelle [n=z@wikipedia/MZMcBride] has joined #mediawiki 23:58 -!- Marybelle is now known as Natalie 23:59 < CIA-66> greg * r59119 /trunk/extensions/Drafts/Drafts.pg.sql: Postgres version of schema for Drafts extension. --- Log closed Mon Nov 16 00:00:15 2009