Team Chat Logs

March 14, 2010

2010 2
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:28:43.636118]<Frischtransporte>hi! i have a problem installing the TracHoursPlugin. i tried to install it by moving the eeg into the plugin dir and i enabled it in trac.ini but its not listed in the plugin list of WebAdmin (and it doesnt work).. im running trac 0.11 on apache and python2.5.. the two requiered plugins(ComponentDependencyPlugin and TicketSidebarProviderPlugin) are installed and working TICKET_ADD_HOURS...
[01:28:45.557870]<Frischtransporte>...permission set, trac-admin upgrade tells me "Database is up to date, no upgrade necessary." .. can anyone help me with this?
[01:28:53.589097]<Frischtransporte>installing it via webadmin gives the same result.. trac.log: TracHoursPlugin-0.5.2-py2.5.egg installed to /var/trac/project/plugins/TracHoursPlugin-0.5.2-py2.5.egg
[04:05:35.082857]<osimons>@logging
[04:05:35.456591]<evil_twin>logging is http://trac.edgewall.org/wiki/TracLogging <-- Enable debug logging to file, ensure your environments log/ directory is writeable by your web server user, check for errors.
[04:05:52.539343]<osimons>Frischtransporte: ^^ for you - if problems, it should be listed in there
[04:06:32.984919]<Frischtransporte>ill try that thx
[04:25:33.935456]<Frischtransporte>so: thanks again for the hint.. it says: Skipping "TracHoursPlugin 0.5.2": ("DistributionNotFound: TracSQLHelper" not found).. whats TracSQLHelper? who can i fix this?
[04:53:15.891223]<Frischtransporte>seams that i didnt install some dependency plugins (which are not listed at the plugins homepage btw..) i should use easy_install next time^^
[04:57:59.836282]<gozerbot>trac: TracTermsSv edited - <http://trac.edgewall.org/wiki/TracTermsSv?version=14> || TracTermsSv edited - <http://trac.edgewall.org/wiki/TracTermsSv?version=13>
[06:27:59.728352]<gozerbot>trac: TracTermsSv edited - <http://trac.edgewall.org/wiki/TracTermsSv?version=16> || TracTermsSv edited - <http://trac.edgewall.org/wiki/TracTermsSv?version=15>
[06:57:59.517383]<gozerbot>trac: Changeset [9350]: l10n/it: Italian catalog updates by Lele Gaifax (99%) - <http://trac.edgewall.org/changeset/9350>
[07:27:59.652426]<gozerbot>trac: CommercialServices edited - <http://trac.edgewall.org/wiki/CommercialServices?version=82>
[08:28:00.365417]<gozerbot>trac: Ticket #9130 ("trac-admin env resync" terminates prematurely) closed - <http://trac.edgewall.org/ticket/9130#comment:2> || Changeset [9351]: l10n/pl: Polish catalog updates by Janusz Dusza (98%) - <http://trac.edgewall.org/changeset/9351>
[08:44:49.817733]<mterwoord>hi all
[08:45:04.300797]<mterwoord>i installed trac + svn, and also the hook scripts for svn.
[08:45:26.823323]<mterwoord>everything works, except for the fact that trac doesnt see the users of subversion (and instead shows user "anonymous")
[08:45:30.661706]<mterwoord>what am i doing wrong?
[08:55:21.494520]<tekknokrat>mterwoord: do you use some kind of authentication for svn checkins?
[08:56:19.263642]<mterwoord>basic, same htpasswd file as for trac
[09:06:28.909227]<mterwoord>tekknokrat: any idea?
[09:08:21.507187]<tekknokrat>mterwoord: not really, my 1st suggestion was you don't use authentication
[09:08:45.801872]<tekknokrat>mterwoord: is svn client be asked for authentication?
[09:08:46.474382]<mterwoord>:)
[09:10:27.598659]<mterwoord>maybe it has to do with me specifying the authentication in the apache file, instead of somehow intrac itself?
[10:41:16.774132]<nascentmind>hi. in genshi templating i see select('*'|text()) . does this mean select all nodes and text node?
[10:41:53.464132]<nascentmind>all elements and text node sorry.
[12:00:55.624861]<osimons>nascentmind: yes - and there is also a comment() to add to the mix to for selecting all content that is either elements, text or comments. which is really any possible value.
[12:03:43.253210]<nascentmind>osimons, does the * select the matched children element and text nodes or in the whole document?
[12:42:45.172307]<hasienda>I intend to add link and hints about recent branch for AnnouncerPlugin integration into Trac (http://trac.edgewall.org/browser/sandbox/announcer), since this would help to overcome some deficiences of current Trac Notification. Any objections against this and creation of corresponding devel wiki page http://trac.edgewall.org/wiki/TracDev/Announcer? Just asking before I commit.
[13:13:53.753849]<nascentmind>when i customize trac interface where should i be putting my custom css files?
[13:15:22.312919]<nascentmind>should i put it in htdocs of the env directory?
[13:17:49.374830]<hasienda>htdocs of env dir works for me
[13:27:06.920218]<nascentmind>hasienda, i made a dir called css and in htdcos in the env dir. in the site.html i have href.chrome('css/mystyle.css') . i am not able to see mystyle.css.
[13:27:44.172706]<nascentmind>what does href.chrome point to anyways?
[13:31:08.326764]<nascentmind>hasienda, doesn't it point to the common dir?
[13:31:15.262605]<nascentmind>sorry the deploy dir.
[13:35:07.160738]<hasienda>nascentmind: Don't know about href.chrome, but try chrome/site/css/mystyle to refer to <env>/htdocs/css/mystyle
[13:35:20.153408]<hasienda>.css
[13:38:35.450024]<nascentmind>hasienda, should i do a /home/nascentmind/myenv/ ??
[13:41:44.524819]<hasienda>nascentmind: try relative path first, should work (better), abs path ref might break i.e. when switching to multi-env (my experience with tracd)
[13:42:28.357136]<nascentmind>how do i give a relative path there? simply envdir/.. ?
[13:55:40.946148]<hasienda>nascentmind: different paths required at different places, don't know for templates right away, try chrome/site/css/mystyle.css or site/css/mystyle.css)
[14:58:03.309191]<gozerbot>trac: TracDev/SandBox edited - <http://trac.edgewall.org/wiki/TracDev/SandBox?version=5> || TracDev/Branches/Announcer created - <http://trac.edgewall.org/wiki/TracDev/Branches/Announcer?version=1> || TracDev/Announcer created - <http://trac.edgewall.org/wiki/TracDev/Announcer?version=1>
[17:33:41.959060]<mikeX>hi, i'm trying to create a project with trac 0.11.7 and mercurial as a repository backend, but after I run trac-admin, and change the ini file to add support for mercurial, I get the following error in tracd: TypeError: extsetup() takes exactly 1 argument (0 given)
[17:35:49.099195]<mikeX>(actually when accessing tracd from my browser)
[17:40:14.055011]<mikeX>hm, looking at the code I think it has to do with some of the mercurial extensions I have setup
[17:42:31.259269]<mikeX>yeap, I wrapped the call to extsetup in a try/catch and it seems to work now
[17:42:36.841642]<mikeX>should I file a bug report?
[18:47:37.433606]<kate`>hello
[18:48:26.534390]<kate`>where would i look to have trac output an xhtml content-type, instead of text/html?
[18:53:33.788176]<kate`>can i change the <!DOCTYPE which is output, perhaps by overriding that in templates/site.html?
[21:28:03.665034]<gozerbot>trac: TracFaq edited - <http://trac.edgewall.org/wiki/TracFaq?version=314>
[23:58:03.640300]<gozerbot>trac: TracDev/Branches/WikiRename edited - <http://trac.edgewall.org/wiki/TracDev/Branches/WikiRename?version=2>