Here is how I installed the nevernotifyupdaterplugin.

- downloaded zip file and unzip file
- built the .egg file (in nevernotifyupdaterplugin/0.11 directory)
    python setup.py bdist_egg
- copy the .egg file to the trac project environment plugins directory
   cp ./dist/nevernotifyupdaterplugin-0.0.1-py2.5.egg /usr/local/trac/
<project>/plugins/
- added nevernotifyupdaterplugin.* = enabled in trac.ini under
[components]
- restarted our apache2 server

Check to see if you have the .egg file in your plugins directory.

Note, this plugin does not appear on the "Admin / plugins" screen but
it is installed and is operational.

I have our [notification] settings set to:
always_notify_owner = true
always_notify_reporter = false
always_notify_updater = false

I also removed all of my Trac email filters (in outlook) except for
one that moves any email from "Trac" to a "Trac" folder.
It works well for us.  The filters never did all that I wanted and
this plugin removed the need for the filters.

I did notice that someone posted a "patch" in a ticket at
http://trac-hacks.org/report/9?COMPONENT=NeverNotifyUpdaterPlugin
several days ago.  It works great for us without any patch.

I installed the plugin 4 months ago.
This is our present setup:
> uname -a
Linux mistichp 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC
x86_64 x86_64 x86_64 GNU/Linux

System Information
Trac:   0.11.2
Python:         2.5.1 (r251:54863, Sep 21 2007, 22:46:31) [GCC 4.2.1 (SUSE
Linux)]
setuptools:     0.6c8
MySQL:  server: "5.0.67-community", client: "5.0.67", thread-safe: 0
MySQLdb:        1.2.2
Genshi:         0.5.1
mod_python:     3.3.1
Subversion:     1.5.4 (r33841)
jQuery: 1.2.6


Hope this helps.


On Dec 5, 9:22 am, bessarabov <[EMAIL PROTECTED]> wrote:
> Thank you! This is exaclty what i need.
>
> But now i have problems installing it.
>
> I've did # 
> easy_installhttp://trac-hacks.org/svn/nevernotifyupdaterplugin/0.11/
> Then I've added nevernotifyupdaterplugin.* = enabled in trac.ini in section
> [components]
> And I've restarted trac web server.
>
> But after doing all that, i still cannot see that pluginn on the Manage
> Plugins page in Webadmin and the needed function is not working.
>
> On Fri, 5 Dec 2008 06:22:21 -0800 (PST), gctrekker <[EMAIL PROTECTED]>
> wrote:
>
> >http://trac-hacks.org/wiki/NeverNotifyUpdaterPlugindoes what you
> > want.
>
> --
> bessarabov
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to