Team Chat Logs

June 6, 2010

2010 5
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        

[09:39:53.157820]<tobago>i installed trac 0.11.1 and it's running well. all i miss is the "Admin" button, how to make it accessible for me?
[09:53:42.801679]<slam>tobago: trac-admin /path/to/trac permission add name TRAC_ADMIN
[09:53:48.209462]<slam>tobago: and log in
[10:00:39.586814]<tobago>slam, i already did it: http://gist.github.com/427704 but there is no httpd authentication.
[10:01:09.320960]<tobago>slam, when i try to login: Authentication information not available. Please refer to the installation documentation.
[10:10:32.157328]<tobago>slam, but i have no clue what is missing
[10:51:51.465016]<echox>hi
[11:06:24.705983]<echox>i feel a little lost trying to get trac to work
[11:06:28.976240]<echox>i'm using trac 0.12
[11:06:40.447026]<echox>and I get redirect loops
[11:06:47.879728]<echox>on domain.org/wiki/
[11:06:59.857162]<echox>on domain.org/wiki/something works
[11:07:31.451439]<echox>does anyone have a hint? or is this a known problem?
[11:07:59.181887]<echox>i can find something at the issue tracker, but it seems that the issue named there affects the loginmanager
[11:10:36.351417]<echox>domain.org/report works
[12:26:50.572079]<hasienda>echox: How do you serve your Trac (mod_python, cgi, tracd standalone)? Do you have any plugin installed/enabled yet?
[12:30:35.281938]<echox>mod_python
[12:30:44.754918]<echox>no plugins, just a fresh install
[12:31:47.703477]<echox>if i delete TracUriRoot, the css of /timeline is messed up
[12:32:35.983274]<echox>this is really strange...
[12:33:02.310802]<echox>domain: http://mediamaki.oark.org/trac/
[12:33:20.270723]<echox>with TracUriRoot set to /trac I get redirect loops for the timeline
[12:33:22.772056]<echox>wiki works
[12:33:45.002955]<echox>with TracUriRoot unset I get a broken css/js/etc. for the timeline
[12:33:59.194274]<echox>using http://mediamaki.oark.org/trac/jfkhdsafhahfldsahfldsa/timeline/
[12:34:03.664849]<echox>css/js is not broken
[12:36:57.973539]<echox>in my webdir i have the following structure
[12:36:58.741896]<echox> 0 lrwxrwxrwx 1 www-data www-data 17 2010-06-06 21:22 trac -> Trac-0.12rc1/trac
[12:37:01.931041]<echox>4.0K drwxr-xr-x 12 www-data www-data 4.0K 2010-06-06 20:07 Trac-0.12rc1
[12:37:58.186350]<echox>if I remove the symlink and copy trac to that position, it still doesn't work
[12:39:45.261824]<echox>tracd standalone works fine
[12:39:56.633123]<echox>but is no solution :-/
[13:40:07.362648]<hasienda>echox: as I'm using only tracd, I can't tell from own experience. Certainly you do know the docs and tried i.e. "PythonDebug on".? If not: http://trac.edgewall.org/wiki/TracModPython
[16:22:32.052903]<Mitar>just one interface more ;-)
[19:44:07.947283]<rpk180>Hi All, I just updated my trac environment from 0.10 to 0.11 on RHEL 5.5. I noticed that single letters, numbers and punctuation are getting marked up as WikiLinks in 0.11. For example, when I hover over the letter 'a' I see http://<my-trac-url>/wiki//a. Is this by design? Is there a way to turn it off?