[Trac] Re: CopyTicket plugin: Clone to new Tab?

2008-07-09 Thread Noah Kantrowitz

On Jul 9, 2008, at 2:39 AM, Daniel Lowicki wrote:

 Hi,

 been thinking about how to make multiple clones the simplest way.

 I was thinking about right-clicking the clone button for selecting - 
  new tab. Doubtfully there are right-click options here.

 -  would it be possible to ad a “clone to new tab”
 -  possibly even add an option to make x clones at once (to  
 new tabs)

 The reason for coming up with this ist that I am (still) trying to  
 define a workflow for the situation where a bug needs to be
 fixed by several developers. This way the original ticket could  
 always stay open while you edit the clones.

 Something like this .. Open a ticket – assign to group leader – he  
 then clones the ticket and assigns the single tasks to his developers.
 In the best case those clones would already contain a “blocke  
 by” (the original ticket) if masterticketplugin is installed.

 I can’t code this – but if someone finds it fancy (or even  
 useful) .. I’d appreciate if these points were added to a wish list J


HTML knows nothing about tabs in browsers. There is an odd semantic  
hack to open in new windows, and some browsers allow changing open in  
new window to in new tab, but this would be very site-specific. The  
clone button should just be a form button that submits a GET request.  
It might be possible to make it an a instead, just need to match the  
styling, This would allow you to open in a new tab as normal.

--Noah
--~--~-~--~~~---~--~~
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: CopyTicket plugin: Clone to new Tab?

2008-07-09 Thread Daniel Lowicki

Would you give it a try?

Daniel

-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Noah Kantrowitz
Sent: Wednesday, July 09, 2008 8:44 AM
To: trac-users@googlegroups.com
Subject: [Trac] Re: CopyTicket plugin: Clone to new Tab?


On Jul 9, 2008, at 2:39 AM, Daniel Lowicki wrote:

 Hi,

 been thinking about how to make multiple clones the simplest way.

 I was thinking about right-clicking the clone button for selecting - 
  new tab. Doubtfully there are right-click options here.

 -  would it be possible to ad a clone to new tab
 -  possibly even add an option to make x clones at once (to  
 new tabs)

 The reason for coming up with this ist that I am (still) trying to  
 define a workflow for the situation where a bug needs to be
 fixed by several developers. This way the original ticket could  
 always stay open while you edit the clones.

 Something like this .. Open a ticket - assign to group leader - he  
 then clones the ticket and assigns the single tasks to his developers.
 In the best case those clones would already contain a blocke  
 by (the original ticket) if masterticketplugin is installed.

 I can't code this - but if someone finds it fancy (or even  
 useful) .. I'd appreciate if these points were added to a wish list J


HTML knows nothing about tabs in browsers. There is an odd semantic  
hack to open in new windows, and some browsers allow changing open in  
new window to in new tab, but this would be very site-specific. The  
clone button should just be a form button that submits a GET request.  
It might be possible to make it an a instead, just need to match the  
styling, This would allow you to open in a new tab as normal.

--Noah


--~--~-~--~~~---~--~~
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] public (wiki)start page

2008-07-09 Thread Frank

Hello,

is there a way to have a public start page of a trac site, which can
be viewed by anonymous, but the rest of the wiki cannot be viewed by
anonymous?
I already played with PrivateWikisPlugin but as far I can see I have
to give the WIKI_VIEW permission to anonymous and then define
PRIVATE_* permission for every page the anonymous should not see which
is the whole wiki except the startpage in my case and which is not a
real solution because every newly created page is viewable by
anonymous as long as the admin has not defined a PRIVATE_* permission
for the page yet.
At that point two other questions arise: How could I add folders to
the wiki? Can I configure somewhere what page is the start page of the
wiki?

Thank you for your help.

Regards, Frank

--~--~-~--~~~---~--~~
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: Trac / Subversion / IDE integration

