RE: [Trac] Track notification with corporate email

2010-12-08 Thread Cooke, Mark
Hello,

> -Original Message-
> From: trac-users@googlegroups.com 
> [mailto:trac-us...@googlegroups.com] On Behalf Of P L
> Sent: 08 December 2010 18:41
> To: trac-users@googlegroups.com
> Subject: [Trac] Track notification with corporate email
> 
> Hi,
> We want Track to send email when ticket are created or modified.
> It works when using our gmailaccount 
> (pierrotlafou...@gmail.com), but when trying to send email to 
> our gmail based commercial email, it doesn't
> 
> My question : whichsmpt server shall we use in track.ini file 
> for our gmail based commercial emailaddresses?
> Thank you
> 
Hmm, well, seeing as the first works and the second doesn't, the Trac
side of the deal is working fine.  I do not know how many here use
gmail, especially the commercial version (I don't) so you are not really
asking in the right place.

My only guess is that SMTP is enabled in the account that works and not
for the other.  Go to gmail and check your configuration / preferences.
That should also tell you what the server name etc should be.  From what
I remember smtp is not enabled by default to help protect against
spammers etc...

I hope that helps.  By the way, please try to use plain text for this
list.  Also, the convention for 'bumping' your own question is to reply
to yourself, not to start a new thread.  Many thanks...

~ mark c

> P.L.
> 
> THIS WORKS :
> 
> [notification]
> smtp_enabled = true
> use_tls = true
> mime_encoding = base64
> smtp_server =smtp.gmail.com  
> smtp_port = 587
> smtp_user = pierrot
> smtp_password = 
> smtp_from =pierrotlafou...@gmail.com  
> smtp_from_name = PierrotLafouine
> smtp_replyto=pierrotlafou...@gmail.com  
> smtp_always_bcc=pierrotlafou...@gmail.com 
>  
> smtp_always_cc=pierrotlafou...@gmail.com 
>  
> always_notify_owner = true
> 
> 
> 
> 
> 
> THIS DOESN'T WORKS :
> 
> [notification]
> smtp_enabled = true
> use_tls = true
> mime_encoding = base64
> smtp_server =smtp.ourcompanyname.com  
> smtp_port = 587
> smtp_user = pierrot
> smtp_password = 
> smtp_from =pierrotlafou...@gmail.com  
> smtp_from_name = PierrotLafouine
> smtp_replyto=pierrotlafou...@gmail.com  
> smtp_always_bcc=pierrotlafou...@gmail.com 
>  
> smtp_always_cc=pierrotlafou...@gmail.com 
>  
> always_notify_owner = true
> 
> 
> -- 
> You received this message because you are subscribed to the 
> Google Groups "Trac Users" group.
> To post to this group, send email to trac-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> trac-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/trac-users?hl=en.
> 
> 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Re: adding a changeset + resync of said changeset not working with git ?

2010-12-08 Thread Remy Blank
Bugs wrote:
>> Does the user running your hook have write permission to the Trac
>> environment?
> 
> Yes, all permissions are correct.

Then the next step is to set your debug level to DEBUG, and to check
what's logged about the "changeset added".

-- Remy



signature.asc
Description: OpenPGP digital signature


[Trac] Track notification with corporate email

2010-12-08 Thread P L
Hi,
We want Track to send email when ticket are created or modified.
It works when using our gmail account (pierrotlafou...@gmail.com), but when
trying to send email to our gmail based commercial email, it doesn't

My question : which smpt server shall we use in track.ini file for our gmail
based commercial email addresses ?
Thank you

P.L.

THIS WORKS :

[notification]
smtp_enabled = true
use_tls = true
mime_encoding = base64
smtp_server = smtp.gmail.com
smtp_port = 587
smtp_user = pierrot
smtp_password = 
smtp_from = pierrotlafou...@gmail.com 
smtp_from_name = PierrotLafouine
smtp_replyto  = pierrotlafou...@gmail.com 
smtp_always_bcc = pierrotlafou...@gmail.com 
smtp_always_cc = pierrotlafou...@gmail.com 
always_notify_owner = true


THIS DOESN'T WORKS :

[notification]
smtp_enabled = true
use_tls = true
mime_encoding = base64
smtp_server = smtp.ourcompanyname.com 
smtp_port = 587
smtp_user = pierrot
smtp_password = 
smtp_from = pierrotlafou...@gmail.com 
smtp_from_name = PierrotLafouine
smtp_replyto  = pierrotlafou...@gmail.com 
smtp_always_bcc = pierrotlafou...@gmail.com 
smtp_always_cc = pierrotlafou...@gmail.com 
always_notify_owner = true

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Change of Trac User name

2010-12-08 Thread Matthew Caron

On 12/08/2010 12:28 AM, cristina wrote:

Upon creation of account in Codesion, we have used an admin name which we
would like to change now. However, there is no option for that right now.
How do we go about this task?


I don't think there is a nice way to do this. I think you have to hit 
the DB directly. Off the top of my head (likely incomplete):


1. change the user's name in whatever backend password store you're using

2. change the user's name (sid) in session and session_attribute on all rows

3. change the reporter and owner in ticket

4. change the author in ticket_custom, as well as any instances of 
"oldvalue" or "newvalue" which reference the old name


5. fix the permissions for that user (can be done through the admin 
console, provided you have someone else with admin access


6. Change the author in wiki

I'm probably missing some tables which need to be updated.


--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] I hate to ask this, but getting "DLL load failed: The specified module could not be found" ..

2010-12-08 Thread Michelle Young
I have been having similar problems, as have some others on this list 
with no luck, but my on again-off again research keep pointing to python 
or those bindings.  I will probably also try to look at this again 
tomorrow trying depends.exe.


My install was fine until I upgraded VisualSVN a month or 2 ago.  Both 
SVN and TRAC work, they just can't talk to each other and TRAC reports 
dll load errors.


VisualSVN also has a new version, I might look at that as well, but that 
has not helped in the past.


On 12/8/2010 7:43 AM, silky wrote:

That's on the agenda for tomorrow.

To be honest, I've just realised that I don't "need" the Browse Source
option within trac because Visual SVN provides it anyway.

I really just can't comprehend how depends.exe analysis should be
required, given I have all the (seemingly) relevant dll's in the path.
(i.e, the SVN dlls from Visual SVN are in the path). So I just can't
see how that would resolve it.

But there's no denying, it's the only thing I haven't done (connection
with my server is too slow to do it from my current location).



