> 1. We need to be able to assign permissions to certain tickets and
> certain wiki pages. For instance, sysadmins should not be able to
> view, add or modify tickets related to the organization group. General
> volunteers shouldn't be able to add or modify wiki pages owned by the
> sysadmin permission group. Am I missing how this is done in trac or
> does it require a plug-in? Is anyone aware of a plug-in like this? How
> hard would it be for me to write a plug-in like that?- any advice on
> that front would be very appreciated.

So, there is no way to do this with a default installation of 0.10.4. 
O.11 (the current trunk) provides hooks for better security, so you 
could use the authz based security for the wiki pages.  I haven't looked 
lately, but am unsure whether or not the security stuff has been 
extended to the tickets and other parts of trac.

In 0.10.4 there is the restricted wiki plugin which may be enough.  I 
also have a plugin which I haven't yet put on trac-hacks that is like 
the restricted wiki plugin, but a little bit more flexible.

> 2. I know there is probably a separate e-mail contact for people who
> maintain the Irclogs plug-in... no matter what I do, I always end up
> with this error - TypeError: _post_process_request() takes at most 4
> arguments (5 given). I've seen references to this in google but no
> solutions posted. Any ideas?

Well, I'll claim to have done a little with the Irclogs plugin ;)  Of 
the top of my head, I'm not exactly sure what's up.  But try to catch me 
in the #trac irc channel and I'm sure we can get this worked out fairly 
quickly.  Also, the full traceback will be helpful in determining the cause.

> 3. Is there a way I can tell if my trac installation is using
> mod_python? I have mod_python installed and I followed the
> instructions related to using it with trac but I don't know how to
> confirm it's being used -- trac is definitely running slow on my
> installation (when applications of comparative size have no problems
> on the same machine, etc). 

Well, this depends on your apache config.  I'd say that if you're not 
sure whether or not you're using mod_python, then you're probably not. 
However, unless you know that you're using CGI or tracd or some other 
way, then you might.  Either catch someone in #trac, or provide the 
relevant portions of your apache config.


-John

--~--~---------~--~----~------------~-------~--~----~
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