2008-07-09 Thread Culapov Andrei

On Tue, Jul 8, 2008 at 4:25 PM, svaens [EMAIL PROTECTED] wrote:

 Hi guys,

 I am new to Trac, and am really still evaluating it. Trying to decide
 whether to upgrade to modern versions of bugzilla (we've got a version
 3 years old or so) or give Trac a go. Personally, from what i've seen
 of bugzilla it is not that user friendly, so I am open to change. But
 at the same time I have used other Issue tracking tools and miss the
 functionality of those. I would like to know if Trac can provide this
 functionality.

 I used to use Fogbugz at my old place of work. With this, via a plugin
 which integrated our version control system with the issue tracking
 system (fogbugz), we could, when checking in a code change, specify an
 Issue/bug number.
 This meant that anyone browsing through the history of a bug (in
 fogbugz) could see a list of modified files (shown as hyperlinks), and
 when clicking on these hyperlinks, is shown a diff of the previous
 version, and checked in version, and so is shown exactly what changes
 were made.

you can try a plugin that was build on the trac-commit-hook to create
that functionality. Also you will have a administration panel in trac
to enable more options.
http://code.optaros.com/trac/oforge/wiki/SVNPoliciesPlugin

--~--~-~--~~~---~--~~
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: Trac on Leopard--not working properly

2008-07-09 Thread Emmanuel Blot
 When does its suppose to be created the file: /usr/local/share/trac/
 cgi-bin/trac.fcgi? As I don't have it created, and I presume is needed
 to run Trac using Apache, correct?

You need to use the obscure deploy command. I never used it, but you
may find some info in the ML archive as this topic has been discussed
recently. I always install Trac from the SVN source, egg stuff is
giving me headaches ;-)

You can run Trac w/ Apache several ways: either with mod_python,
fast_cgi or cgi (avoid the latter)

I use the following fcgi script on a Linux host, I guess I could try
it on Leopard when I get some spare time.
(the sys.path stuff should not be necessary on a typical installation,
but again I prefer to run genshi and trac from the original source
files rather than installing them with the setuptools/egg stuff)

#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2003-2008 Edgewall Software
# Copyright (C) 2003-2004 Jonas Borgström [EMAIL PROTECTED]
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://trac.edgewall.org/wiki/TracLicense.
#
# This software consists of voluntary contributions made by many
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://trac.edgewall.org/log/.
#
# Author: Jonas Borgström [EMAIL PROTECTED]

import os
import sys

try:
sys.path += ['/local/engine/genshi', '/local/engine/trac']
from trac.web import fcgi_frontend
os.environ['TRAC_ENV_PARENT_DIR'] = '/local/var/trac/projects'
os.environ['PYTHON_EGG_CACHE'] = '/local/var/cache/egg'
os.environ['LC_ALL'] = 'en_GB.UTF-8'
fcgi_frontend.run()
except SystemExit:
raise
except Exception, e:
print 'Content-Type: text/plain\r\n\r\n',
print 'Oops...'
print
print 'Trac detected an internal error:'
print
print e
print
import traceback
import StringIO
tb = StringIO.StringIO()
traceback.print_exc(file=tb)
print tb.getvalue()

--~--~-~--~~~---~--~~
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: Trac on Leopard--not working properly

2008-07-09 Thread Graham Dumpleton

Perhaps try mod_wsgi instead then. See:

  http://www.modwsgi.org
  http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac

Graham

