[Trac] Re: Filtering content to some users

2009-07-08 Thread jevans

oleber wrote:
 Hy all

 I'm working in a small informatics department that maintains and
 develops more projects than the number of software developers in the
 department. So, every developer is working in 2 or more projects at
 the some time.

 We need some support to change to SVN (we where using CSV) and Trac.
 just some ideas about organization will be enough. See our possible
 scenarios at the time

 1) We consider to have multiple svn, one for each project, and have
 Trac to manage all this repositories. This seem to be impossible since
 Trac doesn't manage multiple repositories

 2) We multiple svn with multiple Trac envs. The problem in here is
 that we will have the Tickets dispersed in multiple Trac env. One
 question that I didn't found in the docs. Is it possible to have one
 Trac env grouping all the ticket from other Trac env, such a way that
 we will have one URL to see all the Tickets

 3) Set all the projects in just one repository, and have one Trac
 managing all this. The problem in here is to hidden projects from
 freelancers, in some projects we work with freelancer and they are
 allow to see there project, but not the other projects source code. In
 this solution we need to hidden some parts of the code to certain
 persons but be able of showing it to others. The some speach to the
 wiki, some persons shall be able of seeing all the wiki, others just a
 certain part. Is it possible to do this filtering in Trac? and how?

 4) can you suggest any other scenario?

 Thanks for any support.

Hi,

The Subversion side is easier.  You can grant or deny access to any
directory in the repository.

Trac has similar permissions but it's inherently a bit more complex.
There are at least a couple of ways to control access to wiki pages.
See FineGrainedPermissions for something similar to Subversion's
method.  There are also plug-in's.

For tickets you'll probably want the PrivateTickets plug-in.  It
doesn't give any control over individual ticket comments or fields but
that may not matter in your case.

Good luck,
- jevans
--~--~-~--~~~---~--~~
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] AddComment macro problems

2009-07-08 Thread Roger Oberholtzer
I have a wiki page on a 0.12multirepos trac that uses the [[AddComment]]
macro (http://trac-hacks.org/wiki/AddCommentMacro).

When I add a comment to, say, http://source/rsoft/wiki/junk, I get:


Server error!
The server encountered an internal error and was unable to complete your 
request. Either the server is overloaded or there was an error in a CGI script. 


The page it was accessing is http://source/rsoft/wiki/junk#commenting

Anyone else using this macro successfully? I cannot guess how my apache
server is the problem.

Anyone else using this macro successfully? It makes no matter which
button I press in the AddComment box. All fail.

I see this in my apache logs when this happens. It does not say anything
to me...


mod_python (pid=5753, interpreter='main_interpreter', phase='PythonHandler', 
handler='trac.web.modpython_frontend'): Application error, referer: 
http://source/rsoft/wiki/junk
ServerName: 'source', referer: http://source/rsoft/wiki/junk
DocumentRoot: '/srv/www/htdocs', referer: http://source/rsoft/wiki/junk
URI: '/rsoft/wiki/junk', referer: http://source/rsoft/wiki/junk
Location: '/rsoft', referer: http://source/rsoft/wiki/junk
Directory: None, referer: http://source/rsoft/wiki/junk
Filename: '/srv/www/htdocs/rsoft', referer: http://source/rsoft/wiki/junk
PathInfo: '/wiki/junk', referer: http://source/rsoft/wiki/junk
Traceback (most recent call last):, referer: http://source/rsoft/wiki/junk
  File /usr/lib/python2.5/site-packages/mod_python/importer.py, line 1537, in 
HandlerDispatch\ndefault=default_handler, arg=req, silent=hlist.silent), 
referer: http://source/rsoft/wiki/junk
  File /usr/lib/python2.5/site-packages/mod_python/importer.py, line 1229, in 
_process_target\nresult = _execute_target(config, req, object, arg), 
referer: http://source/rsoft/wiki/junk
  File /usr/lib/python2.5/site-packages/mod_python/importer.py, line 1128, in 
_execute_target\nresult = object(arg), referer: 
http://source/rsoft/wiki/junk
  File 
/usr/lib/python2.5/site-packages/Trac-0.12multirepos-py2.5.egg/trac/web/modpython_frontend.py,
 line 149, in handler\ngateway.run(dispatch_request), referer: 
http://source/rsoft/wiki/junk
  File 
/usr/lib/python2.5/site-packages/Trac-0.12multirepos-py2.5.egg/trac/web/wsgi.py,
 line 98, in run\nself._write(''), referer: http://source/rsoft/wiki/junk
  File 
