Team Chat Logs

July 15, 2010

2010 6
Mo Tu We Th Fr Sa Su
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

[01:06:55.004551]<evil_twin>t.e.o: Ticket #9439 (KeyError: 'trac/locale') updated - <http://trac.edgewall.org/ticket/9439#comment:19> - anonymous
[01:28:01.813148]<patrakov>patrakov@li147-63:~$ traceroute 193.107.236.35
[01:28:01.976115]<patrakov>traceroute to 193.107.236.35 (193.107.236.35), 30 hops max, 60 byte packets
[01:28:01.994335]<patrakov> 1 109.74.192.2 (109.74.192.2) 0.466 ms 0.517 ms 0.526 ms
[01:28:02.013392]<patrakov> 2 * * *
[01:28:02.032551]<patrakov> 3 85.90.238.58 (85.90.238.58) 192.858 ms * *
[01:28:02.342456]<patrakov> 4 217.20.44.194 (217.20.44.194) 0.735 ms * *
[01:28:02.505926]<patrakov> 5 sto-r2.msk.ip.rostelecom.ru (195.66.225.81) 0.810 ms 0.806 ms 0.912 ms
[01:28:03.347076]<patrakov> 6 so-3-0-0.ebrg-rgr1.ur.ip.rostelecom.ru (87.226.138.250) 102.754 ms 101.401 ms 101.451 ms
[01:28:03.510583]<patrakov> 7 customer.ge-4-0-0.ebrg-rgr1.ur.ip.rostelecom.ru (87.226.138.210) 95.865 ms 95.851 ms 95.924 ms
[01:28:04.342772]<patrakov> 8 79.133.95.20 (79.133.95.20) 95.814 ms 95.836 ms 95.864 ms
[01:28:04.506845]<patrakov> 9 u13440.netangels.ru (193.107.236.35) 95.972 ms 95.950 ms 95.906 ms
[01:28:26.996962]<patrakov>oops
[03:01:06.038351]<kenstrada>I'm trying to get the ScreenShotsPlugin working - according to trac everything seems to be fine, i.e. I see the plugin in the WebAdmin and I can give the right permissions. But as soon as I create a new screenshot link, and I try to add the screenshot, I get a "No handler matched request to /screenshots" error
[03:02:11.768495]<kenstrada>do I misunderstand the plugin's functionality? Shouldn't the created link allow me to upload an image like creating a new wiki page?
[03:07:54.168701]<akurtakov>hi guys, is there a way to get the raw markup of trac wikipage by simple http get request?
[03:08:04.550378]<akurtakov>sorry if you get the message twice
[03:12:17.454451]<evil_twin>t.e.o: Ticket #9111 (TimeoutError: Unable to get database connection within 20 seconds) updated - <http://trac.edgewall.org/ticket/9111#comment:18> - cboos
[03:12:22.454937]<evil_twin>t.e.o: flupify.diff attached to Ticket #9111 - <http://trac.edgewall.org/attachment/ticket/9111/flupify.diff> - cboos
[03:24:35.191186]<macmaN>akurtakov: i dont think such a formatter has been implemented
[03:24:52.177532]<macmaN>akurtakov: i think it should be fairly trivial to implement as a plugin though
[03:25:20.864976]<akurtakov>macmaN: what will you recommend me to do - I need the raw markup to use it as an input to mylyn wikitext
[03:25:54.530833]<macmaN>akurtakov: are you writing some eclipse plugin?
[03:27:39.982051]<akurtakov>macmaN: yep, and I want to keep the user guide in our trac and automate the eclipse help generation
[03:27:59.504324]<akurtakov>macmaN: https://fedorahosted.org/eclipse-fedorapackager/
[03:28:38.198663]<macmaN>my own q: is there a recommended strategy for running tracd-s in combination with vhosting
[03:29:04.014085]<macmaN>tracd itself cannot do vhosting afaik, i.e. determine which project to serve based on what tld is requested, right
[03:29:56.576735]<macmaN>but i want to have the simplicity of tracd's auto-reload for development, instead of having to reload whole apache for code changes
[03:30:06.059783]<macmaN>so something like nginx -> tracd1, tracd2, tracd3, ... perhaps?
[03:30:35.972630]<akurtakov>macmaN: you may want to talk with fedorahosted guys, they are handling maybe 100 tracs but I have no idea how are they managing it
[03:30:40.850389]<macmaN>akurtakov: using xmlrpc you dont want?
[03:31:37.344466]<macmaN>akurtakov: right, but i dont think they are doing vhosting
[03:31:42.293474]<macmaN>just regular parent_env_dir
[03:32:01.615667]<akurtakov>macmaN: xmlrpc is not very nice for usage in ant
[03:32:52.919939]<macmaN>akurtakov: mkay.. so can you install a plugin into your trac?
[03:32:59.863430]<akurtakov>macmaN: I think so
[03:33:37.878055]<macmaN>akurtakov: and you already browsed through trac-hacks?
[03:33:43.235830]<macmaN>there is no such plugin to do format=wiki?
[03:34:40.166135]<akurtakov>macmaN: I've tried but my trac knowledge is close to zero so I was looking for export, retrieve, download but not format :)
[03:34:49.026365]<akurtakov>I'll look now again
[03:35:07.923377]<macmaN>akurtakov: take a look at https://fedorahosted.org/eclipse-fedorapackager/wiki/DistGitInternals
[03:35:11.437400]<macmaN>for example
[03:35:47.723823]<macmaN>all trac wiki pages have "Download in other formats:" in the bottom
[03:36:02.174576]<macmaN>this is what a plugin would need to add to basically, something like "Raw Wiki" or whatnot
[03:36:51.327725]<macmaN>if there is no raw wiki plugin already done, you could take some plugin that exports into pdf or whatever, take a look at the code and just change the pdf part to retrieving raw wiki text
[03:36:58.592532]<macmaN>or actually.. outputting raw wiki text
[03:37:08.030979]<macmaN>all other formatter plugins already do the retrieving as well anyway
[03:37:09.785122]<akurtakov>macmaN: ok, I'll look at it more, thanks
[03:38:15.366853]<macmaN>do the search, then tell us what you found or didnt find and what you're planning to do next, then it'll be possible to assess whether it's the smart thing to do or if someone can help you
[03:38:47.293640]<macmaN>i think im gonna go get lunch now
[03:42:22.689530]<evil_twin>t.e.o: Ticket #886 (Add support for Master tickets) updated - <http://trac.edgewall.org/ticket/886#comment:124> - anonymous
[03:52:23.806047]<akurtakov>macmaN: hey actually download in txt is giving me the raw wiki markup
[03:57:24.409012]<evil_twin>t.e.o: CommercialServices edited - <http://trac.edgewall.org/wiki/CommercialServices?version=87> - tin@…
[03:58:25.159684]<akurtakov>I didn't think it can be so easy :)
[04:31:41.982089]<macmaN>akurtakov: ahhh ok that makes sense. i thought text format might be stripped of wiki formatting
[04:32:17.568909]<akurtakov>macmaN: I thought that too, so I didn't even try that
[04:32:34.167412]<macmaN>but then again... whose mother is assumption?
[07:23:02.496450]<evil_twin>t.e.o: Ticket #886 (Add support for Master tickets) updated - <http://trac.edgewall.org/ticket/886#comment:124> - Michael Imamura <zoogie@…>
[07:43:38.909879]*retracile grumbles something disdainful about mornings.
[07:48:05.471499]<evil_twin>t.e.o: TracDev/Proposals/AdvancedWikiFormatting edited - <http://trac.edgewall.org/wiki/TracDev/Proposals/AdvancedWikiFormatting?version=37> - cboos
[07:48:10.471875]<evil_twin>t.e.o: Ticket #4468 (better support for relative name handling) updated - <http://trac.edgewall.org/ticket/4468#comment:4> - cboos
[09:08:21.005402]<evil_twin>t.e.o: Ticket #2908 (No 'register' link (only Login), 'New Ticket' -> 'login' difficult) updated - <http://trac.edgewall.org/ticket/2908#comment:11> - anonymous
[09:08:26.004860]<evil_twin>t.e.o: Ticket #2908 (No 'register' link (only Login), 'New Ticket' -> 'login' difficult) updated - <http://trac.edgewall.org/ticket/2908#comment:12> - anonymous
[09:13:21.967205]<evil_twin>t.e.o: Ticket #6382 (Translation of Trac to Farsi/پارسی [fa_IR]) updated - <http://trac.edgewall.org/ticket/6382#comment:15> - anonymous
[09:13:26.967213]<evil_twin>t.e.o: Ticket #9503 (test bug) created - <http://trac.edgewall.org/ticket/9503> - anonymous
[09:43:28.104171]<evil_twin>t.e.o: Ticket #8708 (Operational Error: database is locked) updated - <http://trac.edgewall.org/ticket/8708#comment:17> - edgewall.p3u@…
[10:28:35.762612]<evil_twin>t.e.o: Ticket #1 (Add a new project summary module.) updated - <http://trac.edgewall.org/ticket/1#comment:46> - Helllo
[11:08:42.574573]<evil_twin>t.e.o: Ticket #9504 (It's back: TypeError: expecting datetime, int, long, float, or None; got ...) created - <http://trac.edgewall.org/ticket/9504> - Dennis McRitchie <dmcr@…>
[12:38:54.776176]<rajesh>hi, do any of you use trac to connect with projects hosted on github?
[12:54:01.000843]<evil_twin>t.e.o: Test.txt attached to TracIni - <http://trac.edgewall.org/attachment/wiki/TracIni/Test.txt> - anonymous
[13:05:34.454090]<macmaN>rajesh: you need to define "connect"
[13:30:11.852443]<rajesh>macmaN: s/to\ connect//g . just asking if people have been using trac with a hosted solution like github.
[13:31:37.705718]<rajesh>i suppose it should be easy enough to make trac point to the repo's there.
[13:32:03.786509]<macmaN>oh, youre talking about showing github repo inside trac?
[13:32:16.725324]<rajesh>yeah, sorry if i didnt make myself clear.
[13:32:37.916398]<rajesh>i see why you asked about 'connect'. :)
[13:33:01.274799]<macmaN>you could do a lot of things with "connect"
[13:33:35.119799]<macmaN>but im not sure, what would be the point of that
[13:33:41.728273]<macmaN>why not a trac-hosted git repo?
[13:34:03.174932]<rajesh>to hand off the hosting part of it all?
[13:34:35.524809]<rajesh>for the same reason people choose github/bitbucket/google code/sf/...
[13:35:21.421743]<rajesh>anyway, it should be straightforward right? google search shows one person with a way by editing a setting in trac.ini.
[13:35:36.386617]<macmaN>now i dont understand the question at all i think :)
[13:35:43.611071]<macmaN>i thought you wanted to connect trac with github
[13:35:49.264472]<macmaN>like "tickets in trac, source in github"
[13:36:01.895713]<rajesh>correct.
[13:36:29.654106]<rajesh>again, sorry if i confused you (end of day mental muddles.)
[13:36:39.877800]<macmaN>i know of no way to have remote source show up in trac source browser
[13:37:24.289922]<rajesh>ok. i was referring to this - http://alexbcoles.com/code/2008/05/15/a-really-simple-way-to-integrate-your-trac-with-github.html
[13:37:44.721689]<rajesh>haven't tried it yet though so i don't know if it works or not.
[13:40:05.345857]<macmaN>rajesh: aaaaah, heh yeah that kind of light weight "integration" is piece of cake
[13:41:51.102405]<rajesh>oh ok.
[13:42:30.701976]<rajesh>well, thanks macmaN.
[13:46:54.983563]<macmaN>fo shizzle
[14:25:43.307810]<Getty>that cant even called integration ;) elsewhere the complete web could be called "integrated" ;) lol
[15:09:36.030108]<macmaN>pretty much :)
[15:29:16.714181]<Getty>macmaN: you heard, google integrated apple! you just need to type in apple on the searchbox and hit the first link :D
[15:29:46.178266]<Getty>technology... incredible.... so much integration!
[15:39:51.572855]<ignorant-tracd>hello
[15:40:11.204003]<ignorant-tracd>i need some help, ive set up a working trac daemon
[15:40:37.559332]<ignorant-tracd>its works with tracd
[15:40:58.739220]<ignorant-tracd>i need to protect the directory with a pair username/password
[15:41:19.507536]<ignorant-tracd>i know how to do that in apache, but i dont know how to do with tracd
[15:41:39.307855]<ignorant-tracd>some one, could help me?
[15:43:43.067230]<ignorant-tracd>sorry if this is the wrong place, im a stupid person
[15:48:38.007196]<ignorant-tracd>fucking chat
[15:51:48.964771]<ignorant-tracd>lalala
[15:52:57.831479]<misc>well, why don't you do with apache, if you know how to do ?
[15:54:36.155716]<misc>( but you can also read the tracd help and see --auth=
[16:08:42.136569]<ignorant-tracd>jajaja
[16:08:59.704480]<ignorant-tracd>oka, good answer
[16:10:13.380142]<ignorant-tracd>hey, tnx a lot! now i fix it!
[16:11:18.613385]<ignorant-tracd>byebye my friend
[20:30:23.704517]<evil_twin>t.e.o: Ticket #9494 ([PATCH] $ticket_props doesn't wrap long field values in notification ...) updated - <http://trac.edgewall.org/ticket/9494#comment:2> - jomae
[20:51:14.073017]<milmazz>Hi, i'm trying to send notifications via Trac with postfix, but i can't see anything on /var/log/messages.log http://paste.lisp.org/+2ETY
[20:51:39.004772]<milmazz>It's possible to send emails with telnet on port 25
[20:53:50.874487]<milmazz>my base_url on [trac] section in the trac.ini is define.
[22:10:42.568290]<evil_twin>t.e.o: Ticket #9504 (It's back: TypeError: expecting datetime, int, long, float, or None; got ...) updated - <http://trac.edgewall.org/ticket/9504#comment:1> - cboos