On Jul 9, 11:01 am, Max [EMAIL PROTECTED] wrote:
 Sorry I insist on this thread, but I still haven't solved my problem,
 and I would appreciate some help from this list.

 When does its suppose to be created the file: /usr/local/share/trac/
 cgi-bin/trac.fcgi? As I don't have it created, and I presume is needed
 to run Trac using Apache, correct?

 Max.

 On Jun 26, 12:50 am, Max [EMAIL PROTECTED] wrote:

  Emmanuel wrote:
   You've change the files' owner to _www, so only _www can R/W the files.
   Which means that from the command line, you need to start tracd as the
   _www user.

   It should also work with Apache shipped w/ Leopard.

  The thing is that it doesn't.

   What do you want to exactly achieve (I'm not sure about your goals) ?

  I want to do that, I would like to run Trac using Apache (the Leopard
  bundled one) and FastCGI (as far as I understand FastCGI is used by
  Trac).

  I will recollect here what I have done (which is what it has been done
  in the tutorial I mentioned before 
  --http://www.sonzea.com/articles/subversion-trac.html
  -- so, pretty much I'm just copy-pasting that section).

  --Configure Apache to run TRAC using FastCGI--

  I created a file at /private/etc/apache2/extra called httpd-
  fastcgi.conf and added the following contents:

  ###Starts File###
  # Enable fastcgi for .fcgi files
  IfModule mod_fastcgi.c
     AddHandler fastcgi-script .fcgi
     FastCgiIpcDir /private/var/run/fastcgi
  /IfModule

  LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so
  ###Ends File###
  *Note: I've noticed that I don't have the /private/var/run/fastcgi
  directory, is this a problem?

  Created a file at /private/etc/apache2/extra called httpd-trac.conf
  and added the following contents:

  ###Starts File###
  ScriptAlias /trac /usr/local/share/trac/cgi-bin/trac.fcgi
  FastCgiConfig -initial-env TRAC_ENV=/usr/local/trac

  Location /trac
    SetEnv TRAC_ENV /usr/local/trac
  /Location

  Directory /usr/local/share/trac/cgi-bin
      AllowOverride None
      Options None
      Order allow,deny
      Allow from all
  /Directory
  ###Ends File###
  *Note: I've also noticed that I don't have the file: /usr/local/share/
  trac/cgi-bin/trac.fcgi nor directory /usr/local/share/trac/cgi-bin, is
  this a problem?

  At the end of the file /etc/apache2/httpd.conf included directives to
  these new files:

  ###At the very end of httpd.conf I added this lines###
  # FastCGI
  Include /private/etc/apache2/extra/httpd-fastcgi.conf

  # TRAC
  Include /private/etc/apache2/extra/httpd-trac.conf
  ###Ends httpd.conf###

  Then I restarted the server and tried the URLShttp://localhost/trac
  andhttps://localhost/tracandneither of them worked. I get a:

  Forbidden
  You don't have permission to access /trac on this server.

  With both of them. In the apache2 error_log I get:

  [Thu Jun 26 00:43:51 2008] [error] [client ::1] client denied by
  server configuration: /usr/local/share/trac

  Sorry for the long post, but I'm trying to give as much information as
  I can think of in order to get some advice on what to try.

  Cheers,
  Max.
--~--~-~--~~~---~--~~
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] Setting up customer Trac

2008-07-09 Thread Jani Tiainen

I got pretty 'strange' request this morning from my boss. They would 
like to setup Trac for our customers end support.

Requirements were pretty simple:

Most important requirement:
Private tickets. Customer can enter only private tickets and can only 
see own private tickets and public tickets. Preferably grouped by 
company so several people from company can see company tickets.
Also there should be support people that can read all support tickets. 
They aren't Trac admins though.

Not so important but still important:

Self-registration with admin confirmation before access to system is 
granted.

Possiblity to authenticate users from both: our company ldap and 
internal database (customers)

Finnish language and dates/times.


-- 
Jani Tiainen

--~--~-~--~~~---~--~~
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: Setting up customer Trac

2008-07-09 Thread Jeroen Ruigrok van der Werven

-On [20080709 12:54], Jani Tiainen ([EMAIL PROTECTED]) wrote:
Finnish language and dates/times.

I only have a few smallish Finnish translations done, but I am not a native
speaker.

dates/times can for now be dealt with by setting the appropriate LC_TIME,
but it should be a preference option soon (dependent on Babel).

-- 
Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
No one can find me, here in my Soul...

--~--~-~--~~~---~--~~
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: Trac / Subversion / IDE integration

2008-07-09 Thread Bill Johnson

On Tue, 8 Jul 2008 16:54:10 -0400
  Aaron D. Marasco [EMAIL PROTECTED] wrote:
 I've had great luck with TortoiseSVN, the Windows GUI 
client.
 
 You can have it link to trac (using the previously 
mentioned post-commit
 scripts) using some special svn properties:
 
 bugtraq:label = Ticket:
 bugtraq:message = References #%BUGID%.
 bugtraq:url = 
http://URL_to_my_server/trac/ticket/%BUGID%
 tsvn:logtemplate =
 
 * Bullet
 * Bullet
 * Bullet
 
 
 
 The last one is optional but pre-fills the check-in 
window with trac bullet
 items.
 
 - Aaron


These items go in SVN where please?

--~--~-~--~~~---~--~~
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: Setting up customer Trac

2008-07-09 Thread Jason Galyon
I have had several people turn down Trac (or are waiting on it) due to no
private tickets for multiple projects.



On Wed, Jul 9, 2008 at 7:59 AM, Jani Tiainen [EMAIL PROTECTED] wrote:


 Jeroen Ruigrok van der Werven kirjoitti:
  -On [20080709 12:54], Jani Tiainen ([EMAIL PROTECTED]) wrote:
  Finnish language and dates/times.
 
  I only have a few smallish Finnish translations done, but I am not a
 native
  speaker.

 I've almost complete translation done, just needs to be tested is it
 sane or not...

  dates/times can for now be dealt with by setting the appropriate LC_TIME,
  but it should be a preference option soon (dependent on Babel).

 Well these are just minor issues. Main concern is to have private
 tickets so customers don't see each other issues (specially if they have
  some sensitive data)

 --

 Jani



 


