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.