Team Chat Logs

August 6, 2010

2010 7
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:11:00.087675]<gbot83>t.e.o: WikiFormatting edited - <http://trac.edgewall.org/wiki/WikiFormatting?version=99> - anonymous
[00:16:01.052612]<gbot83>t.e.o: TracReports edited - <http://trac.edgewall.org/wiki/TracReports?version=47> - anonymous
[00:16:06.053125]<gbot83>t.e.o: Ticket #9550 (Ticket should be divisible) updated - <http://trac.edgewall.org/ticket/9550#comment:1> - rblank
[00:21:02.018871]<gbot83>t.e.o: Ticket #9551 (Error: Invalid milestone name) updated - <http://trac.edgewall.org/ticket/9551#comment:1> - rblank
[00:21:07.019292]<gbot83>t.e.o: Ticket #9552 (Attempting to edit milestone creates new milestone) updated - <http://trac.edgewall.org/ticket/9552#comment:1> - rblank
[00:26:02.988695]<gbot83>t.e.o: Ticket #9551 (Error: Invalid milestone name) updated - <http://trac.edgewall.org/ticket/9551#comment:2> - ianmlewis@…
[00:39:21.770114]<floh79>Hi... I need a advision from you. Should I have for every project a own trac-page.
[00:40:02.574868]<floh79>Or is it possible to have several project within a trac-instance and the contents of project don't mix with other?
[00:46:05.960390]<gbot83>t.e.o: Ticket #9550 (Ticket should be divisible) updated - <http://trac.edgewall.org/ticket/9550#comment:2> - cboos
[01:33:50.567086]<floh79>I decided to make one trac-site per project.
[01:34:46.124790]<floh79>Could you tell me what is that for please: "Alias /trac/ /usr/share/trac/htdocs/" in httpd.conf
[01:51:18.619440]<gbot83>t.e.o: Ticket #31 (Bug dependencies/relations feature) updated - <http://trac.edgewall.org/ticket/31#comment:149> - cboos
[01:56:19.591020]<gbot83>t.e.o: TicketLinks created - <http://trac.edgewall.org/wiki/TicketLinks?version=1> - cboos
[01:56:24.590193]<gbot83>t.e.o: Ticket #2902 (OperationalError: SQL logic error or missing database) updated - <http://trac.edgewall.org/ticket/2902#comment:30> - tommi@…
[01:56:29.590154]<gbot83>t.e.o: Ticket #2902 (OperationalError: SQL logic error or missing database) updated - <http://trac.edgewall.org/ticket/2902#comment:31> - tommi@…
[02:11:22.517214]<gbot83>t.e.o: Ticket #9162 (More modularity for preferences) updated - <http://trac.edgewall.org/ticket/9162#comment:6> - cboos
[02:12:31.524870]<tuxipuxi>floh79: if i recall correctly that was needed with TracCGI to make sure trac can read the htdocs files but isn't needed when running trac with fastcgi/mod_python
[02:16:23.489839]<gbot83>t.e.o: Ticket #9551 (Error: Invalid milestone name) updated - <http://trac.edgewall.org/ticket/9551#comment:3> - cboos
[02:17:35.386571]<floh79>tuxipuxi: This means I don't need alias-line?
[02:18:02.462739]<floh79>I use mod_python.
[02:25:16.646811]<tuxipuxi>floh79: yep i don't think it's needed there.. if you see problems you can still add it
[02:26:15.254102]<floh79>tuxipuxi: Well I have problem with multiple trac-sites. I think I did somewhat wrong there: http://pastebin.com/ZRBvRM1Q
[02:26:57.317196]<floh79>tuxipuxi: Firefox complains about "Umleitungsfehler" (redirection error). Access.log tells me the client accesses several times to same page till firefox give up with this error.
[02:27:23.053854]<tuxipuxi>can you try it without the two alias lines?
[02:27:59.116226]<tuxipuxi>btw for multiple trac projects you could use the TravEnvParentDir directive instead so you don't need a Location block for each project
[02:28:31.519309]<tuxipuxi>in any case without line 4 and 5 it might work
[02:29:40.400498]<tuxipuxi>brb
[02:31:26.412322]<gbot83>t.e.o: TracSubversion edited - <http://trac.edgewall.org/wiki/TracSubversion?version=82> - Laurens Blanckenborg <laurens@…>
[02:32:53.961818]<floh79>So where does Auth-lines belong to?
[02:34:45.394583]<floh79>I mean how can I tell trac/apache that users AAA, BBB, CCC are allowed to login to vvp, and DDD,EEE,FFF to sandbox?
[02:41:46.319358]<gbee>is "TypeError: train() takes at least 5 non-keyword arguments (4 given)" with the bayes feature of the SpamFilter plugin a known issue?
[02:54:21.035454]<tuxipuxi>floh79: the auth-lines belong to the location block but the alias lines don't look right to me.. regarding authentication you don't need to configure the authentication on apache level because trac has its own permission system so you could use a basic auth for both locations and then set up the permissions in the projects
[02:54:43.228984]<tuxipuxi>so just "require valid-user" and then grant permissions using trac-admin
[02:54:53.615406]<tuxipuxi>no permissions to anonymous, TRAC_ADMIN or whatever to AAA, BBB and CCC
[02:55:09.162831]<floh79>tuxipuxi: Good idea since there are a ldap-module for trac. I'll try that.
[02:55:34.860724]<tuxipuxi>and i'd set the DocumentRoot to something else for security reasons.. some empty directory
[02:56:25.050686]<tuxipuxi>trac fetches all requests through the mod_python handler configured in the location blocks
[03:01:53.376441]<votz>I'm attempting to setup trac with mod_wsgi, but despite my best efforts following guides and configuring apache appropriately, apache seems to be looking for trac projects in /var/trac/ despite me telling it to look elsewhere in the .wsgi file and apache
[03:02:01.825240]<votz>any ideas why it seems to be looking in /var/trac?
[03:02:28.857407]<floh79>tuxipuxi: Thank you very much.
[03:05:41.692405]<tuxipuxi>np :)
[03:11:33.290662]<gbot83>t.e.o: Ticket #250 (Email tickets to Trac) updated - <http://trac.edgewall.org/ticket/250#comment:12> - sergey-miryanov@…
[03:36:37.216161]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:12> - anonymous
[03:41:30.952281]<kirean>floh79: they say you shouldn't use mod_python any more
[03:41:44.596875]<kirean>mod_wsgi seems to be preferred
[03:54:39.301922]<kirean>floh79: see ex: http://groups.google.com/group/trac-users/browse_thread/thread/797719ed6d8bc2a8
[03:54:54.583164]<floh79>kirean: Thanx. I'll take a look there.
[04:29:32.925049]<floh79>kirean: Done. It work fine with mod_wsgi (even better than mod_python.
[04:29:36.147762]<floh79>kirean: Thanx. :)
[04:30:05.641114]<floh79>The last problem: I already use auth with ldap. But I still don't want every user can read the trac-sites.
[04:30:49.363873]<floh79>So I want to change default permission so I have to explicit give grants if someone want see the pages (and modify them).
[04:44:45.241976]<hasienda>floh79: so you'll remove WIKI_VIEW, TICKET_VIEW from anonymous, right?
[04:47:46.836533]<hasienda>floh79: for wiki modification you'll want WIKI_CREATE, WIKI_MODIFY, WIKI_RENAME or WIKI_DELETE respectively
[04:48:35.994118]<hasienda>floh79: see http://trac.edgewall.org/wiki/TracPermissions
[04:51:49.963320]<gbot83>t.e.o: Ticket #9551 (Error: Invalid milestone name) closed - <http://trac.edgewall.org/ticket/9551#comment:4> - ianmlewis@…
[04:51:54.963842]<gbot83>t.e.o: Ticket #9552 (Attempting to edit milestone creates new milestone) closed - <http://trac.edgewall.org/ticket/9552#comment:2> - anonymous
[05:05:40.046783]<evelyette>hi
[05:06:02.740721]<evelyette>I'm programming a script for trac ... how can I add a newline within WikiPage.text ?
[05:11:22.344259]<floh79>hasienda: Thanx for your information. But I'm unsure about that since I have 2 trac-sites.
[05:11:56.084724]<floh79>hasienda: And I'm using ldap with AuthLDAP (in httpd.conf).
[05:13:17.518881]<gbee>so that bayes breakage in the SpamFilter plugin isn't a known issue? I'll file a ticket
[05:21:10.983137]<floh79>hasienda: Oh... that was easy. Thank you for pointing that link. I didn't read that because I was thinking I have to modify anything related to ldap.
[05:21:36.179767]<floh79>hasienda: But I just removed everything for anonymous. Now it works what I want.
[05:21:41.305889]<floh79>hasienda: Thanx! :)
[05:41:55.972003]<gbot83>t.e.o: Ticket #9553 (TypeError: train() takes at least 5 non-keyword arguments (4 given)) created - <http://trac.edgewall.org/ticket/9553> - stuartm
[06:01:57.959681]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) reopened - <http://trac.edgewall.org/ticket/6884#comment:13> - rblank
[06:52:05.743091]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:14> - cboos
[07:02:06.753976]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:15> - rblank
[07:29:46.385213]<blitzvergnugen>Having issues sorting tickets by Priority, running Trac 0.12
[07:30:12.425319]<blitzvergnugen>ideas as to what could cause this?
[07:31:15.742064]<blitzvergnugen>it sorts by all other fields
[07:52:12.752918]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:16> - cboos
[08:27:19.574764]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:17> - rblank
[08:40:52.549997]<blitzvergnugen>Anyone know how to enable the severity field?
[08:47:23.473636]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:18> - cboos
[09:12:26.479833]<gbot83>t.e.o: Ticket #7658 (Option to disable automatic linking of CamelCase) updated - <http://trac.edgewall.org/ticket/7658#comment:7> - rblank
[10:32:38.297686]<gbot83>t.e.o: TracImport edited - <http://trac.edgewall.org/wiki/TracImport?version=22> - alex.fetters@…
[10:32:43.297190]<gbot83>t.e.o: TracImport edited - <http://trac.edgewall.org/wiki/TracImport?version=23> - alex.fetters@…
[10:57:41.560488]<gbot83>t.e.o: 6884-relative-camelcase-r9984.patch attached to Ticket #6884 - <http://trac.edgewall.org/attachment/ticket/6884/6884-relative-camelcase-r9984.patch> - rblank
[11:02:41.410272]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:19> - rblank
[11:57:50.289047]<gbot83>t.e.o: SandBox/MySubPage edited - <http://trac.edgewall.org/wiki/SandBox/MySubPage%20?version=2> - cboos
[12:17:53.213241]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) updated - <http://trac.edgewall.org/ticket/6884#comment:20> - cboos
[13:53:10.748676]<gbot83>t.e.o: TracDev/Proposals/TicketLinks created - <http://trac.edgewall.org/wiki/TracDev/Proposals/TicketLinks?version=1> - cboos
[14:18:16.225758]<gbot83>t.e.o: Changeset [9985]: 0.12.1dev: Recognize relative and absolute !CamelCase references ... - <http://trac.edgewall.org/changeset/9985> - rblank
[14:18:21.225914]<gbot83>t.e.o: Ticket #6884 (./TracLinks does not work) closed - <http://trac.edgewall.org/ticket/6884#comment:21> - rblank
[14:28:16.666764]<gbot83>t.e.o: 0.11/TracOnUbuntu edited - <http://trac.edgewall.org/wiki/0.11/TracOnUbuntu?version=47> - bonzo@…
[14:28:21.666728]<gbot83>t.e.o: 0.11/TracOnUbuntu edited - <http://trac.edgewall.org/wiki/0.11/TracOnUbuntu?version=48> - anonymous
[14:33:16.672601]<gbot83>t.e.o: Ticket #5476 (Translation of Trac to Portuguese/Português [pt_BR]) updated - <http://trac.edgewall.org/ticket/5476#comment:50> - Adrian Fritz <adrian@…>
[14:56:50.940133]<kisielk>Is there a way to make links to local file paths?
[15:14:53.938202]<hasienda>kisielk: local as in 'at client system', where Trac is displayed within a browser?
[15:16:04.497233]<hasienda>kisielk: at the Trac server it's easy to put regular files into <env>/htdocs and point there to serve them
[15:16:58.441716]<kisielk>yes local as in the client system
[15:17:08.898909]<kisielk>we have some network paths that we want to link to
[15:17:19.940829]<kisielk>ideally users could click on them and they'd pop open in their file browser
[15:17:49.422621]<hasienda>kisielk: anything outside a given Trac environment might be a security issue, if possible at all
[15:17:50.580832]<kisielk>I tried [file:///path/to/something this is my link] but it doesn't seem to work properly
[15:18:24.500509]<gbot83>t.e.o: Ticket #9554 (plain text download of wiki pages reveals comments not meant for public ...) created - <http://trac.edgewall.org/ticket/9554> - Carsten Klein <carsten.klein@…>
[15:18:37.912544]<kisielk>it makes a link, but clicking it does nothing
[15:19:13.989030]<hasienda>kisielk: wiId guess: you could get a hint on how local references work, if you look into how file upload is done for Trac attachments
[15:21:31.248280]<hasienda>kisielk: to be honest, I don't know, but why not link in that directories at the Trac server as well and go the way mentioned above, if data is already available network-wide?
[15:22:06.225734]<kisielk>because I don't want users to be downloading the data through the browser
[15:22:10.386911]<kisielk>but accessing the files directly
[15:23:48.081248]<hasienda>kisielk: sorry, seem like I can't help any better with that
[15:24:09.942543]<hasienda>kisielk: still I understand your intention
[21:29:21.637148]<gbot83>t.e.o: TracInstallUbuntu edited - <http://trac.edgewall.org/wiki/TracInstallUbuntu?version=4> - bonzo@…