--~--~-~--~~~---~--~~
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: Setting up customer Trac

2008-07-09 Thread Jani Tiainen

Jason Galyon kirjoitti:
 I have had several people turn down Trac (or are waiting on it) due to 
 no private tickets for multiple projects.
 
 
 
 On Wed, Jul 9, 2008 at 7:59 AM, Jani Tiainen [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 
 Jeroen Ruigrok van der Werven kirjoitti:
   -On [20080709 12:54], Jani Tiainen ([EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]) wrote:
   Finnish language and dates/times.
  
   I only have a few smallish Finnish translations done, but I am
 not a native
   speaker.
 
 I've almost complete translation done, just needs to be tested is it
 sane or not...
 
   dates/times can for now be dealt with by setting the appropriate
 LC_TIME,
   but it should be a preference option soon (dependent on Babel).
 
 Well these are just minor issues. Main concern is to have private
 tickets so customers don't see each other issues (specially if they have
  some sensitive data)

Of course since I can code if needed what it would require to make a 
plugin to handle private tickets so that once entered and marked 
private nobody else than user who entered ticket or some ticket 
masters can see it.

It definitely must be invisible or inaccessible from other places - 
including timeline etc.

-- 

Jani Tiainen


--~--~-~--~~~---~--~~
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] How to get the Trac bug and version data ?-I need help:)

2008-07-09 Thread BlueSky

Hello,

I am a novice. I plan to study whether the design measures can predict
fault-prone classes in Python. Through investigating, Trac is a good
experimental subject.
I need the the Trac bug and version data. Is there any web API for
accessing the Trac bug and version databases?
It is a little fussy to download the Ticket and ChangeSet pages and
parse these pages:)

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



[Trac] Re: Setting up customer Trac

2008-07-09 Thread yoheeb

