[Trac] Browse source vs svn_authz

2009-10-01 Thread Joeri De Backer
Hello,

I've set the authz_file parameter in my trac.ini, and everything works as
expected.

The only issue I have, is the following: some of my users are only allowed
to see a part of my repository, so they only have read/write rights on a
certain directory (let's say /trunk/public) in the trunk directory. They
have no rights to view the root, neither the trunk itself.
As a result, they're getting a Insufficient permissions to access / error
when trying to browse the source.
Is there a possibility to let them browse the /trunk/public directory? I
don't see a way to do this now, except for giving read rights to / and
disable rights for any other directory in it... Is there any other more
elegant solution? Maybe via a plugin?

Probably linked to this: they can't view a changeset they created
themselves. Same error, however they have the right to see each file in the
changeset.

Thanks,

Joeri

--~--~-~--~~~---~--~~
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@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] Circa Project estimation tool with trac

2009-10-01 Thread colski

Hi Folks

We currently have a number of projects using trac for bug / feature
tracking and some task management. One area we are looking to
improve upon is estimation. One of my colleagues has been trying out a
tool call Circa from tassc - solutions. My understanding is that Circa
processes a system (UML) model to produce effort estimates which can
then be exported to Microsoft project, or similar.

Does anyone have any experience with Circa? I would like to know your
stories, particularly if you are using it alongside / in conjunction
with trac?

Thanks in advance
--~--~-~--~~~---~--~~
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@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] Re: Circa Project estimation tool with trac

2009-10-01 Thread yoheeb

On Oct 1, 5:38 pm, colski colin.wh...@uk.thalesgroup.com wrote:
 Hi Folks

 We currently have a number of projects using trac for bug / feature
 tracking and some task management. One area we are looking to
 improve upon is estimation. One of my colleagues has been trying out a
 tool call Circa from tassc - solutions. My understanding is that Circa
 processes a system (UML) model to produce effort estimates which can
 then be exported to Microsoft project, or similar.

 Does anyone have any experience with Circa? I would like to know your
 stories, particularly if you are using it alongside / in conjunction
 with trac?

 Thanks in advance

No, but the TracDependencyPlugin has a sister set of modules for both
excel and ms project to import tickets/timeline information to them.
not sure if there is an intercept there for you.
--~--~-~--~~~---~--~~
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@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] Anyone gotten the TracDupPlugin to work on 11.5?

2009-10-01 Thread yoheeb

Hi all, I have a bunch of dupe cleanup to do, so I thought I would
install this plugin to make it easier, doesn't work.  I'll file some
tickets, but was curious if it works in 11.5, python 2.5?

Thanks
--~--~-~--~~~---~--~~
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@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] Re: Anyone gotten the TracDupPlugin to work on 11.5?

2009-10-01 Thread yoheeb

On Oct 1, 11:45 pm, yoheeb yoh...@gmail.com wrote:
 Hi all, I have a bunch of dupe cleanup to do, so I thought I would
 install this plugin to make it easier, doesn't work.  I'll file some
 tickets, but was curious if it works in 11.5, python 2.5?

 Thanks

I got it to work, I'll create a ticket with the notes:

modify setup.py:
change version=0.1.1 to major.minor format (I guessed and used 0.1)
this could be related to my version of setup tools to install it.

for existing installations, need to run a set of sql executes against
the database to give all the tickets and entry for 'dups' 'dup_count'
and 'dup_of'

but it works!  woot.  have some improvement suggetions, but that's a
separate issue.

yeah me!
--~--~-~--~~~---~--~~
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@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] Re: pew-populate tags...

2009-10-01 Thread RJOllos

On Sep 29, 12:20 pm, yoheeb yoh...@gmail.com wrote:
 Yeah, I am using that.  problem is I modified the plugin so I could
 use the keywords link in tickets to link to the /tags page.  Issue
 with that is, unless they have been actually used, the pre-selected
 keywords don't show up on the /tags page, which is ok I guess.  tis a
 little thing at this point.

Modifying the plugin so that the 'keywords' link points to the /tags
page has been on my todo list for some time.  I've found the current
behavior is that the `helppage` parameter will be ignored if a list of
keywords is not specified under `keywords` in the [keywordssuggest]
section of trac.ini.  I'd like to be able to set `helppage = tags`.

If you modification will do this, would you consider opening a ticket
and submitting your patch?

Thanks,
- Ryan
--~--~-~--~~~---~--~~
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@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] Re: pew-populate tags...

2009-10-01 Thread RJOllos

In fact, I opened a ticket for this, so if possible please consider
attaching you patch to the ticket.  Thanks.

http://trac-hacks.org/ticket/5907
--~--~-~--~~~---~--~~
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@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
-~--~~~~--~~--~--~---