Team Chat Logs

July 6, 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  

[00:09:04.635226]<evil_twin>t.e.o: TracModPython edited - <http://trac.edgewall.org/wiki/TracModPython?version=156> - py.hieroglyph@…
[00:14:05.600452]<evil_twin>t.e.o: TracInstall edited - <http://trac.edgewall.org/wiki/TracInstall?version=310> - py.hieroglyph@…
[00:24:07.565796]<evil_twin>t.e.o: 0.11/TracInstall edited - <http://trac.edgewall.org/wiki/0.11/TracInstall?version=20> - py.hieroglyph@…
[00:44:13.649836]<evil_twin>t.e.o: Ticket #9484 ([PATCH] textarea formatting problems in TracNotification) updated - <http://trac.edgewall.org/ticket/9484#comment:2> - rblank
[00:59:13.445523]<evil_twin>t.e.o: Ticket #9484 ([PATCH] textarea formatting problems in TracNotification) updated - <http://trac.edgewall.org/ticket/9484#comment:3> - cboos
[02:15:16.293597]<ultramage>hello, is it possible to rewire InterMapTxt to define an url for the # prefix (tickets)?
[02:48:19.643839]<kenpark>Hi, has anyone seen a guide/notes on switching from trac with mysql to trac with sqlite?
[02:53:11.447315]<ultramage>kenpark: I think it would be a generic "how to import sqlite db into mysql"
[02:53:47.640032]<ultramage>haha, google "trac sqlite to mysql" -> http://trac.edgewall.org/wiki/SqLiteToMySql
[02:54:18.589613]<kenpark>ultramage: thats why I was asking :-)
[02:54:28.973723]<ultramage>google > everything
[02:54:30.068636]<ultramage>:)
[02:54:48.593661]<kenpark>ultramage: I would like it the other way around
[02:55:07.580719]<ultramage>basically, sqlite file.db > file.sql dumps
[02:55:08.974449]<kenpark>ultramage: because in the related thread (http://trac.edgewall.org/ticket/6986) they can't really solve the performance issues.
[02:55:27.576087]<ultramage>well, basically, you dump database to a .sql query script, then pipe that into the other app
[02:55:41.574547]<ultramage>so it's a generic dump & load scenario between hopefully compatible storage engines
[02:56:23.184563]<ultramage>there's a mysqldump commandline utility, and there's a sqlite commandline utility... maybe that'll be enough to get things working
[02:57:13.386701]<kenpark>ultramage: hmm okay so that sounds good - i'll report back ;-)
[03:18:03.880181]<pombreda>howdy, I have an issue with a new user isasked for her password all the time. we use apache with trac as cgi. I know I have had this issue once in the past but cannot recall how to solve it
[03:18:11.216712]<pombreda>she can otherwise connect allright
[03:18:42.583114]<pombreda>from a shell as well as session/session_attributes table, her user looks really quite the same as all others
[03:18:56.162964]<pombreda>and her browser is not the issue
[03:19:10.318096]<pombreda>another username works with her brwoser
[03:19:32.785666]<ultramage>doesn't that mean that the password is incorrect?
[03:19:39.280315]<ultramage>what sort of auth do you use?
[03:19:49.490797]<ultramage>I'd think this is a webserver problem, not a trac-specific problem...
[03:20:31.705541]<ultramage>describe "is asked for her password all the time"
[03:22:21.843326]<pombreda>we use basic auth over ssl. and the firefox box asking for password is asked repeatedly, i'd say about once any url is downloaded
[03:22:43.190382]<pombreda>(ie the html, css, js, images, etc)
[03:23:02.617544]<ultramage>oh, are you sure about that?
[03:23:21.082596]<ultramage>after entering the password several times, does the website load completely?
[03:23:24.482816]<pombreda>the password is correct, she gets in allright and can do anything she wants (with enough patience on clicking ok on the user/pass box ecah time)
[03:23:42.231724]<pombreda>"are you sure abou that" ==> not 100%, we could check that with firebug I guess
[03:24:04.715069]<ultramage>it's just that firefox re-prompts several times if the password is incorrect, ultimately leading to a 403 forbidden page
[03:24:25.693564]<pombreda>ultramage: yes, the site loads completely when entering the user/pass several time (actually firefox caches it so thi is pressing ok several time)
[03:24:26.617241]<ultramage>but if you say that it's not the case, then hm
[03:24:51.011554]<ultramage>and you say that a different account on the same browser works fine? how peculiar
[03:24:51.900381]<pombreda>"t's just that firefox re-prompts several times if the password is incorrect, ultimately leading to a 403 forbidden page"
[03:25:07.560270]<pombreda>==> the site loads completely
[03:25:22.479064]<pombreda>yes a different account on the same browser works just fine
[03:25:28.130649]<ultramage>I'd think of deleting any cookies stored for the site, and erasing any temporary session state data in the webserver temp dir
[03:25:43.290133]<pombreda>and her account on a differnt browser (chrom, ie, firefox) or a different machine has the same symptoms
[03:25:46.499902]<ultramage>could be some stale data malfunctioning (also, did you check apache access/error logs? :)
[03:26:06.638367]<pombreda>let me check these apache logs
[03:26:22.937282]<ultramage>if all else fails, try making a new account with the same username
[03:26:43.217260]<ultramage>basic ssl auth... you mean basic auth + https, or something else?
[03:27:18.405108]<pombreda>yes, basic over https
[03:27:39.853771]<pombreda>*basic auth
[03:28:03.035023]<ultramage>btw, if this occurs on test pages that ask for auth, and not just trac, then it'd be best to ask in the apache channel
[03:30:03.230377]<pombreda>ultramage: good point... and the ssl_error_log has tons of interesting stuffs in it. this is a low level groups issue sounds like
[03:30:53.964099]<ultramage>:>
[03:31:22.594159]<get>hi all!
[03:31:46.377696]<get>is there a way to automatize the trac-admin command for freshing svn ?
[03:31:59.621794]<pombreda>ultramage: thx ++, I'll tell here for reference how it was solved
[03:32:01.448990]<ultramage>what do you mean 'freshing svn'?
[03:32:33.406290]<get>to see the changes made on subversion, i have to run the trac-admin command to update the trac
[03:32:52.569080]<get>to be able to see the newest changes made by the devs, to the subversion
[03:32:52.992882]<ultramage>get: no you don't, trac syncs with the repository automagically whenever someone opens trac
[03:33:15.543982]<ultramage>at least mine does ;o
[03:33:20.928899]<get>that didnt work for me
[03:33:40.265491]<ultramage>on first sync it can decide to show an older revision if it's still syncing in the background
[03:33:48.790619]<get>thre is still revision 1048 of svn since yesterday
[03:33:50.851221]<ultramage>but normally it always shows the latest revision
[03:34:04.362924]<ultramage>are you sure you're pointing trac to the right repo dir?
[03:34:19.339108]<get>im sure of
[03:34:21.521248]<ultramage>how exactly are you using trac-admin to update your trac install?
[03:34:38.840851]<ultramage>*environment
[03:34:45.062716]<get>yesterday i've installed the trac to a plesk host, all works fine
[03:35:09.152515]<get>then i declared to trac the path where the repo is, and run the trac-admin command
[03:35:20.693959]<get>to sync first time
[03:35:50.628369]<ultramage>is it possible that trac doesn't have permission to access some of the files needed?
[03:35:59.838536]<ultramage>and you're using trac-admin as root?
[03:36:00.001122]<get>wich files?
[03:36:04.240455]<ultramage>the repo, maybe?
[03:36:25.210508]<get>trac has read rights to the repo
[03:36:36.217588]<ultramage>when you do trac-admin initenv, and then open the trac page, does it start syncing?
[03:36:36.540004]<get>yes, the trac-admin yesterday i ran it as root
[03:37:05.649888]<ultramage>you still haven't told me hwo exactly you use trac-admin to update your trac environment
[03:37:15.083162]<get>can i run initenv to the already created proyect without any losses?
[03:37:20.328778]<ultramage>no
[03:37:22.792208]<ultramage>I think not
[03:37:43.175383]<ultramage>I'm just guessing here...
[03:38:23.403771]<ultramage>trac could be not-updating to latest revision because it's lacking read access, or write access
[03:38:29.825725]<ultramage>or some setting prevents it from auto-syncing
[03:38:47.171314]<ultramage>you can try making a separate new trac environment and see if that fails too
[03:39:38.498577]<ultramage>normally trac backtraces on you if it encounters read/write issues though
[03:44:40.695818]<get>yes
[03:44:49.988251]<get>now i ran command again as user of plesk
[03:45:05.059558]<get>trac-admin repository sync $repo
[03:45:12.156263]<get>and it updates
[03:45:35.903303]<get>but, strage thing is, why it doesnt do that alone.
[05:07:07.399008]<ultramage>get: the process that runs the trac stuff needs to have write access to its environment files
[05:07:15.205399]<ultramage>other than that, no idea what's going on
[06:10:10.866363]<evil_twin>t.e.o: Ticket #9485 (repository_sync_per_request seems to be ignored with multiple hg ...) created - <http://trac.edgewall.org/ticket/9485> - vincent@…
[06:15:11.836502]<evil_twin>t.e.o: Ticket #9486 (Adding towns in iResearchPanel Australia registeration forms) created - <http://trac.edgewall.org/ticket/9486> - pavan.arora@…
[06:22:14.916610]<pombreda>ultramage: my issue was a circumvoluted apache issue, because we have 2 virtual hosts sharing the same ip accessing with SSL cetificate only for one of the host name. and users had to be in both groups. quite byzantine (and quite a f**ed config I have there :P )
[06:22:26.745725]<pombreda>ultramage: thx for pointing me in the right direction
[06:22:27.708397]<ultramage>:]
[06:22:33.755103]<pombreda>that had nothing to do with trac
[06:23:02.782126]<ultramage>glad you got your stuff working
[06:23:07.648565]<pombreda>:P
[06:35:16.044014]<evil_twin>t.e.o: Changeset [9943]: TracMercurial (0.11): adapt trac_ui subclass of hg.ui to the 1.6 API, ... - <http://trac.edgewall.org/changeset/9943> - cboos
[06:40:15.931373]<evil_twin>t.e.o: Changeset [9944]: TracMercurial (0.12): ported ui fixes (#9482) - <http://trac.edgewall.org/changeset/9944> - cboos
[06:50:17.868793]<evil_twin>t.e.o: Ticket #9482 (hg 1.6 compat) closed - <http://trac.edgewall.org/ticket/9482#comment:1> - cboos
[06:55:18.845667]<evil_twin>t.e.o: Changeset [9945]: TracMercurial (0.11): increment version to more easily indicate ... - <http://trac.edgewall.org/changeset/9945> - cboos
[06:55:23.844926]<evil_twin>t.e.o: Changeset [9946]: TracMercurial (0.12): increment version to more easily indicate ... - <http://trac.edgewall.org/changeset/9946> - cboos
[06:56:13.685323]*retracile sputters something untoward about mornings.
[07:00:21.089921]<evil_twin>t.e.o: TracMercurial edited - <http://trac.edgewall.org/wiki/TracMercurial?version=74> - cboos
[07:02:33.630979]<sassyn>hi all
[07:02:40.916655]<sassyn>just installed version 0.12
[07:02:42.653623]<sassyn>cool !
[07:03:22.221573]<sassyn>can someone drop a comment how to make diffrent ticket type, where u open a new ticket type - say task - u get diffrent options from defect?
[07:04:24.516058]<Sacho>you can modify ticket types from the admin panel
[07:05:21.511165]<evil_twin>t.e.o: TracMercurial edited - <http://trac.edgewall.org/wiki/TracMercurial?version=75> - cboos
[07:08:47.759468]<sassyn>Sacho, this is true
[07:10:22.505502]<evil_twin>t.e.o: TracDev/ToDo edited - <http://trac.edgewall.org/wiki/TracDev/ToDo?version=101> - cboos
[07:10:43.760969]<sassyn>Sacho, but what I want is to have diffrent template for diffrent ticket type. Say I have a ticket type A, so I want to have in it custom fileds (like Module, Board Type, OS). now i have ticket type B so I want to have there custom filed like Linux Kernel etc....
[07:11:02.668459]<sassyn>I don't want Linux kernel option to apper in ticket type A
[07:20:23.983475]<evil_twin>t.e.o: Ticket #9485 (repository_sync_per_request seems to be ignored with multiple hg ...) closed - <http://trac.edgewall.org/ticket/9485#comment:1> - rblank
[07:20:28.983884]<evil_twin>t.e.o: Ticket #9486 (Adding towns in iResearchPanel Australia registeration forms) closed - <http://trac.edgewall.org/ticket/9486#comment:1> - rblank
[07:23:20.693410]<sassyn>anyone?
[07:33:56.960011]<retracile>sassyn: that's not directly supported....
[07:34:32.542408]<retracile>sassyn: there may be some plugins that will get you part of the way there on trac-hacks, but they may need to be updated for 0.12.
[07:34:58.034845]<retracile>sassyn: Look into simple-ticket plugin, and I think there was something on ticket types.
[07:39:53.868576]<sassyn>retracile, 10x
[07:39:56.922648]<sassyn>checking in now
[07:40:38.265357]<retracile>sassyn: hm?
[07:41:54.705698]<sassyn>retracile, I ment I checking this now
[08:10:33.472217]<evil_twin>t.e.o: Ticket #3776 (wiki-behaviour of roadmap pages) updated - <http://trac.edgewall.org/ticket/3776#comment:12> - cboos
[08:15:34.447392]<evil_twin>t.e.o: Ticket #8656 (Search for milestone change in change history) updated - <http://trac.edgewall.org/ticket/8656#comment:3> - cboos
[08:35:38.345399]<evil_twin>t.e.o: Ticket #9487 (Control the default wiki page through trac.ini) created - <http://trac.edgewall.org/ticket/9487> - a-h
[08:43:06.625329]<Igoru>hello..
[08:43:22.137347]<Igoru>here where i work we use a lil' modified version of trac 0.11
[08:43:40.552712]<Igoru>we are searching for all commit-hooks the original developer created..
[08:43:57.610312]<Igoru>but where exactly the 'contrib' folder should be?
[09:25:47.160352]<evil_twin>t.e.o: Ticket #9487 (Control the default wiki page through trac.ini) updated - <http://trac.edgewall.org/ticket/9487#comment:1> - rblank
[09:48:52.375492]<helper>heys!! i need help plz, i have blackberry 8520, i have config logicmail to use gmail and yahoo so i can send/receive mail, everything is working fine... Problem when i try to use hotmail , i receive : ERR-unrecognized error when i retrieve mails on pop and when i send mail using SMTP it give me error : can't switch to TLS mode
[09:49:40.503488]<helper>i have config the incoming mail server: pop3.live.com and secure= SSL and outing mail server: smtp.live.com secure = TLS , port 587 and authentication type= login
[09:51:31.658520]<helper>these config = same at my: "Evolution mail " on ubuntu, and it works fine =(
[10:02:39.443670]<coderanger>helper: You probably have the wrong channel
[10:03:25.016543]<helper>is't the freenode server here?
[10:03:48.781484]<coderanger>helper: freenode is a big server, Trac is the project management software that Logicmail uses
[10:03:55.842435]<helper>at the site they told
[10:03:56.799724]<helper>http://trac.edgewall.org/wiki/IrcChannel
[10:03:57.150120]<coderanger>We aren't related to the project
[10:04:00.174104]<helper>for technical support
[10:04:13.073019]<coderanger>For support of Trac,yes
[10:04:33.264673]<helper>ah
[10:04:34.720557]<helper>sorry
[10:04:55.913841]<helper>seems i'm blind =)
[10:05:02.767221]<coderanger>on a random note though, I do know octo from Uni
[10:05:07.881719]<coderanger>lemme see if he is on lily
[10:06:08.258902]<coderanger>Nope, away
[10:07:07.311878]<helper>thx anyway although i have same settings but i don't know the hotmail stuck thx anyway =)
[10:26:11.885641]<centosian>hi, I have a question about trac (on codesion/cvsdude). Can I have the system email the admins about trac wiki updates?
[10:27:24.539792]<centosian>I'd like an email generated for each change, with a diff, ideally
[10:27:25.891860]<cmc>centosian: take a look at http://trac-hacks.org/wiki/AnnouncerPlugin
[10:30:04.795876]<centosian>thanks cmc . Do I need to 'watch' pages I'm interested in getting notifications about?
[10:30:29.725220]<cmc>sounds right; I haven't used that plugin in a while
[10:30:44.697106]<centosian>can I set to 'watch' all pages somehow?
[10:31:01.317420]<cmc>I don't believe so
[10:31:04.229571]<cmc>:w
[10:31:20.316802]*cmc uses vim in the wrong window
[10:31:34.980570]<centosian>:) I don't even see how I'd set things to 'watch' a page.
[10:34:13.801707]<centosian>anyone here know how I'd arrange to be emailed diffs of all wiki changes?
[10:34:24.845389]<centosian>Again, using codesion/cvsdude
[10:35:00.066176]<cmc>I'd suggest writing a plugin; seems pretty straightforward
[10:35:30.009714]<centosian>hm, not sure how I'd even get a plugin installed on their hosting setup
[11:09:25.960931]<Igoru>hello..
[11:09:29.044751]<Igoru>here where i work we use a lil' modified version of trac 0.11
[11:09:32.525933]<Igoru>we are searching for all commit-hooks the original developer created..
[11:09:42.672450]<Igoru>but where exactly the 'contrib' folder should be?
[11:42:20.944975]<Davey>Hola
[11:42:58.030152]<Davey>does anyone know of a trac-hack (or otherwise) that will allow me to customize the display of a custom field to turn the value into a link? (it's a number for the ticket in our CRM)
[11:43:24.620363]<cmc>Davey: I think you'd have to modify the template
[11:44:20.853918]<Davey>hrm. crap :/
[11:44:39.527591]<Davey>ah well, maybe I'll have our python dude write it for us :)
[12:05:50.082531]<Igoru>hello..
[12:05:51.636316]<Igoru>here where i work we use a lil' modified version of trac 0.11
[12:05:52.992519]<Igoru>we are searching for all commit-hooks the original developer created..
[12:05:54.944151]<Igoru>but where exactly the 'contrib' folder should be?
[12:44:16.550086]<srl295>Hi folks, our big day is here: upgrading from trac 0.10.5 to trac 0.12
[12:46:58.191038]<Igoru>hello..
[12:47:00.544597]<Igoru>here where i work we use a lil' modified version of trac 0.11
[12:47:01.912018]<Igoru>we are searching for all commit-hooks the original developer created..
[12:47:03.991584]<Igoru>but where exactly the 'contrib' folder should be?
[12:49:42.709753]<lsmith>hi .. is there a way to point to the http://pooteeweet.org/rss.xml?filters[]=symfony within the [url name] syntax ?
[12:51:58.166644]<Davey>lsmith: holda ;)
[12:52:06.177740]<Davey>er, hola
[12:52:14.187904]<Davey>lsmith: tinyurl it? :)
[12:55:21.680650]<lsmith>ahoi
[12:55:30.139709]<lsmith>i guess that could work ..
[12:59:26.339439]<cmc>http://pooteeweet.org/rss.xml?filters=symfony appears to work for me
[13:00:04.371480]<cmc>if you want to add multiple, do ?filters=abc&filters=cde
[13:01:16.896267]<lsmith>cmc: hmm i didnt even think of trying that
[13:04:50.600861]<lsmith>thx
[13:05:44.327171]<cmc>I don't think that multiple works for this particular rss, but single word filter seems okay
[13:05:46.040243]<cmc>np
[14:36:41.868237]<evil_twin>t.e.o: Ticket #9235 (Maintain git mirror (on GitHub?)) updated - <http://trac.edgewall.org/ticket/9235#comment:12> - rblank
[16:00:13.009151]<synfinatic>how do I set the mime-types for attachments? I'd like to set .crt == application/x-x509-ca-cert
[16:41:25.815476]<synfinatic>ah, apparently add to /etc/mime.types
[16:42:00.635493]<evil_twin>t.e.o: Ticket #9289 (Permissions for custom ticket fields) reopened - <http://trac.edgewall.org/ticket/9289#comment:2> - Mitar
[16:42:05.635706]<evil_twin>t.e.o: Ticket #8653 (Patch: Don't allow anonymous users to modify some fields) updated - <http://trac.edgewall.org/ticket/8653#comment:6> - Mitar
[16:42:25.428691]<Igoru>where is the contrib folder, when trac is installed?
[17:17:04.598566]<evil_twin>t.e.o: Ticket #9289 (Permissions for custom ticket fields) updated - <http://trac.edgewall.org/ticket/9289#comment:3> - rblank
[17:57:12.372024]<evil_twin>t.e.o: Ticket #9289 (Permissions for custom ticket fields) updated - <http://trac.edgewall.org/ticket/9289#comment:4> - Mitar
[20:21:47.822354]<sterna>hi, what's usually wrong if trac keeps responses open and onload only fires after 15 seconds?
[20:23:47.105029]<sterna>and sometimes i get back stuff firefox identifies as "bin file"
[20:23:55.333292]<sterna>does this often happen?
[20:24:19.671823]<sterna>it's apache/mod-fastcgi
[20:31:06.101140]<sterna>if i disable keepalive it seems to work much better
[20:35:57.193267]<tracuser>Hi - I have read through the TracIni wiki and cannot find a way to set multi-line (embedded newlines) text for my ticket's default_description. I want to include a "form" of sorts for my user to fill out when submitting a new ticket into my TRAC install. Any ideas?
[21:47:52.440252]<evil_twin>t.e.o: textarea_email_formatting_2.patch attached to Ticket #9484 - <http://trac.edgewall.org/attachment/ticket/9484/textarea_email_formatting_2.patch> - andrew.c.martin@…
[21:47:57.439736]<evil_twin>t.e.o: Ticket #9484 ([PATCH] textarea formatting problems in TracNotification) updated - <http://trac.edgewall.org/ticket/9484#comment:4> - andrew.c.martin@…
[22:58:06.073809]<evil_twin>t.e.o: Ticket #9484 ([PATCH] textarea formatting problems in TracNotification) updated - <http://trac.edgewall.org/ticket/9484#comment:5> - cboos