On Jul 9, 8:57 am, Jani Tiainen [EMAIL PROTECTED] wrote:
 Jason Galyon kirjoitti:



  I have had several people turn down Trac (or are waiting on it) due to
  no private tickets for multiple projects.

  On Wed, Jul 9, 2008 at 7:59 AM, Jani Tiainen [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:

  Jeroen Ruigrok van der Werven kirjoitti:
-On [20080709 12:54], Jani Tiainen ([EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]) wrote:
Finnish language and dates/times.

I only have a few smallish Finnish translations done, but I am
  not a native
speaker.

  I've almost complete translation done, just needs to be tested is it
  sane or not...

dates/times can for now be dealt with by setting the appropriate
  LC_TIME,
but it should be a preference option soon (dependent on Babel).

  Well these are just minor issues. Main concern is to have private
  tickets so customers don't see each other issues (specially if they have
   some sensitive data)

 Of course since I can code if needed what it would require to make a
 plugin to handle private tickets so that once entered and marked
 private nobody else than user who entered ticket or some ticket
 masters can see it.

 It definitely must be invisible or inaccessible from other places -
 including timeline etc.

 --

 Jani Tiainen

Does the PrivateTickets plugin not achieve what you want?  Since they
are required to register, with admin approval, the fact that you need
to set the permissions is not a big deal.

Or more likely some combination of the PrivateTickets plugin, the
SupportTicket Plugin, and the ClientsPlugin might provide all the data
and functionality you want.  As for not seeing in timeline etc.  My
thought would be to put those users in a group that doesn't have
permission(s) to view the timeline, or configure the timeline to not
show tickets.  At least the PrivateTickets plugin would be a good
starting place.  If you're after a single project, that just handles
support for multiple projects, a couple of these with liberal use of
Intertrac Links should do the job for the internal use part.  At least
that is where I would start.
--~--~-~--~~~---~--~~
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: Setting up customer Trac

2008-07-09 Thread Alec Thomas

2008/7/9 Jani Tiainen [EMAIL PROTECTED]:

 Jason Galyon kirjoitti:
 I have had several people turn down Trac (or are waiting on it) due to
 no private tickets for multiple projects.



 On Wed, Jul 9, 2008 at 7:59 AM, Jani Tiainen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:


 Jeroen Ruigrok van der Werven kirjoitti:
   -On [20080709 12:54], Jani Tiainen ([EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]) wrote:
   Finnish language and dates/times.
  
   I only have a few smallish Finnish translations done, but I am
 not a native
   speaker.

 I've almost complete translation done, just needs to be tested is it
 sane or not...

   dates/times can for now be dealt with by setting the appropriate
 LC_TIME,
   but it should be a preference option soon (dependent on Babel).

 Well these are just minor issues. Main concern is to have private
 tickets so customers don't see each other issues (specially if they have
  some sensitive data)

 Of course since I can code if needed what it would require to make a
 plugin to handle private tickets so that once entered and marked
 private nobody else than user who entered ticket or some ticket
 masters can see it.

 It definitely must be invisible or inaccessible from other places -
 including timeline etc.

This whould be trivial using the 0.11 permission API. See the
vulnerability_tickets plugin [1] for an example.

[1] 
http://trac.edgewall.org/browser/trunk/sample-plugins/permissions/vulnerability_tickets.py

-- 
And the next thing you know, you're at the zoo, shaving a yak,
all so you can wax your car.

--~--~-~--~~~---~--~~
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: Ganymede no trac connector for mylyn?

2008-07-09 Thread yoheeb

On Jul 8, 4:52 pm, Stephen Moretti [EMAIL PROTECTED]
wrote:
 2008/7/8 [EMAIL PROTECTED]:



  Hi all,

  thought I would try out the latest, greatest eclipse, I have 3.3.2
  working with the trac connector for mylyn, and I will admit, it's
  nice.

  after installing Ganymede, I cant' seem to find the trac connector in
  the Mylyn updates.  Does it not exist yet?  That's a bummer if not.  I
  realize this is probably better posted on the Eclipse/Mylyn sites,
  just thought I would take a stab here first.

 Look forhttp://download.eclipse.org/tools/mylyn/update/extrasin the
 Manage Sites section of the software update panel. Check the box to add it
 to a list of Available software.  You should now be able to find the
 mylyn/trac connector.

 Regards

 Stephen