/usr/lib/python2.5/site-packages/Trac-0.12multirepos-py2.5.egg/trac/web/modpython_frontend.py,
 line 117, in _write\nself._send_headers(), referer: 
http://source/rsoft/wiki/junk
  File 
/usr/lib/python2.5/site-packages/Trac-0.12multirepos-py2.5.egg/trac/web/modpython_frontend.py,
 line 95, in _send_headers\nassert self.headers_set, 'Response not 
started', referer: http://source/rsoft/wiki/junk
AssertionError: Response not started, referer: http://source/rsoft/wiki/junk


--
Roger Oberholtzer



--~--~-~--~~~---~--~~
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: last modified date in tickets view

2009-07-08 Thread RJOllos

Sounds like you want to setup a custom query via the /query page.

On Jul 7, 3:23 pm, Thomas Vriet tho...@goto10.org wrote:
 hello,

 how do I get a Trac to display a last modified date column in View tickets
 page. It seems to be possible as I saw it on other tracs.

 thanks and sorry if this is a trivial one but I didn't find any clue so far.

 cheers,

 Thomas
--~--~-~--~~~---~--~~
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: How to rename Roadmap tab and change Milestone text

2009-07-08 Thread yoheeb

On Jul 2, 11:18 am, Chris Nelson chris.nel...@sixnet.com wrote:
 George Ganjei wrote:
  It looks like I need to sign in with a Gmail address to post a
  question, however I think I will receive emails at my Faulkner
  address. Or did you email me directly at my Faulkner address?  

 I cut and pasted your Faulkner address into my To line.

 Once you are a member (and it knows your non-Gmail address), you can
 mail directly to trac-users@googlegroups.com rather than go to Google
 Groups to post.

Having the account helps a bit with spam.  I turned off e-mail
notification and jsut use the web interface.

As for your questions.

I am not entirely sure what you mean my change milestone text, but if
it is what I think, when you access a milestone via the admin
interface, there is a description textarea.  This supports full wiki
markup, so it is very flexible.  (I, for example, include a workload
chart macro,and a burndown macro, with each one, as well as some text
that describes the milestone, etc.) Amin|milestones|click on the
milestone in question to get to the manage milestone interface...

To change the name of the main, or meta-nav text see:
http://trac.edgewall.org/wiki/TracNavigation about how to edit your
trac.ini file apporpriately.

I am ccing your request email on this one, but please respond to the
group.  I also recommend you follow the threads in the group, as it is
possible (although not in this case so far) others may not email you
directly, but have better answers.

Hopefully this answers your questions.
--~--~-~--~~~---~--~~
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: Filtering content to some users

2009-07-08 Thread marcos rebelo

On Wed, Jul 8, 2009 at 2:34 PM, jevansjevans...@gmail.com wrote:

 oleber wrote:
 Hy all

 I'm working in a small informatics department that maintains and
 develops more projects than the number of software developers in the
 department. So, every developer is working in 2 or more projects at
 the some time.

 We need some support to change to SVN (we where using CSV) and Trac.
 just some ideas about organization will be enough. See our possible
 scenarios at the time

 1) We consider to have multiple svn, one for each project, and have
 Trac to manage all this repositories. This seem to be impossible since
 Trac doesn't manage multiple repositories

 2) We multiple svn with multiple Trac envs. The problem in here is
 that we will have the Tickets dispersed in multiple Trac env. One
 question that I didn't found in the docs. Is it possible to have one
 Trac env grouping all the ticket from other Trac env, such a way that
 we will have one URL to see all the Tickets

 3) Set all the projects in just one repository, and have one Trac
 managing all this. The problem in here is to hidden projects from
 freelancers, in some projects we work with freelancer and they are
 allow to see there project, but not the other projects source code. In
 this solution we need to hidden some parts of the code to certain
 persons but be able of showing it to others. The some speach to the
 wiki, some persons shall be able of seeing all the wiki, others just a
 certain part. Is it possible to do this filtering in Trac? and how?

 4) can you suggest any other scenario?

 Thanks for any support.

 Hi,

 The Subversion side is easier.  You can grant or deny access to any
 directory in the repository.

 Trac has similar permissions but it's inherently a bit more complex.
 There are at least a couple of ways to control access to wiki pages.
 See FineGrainedPermissions for something similar to Subversion's
 method.  There are also plug-in's.

 For tickets you'll probably want the PrivateTickets plug-in.  It
 doesn't give any control over individual ticket comments or fields but
 that may not matter in your case.

 Good luck,
 - jevans
 


Thanks for the help