On 12/8/10, Christian Boos  wrote:

On 12/8/2010 12:56 PM, silky wrote:

... and I'm desperate.

I've read the following:


About 10 times now.

Try once more, focusing on the Windows specific notes, and in particular
the one talking about depends.exe ;-)

-- Christian

--
You received this message because you are subscribed to the Google Groups
"Trac Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.






--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] I hate to ask this, but getting "DLL load failed: The specified module could not be found" ..

2010-12-08 Thread silky
That's on the agenda for tomorrow.

To be honest, I've just realised that I don't "need" the Browse Source
option within trac because Visual SVN provides it anyway.

I really just can't comprehend how depends.exe analysis should be
required, given I have all the (seemingly) relevant dll's in the path.
(i.e, the SVN dlls from Visual SVN are in the path). So I just can't
see how that would resolve it.

But there's no denying, it's the only thing I haven't done (connection
with my server is too slow to do it from my current location).



On 12/8/10, Christian Boos  wrote:
> On 12/8/2010 12:56 PM, silky wrote:
>> ... and I'm desperate.
>>
>> I've read the following:
>>
>>
>> About 10 times now.
>
> Try once more, focusing on the Windows specific notes, and in particular
> the one talking about depends.exe ;-)
>
> -- Christian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> trac-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>
>


-- 
silky

http://dnoondt.wordpress.com/

"Every morning when I wake up, I experience an exquisite joy — the joy
of being this signature."

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] I hate to ask this, but getting "DLL load failed: The specified module could not be found" ..

2010-12-08 Thread Christian Boos

On 12/8/2010 12:56 PM, silky wrote:

... and I'm desperate.

I've read the following:
   

About 10 times now.


Try once more, focusing on the Windows specific notes, and in particular 
the one talking about depends.exe ;-)


-- Christian

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] I hate to ask this, but getting "DLL load failed: The specified module could not be found" ..

2010-12-08 Thread silky
... and I'm desperate.

I've read the following:
  

About 10 times now.

My environment:

 Windows Server 2003,
 Apache 2.2
 Trac 1.11
 svn 1.6.9
 Visual SVN Server

Things to note:
 - Visual SVN Server\bin is *IN THE PATH*
 - I have renamed (and KEPT) _*.dll to _*.pyd in my Python dir, c:
\Python26\Lib\site-packages\libsvn

I don't know what to do anymore. This has destroyed my soul. I've been
looking at it for aroud 3 hours. I am in love with trac for just about
everything, but this one thing is blowing my mind ...

Please, help a desperate programmer.

Thank you.

--
silky

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.