Ahh, thanks, found it, what a pain.  Unfortunately there is a whole
patch process needed to make it work with custom workflows.  Which I
was instructed to download the Mylyn source, apply the patches, and
rebuild the Mylyn stuff.  (applying the patch to xmlrpc is trivial)
So much for java and write once, run anywhere.  I'll be waiting until
this solution matures a bit, since the only Java I enjoy is in my
mug.  That said, thanks for the quick response, I was able to quickly
get up and running and show the value/usefulness of it to the team,
and well, they like it.  even without the workflow functionality it
has value to us.

Guess I am just spoiled by python and setup_tools, everything java
just seems so hard comparatively :D

Again,

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



[Trac] Re: Setting up customer Trac

2008-07-09 Thread Noah Kantrowitz

On Jul 9, 2008, at 10:09 AM, [EMAIL PROTECTED] wrote:


 On Jul 9, 8:57 am, Jani Tiainen [EMAIL PROTECTED] wrote:
 Jason Galyon kirjoitti:



 I have had several people turn down Trac (or are waiting on it)  
 due to
 no private tickets for multiple projects.

 On Wed, Jul 9, 2008 at 7:59 AM, Jani Tiainen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

Jeroen Ruigrok van der Werven kirjoitti:
 -On [20080709 12:54], Jani Tiainen ([EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]) wrote:
 Finnish language and dates/times.

 I only have a few smallish Finnish translations done, but I am
not a native
 speaker.

I've almost complete translation done, just needs to be tested  
 is it
sane or not...

 dates/times can for now be dealt with by setting the appropriate
LC_TIME,
 but it should be a preference option soon (dependent on Babel).

Well these are just minor issues. Main concern is to have private
tickets so customers don't see each other issues (specially if  
 they have
 some sensitive data)

 Of course since I can code if needed what it would require to make a
 plugin to handle private tickets so that once entered and marked
 private nobody else than user who entered ticket or some ticket
 masters can see it.

 It definitely must be invisible or inaccessible from other places -
 including timeline etc.

 --

 Jani Tiainen

 Does the PrivateTickets plugin not achieve what you want?  Since they
 are required to register, with admin approval, the fact that you need
 to set the permissions is not a big deal.

Right, the only thing you would need to add to PrivateTickets is make  
it check a custom field first to see if it should run the permission  
check at all (private vs. public ticket), as it is currently, all  
tickets are private.

--Noah

--~--~-~--~~~---~--~~
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: CopyTicket plugin: Clone to new Tab?

2008-07-09 Thread Noah Kantrowitz

On Jul 9, 2008, at 3:39 AM, Daniel Lowicki wrote:


 Would you give it a try?

The implication was that _you_ could try making the change.

--Noah

--~--~-~--~~~---~--~~
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: public (wiki)start page

2008-07-09 Thread Noah Kantrowitz

On Jul 8, 2008, at 3:33 PM, Frank wrote:


 Hello,

 is there a way to have a public start page of a trac site, which can
 be viewed by anonymous, but the rest of the wiki cannot be viewed by
 anonymous?
 I already played with PrivateWikisPlugin but as far I can see I have
 to give the WIKI_VIEW permission to anonymous and then define
 PRIVATE_* permission for every page the anonymous should not see which
 is the whole wiki except the startpage in my case and which is not a
 real solution because every newly created page is viewable by
 anonymous as long as the admin has not defined a PRIVATE_* permission
 for the page yet.
 At that point two other questions arise: How could I add folders to
 the wiki? Can I configure somewhere what page is the start page of the
 wiki?

