Team Chat Logs

August 1, 2009

2009 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            

[07:29:03]<evil_twin>t.e.o: Ticket #8536 (Don't display Default Repository on main Browse page) updated - <http://trac.edgewall.org/ticket/8536#comment:13> - cboos
[08:23:36]<pacopablo>morning vatos
[08:26:12]<retracile>mornin' paco :)
[10:04:06]<evil_twin>t.e.o: Ticket #8536 (Don't display Default Repository on main Browse page) updated - <http://trac.edgewall.org/ticket/8536#comment:14> - rblank
[10:13:38]<pacopablo>coderanger_: should it be the responsibility of the HTTPAuthFilter to set the REMOTE_USER ?
[11:47:06]<Schiz0>I'm setting up trac on nginx proxying to tracd. I set everything up, and now I'm getting an error when I browse to the site: Internal Server Error TracError: IOError: (13, 'Permission denied')
[11:48:39]<Schiz0>what would cause this error?
[12:05:25]<coderanger_>pacopablo: I think so, yes
[12:18:42]<asmodai>coderanger_: YOU
[12:21:46]<pacopablo>coderanger_: k, then I'll add it, cus currently it just implements IAuthenticator, which just returns the username
[12:22:11]<coderanger_>pacopablo: How is that different?
[12:22:25]<coderanger_>asmodai: yo :-)
[12:22:26]<pacopablo>in most cases, the account manager login process will then handle setting REMOTE_USER, but if you have a plugin that avoids account manager
[12:22:34]<pacopablo>ie, bitten, then the REMOTE_USER is never set
[12:23:01]<pacopablo>if the httpauthfilter does it, then it doesn't affect account manager (cus it'll jsut already be set)
[12:23:19]<pacopablo>and bitten won't have to set it based on req.authname
[12:23:29]<pacopablo>I'm not really sure which is better
[12:24:06]<pacopablo>it's partly bitten fault for the situation
[12:24:26]<pacopablo>but bitten can't simply call the account manager LoginModule, cus accoutn manager might not be set
[13:16:47]<roh>hm.. does brucec still 'maintain' the galleryplugin?
[13:18:18]<pacopablo>no clue
[13:31:33]<coderanger>pacopablo: Sorry, had to run to work.
[13:31:49]<pacopablo>you didn't bike? ;)
[13:31:50]<coderanger>re: httpauth, I see no particular problem mutating the environ
[13:32:00]<pacopablo>k, I'll add it
[13:33:31]<coderanger>pacopablo: On a related note, I think the IRC logs are on crack
[13:33:40]<coderanger>the messages are showing up in the wrong order
[13:34:06]<dunk_>known bug i think
[13:34:14]<pacopablo>really, eh?
[13:34:15]<pacopablo>nice ;)
[13:34:19]<dunk_>its a gozerbot thing
[13:34:26]<pacopablo>dunk_: due to threads?
[13:34:29]<dunk_>yes
[13:34:49]<pacopablo>sweet ;)
[13:34:55]<dunk_>not really ;]
[13:35:35]<dunk_>i fixed the sqlalchemy bug but 5 or 6 tough ones remain like the rss reload thing
[13:35:39]<pacopablo>is it just an issue with the chatlog plugin? or does it affect the traclog plugin too?
[13:35:40]<dunk_>yhough
[13:35:55]<dunk_>paco i need to investigate how and what
[13:36:01]<pacopablo>k
[13:37:13]<pacopablo>dunk_: actually, i think this might be an irclogs issue
[13:37:18]<dunk_>can be
[13:37:19]<pacopablo>cus the timestamp IS correct
[13:37:23]<dunk_>hmm
[13:37:31]<pacopablo>it's just displaying them out of order
[13:37:45]<pacopablo>I'll take a look at it from the irclogs side
[13:37:50]<dunk_>k
[13:38:08]<pacopablo>infact, i know exactly the issue
[13:44:22]<pacopablo>of course now I've gone and broken them more! ;)
[13:48:57]<dunk_>lol
[13:49:07]<dunk_>thats the way of the debugger paco ;]
[13:49:20]<dunk_>how can i make the file mode default on chatlog ?
[13:49:38]<pacopablo>it should be default
[13:49:39]<dunk_>right now just simple chatlog-on doesnt work
[13:50:07]<dunk_>no log file shows up
[13:53:23]<pacopablo>onthing shows up in $gozerbot-root/logs?
[13:53:30]<pacopablo>s/onthing/nothing
[13:53:30]<evil_twin>pacopablo meant: nothin shows up in $gozerbot-root/logs?
[13:53:56]<pacopablo>haha, it swallowed the 'g' at the end ;)
[13:54:08]<dunk_>no
[13:54:23]<dunk_>ill check it tomorrow
[13:54:35]<pacopablo>did you save and then reload teh plugin?
[13:54:56]<pacopablo>iirc, I had to reload the plugin before ti started to log for some reason
[13:55:06]<dunk_>ah
[13:55:09]<dunk_>the reload issue
[13:56:30]<dunk_>ok works
[13:58:28]<remi>is there a way to get a "remember me" cookie when login in to trac?
[14:06:39]<pacopablo>there is a patch for the account manager for that
[14:14:45]<remi>pacopablo: is this the one you're talking about: http://trac-hacks.org/ticket/131 ?
[14:15:10]<pacopablo>yeah
[14:16:12]<remi>which .diff file should I use? only the latest one?
[14:17:05]<pacopablo>er, yeah
[14:17:48]<remi>ok thanks (I kinda new to this stuff!)
[14:24:25]<dunk_>paco chatlog-on thingie is fixed
[14:24:37]<dunk_>was a () vs [] persist thing
[14:28:16]<pacopablo>AHH, COOL
[14:28:22]<pacopablo>er, sorry for the shouting
[14:38:49]<s0undt3ch>pacopablo: wonder if you can help me
[14:39:20]<s0undt3ch>I'm using declare_namespace with python 2.6, however "RuntimeWarning: Parent module 'TracGoogleAnalytics' not found while handling absolute import"
[14:57:16]<pacopablo>s0undt3ch: dont' think I can help. I haven't even touched 2.6 yet
[15:11:56]<s0undt3ch>pacopablo: was worth trying :)
[15:27:37]<roh>hm.. any reason why trac still only shows dowload links for svg files instead of just allowing the browser to render it?
[16:01:38]<death_home2>hey guys is there anyway to link my track apache auth to the track login i assume there are admin features behind the trac login ? if so who do i link the passwords ?
[19:14:37]<sanmarcos>I am having problems I am running trac on a Location / virtualhost
[19:14:45]<sanmarcos>but my Location /login auth is not getting set up by apache, any ideas?
[19:19:16]<sanmarcos> • <Location /> may, in your server setup, refer to the complete host instead of simple the root of the server. This means that everything (including the login directory referenced below) will be sent to python and authentication does not work (i.e. you get the infamous Authentication information missing error). If this applies to you, try using a sub-directory for trac instead of the root (i.e. /web/ and /web/login instead of / and /login).
[19:26:24]<sanmarcos>fuck
[19:46:55]<sanmarcos>sethandler none doesnt do anything
[20:06:42]<sanmarcos>seahorse
[23:24:23]<evil_twin>t.e.o: SeaChange edited - <http://trac.edgewall.org/wiki/SeaChange?version=5> - anonymous