Sumedh | 1 Feb 12:40
Picon
Gravatar

[Trac] Trac notification not working

Hi friends,

I have following setup - Ubuntu 6, Trac 0.9, Postfix 2.2...I am using
this postfix to send mails from my other code, which is a php-symfony
portal, which works fine...

always_notify_owner = true
smtp_enabled = true
smtp_replyto = <email id>
smtp_port = 25
always_notify_re>
smtp_from = <IP>
smtp_from_name = Sumedh

I tried with and without smtp_user and smtp_password settings...both
fails...

In my log, i get these kind of errors -
1. AUTH not supported
2. Relay access denied
3. Authentication failed and so on...

I also tried doing telnet to port 25 and looked at what is enabled on
postfix...and it shows STARTTLS as one entry...this postfix
installation is working fine for my php portal.

I also tried upgrading trac to 0.11 version but i think i will have to
upgrade ubuntu to do that cleanly! apt-get on ubuntu 6 doesn't give me
0.11... :(

(Continue reading)

Roger Oberholtzer | 1 Feb 14:26
Picon

[Trac] Listing newly added attachments

I know how to get a list of recently modified wiki pages, or recent
ticket activity. But is there any way to get a similar list for
attachment activity?

-- 
Roger Oberholtzer

--

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

Ryan J Ollos | 1 Feb 17:21

Re: [Trac] Some help with plugins


kimolias wrote:
> 
> Hello,
> 
> I am trying to install a plugin, any plugin, but it seems that there
> might be a conflict with python. My server is CentOS, and my current
> python version (python -V) is 2.5.2
> 

I am no expert, but if I was you, I would remove all of those Trac eggs from
site-packages. Then, try starting Trac again, and if you still find you are
running 0.11b2, then search your installation for Trac*.egg and remove that
egg as well.  Finally, rebuild the Trac egg using 0.11.6.

-- 
View this message in context: http://old.nabble.com/Some-help-with-plugins-tp27400704p27406900.html
Sent from the Trac Users mailing list archive at Nabble.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-users@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

Ryan J Ollos | 1 Feb 17:23

Re: [Trac] Some help with plugins


kimolias wrote:
> 
> I have no idea which one I am using (the about section says 0.11b2 -
> which one is this?).
> 

Btw, the 0.11b2 is a 0.11 pre-release beta 2 version, which doesn't match
any of the Trac egg files you listed, which makes me think that there is
another Trac egg installed somewhere else.

-- 
View this message in context: http://old.nabble.com/Some-help-with-plugins-tp27400704p27406917.html
Sent from the Trac Users mailing list archive at Nabble.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-users@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

Si | 1 Feb 17:34
Picon

[Trac] where does trac live now i've started using easy_install.py to manage upgrades?

i used easy_install to upgrade my version of trac and trac now seems
to "live" in /usr/local/lib/python2.6/dist-packages/

i have to specify the location of the template files in my project
trac.ini - what should i put?

--

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

Noah Kantrowitz | 1 Feb 19:05
Gravatar

Re: [Trac] where does trac live now i've started using easy_install.py to manage upgrades?

Trac knows where it is installed, so I'm not sure what trac.ini  
setting you are referring to.

--Noah

On Feb 1, 2010, at 8:34 AM, Si wrote:

> i used easy_install to upgrade my version of trac and trac now seems
> to "live" in /usr/local/lib/python2.6/dist-packages/
>
> i have to specify the location of the template files in my project
> trac.ini - what should i put?
>
> -- 
> You received this message because you are subscribed to the Google  
> Groups "Trac Users" group.
> To post to this group, send email to trac-users@...
> To unsubscribe from this group, send email to
trac-users+unsubscribe@... 
> .
> 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-users@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

(Continue reading)

pek | 2 Feb 19:50
Picon
Gravatar

[Trac] Re: Some help with plugins

On Feb 1, 6:23 pm, Ryan J Ollos <ry...@...> wrote:
> kimolias wrote:
>
> > I have no idea which one I am using (the about section says 0.11b2 -
> > which one is this?).
>
> Btw, the 0.11b2 is a 0.11 pre-release beta 2 version, which doesn't match
> any of the Trac egg files you listed, which makes me think that there is
> another Trac egg installed somewhere else.

Indeed, I found that I have two versions of Python installed! The
folder for 2.4.* is in
/usr/lib/python2.4/site-packages
and the other is in
/usr/local/apps/python/lib/python2.5/site-packages

Great! Now what?

When I type "python -V" to get the version, I get "Python 2.5.2".

I tried "apt-get install Trac" and "yum install Trac" and they both
failed.. :S

Then I tried "easy_install http://svn.edgewall.org/repos/trac/tags/trac-0.11"
which downloaded Trac successfully in the 2.5 path. So I am guessing
that Apache is configured with the wrong version of Python. How do I
change that? I am using mod_python

--

-- 
You received this message because you are subscribed to the Google Groups "Trac Users" group.
(Continue reading)

Giuseppe Sollazzo | 2 Feb 15:54
Picon
Gravatar

[Trac] ticket reference number / ticket id

Hi there,
maybe there is anyone who's come across this issue before.

I'd like to associate to tickets some kind of id. In my organization
we need it to report ticket in correspondence with suppliers and
customers.

Ideally it would be a configurable fields, something like "XYZ/
auto_incrementing_number/WAB" but a simple unique id might do.

Is there any known solution?

Thanks
Giuseppe Sollazzo

--

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

Chris Nelson | 2 Feb 20:40
Favicon

RE: [Trac] ticket reference number / ticket id

Giuseppe Sollazzo wrote:
> Hi there,
> maybe there is anyone who's come across this issue before.
> 
> I'd like to associate to tickets some kind of id. In my organization
> we need it to report ticket in correspondence with suppliers and
> customers.
> 
> Ideally it would be a configurable fields, something like "XYZ/
> auto_incrementing_number/WAB" but a simple unique id might do.
> 
> Is there any known solution?

The ticket number *is* a simple unique ID.

--

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

Olemis Lang | 2 Feb 20:51
Picon

Re: [Trac] ticket reference number / ticket id

On Tue, Feb 2, 2010 at 2:40 PM, Chris Nelson <Chris.Nelson@...> wrote:
> Giuseppe Sollazzo wrote:
>> Hi there,
>> maybe there is anyone who's come across this issue before.
>>
>> I'd like to associate to tickets some kind of id. In my organization
>> we need it to report ticket in correspondence with suppliers and
>> customers.
>>
>> Ideally it would be a configurable fields, something like "XYZ/
>> auto_incrementing_number/WAB" but a simple unique id might do.
>>
>> Is there any known solution?
>
> The ticket number *is* a simple unique ID.
>

+ adding custom fields for providers ? Event though, ticket IDs are
(and will be ?) integer values

--

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

(Continue reading)


Gmane