[Trac] Re: Creating a relation between users and components

2007-02-22 Thread Sarah George

Components do seem to have an "owner" field but I'm not clear what
it's actually used for. Can anyone tell us?

Thanks,
-- Sarah


On 2/20/07, acro <[EMAIL PROTECTED]> wrote:
>
> Hi, I would like to know what is the best way to create a relation
> between users and components.
> What I would like to achieve is a report of tickets associated to "my
> component".
>
> Is it possible to assign a group as the owner of a component and then
> conveniently query the DB in order to get such a report?
>
> Any help appreciated.
> armando
>
>
> >
>

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



[Trac] Re: removing users from trac

2007-02-22 Thread Sarah George

This looks about right to me. I've recently had to remove session
information for somebody as well. Thanks for publishing your solution
:)

-- Sarah


On 2/21/07, Jason Winnebeck <[EMAIL PROTECTED]> wrote:
>
> I manage users/groups externally to Trac since we have multiple Trac
> projects and I want to maintain all at the same time. The following is a
> bash function that I use to remove developers, which is part of a larger
> script:
>
> function removeDev {
>   proj=$1
>   echo "Removing $dev entirely from $proj"
>   trac-admin $proj permission remove $dev \*
>   sqlite3 $proj/db/trac.db "delete from session where sid='$dev'"
>   sqlite3 $proj/db/trac.db "delete from session_attribute where
> sid='$dev'"
> }
>
> I think this might work in all circumstance but I'm not sure since I
> completely maintain the session and session_attribute tables to control
> precisely the developer dropdown box -- I don't let users be "created"
> automatically I have to add them ahead of time.
>
> Jason
>
> -Original Message-
> From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
> On Behalf Of Josh
> Sent: Tuesday, February 20, 2007 3:10 PM
> To: Trac Users
> Cc: [EMAIL PROTECTED]
> Subject: [Trac] removing users from trac
>
>
> My company recently let some people go. And we would like to remove
> them from trac so that they cannot have anymore tracs assigned to
> them. Is there an was to do this? I have looked all over and hadn't
> had must success in finding instructions.
>
> Josh Feldman
>
>
>
>
> >
>

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



[Trac] Re: Problems after upgrade to HEAD

2007-01-16 Thread Sarah George


I've been working on the same thing: Getting trac 0.11 usable.  Two of
your problems might be solved by knowing there seems to be a new
setting in trac.ini called "base_url"... try making sure that's set.

-- Sarah


On 1/17/07, David Abrahams <[EMAIL PROTECTED]> wrote:


David Abrahams
<[EMAIL PROTECTED]> writes:

> David Abrahams <[EMAIL PROTECTED]> writes:
>
>>> This was added in trunk as a new handler at /export that handles the
>>> raw formatted stuff.
>>
>> Hi Noah,
>>
>> Could you give me a little more detail, please?
>>
>> Updating to the latest development version of Trac on my FreeBSD
>> server is likely to be nontrivial, so I'd like to get a clearer
>> picture of what you mean before I make the investment.
>
> Well, what the heck; I just went ahead and did it.  I had to fool my
> ports system into thinking trac-0.11dev came from its usual sources,
> and there were a few anxious moments while I had to find and install
> genshi, but all is well now.

Looks like I spoke too soon...

Naturally I can't expect everything to be perfect with unreleased
software, but I would really appreciate a hand with this because we
need the new feature that we upgraded for :).  We have found 4
problems so far, only one of which we know how to address (the old
Admin module needed to be removed).  The others are:

- Syntax highlighting is broken.  It seems like all the HTML
  generated by the syntax highlighter is getting rendered literally,
  so, e.g., I see this in my browser:

int something_result = model ...

- Links to tickets in emails are presented relative to the server
  root, e.g., as /ticket/51#comment:1 instead of the more useful
  https://boost-consulting.com/trac/company/ticket/51#comment:1

- The "my account" link leads to /account rather than
  $TRAC_ROOT/account.  IOW, for the trac above, it takes me to
  https://boost-consulting.com/account but it should lead to
  https://boost-consulting.com/trac/company/account

Any help you can offer would be greatly appreciated!

Thanks in advance,

--
Dave Abrahams
Boost Consulting
www.boost-consulting.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@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Migrating from 0.10 to 0.11

2007-01-15 Thread Sarah George


Thanks for the advice. I think I've fixed the problem by deleting the
previous installation before running "setup.py install". It looks like
its working now. Next step: seeing if all the plugins still work.

-- Sarah


On 1/16/07, Manuzhai <[EMAIL PROTECTED]> wrote:


On 1/16/07, Sarah <[EMAIL PROTECTED]> wrote:
> Is 0.11 starting to look stable? Perhaps I did something wrong... I
> checked out a recent trunk and get an "AttributeError: 'float' object
> has no attribute 'astimezone'" error from the timeline page. Is there a
> separate 0.11 branch or something?

I saw some of that earlier on, but 0.11 has mostly been working fine
for me. Right now, I'm running [EMAIL PROTECTED], maybe you could see if that
works for you?

Regards,

Manuzhai

>



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