Team Chat Logs

January 29, 2010

2010 0
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:08:51.374866]<otaku42>moin
[01:15:06.046202]<macmaN>RaceCondition: ping
[01:15:13.613717]<RaceCondition>macmaN: pong
[04:51:58.185303]<kirean>hmm, what have I done if Trac looks like shit.. I have no tabs for wiki, timeline etc. but instead everything is listed
[04:52:04.517138]<kirean>som css is missing?
[05:12:54.283796]<kirean>hmm:
[05:12:54.295252]<kirean>Error: The stylesheet http://localhost/trac/chrome/common/css/trac.css was not loaded because its MIME type, "http/1.1", is not "text/css".
[05:12:54.323087]<kirean>Source File: http://localhost/trac
[05:12:54.345924]<kirean>Line: 0
[05:16:16.909945]<doki_pen>kirean: huh.. strange
[05:16:33.485320]<doki_pen>kirean: what frontend are you using?
[05:17:29.853377]<kirean>mod_wsgi
[05:17:36.711670]<kirean>and it worked fine yesterday
[05:18:30.913322]<kirean>I did a 'wajig upgrade' today.. maybe something got changed
[05:18:46.958145]<kirean>running kubuntu 9.10
[05:26:28.646997]<kirean>kirean: hmm, I try the windows solution.. reboot ;-)
[05:27:59.895764]<doki_pen>kirean: yeah, I'd guess that it's a web server issue
[05:28:16.581942]<doki_pen>kirean: I assume you are serving css statically
[05:28:23.964824]<doki_pen>kirean: if you aren't, you should
[05:28:47.701338]<doki_pen>kirean: do a trac-admin deploy and setup an apache Directory to point at the deployment
[05:28:54.879653]<doki_pen>kirean: apache Location
[06:09:34.403136]<kirean>heh, a reboot fixed my problems.. strange
[06:26:44.093592]<doki_pen>kirean: hehe
[06:47:33.862154]<mizmo>hey im having a bit of a struggle getting a plugin installed on my new trac instance, i was wondering if anybody had some tips/advice for debugging what's going on
[06:47:38.080169]<mizmo>the plugin is this: http://trac-hacks.org/wiki/CustomFieldAdminPlugin
[06:47:55.025632]<mizmo>my trac version is trac-0.10.5-2.el5
[06:48:20.196834]<mizmo>part of the plugin (api) is showing up in the admin gui under plugins. but the part that i need, the webui component, isn't
[06:48:58.405151]<mizmo>and im not really sure if there are any error or other log files i could check to see what's up... im using trac with mod_python
[06:49:10.582175]<osimons>mizmo: and you installed the 0.10 version - from 0.10 branch?
[06:49:20.933273]<mizmo>osimons: yep
[06:49:27.348167]<osimons>- that i no longer maintain or test...
[06:49:34.078824]<mizmo>osimons: i did this easy_install -U -Z http://trac-hacks.org/svn/customfieldadminplugin/0.10
[06:49:45.055547]<mizmo>osimons: and i mean, it's half there
[06:49:51.096701]<osimons>+ enabled plugin in trac.ini + restarted web server?
[06:50:04.655382]<osimons>should really work...
[06:50:06.891659]<mizmo>yep
[06:50:25.708171]<mizmo>let me give it another shot just in case....
[06:50:44.471876]<mizmo>ill tell you my steps, if you wouldn't mind calling me out on anything dumb i may be doing :)
[06:51:12.377458]<mizmo>(1) so i'm running easy_install -U -Z http://trac-hacks.org/svn/customfieldadminplugin/0.10
[06:51:47.826572]<mizmo>(2) it installs to /usr/lib/python2.4/site-packages/TracCustomFieldAdmin-0.1-py2.4.egg so i do cp -R /usr/lib/python2.4/site-packages/TracCustomFieldAdmin-0.1-py2.4.egg plugins/ (from my /srv/trac/project-name directory)
[06:52:01.380149]<mizmo>(should i be chown-ing it to apache or changing the permissions at all?)
[06:52:50.228854]<mizmo>(3) im checking conf/trac.ini, making sure 'customfieldadmin.* = enabled' is under [components] (it is)
[06:53:05.951189]<mizmo>(4) im restarting apache /sbin/service httpd restart
[06:53:48.179305]<mizmo>it's not even showing up under plugins anymore :-/
[06:53:56.645870]<mizmo>it might have only done that when i had the .11 version installed
[06:54:29.488723]<mizmo>where would it pop up in the gui if it was working?
[06:55:21.361775]<osimons>mizmo, don't do the cp -R stuff... if it installs into site-packages (globally) then it will be available. remove it at destination and be done with it.
[06:55:47.057854]<mizmo>osimons: oh okay, i'll remove it from the plugins dir then?
[06:55:49.723011]<osimons>yes
[06:56:01.763979]<osimons>either global or project plugins only - not both
[06:56:28.222916]<mizmo>ohhhh okay
[06:56:32.297215]<mizmo>do you think that was screwing me up?
[06:56:51.028654]<mizmo>i deleted everything out of the project's plugins dir and restarted the server, but it didn't seem to make any different
[06:57:06.748888]<mizmo>but one thing is my trac.ini is in my project directory - it's not in /usr/share/trac or anywhere in /etc, is that okay?
[06:58:28.474282]<mizmo>if i easy installed version .11 at first (which i did), do you think that is still in site packages along with .10 and trac is getting confused at which one to use?
[06:58:47.308005]<mizmo>ha it is still in there
[06:59:01.426511]<mizmo>should i rm -rf it or is there a more proper way to nuke it?
[06:59:31.730190]<osimons>perhaps - clean the .egg's in site-packages and also delete relevant lines from site-packages/easy-install.pth. then install one last time from 0.10 branch
[07:01:02.696838]<mizmo>woooo! it's showing up in the plugins ui now :) let's see if it has the bits i need
[07:01:25.283569]<mizmo>zomg it worked!!! thanks so much osimons :)
[07:01:36.182306]<osimons>welcome.
[07:01:39.080794]<mizmo>you have no idea how much time i spent screwing with this last night :)
[07:01:48.220695]<mizmo>you rock!
[07:01:53.988741]<osimons>i do? thanks :-)
[07:02:01.193391]<mizmo>you're most welcome
[07:02:32.062235]<mizmo>also, this ui is great
[07:22:15.720375]<Morbus>g'day. has anyone heard of trac rounding numbers up or down in reports?
[07:22:27.458884]<Morbus>i have a query that, when run at the command line, it returns things like 1.5 and 0.5 and 2.
[07:22:37.877476]<Morbus>but, when i put it into a trac report, i get 1, '', and 2, respectively.
[07:23:34.076138]<cmc>what's the name of the column?
[07:23:51.458921]<Morbus>"newvalue" from ticket_changed, renamed to "Added" in the report.
[07:24:21.244147]<cmc>try casting as a float
[07:24:42.282550]<Morbus>sweet.
[07:24:49.435710]<Morbus>that turned it to 2.0, but i can accept that to get my halves.
[07:25:23.416551]<cmc>great
[07:25:44.604276]<Morbus>thanks much
[07:55:12.707179]<RaceCondition>can I volunteer to fix grammar mistakes in wiki/EggCookingTutorialTrac0.11?
[09:07:22.948279]<sednogmah>hi
[09:07:50.000165]<sednogmah>short question, don't need a definite answer: how good is multiple repository support? is it usable for small projects already?
[09:08:12.318260]<sednogmah>i'd like to use 1 trac wiki & bugtracker for 3 hg repos
[09:15:03.564623]<doki_pen>sednogmah: it is merged to trunk and is scheduled to be part of the next release
[09:15:10.890670]<sednogmah>doki_pen: awesome!
[09:15:24.634607]<sednogmah>i didn't know it was already that far
[09:15:31.573108]<doki_pen>sednogmah: trac trunk is pretty stable
[09:15:50.344288]<doki_pen>sednogmah: let me double check so I'm not a liar
[09:15:50.851358]<sednogmah>great. i'll try it then. i can live with the occasional quirk or two as well
[09:17:49.915311]<rblank_>sednogmah, doki_pen: It's not merged yet, but should be pretty soon.
[09:18:08.324352]<sednogmah>rblank_: i will watch the trunk log and wait then
[09:18:17.060594]<rblank_>For the usual definition of "pretty soon" :-/
[09:18:20.808382]<sednogmah>hehe
[09:18:30.739473]<doki_pen>rblank_: lol.. yeah
[09:18:41.642723]<doki_pen>rblank_: it was in the same state on Dec, that's why I figured it was merged
[09:18:58.178784]<sednogmah>i guess "someone" will have to merge it "pretty soon" for a varying definition of "someone" :P
[09:19:14.512762]<rblank_>Oh, the "someone" part is easy: it's going to be cboos
[09:20:22.886965]<rblank_>But there's really not much left to do, except a bit of documentation: http://trac.edgewall.org/wiki/MultipleRepositorySupport#Merge
[09:20:46.957213]<rblank_>... which I should be doing in the next few days.
[09:24:27.373459]<mizmo>hey so i have a question about installing a plugin, it's this one: http://trac-hacks.org/wiki/ClientsPlugin there's no easy_install for it, so i'm not sure what i should do
[09:24:40.048181]<mizmo>i think i need to build it, but i dont know how :(
[09:27:45.729107]<mizmo>oh oh it got it okay. setup.py build, setup.py install
[09:35:07.501091]<RaceCondition>weird, did someone just edit wiki/EggCookingTutorialTrac0.11?
[09:35:36.491111]<RaceCondition>no, my bad
[12:10:29.990269]<nuba>is there a command line client for trac?
[12:11:52.846293]<nuba>so that i could search for tickets, modify them, etc. like hiveminder's todo.pl?
[13:18:17.926052]<cilkay>Hello. I have a plugin that gives me a select list for the "Assign to" field. On one particular project where I've removed a bunch of users from the project, I still see those users on the list and I don't see some that should be there. Where is it pulling this information? I've poked around in the database but I can't find any tables that reference the users that I removed.
[13:31:09.318826]<cilkay>http://pacopablo.com/wiki/pacopablo/blog/set-assign-to-drop-down
[13:49:03.702425]*nuba found http://code.google.com/p/tracshell/