Joeri De Backer | 1 Oct 13:27
Picon

[Trac] Browse source vs svn_authz

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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

colski | 1 Oct 19:38

[Trac] Circa Project estimation tool with trac


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

yoheeb | 2 Oct 01:01
Picon

[Trac] Re: Circa Project estimation tool with trac


On Oct 1, 5:38 pm, colski <colin.wh...@...> 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@...
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

yoheeb | 2 Oct 01:45
Picon

[Trac] Anyone gotten the TracDupPlugin to work on 11.5?


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

yoheeb | 2 Oct 02:09
Picon

[Trac] Re: Anyone gotten the TracDupPlugin to work on 11.5?


On Oct 1, 11:45 pm, yoheeb <yoh...@...> 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@...
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

RJOllos | 2 Oct 06:39

[Trac] Re: pew-populate tags...


On Sep 29, 12:20 pm, yoheeb <yoh...@...> 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@...
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

RJOllos | 2 Oct 06:45

[Trac] Re: pew-populate tags...


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

RJOllos | 2 Oct 06:52

[Trac] Re: read only field


On Sep 29, 1:28 pm, Daniel Camargo <danielsu...@...> wrote:
> It worked well for me too, thank you!

Hello,

Did you use the `permissions` field to accomplish this, or did you
find some other way?

--~--~---------~--~----~------------~-------~--~----~
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 <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Steve Strobel | 1 Oct 18:02
Favicon
Gravatar

[Trac] How get rid of "?version=32" at end of URLs?


I often leave multiple tickets and wiki pages open in browser tabs 
for a long time.  Sometimes I refresh a page and find that it does 
not contain the latest updates because a specific version number is 
specified in the URL.  It seems that Trac automatically specifies the 
version number after editing a ticket or wiki page and clicking the 
"submit changes" button.  I would prefer that it not specify the 
version.  Is there an easy way to change that?  I didn't find one in 
Trac-Hacks.  I am using Trac V0.11.1 but would be happy to update if 
it would make any difference.  Thanks for any suggestions.

Steve

---
Steve Strobel
Link Communications, Inc.
1035 Cerise Rd
Billings, MT 59101-7378
(406) 245-5002 ext 102
(406) 245-4889 (fax)
WWW: http://www.link-comm.com
MailTo:steve.strobel@...

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

roso | 1 Oct 19:32
Picon

[Trac] Uploading attachments in Wiki or tickets doesn't work


Uploading attachments in Wiki or tickets doesn't work.
Here's what I get:

Error: Not Found

No handler matched request to /attachments/wiki/WikiStart

Can somebody please help. Thank 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@...
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
-~----------~----~----~----~------~----~------~--~---


Gmane