-- 
Marcos Rebelo
http://oleber.freehostia.com
Milan Perl Mongers leader http://milan.pm.org

--~--~-~--~~~---~--~~
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] Test Ticket Generation

2009-07-08 Thread Steve

Hi,

I have set up a trial TRAC server and would like to play around with
some of the available plugins. Before I do this, however, I need to
populate my project's database with suitable test tickets that I can
use for queries and reports.

Are there any tools available to automatically generate test data for
such a scenario as doing it by hand looks like it will be too time
consuming?

Kind regards,

Steve

--~--~-~--~~~---~--~~
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: How to rename Roadmap tab and change Milestone text

2009-07-08 Thread RJOllos

If you can't find a way to rename your tab in trac.ini, you could do
this with the TracTab plugin [1] by hiding the original tab and
creating a new tab that points to the href, e.g. /roadmap.

[1] http://trac-hacks.org/wiki/TracTabPlugin

On Jul 8, 11:03 am, yoheeb yoh...@gmail.com wrote:
 On Jul 2, 11:18 am, Chris Nelson chris.nel...@sixnet.com wrote:

  George Ganjei wrote:
   It looks like I need to sign in with a Gmail address to post a
   question, however I think I will receive emails at my Faulkner
   address. Or did you email me directly at my Faulkner address?  

  I cut and pasted your Faulkner address into my To line.

  Once you are a member (and it knows your non-Gmail address), you can
  mail directly to trac-users@googlegroups.com rather than go to Google
  Groups to post.

 Having the account helps a bit with spam.  I turned off e-mail
 notification and jsut use the web interface.

 As for your questions.

 I am not entirely sure what you mean my change milestone text, but if
 it is what I think, when you access a milestone via the admin
 interface, there is a description textarea.  This supports full wiki
 markup, so it is very flexible.  (I, for example, include a workload
 chart macro,and a burndown macro, with each one, as well as some text
 that describes the milestone, etc.) Amin|milestones|click on the
 milestone in question to get to the manage milestone interface...

 To change the name of the main, or meta-nav text 
 see:http://trac.edgewall.org/wiki/TracNavigationabout how to edit your
 trac.ini file apporpriately.

 I am ccing your request email on this one, but please respond to the
 group.  I also recommend you follow the threads in the group, as it is
 possible (although not in this case so far) others may not email you
 directly, but have better answers.

 Hopefully this answers your questions.
--~--~-~--~~~---~--~~
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: How to rename Roadmap tab and change Milestone text

2009-07-08 Thread RJOllos

Actually, what I just said is incorrect.  It is the menu plug-in [1]
that allows one to do this:

[1] http://trac-hacks.org/wiki/MenusPlugin

Though, this may not be the fastest or best way to do this, if there
is a trac.ini option for the text you want to change.

On Jul 8, 5:50 pm, RJOllos ry...@physiosonics.com wrote:
 If you can't find a way to rename your tab in trac.ini, you could do
 this with the TracTab plugin [1] by hiding the original tab and
 creating a new tab that points to the href, e.g. /roadmap.

 [1]http://trac-hacks.org/wiki/TracTabPlugin

 On Jul 8, 11:03 am, yoheeb yoh...@gmail.com wrote:

  On Jul 2, 11:18 am, Chris Nelson chris.nel...@sixnet.com wrote:

   George Ganjei wrote:
It looks like I need to sign in with a Gmail address to post a
question, however I think I will receive emails at my Faulkner
address. Or did you email me directly at my Faulkner address?  

   I cut and pasted your Faulkner address into my To line.

   Once you are a member (and it knows your non-Gmail address), you can
   mail directly to trac-users@googlegroups.com rather than go to Google
   Groups to post.

  Having the account helps a bit with spam.  I turned off e-mail
  notification and jsut use the web interface.

  As for your questions.

  I am not entirely sure what you mean my change milestone text, but if
  it is what I think, when you access a milestone via the admin
  interface, there is a description textarea.  This supports full wiki
  markup, so it is very flexible.  (I, for example, include a workload
  chart macro,and a burndown macro, with each one, as well as some text
  that describes the milestone, etc.) Amin|milestones|click on the
  milestone in question to get to the manage milestone interface...

  To change the name of the main, or meta-nav text 
  see:http://trac.edgewall.org/wiki/TracNavigationabouthow to edit your
  trac.ini file apporpriately.

  I am ccing your request email on this one, but please respond to the
  group.  I also recommend you follow the threads in the group, as it is
  possible (although not in this case so far) others may not email you
  directly, but have better answers.

  Hopefully this answers your questions.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---