Christopher Lenz | 18 Dec 2004 01:23
Picon
Picon
Gravatar

Re: Why the owner isn't being notified by changes on ticket?

Am 17.12.2004 um 22:12 schrieb Matthew Good:
> On Fri, 2004-12-17 at 21:21 +0100, Manuzhai wrote:
>> Are you aware of the always_notify_owner option in the [notification]
>> section of trac.ini?
>
> I believe you're thinking of always_notify_reporter.  There's no 
> mention
> of an always_notify_owner option in the documentation and a quick 
> search
> of the code turned up nothing either.

Pkou's patch to #1028 adds an "always_notify_owner" option, among other 
things. I've had a look at the patch and submitted a slightly modified 
patch to #222 (which #1028 is a duplicate of). If all goes well, I 
might be able to merge the patch next week.

Cheers,
Chris
--
Christopher Lenz
/=/ cmlenz at gmx.de
Toni Brkic | 18 Dec 2004 02:23

RE: Why the owner isn't being notified by changes on ticket?

There is also #395. ButJohan and Daniel
seemed very reluctant to include it.

> -----Original Message-----
> From: trac-bounces@...
> [mailto:trac-bounces@...]On Behalf Of
Christopher Lenz
> Sent: Saturday, December 18, 2004 1:24 AM
> To: trac@...
> Subject: Re: [Trac] Why the owner isn't being notified by changes on
> ticket?
> 
> 
> Am 17.12.2004 um 22:12 schrieb Matthew Good:
> > On Fri, 2004-12-17 at 21:21 +0100, Manuzhai wrote:
> >> Are you aware of the always_notify_owner option in the 
> [notification]
> >> section of trac.ini?
> >
> > I believe you're thinking of always_notify_reporter.  There's no 
> > mention
> > of an always_notify_owner option in the documentation and a quick 
> > search
> > of the code turned up nothing either.
> 
> Pkou's patch to #1028 adds an "always_notify_owner" option, 
> among other 
> things. I've had a look at the patch and submitted a slightly 
> modified 
> patch to #222 (which #1028 is a duplicate of). If all goes well, I 
(Continue reading)

Jonas Borgström | 18 Dec 2004 11:50
Favicon

Re: trac Debian package development

Otavio Salvador wrote:
> Hello,
> 
> I and Jesus are doing the maintenence of Debian package of trac inside
> of Debian.
> 
> So, today while we were talking about it, come the idea to host it
> inside of trac project itself because it is more logical and easy for
> us to do.
> 
> So my proposal is use a branch inside of trac SVN repository to host
> it and then we can also help with bugfixing when possible. What
> project membrers think about it?
> 
Hi Otavio,

Sure, that sounds like a good idea to me. Send me a private mail listing
the branches and user accounts you would like me to create.

/ Jonas
--

-- 
Jonas Borgström    | Edgewall Software
jonas@... | Professional GNU/Linux & Open Source Consulting.
                    | http://www.edgewall.com/
Manuzhai | 18 Dec 2004 12:04
Picon

Re: Why the owner isn't being notified by changes on ticket?

> > > I believe you're thinking of always_notify_reporter.  There's no
> > > mention
> > > of an always_notify_owner option in the documentation and a quick
> > > search
> > > of the code turned up nothing either.

Hmmm... I was actually talking about always_notify_owner. It is in one
of my trac.ini files.

Wonder how that got there, then.

Oh wait, I think I tried to do that patch thingie in #222. That would
make sense.

Regards,

Manuzhai
Manuzhai | 18 Dec 2004 12:06
Picon

Re: Email notification date is wrong

> I changed my server locale to be english but still, Python and/or Trac
> generates the date in French in notifier.py. Does someone know where the
> locale is set? I looked in apache's httpd.conf and did not find any
> locale setting. Or does anyone know if I could force Python to use the
> english language when generating the date?

Look at the TracFaq, item 1.8. And you should probably have a look at
#974 as well.

Regards,

Manuzhai
Juracy Filho | 18 Dec 2004 13:30
Picon

Re: Why the owner isn't being notified by changes on ticket?

My patch might resolve too #828 - Use SMTP authentication for notifications 

On Sat, 18 Dec 2004 12:04:46 +0100, Manuzhai <manuzhai@...> wrote:
> > > > I believe you're thinking of always_notify_reporter.  There's no
> > > > mention
> > > > of an always_notify_owner option in the documentation and a quick
> > > > search
> > > > of the code turned up nothing either.
> 
> Hmmm... I was actually talking about always_notify_owner. It is in one
> of my trac.ini files.
> 
> Wonder how that got there, then.
> 
> Oh wait, I think I tried to do that patch thingie in #222. That would
> make sense.
> 
> Regards,
> 
> Manuzhai
> _______________________________________________
> Trac mailing list
> Trac@...
> http://lists.edgewall.com/mailman/listinfo/trac
> 

--

-- 
Juracy Filho
Norbert Unterberg | 18 Dec 2004 13:33
Picon

Help: Trac Logon does not ask for my user name

I am having trouble with Trac 0.8 when I try to use different identities 
from the same computer.

I installed Trac on a windows 2003 server using the SSPI authorization 
(we use the same settings for the subversion repository). At first logon 
I had not problem, the web browser showed me the username/password 
dialog, and I could log on without any trouble. Then I tried some things 
with different browsers and so on, and now I can not get Trac to ask me 
for my user name.

Whenever I point my browser to http://myserver/cgi-bin/trac.cgi/login 
then the browser does not ask me for my name, but seems to jump to the 
main wiki page, showing that I am logged in, and displaying something 
like I do not have the rights to view the Wiki.

I noticed that the user name in the top right corner is my user name but 
with different case. I initially logged on as "nunterberg" and Trac 
shows me I am "NUnterberg". Is trac case sensitive for user names? How 
do I log off and on again, so that trac asks me for my user name again?

Who can help?

Norbert
dju` | 18 Dec 2004 17:50

Re: Trac with mod_python on the root of a vhost

dju` wrote:
> Hi, i'm trying to make Trac 0.8 work with mod_python, with the following 
> constraint: Trac have to be accessible with URL /.
> 
> Here is my Apache config for the vhost where Trac is installed:
> 
> <VirtualHost *:80>
>     ServerName trac.domain.tld
>     DocumentRoot /var/www/trac.domain.tld/htdocs
> 
>     <Directory /var/www/trac.domain.tld/htdocs>
>         Order Deny,Allow
>     </Directory>
> 
>     <LocationMatch "^/(?!trac/)">
>         SetHandler mod_python
>         PythonHandler trac.ModPythonHandler
>         PythonOption TracEnv /var/lib/trac
>         PythonOption TracUriRoot /
>     </LocationMatch>
> 
>     <Location /login>
>         AuthType Basic
>         AuthName "Trac"
>         AuthUserFile /var/www/passwd
>         Require valid-user
>     </Location>
> </VirtualHost>
> 
> Trac "htdocs" files (css, images...) are installed into 
(Continue reading)


Gmane