Look at the example authz security policy in the sample-plugins folder.

--Noah

--~--~-~--~~~---~--~~
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] problem with subversion

2008-07-09 Thread svaens

Hi all,

Am just now trying trac out for the first time,
and wanted to link it to an existing code repository (subversion
repo).
So, obviously there is no doubt that I have a real subversion repo
here...
I can use the svn tools and query from the folder;
eg:
svn info

and I get a nice listing of repository information, proving (to me at
least) that I have a good working directory.

However, when I setup trac for the first time (following instructions
for the windows install
http://trac.edgewall.org/wiki/TracOnWindows#GettingStarted
Trac on Windows, Method 1: Using Installers

as a test, (as suggested) I ran trac using the kindly provided simple
webserver tracd
eg
C:\Python25\Scriptstracd-script.py -p 8000 c:\dev\trac\xsltReportGen
i've been able to connect to the start site, and navigate to the
project I created. All good.

However!

I have this big (and significant) warning;

Warning: Can't synchronize with the repository (C:/dev/svn/project
does not appear to be a Subversion repository).

And so I have been unable to browse the repository using trac.

Any idea what the problem may be?


Thanks in advance for any help!

sean




--~--~-~--~~~---~--~~
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: Ganymede no trac connector for mylyn?

2008-07-09 Thread Stephen Moretti
2008/7/9 [EMAIL PROTECTED]:


 On Jul 8, 4:52 pm, Stephen Moretti [EMAIL PROTECTED]
 wrote:
  2008/7/8 [EMAIL PROTECTED]:
 
 
 
   Hi all,
 
   thought I would try out the latest, greatest eclipse, I have 3.3.2
   working with the trac connector for mylyn, and I will admit, it's
   nice.
 
   after installing Ganymede, I cant' seem to find the trac connector in
   the Mylyn updates.  Does it not exist yet?  That's a bummer if not.  I
   realize this is probably better posted on the Eclipse/Mylyn sites,
   just thought I would take a stab here first.
 
  Look forhttp://download.eclipse.org/tools/mylyn/update/extrasin the
  Manage Sites section of the software update panel. Check the box to add
 it
  to a list of Available software.  You should now be able to find the
  mylyn/trac connector.
 
  Regards
 
  Stephen

 Ahh, thanks, found it, what a pain.  Unfortunately there is a whole
 patch process needed to make it work with custom workflows.  Which I
 was instructed to download the Mylyn source, apply the patches, and
 rebuild the Mylyn stuff.  (applying the patch to xmlrpc is trivial)
 So much for java and write once, run anywhere.  I'll be waiting until
 this solution matures a bit, since the only Java I enjoy is in my
 mug.  That said, thanks for the quick response, I was able to quickly
 get up and running and show the value/usefulness of it to the team,
 and well, they like it.  even without the workflow functionality it
 has value to us.

 Guess I am just spoiled by python and setup_tools, everything java
 just seems so hard comparatively :D


Ooo.. there's a patch for xmlrpc???!!   Where??  gimme?? ;)

--~--~-~--~~~---~--~~
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: Ganymede no trac connector for mylyn?

2008-07-09 Thread yoheeb

On Jul 9, 11:38 am, Stephen Moretti [EMAIL PROTECTED]
wrote:
 Ooo.. there's a patch for xmlrpc???!!   Where??  gimme?? ;)

you can get to pretty much everything from here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=223173
although the xmlrpc plugin existing tickets are easier to follow
regarding the trac stuff.
--~--~-~--~~~---~--~~
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: problem with subversion

2008-07-09 Thread Sean Van Buggenum
Hi,

Thanks for the quick reply, sure. Here are my configuration details.
As stated before, I followed the instructions for the windows install, and
so installed the following:

