Team Chat Logs

2008 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

August 13, 2008

[00:05:51] <asmodai> Daemoen: Sounds like lighttpd
[00:06:15] <Daemoen> asmodai: under mod_perl for apache? would be rather interesting :-)
[00:06:29] <Daemoen> ive had the issue since the very beginning
[00:06:33] <asmodai> makes me wonder why mod_perl is relevant for a python project
[00:06:34] <asmodai> well
[00:06:39] <asmodai> never had the issue under apache
[00:06:45] <asmodai> only lighttpd and that's fixable
[00:08:23] <Daemoen> asmodai: sorry, had meant mod_python :)
[00:09:29] <Daemoen> and how stable is the trac-mercurial plugin?
[00:20:57] * Daemoen has quit IRC
[00:24:43] <evil_twin> New news from t.e.o: TracUsers edited <http://trac.edgewall.org/wiki/TracUsers?version=723>
[00:25:27] * cmlenz has quit IRC
[00:31:28] * jborg has joined #trac
[00:37:11] * thatch has joined #trac
[00:43:01] * varlon has joined #trac
[00:46:59] <varlon> I'm try to use ChildNav macros in trac 10.3 (I'm put ChildNav.py in /var/trac/wiki-macros/ and using [[ChildNav]] in wiki-page), so, macros loader write in log, that module have not method execute, but in ChildNav.py I have Class ChildNavMacro(WikiMacroBase) with 2 methods: render_macro(self, req, name, content) and execute (self, hld, txt, env)
[00:47:26] <varlon> what is wrong?
[01:03:44] * cbalan has joined #trac
[01:06:26] * Cannis has quit IRC
[01:06:31] * Cannis has joined #trac
[01:10:44] * sdboyer has quit IRC
[01:12:59] * sdboyer has joined #trac
[01:15:40] * lyakh has joined #trac
[01:18:37] * kkppccdd has joined #trac
[01:32:39] * takayama has quit IRC
[01:48:58] * Shown has joined #trac
[01:55:15] * cmlenz has joined #trac
[02:26:33] * gakman has quit IRC
[02:28:39] * u-it has quit IRC
[02:35:43] * takayama has joined #trac
[02:35:47] * izibi has joined #trac
[02:46:53] <asmodai> konbanha takayama-san
[02:47:08] * ypcs has joined #trac
[02:51:38] * Rohs has joined #trac
[02:53:48] * kkppccdd has left #trac
[03:06:48] * Muelli has joined #trac
[03:15:11] * u-it has joined #trac
[03:39:28] * u-it_ has joined #trac
[03:39:39] * u-it has quit IRC
[03:40:50] * scfe has joined #trac
[03:42:08] * takayama has quit IRC
[03:42:45] * Rohs has quit IRC
[04:00:02] * titang has quit IRC
[04:04:29] * tct13 has joined #trac
[04:17:18] * kkppccdd has joined #trac
[04:20:26] * tinh has quit IRC
[04:23:51] * tinh has joined #trac
[04:29:53] * tinh has quit IRC
[04:34:10] * bkuhn has joined #trac
[04:34:40] * lvk has joined #trac
[04:48:26] * takayama has joined #trac
[04:49:09] <takayama> asmodai: evening :D
[04:50:17] * bkuhn has quit IRC
[04:52:26] * gggimpf has joined #trac
[04:52:36] * gggimpf has left #trac
[04:54:15] * AnMaster_ has joined #trac
[04:54:37] * m_g has joined #trac
[04:55:26] * AnMaster has quit IRC
[04:55:27] * AnMaster_ is now known as AnMaster
[05:03:30] <andrei2102> retracile: i just send it you an email with what i've been working
[05:06:06] * AnMaster has quit IRC
[05:08:34] * groogs[laptop] has joined #trac
[05:16:49] * groogs[laptop] has quit IRC
[05:19:09] * hwinkel has joined #trac
[05:20:10] * |1|||1| has joined #trac
[05:20:23] * lvk has quit IRC
[05:20:45] <|1|||1|> anybody tell me how you can check what python modules have been loaded in apache? similar to php's <?php echo phpinfo(); ?> ?
[05:21:20] * dikim33 has quit IRC
[05:23:39] <varlon> |1|||1|, look here http://webpython.codepoint.net/mod_python_publisher_request_object
[05:24:09] <varlon> this example generate page similar as phpinfo();
[05:24:09] <|1|||1|> varlon: Thankyou
[05:26:18] <|1|||1|> varlon : Is the Request object available in the Trac MyMacro arguments somewhere?
[05:26:57] <evil_twin> New news from t.e.o: Ticket #7520 (Posting tickets / Custom query shouldn't need cookies) closed <http://trac.edgewall.org/ticket/7520#comment:4> || Ticket #7520 (Posting tickets / Custom query shouldn't need cookies) reopened <http://trac.edgewall.org/ticket/7520#comment:3>
[05:27:09] * Anarch has quit IRC
[05:27:41] <varlon> i think it's dependet of method, that you using for launch trac: cgi, mod_python (*), wsgi
[05:28:02] <|1|||1|> varlon : I mean in `def expand_macro(self, formatter, name, args):'
[05:28:30] <varlon> I don't know
[05:28:31] <retracile> andrei2102: got it. I'll look at it this evening.
[05:29:19] <andrei2102> retracile: ok thanks
[05:31:41] * stechert has quit IRC
[05:31:44] * hjw_ has joined #trac
[05:36:58] <|1|||1|> varlon: Almost, not quite...
[05:37:04] <|1|||1|> http://ai.autonomy.net.au/wiki/PyInfo
[05:38:58] <varlon> :)
[05:39:04] <varlon> interesting :)
[05:40:51] * hjw has quit IRC
[05:42:55] <varlon> |1|||1|, so, may be your know answer on my question? :) I'm try to using TracNav macros, but in trac log I see a message, that module have not execute method. In TracNav.py I have class TracNavMacro(WikiMacroBase) and 2 methods: `def render_macro( self, req, name, content ):` and `def execute(self, hdf, txt, env ):`
[05:42:58] <varlon> trac 10.3
[05:43:38] <varlon> I don't know what I must to do with this
[05:44:45] * dikim33 has joined #trac
[05:49:48] <|1|||1|> varlon: have you defined `expand_macro' ?
[05:50:05] <|1|||1|> oh hang on...
[05:50:14] <|1|||1|> the syntax changed from the old style to the new...
[05:50:55] * handyande_ has joined #trac
[05:52:17] <varlon> It's not a my macros, I just download and try using them. So I add method 'execute': http://pastebin.com/d5f0aa3ae
[05:53:08] * bkuhn has joined #trac
[05:54:19] <|1|||1|> and so what do you get once you added execute?
[05:54:24] <|1|||1|> in the logs
[05:54:34] <|1|||1|> oh... you should be returning
[05:54:46] <|1|||1|> return self.render_macro( hdf, text, env )
[05:55:18] <varlon> :)
[05:55:21] <varlon> thanks :)
[05:55:25] <|1|||1|> =)
[05:57:47] * groogs[laptop] has joined #trac
[05:58:37] * EnTeQuAk has joined #trac
[06:00:56] * handyande has quit IRC
[06:01:18] <varlon> it's doesn't have effect, I added messages from Log in buttom on pastebin: http://pastebin.com/d678010a6
[06:06:10] * AnMaster has joined #trac
[06:09:25] <|1|||1|> are you sure you are passing the right arguments?
[06:09:56] <|1|||1|> render_macro( self, req, name, content ) vs execute( self, hdf, txt, env )
[06:11:17] <|1|||1|> suggests that req has same methods/members as hdf, env same as content... doesnt look right
[06:20:49] <varlon> hmmm, I think you're right. How can I debug this? something like this: m = dir(hdf): str = string(m): log.error('debug %s', str) ?
[06:23:56] * dikim33 has quit IRC
[06:27:28] <evil_twin> New news from t.e.o: Ticket #7528 (New DEFECT 001) closed <http://trac.edgewall.org/ticket/7528#comment:1> || Ticket #7528 (New DEFECT 001) created <http://trac.edgewall.org/ticket/7528>
[06:29:14] * hwinkel has quit IRC
[06:31:18] * dosc^off is now known as dosc
[06:33:55] * dosc is now known as dosc^off
[06:44:48] * nicholasbs has joined #trac
[06:46:38] * Epcylon_ has joined #trac
[06:47:23] * Epcylon is now known as Guest75303
[06:48:47] * Epcylon_ is now known as Epcylon
[06:50:03] * mizipzor has joined #trac
[06:54:24] * dikim33 has joined #trac
[06:54:37] * hwinkel has joined #trac
[06:57:27] * mizipzor_ has quit IRC
[06:59:17] * Guest75303 has quit IRC
[07:02:03] * retracile has quit IRC
[07:03:23] * retracile has joined #trac
[07:07:40] * retracile_ has joined #trac
[07:07:47] * cbalan has quit IRC
[07:08:26] * cbalan has joined #trac
[07:09:46] * arthur_kalm has joined #trac
[07:13:12] * retracile_ sputters something poisonous about mornings.
[07:17:14] * tobias has joined #trac
[07:17:53] <scfe> does anyone uses the functional testing from Trac 0.11 for his/her own modules?
[07:19:05] * tinh has joined #trac
[07:20:32] * retracile has quit IRC
[07:21:13] * retracile_ is now known as retracile
[07:21:20] <retracile> scfe: You mean for plugins?
[07:21:35] <scfe> retractile: yes
[07:22:11] <scfe> retractile: I coded some things so that I can test our own stuff but I have a problem with Trac's better_twill.
[07:22:39] <scfe> retractile: I submitted a bug report and wrote a patch for it but I wanted to know if my approach seems sensible to others
[07:22:51] <scfe> http://trac.edgewall.org/ticket/7472
[07:24:12] * tct13 has quit IRC
[07:27:58] <evil_twin> New news from t.e.o: TracOnDebian edited <http://trac.edgewall.org/wiki/TracOnDebian?version=115> || TracOnDebian edited <http://trac.edgewall.org/wiki/TracOnDebian?version=114>
[07:31:55] <retracile> scfe: It's something I want to support, but haven't dug into yet. I've just focused on improving the test coverage of my areas of interest in the core.
[07:32:18] <retracile> scfe: I'll try to make some time to look at the patch. Thanks for going to the trouble of making one.
[07:33:26] <scfe> retractile: Functional testing is very important to use (agile42, agilo for scrum) as it catches many errors (e.g. like the Genshi bugs we found with 0.5 and 0.5.1). Although twill is a bit of a pain, I really appreciate that trac comes with an infrastructure for functional testing.
[07:34:19] <scfe> retractile: If you want to make functional testing available for module authors, I can help with some more patches (which allow enabling/disabling arbitrary components etc.)
[07:34:43] <retracile> scfe: That'd be great.
[07:35:13] <retracile> scfe: Fair warning: I haven't had much time for Trac in the past few weeks... I'm trying to change that.
[07:35:13] <scfe> retractile: And a 200% bonus if you make it easier for extensions to inherit from the ticket module so that you can change its behavior only slightly :-)))
[07:35:34] <retracile> Heh :)
[07:35:48] * jhammel has joined #trac
[07:36:02] <scfe> retractile: No problem, same here. Just ping me (email preferred)
[07:37:34] <retracile> scfe: check you spelling of my handle.... ;)
[07:37:41] <retracile> s/you/your/ *doh*
[07:38:12] <scfe> retracile: ups ;-) Too busy with trac hacking *g*
[07:40:06] * wby1 has joined #trac
[07:40:08] <retracile> *chuckle* :)
[07:44:47] * Lowan has joined #trac
[07:44:49] <Lowan> hi
[07:45:14] * sdboyer has quit IRC
[07:45:15] <Lowan> anyone configured trac with ldap account ?
[07:47:12] <retracile> Lowan: watch for pacopablo.
[07:47:30] <Lowan> i tried.
[07:48:22] <Lowan> but before find result, it seem to need debug.
[07:48:26] <Lowan> Trac detected an internal error: DBAccessError: (13, 'Permission denied')
[07:49:23] * kkppccdd has left #trac
[07:50:09] <Lowan> other question ?
[07:53:00] * retracile_ has joined #trac
[07:57:00] * gggimpf has joined #trac
[07:57:23] * gggimpf has left #trac
[08:00:33] * nergalix has quit IRC
[08:03:08] * DNi1 has joined #trac
[08:05:51] * retracile has quit IRC
[08:06:07] <Lowan> retracile> Lowan: watch for pacopablo.
[08:06:07] <Lowan> <Lowan> i tried.
[08:06:07] <Lowan> <Lowan> but before find result, it seem to need debug.
[08:06:07] <Lowan> <Lowan> Trac detected an internal error: DBAccessError: (13, 'Permission denied')
[08:06:29] * wby1 has left #trac
[08:06:31] <Lowan> it seem you answered to a problem with ldap on one guy
[08:07:09] * wby has joined #trac
[08:07:21] <arthur_kalm> hello all, I'm trying to get the AccountManagerPlugin to work with apache HtDigestStore
[08:10:23] * cbalan has quit IRC
[08:13:50] * takayama has quit IRC
[08:14:26] <arthur_kalm> apache continues to ask me for the login information using the default apache authentication dialogue box, but when I put in the correct password, it still doesn't log me in
[08:14:36] * retracile_ is now known as retracile
[08:15:00] <arthur_kalm> It was sort of working with HtPasswdStore
[08:15:10] <arthur_kalm> but then it stopped working...
[08:18:39] * timte has quit IRC
[08:18:40] <arthur_kalm> it just doesn't log me in, it throws me back to the main screen without logging me into my username and password
[08:18:54] <arthur_kalm> I've disabled the AccountManagerPlugin and it still doesn't authenticate
[08:19:12] * AnMaster has quit IRC
[08:24:04] <Hyuga> Are you trying to use form-based logins or basic http authentication?
[08:26:20] <Lowan> try to clear your http authentication
[08:26:37] <Lowan> & cookies if needed
[08:28:28] <evil_twin> New news from t.e.o: Ticket #7525 (IndexError occurred when editing Wiki pages) closed <http://trac.edgewall.org/ticket/7525#comment:1>
[08:30:25] * jborg has quit IRC
[08:35:52] * hwinkel has left #trac
[08:37:50] * Lowan has quit IRC
[08:38:25] * andrei2102 has quit IRC
[08:43:14] <arthur_kalm> Hyuga, I want to use form-based
[08:43:19] <arthur_kalm> but it's using basic http right now
[08:45:51] <Hyuga> Remove anything related to Trac authentication from your apache config, then follow the directions on the trac-hacks.org page for the AccountManagerPlugin (i.e. disable trac.web.auth in your trac.ini, enable acct_mgr.web_ui.LoginModule, etc)
[08:48:04] <arthur_kalm> Hyuga, so I don't need to have the authentication configuration in apache?
[08:52:41] * ypcs has quit IRC
[08:52:47] * ypcs has joined #trac
[08:54:34] * webPragmatis1 is now known as webPragmatist
[08:56:21] <Hyuga> Nope, not all. Because authentication is being handled purely by Trac through the plugin. Now if you want to authenticate an SVN repository or something like that, you would need to leave the authentication configuration in apache for that. But you can have it use the same htpasswd file that Trac is using.
[08:58:04] <arthur_kalm> Hyuga, at the moment I'm just trying to get the login to work
[08:58:11] <arthur_kalm> so I removed the apache configuration
[08:58:22] * ypcs has quit IRC
[08:58:24] <arthur_kalm> I've done as the AuthenticationManagerPlugin asks for HtDigests
[08:58:25] * ypcs has joined #trac
[08:58:42] <evil_twin> New news from t.e.o: Ticket #7530 ('a href' and 'a name' tags don't allow colons) created <http://trac.edgewall.org/ticket/7530> || Ticket #7529 (More extension points for reports) created <http://trac.edgewall.org/ticket/7529>
[08:59:01] * ypcs has quit IRC
[08:59:16] * ypcs has joined #trac
[08:59:33] <arthur_kalm> so I get the web login form when I click on login
[09:00:04] <arthur_kalm> Hyuga, but when I put in my username and password (the correct one), it comes back saying the username or password are invalid
[09:00:30] <arthur_kalm> I'm doing some logging
[09:00:45] <arthur_kalm> this is the only interesting thing it says: 2008-08-13 11:58:22,211 Trac[main] DEBUG: 290 unreachable objects found.
[09:05:00] <Hyuga> But you have it showing the form, and not http auth right? Are you pointing it to the correct htpasswd file, and is that file formatted correctly?
[09:05:12] * ypcs has quit IRC
[09:06:09] <arthur_kalm> yes, yes (actually htdigest) and yes
[09:06:15] <arthur_kalm> I just added a new user using apache
[09:07:53] <izibi> i tried to set up mercurial on trac (r7454) but i get the following error: Unsupported version control system "hg": Can't find an appropriate component, maybe the corresponding plugin was not enabled?
[09:09:46] <izibi> but "tracext.hg.* = enabled" is in the components section of my trac.ini
[09:10:50] <arthur_kalm> Hyuga, hmm I've tried to use tracd, that doesn't work either
[09:12:03] * havvg has joined #trac
[09:13:39] * tinh_ has joined #trac
[09:13:52] * Manad has joined #trac
[09:13:55] <Manad> hi
[09:14:59] * tinh has quit IRC
[09:15:18] <Manad> I'm experimenting with custom fields, with the intent to write reports...I was hoping of having a field for "minutes spent on ticket". The problem is that it's a text value. I'm not sure if I'll be able to convert to integer when I'm examining the amount of time spent on something in the future, for reports.
[09:15:42] <Manad> I don't have a specific question, hopefully someone who's done something like this can just answer me
[09:16:51] <Manad> the sort of reports I would be looking for is "all tickets where minutesspent > 45 and customer=Smith"
[09:21:13] * sdboyer has joined #trac
[09:26:15] * jhammel has quit IRC
[09:28:56] <evil_twin> New news from t.e.o: Ticket #7531 (text matching) closed <http://trac.edgewall.org/ticket/7531#comment:1> || Ticket #7531 (text matching) created <http://trac.edgewall.org/ticket/7531>
[09:29:16] * tinh_ has quit IRC
[09:29:48] * olinux has joined #trac
[09:33:02] * tinh has joined #trac
[09:34:35] * varlon has quit IRC
[09:41:31] * tinh has quit IRC
[09:42:56] * ged|away is now known as ged
[09:45:15] * tinh has joined #trac
[09:45:42] * scfe has quit IRC
[09:55:12] * sdboyer has quit IRC
[09:55:15] * cmlenz has quit IRC
[09:55:58] <coderanger> Manad: Use the Timing&Estimation plugin
[09:57:57] * sdboyer has joined #trac
[09:59:08] <evil_twin> New news from t.e.o: Ticket #7533 (timeline entries cleanup) created <http://trac.edgewall.org/ticket/7533> || Ticket #7532 (zoom rollover lineup) created <http://trac.edgewall.org/ticket/7532>
[09:59:17] * Muelli has quit IRC
[10:03:40] * Tetraboy has quit IRC
[10:05:00] * matt_good has joined #trac
[10:05:26] <matt_good> coderanger or aat: can you delete this spam: http://trac-hacks.org/ticket/883#comment:4
[10:09:56] * ged is now known as ged|away
[10:13:04] * ged|away is now known as ged
[10:13:18] * Tetraboy has joined #trac
[10:16:44] * gggimpf has joined #trac
[10:16:48] * gggimpf has left #trac
[10:18:59] <Manad> coderanger: I installed TimeAndEstimation, and it only lets me set it in hours. The average ticket is open 10-15 minutes in our case.
[10:19:08] <Manad> I guess I could just ignore the label, and use it for minutes...
[10:19:19] <Manad> let me see if that would affect reports (days, etc)
[10:19:49] * tinh has quit IRC
[10:24:12] * cmlenz has joined #trac
[10:29:23] <evil_twin> New news from t.e.o: Ticket #7533 (timeline entries cleanup) closed <http://trac.edgewall.org/ticket/7533#comment:1> || Ticket #7532 (zoom rollover lineup) closed <http://trac.edgewall.org/ticket/7532#comment:1>
[10:35:52] * gggimpf1 has joined #trac
[10:36:17] * gggimpf1 has left #trac
[10:36:38] <arthur_kalm> hmm so any suggestions on why I can't log in using the AccountManagerPlugin?
[10:36:47] <arthur_kalm> I've removed all the apache authentication
[10:36:56] * groogs[laptop]1 has joined #trac
[10:36:56] <arthur_kalm> but it can't seem to find any username or passwords
[10:37:02] <arthur_kalm> and I'm not getting anything from trac's log
[10:37:07] <arthur_kalm> it says _nothing_ useful
[10:37:54] <arthur_kalm> just that it's send a POST to login and that anonymous users can't view the page
[10:42:07] * tpollari has joined #trac
[10:42:42] * groogs[laptop]2 has joined #trac
[10:44:44] * gggimpf2 has joined #trac
[10:46:08] <arthur_kalm> pacopablo, hey are you there?
[10:46:43] <arthur_kalm> pacopablo, I see you're the maintainer of AccountManagerPlugin :P
[10:48:25] * gggimpf3 has joined #trac
[10:49:39] * groogs[laptop]3 has joined #trac
[10:51:06] * gggimpf4 has joined #trac
[10:51:20] * gggimpf4 has left #trac
[10:51:54] * eikonos has joined #trac
[10:53:49] * groogs[laptop] has quit IRC
[10:55:08] * groogs[laptop] has joined #trac
[10:56:50] * ypcs has joined #trac
[10:58:09] * groogs[laptop]1 has quit IRC
[10:58:35] * gggimpf has joined #trac
[10:58:50] * gggimpf has left #trac
[11:02:00] * ethanm has joined #trac
[11:06:02] * groogs[laptop]2 has quit IRC
[11:09:02] <arthur_kalm> hmm is no one using the AccountManagerPlugin? :(
[11:09:28] <arthur_kalm> is there something else that actually works in 0.11?
[11:09:30] * gggimpf3 has quit IRC
[11:10:26] <datallah> arthur_kalm: AccountManagerPlugin works fine in 0.11
[11:10:34] <arthur_kalm> it's driving me crazy :(
[11:10:40] <arthur_kalm> I did exactly what it asked me to
[11:10:45] <arthur_kalm> but it refuses to log me in
[11:10:56] <arthur_kalm> datallah, and I've set the log level to debug
[11:11:02] <datallah> you haven't elaborated on what exactly the behavior you're using is.
[11:11:09] <datallah> seeing
[11:11:16] <arthur_kalm> but nothing is printed in the logs
[11:11:21] * groogs[laptop]3 has quit IRC
[11:11:33] <arthur_kalm> datallah, well, when I log in it says wrong username or password
[11:11:44] <arthur_kalm> I created a new digest file just to test
[11:11:48] <arthur_kalm> and it still doesn't find it
[11:12:20] * Le_Vert has joined #trac
[11:12:21] <datallah> arthur_kalm: you probably aren't pointing to the correct digest file or haven't configured the accountmanager plugin to use digest authentication
[11:12:40] <datallah> assuming that it supports that
[11:13:24] * Le_Vert has left #trac
[11:13:34] <arthur_kalm> datallah, well this is my setup
[11:13:36] <arthur_kalm> http://www.pastebin.ca/1170059
[11:13:48] <arthur_kalm> I followed what they asked me to do, I've disable Apache from doing any authentication
[11:14:46] <arthur_kalm> an entry in the htdigest file looks as follows:
[11:14:48] <arthur_kalm> monica:trac:fd0cba6185798bbf5d0feea5d75a0136
[11:14:51] <arthur_kalm> so it's under the trac domain
[11:15:16] <datallah> are you using mod_python?
[11:15:34] <arthur_kalm> nope, FastCgi
[11:15:45] <arthur_kalm> I don't know, the config file looks correct
[11:15:53] <arthur_kalm> the passwords and user names match
[11:16:35] <arthur_kalm> and it'd be fine if there were problems, but I can't get any error messages out of the logs
[11:16:41] * gggimpf2 has quit IRC
[11:17:27] <datallah> I guess I don't see anything offhand that is wrong with that
[11:19:20] <datallah> I do have "password_store = HtDigestStore" in my config, but apparently that shouldn't be necessary
[11:19:54] <arthur_kalm> yeah that's for trac 0.10
[11:20:33] <datallah> it wouldn't hurt to add... also, are you actually getting the login screen (a trac screen, not the HTTP auth popup)
[11:20:51] <arthur_kalm> yes I am getting the web based login screen (no popup)
[11:21:08] <arthur_kalm> I added it to no avail
[11:21:52] <datallah> is the file readable/writeable by the www process?
[11:22:07] * AnMaster has joined #trac
[11:23:22] <arthur_kalm> datallah, yes
[11:23:53] <arthur_kalm> datallah, btw, thanks for taking the time to help me, I really appreciate it
[11:23:59] <arthur_kalm> I guess pacopablo isn't there :(
[11:24:07] <datallah> I'm not sure how helpful I'm being :D
[11:24:29] <arthur_kalm> hehe well you _are_ trying :)
[11:24:43] <arthur_kalm> the only thing I see in the log is something about unreachable objects found
[11:24:49] <datallah> You could try registering an account using the interface and then logging in with that to make sure that what is in the digest file is what you're expecting.
[11:24:53] <datallah> arthur_kalm: that isn't related
[11:25:33] <arthur_kalm> yes I've tried that
[11:25:38] <arthur_kalm> nothing is appended to the file
[11:25:40] <arthur_kalm> I have no idea why
[11:26:03] <arthur_kalm> I mean, I guess it's obvious that the plugin isn't finding the file
[11:26:04] <datallah> oh, well that's indicative of a problem
[11:26:06] <arthur_kalm> but I don't understand why
[11:26:37] <datallah> use a full path to the file
[11:27:31] <arthur_kalm> I do :(
[11:30:14] <arthur_kalm> hmm I don't get it
[11:30:19] <arthur_kalm> I created a new empty digest file
[11:30:24] <arthur_kalm> when I try to register the same user
[11:30:29] <arthur_kalm> trac tells me the user exists...
[11:30:38] <arthur_kalm> I guess it's storing the user in the database...
[11:30:50] <datallah> it sounds like it is looking at the wrong file
[11:31:18] <datallah> Are you sure that you're editing the right config file? Are you bouncing the trac processes between changes?
[11:32:12] <arthur_kalm> bouncing?
[11:33:09] <datallah> killing
[11:33:54] <arthur_kalm> well I'm using apache... so I do restart the apache server
[11:34:29] <datallah> ok, you can actually just kill the fcgi process instead of restarting the whole server
[11:34:49] <datallah> I wonder if it is possible that the trac process isn't restarting
[11:38:13] <arthur_kalm> OK
[11:38:21] <arthur_kalm> I got it to add users to the digest file when I register
[11:38:24] <arthur_kalm> here's the crazy thing
[11:38:28] <arthur_kalm> when I create a test user
[11:38:30] <arthur_kalm> and they log in
[11:38:37] <arthur_kalm> it throws me to the register page o_O
[11:39:08] <datallah> i have no idea about that. What was wrong to cause the previous behavior?
[11:39:25] <datallah> It probably is just redirecting you back to where you were before you logged in.
[11:40:11] <arthur_kalm> yeah
[11:40:17] <arthur_kalm> but i'm not logged in :P
[11:40:18] <arthur_kalm> hmm
[11:40:24] <arthur_kalm> I'll try to create a new trac project
[11:40:33] <datallah> you shouldn' need to
[11:40:40] <datallah> are you sure you aren't logged in?
[11:41:18] <datallah> do you have cookies disabled?
[11:42:03] <arthur_kalm> no I shouldn't, other sites work fine :P
[11:42:34] <datallah> I guess I'm out of ideas.
[11:42:46] * EnTeQuAk has quit IRC
[11:42:51] <datallah> you are using a recent version of the AccountManager plugin, right?
[11:43:14] <arthur_kalm> yes, just downloaded
[11:43:16] <arthur_kalm> 0.2.1dev
[11:43:39] <arthur_kalm> I had to use the trunk version
[11:44:26] <datallah> that's what i'm using
[11:45:57] <arthur_kalm> *head explodes*
[11:46:52] * hjw_ has quit IRC
[11:47:18] <datallah> make an obvious change to the trac.ini file to make sure that youre changes are actually taking effect.
[11:48:12] <arthur_kalm> yes it does
[11:48:21] <arthur_kalm> I can enable and disable registration
[11:48:25] <arthur_kalm> without restarting apache
[11:48:53] <datallah> through the webadmin interface?
[11:49:30] <arthur_kalm> no the link just disappears
[11:49:37] <arthur_kalm> from the web interface
[11:49:43]