1. svn-1.4.2-setup.exe
2. python-2.5.2.msi
3. Trac-0.11.win32.exe
4. Genshi-0.5.win32-py2.5.exe
5. pysqlite-2.4.0.win32-py2.5.exe
6. svn-python-1.4.6.win32-py2.5.exe


doing a svn info on the target repository folder gives me the following
information:

C:\dev\svn\astraiasvn info
Path: .
URL: svn://leto/astraia/trunk
Repository Root: svn://leto
Repository UUID: ddfa4bae-9e45-4718-84dc-f690a1708df4
Revision: 861
Node Kind: directory
Schedule: normal

I assume you don't want my mostly default trac.ini file, but here is what I
think is important here:


[trac]
authz_file =
authz_module_name =
auto_reload = False
base_url =
check_auth_ip = true
database = sqlite:db/trac.db
default_charset = iso-8859-15
htdocs_location =
ignore_auth_case = false
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
metanav = login,logout,prefs,help,about
permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
permission_store = DefaultPermissionStore
repository_dir = C:\dev\svn\astraia
repository_type = svn
show_email_addresses = false
timeout = 20
use_base_url_for_redirect = False

I installed my trac project at:

C:\dev\trac\xsltReportGen
so in otherwords, the ini file (part of which I posted just above) is at
C:\dev\trac\xsltReportGen\conf
the ini file is being correctly read. I know this because when i change the
variable 'repository_dir'
the error in the home page of my trac site changes to include the new path,
which, while also being valid, also doesn't work with trac.

Thanks again for any reply!!





On 7/9/08, Emmanuel Blot [EMAIL PROTECTED] wrote:


  Any idea what the problem may be?


 A configuration issue.

 Please provide some details about your setup: where is your SVN
 repository located, which SVN repos path did you submit to the
 trac-admin prompt when you created your Trac environment, which
 version of Trac you use, etc.

 Cheers,
 Manu

 


--~--~-~--~~~---~--~~
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: problem with subversion

2008-07-09 Thread Emmanuel Blot

 C:\dev\svn\astraiasvn info
 Path: .
 URL: svn://leto/astraia/trunk
 Repository Root: svn://leto

So this means that C:\dev\svn\astraia is a *working copy* of some SVN
repository, whereas

 [trac]
 repository_dir = C:\dev\svn\astraia
 repository_type = svn

you tell Trac that your working copy is a SVN repository.

repository_dir should point to the repository path, NOT a working copy

In other word, the path you gave to svnadmin create when you've
initialized your SVN repository.
As an additional but nevertheless important note, SVN repository and
Trac should be on the same machine

HTH,
Manu

--~--~-~--~~~---~--~~
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] How to add RSS feed to individual page

2008-07-09 Thread YC

All,
  I need to monitor individual pages for latest content changes. I've
installed the TracWikiNotification plugin and it allows me to watch
individual pages. The only thing is that it sends notification via
email but I would like to give users the option to view it via their
favourite RSS reader.

The timeline RSS works but it shows all changes on the wiki and not on
individual pages.

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



[Trac] Re: public (wiki)start page

2008-07-09 Thread Frank Hempel

Noah Kantrowitz schrieb:
 On Jul 8, 2008, at 3:33 PM, Frank wrote:
 
 Hello,

 is there a way to have a public start page of a trac site, which can
 be viewed by anonymous, but the rest of the wiki cannot be viewed by
 anonymous?
 I already played with PrivateWikisPlugin but as far I can see I have
 to give the WIKI_VIEW permission to anonymous and then define
 PRIVATE_* permission for every page the anonymous should not see which
 is the whole wiki except the startpage in my case and which is not a
 real solution because every newly created page is viewable by
 anonymous as long as the admin has not defined a PRIVATE_* permission
 for the page yet.
 At that point two other questions arise: How could I add folders to
 the wiki? Can I configure somewhere what page is the start page of the
 wiki?
 
 Look at the example authz security policy in the sample-plugins folder.

that's it. Many Thanks!

Frank


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