[Trac] Re: Wiki Templates

2008-06-04 Thread Erik Andersson
0.11 really is good enough to use already. We've been running it for more
then ½ year.

Cheers

On Wed, Jun 4, 2008 at 3:09 AM, José Renato (br) [EMAIL PROTECTED] wrote:


 This is perfect to me, thanks didley..

 but is for 0.11  I will have to wait until the final version..

 Thanks again.

 On 3 jun, 17:10, didley [EMAIL PROTECTED] wrote:
  Try this
 
  http://trac.edgewall.org/wiki/PageTemplates
 
   -didley
 


--~--~-~--~~~---~--~~
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: AccountManager Plugin w digest, wrong method?

2008-06-04 Thread Hr. Johannes Loose

Hello John

The ticket ID is  #3132.

http://trac-hacks.org/ticket/3132

If I could help in any manner (without python programming knowledge), please 
let me know.

Best  regards

Johannes


Hr. Johannes Loose wrote:

 I'm stuck here. Have I misconfigured something (I believe so, but what?), or 
 is a bug / 
version 
 issue? What can I do to fix this? Should I file a ticket or is it fully my 
 fault?

Would you please submit a ticket on trac-hacks.org against 
AccountManager.  You configuration looks fine, though I'm not sure what 
the problem is right now.

-John


--~--~-~--~~~---~--~~
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] Trac with FastCGI on lighttpd doesn't work: connect failed: Connection refused on unix:/tmp/trac-fastcgi.sock-3

2008-06-04 Thread Michael Schmarck

Good morning!

I installed Trac 0.11dev on a Solaris 10 Sparc system
and would like to use it with FastCGI under lighttpd 1.4.19.

To do so, I added the following to the lighttpd.conf:

 Trac:
server.modules += (mod_alias)
alias.url = (/trac/chrome/common =
/export/home/webservd/trac/Trac-0.11dev/trac/htdocs)

$HTTP[url] =~ ^/trac(?!/chrome/common) {
fastcgi.server = (/trac =
   (trac =
(socket = /tmp/trac-fastcgi.sock,
 bin-path =
/export/home/webservd/trac/Trac-0.11dev/cgi-bin/trac.fcgi,
 check-local = disable,
 bin-environment =
   (TRAC_ENV = /export/home/webservd/trac/trac,
   LC_TIME = de_CH,
   PYTHONPATH =
/opt/csw/lib/python/site-packages)
)
  )
)
}
auth.backend = htpasswd
$HTTP[url] =~ ^/trac {
   auth.backend.htpasswd.userfile =
/net/sys05/var/store/subversion/conf/svn-auth-file
}
auth.require = (/trac/login =
(method   = basic,
 realm= Trac,
 require  = valid-user
)
   )
 Trac!

I installed the Trac egg in the Python installation under
/opt/csw (ie. the binary is at /opt/csw/bin/python, site-packages
is at /opt/csw/lib/python/site-packages). Because of that,
I modified the 1st line of trac.fcgi to point to /opt/csw/bin/python
instead of /usr/bin/python.

I can startup lighttpd just fine with this configuration. BUT when
I try to access http://$SERVER/trac, I get this in the error log of
lighttpd:

2008-06-04 09:30:23: (log.c.75) server started
2008-06-04 09:30:28: (mod_fastcgi.c.1743) connect failed: Connection
refused on unix:/tmp/trac-fastcgi.sock-3
2008-06-04 09:30:28: (mod_fastcgi.c.2912) backend died; we'll disable
it for 5 seconds and send the request to another backend instead:
reconnects: 0 load: 1
2008-06-04 09:30:28: (mod_fastcgi.c.2432) unexpected end-of-file
(perhaps the fastcgi process died): 8
2008-06-04 09:30:28: (mod_fastcgi.c.3281) response not received,
request sent: 931 on socket: unix:/tmp/trac-fastcgi.sock-3 for /trac ,
closing connection

$ ls -la /tmp/trac-fastcgi.sock-*
srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-0
srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-1
srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-2
srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-3

Those files get created when I start lighttpd.

I can use Trac just fine when I use the standalone tracd,
which is in /opt/csw/bin.

What did I do wrong?

Thanks a lot,

Michael

--~--~-~--~~~---~--~~
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] Announce new version of email2trac (version 0.30)

2008-06-04 Thread Bas van der Vlies

2008-05-30
* Fixed debian control file. Package can be build on any platform  
and
  not only on i386 platforms:

  Author: Christian Iversen ci add sikkerhed dot org
  Applied by: Bas van der Vlies

* We now use the trac configuration parser routine
  Author: andrei2102 add gmail dot com
  Applied by: Bas van der Vlies

* Added new command line option -n/--dry-run. This option only show
  what commands will be executed.
  Author: Bas van der Vlies

* the default values for tickets can now also be set in
 'email2trac.conf'. So you can use different values when an email
  is converted to a ticket. The ticket value is set to this rules
   - email2trac.conf
   - trac.ini

  email2trac.conf use same format as trac.ini, eg email2trac.conf:
[project]
default_component : test

  closes request #55, for more info see:
  - https://subtrac.sara.nl/oss/email2trac/wiki/ 
Email2tracConfiguration

   Requested by: greg dot deakyne at etapestry dot com
   Implemented by: Bas van der Vlies

* Fixed a bug in ticket_update. It failed when project did not have
  ticket component field,  closes bug #62
  Reported by: gernot dot hillier add siemens dot com
  Fixed by: Bas van der Vlies

* run_email2trac.c:
   - can no longer segfault after a failed malloc.
   - after set*id failure, you'll get a diagnostic (or at least
 nonzero exit status) and it won't attempt the exec.

  Author: Jim Meyering jim add meyering dot net
  Applied by: Bas van der Vlies

   * Made some approvements to spam function:
   - If the he X-Spam-Score header is present, but has no value
  email2trac will crash, closes #63

   - Added config option which header field we must check
 for determing if mail is Spam, eg:
  - spam_header : X-Spam-Level (default: X-Spam-Score)

  Author: email2trac at bulk dot squeakyblue dot com
  Applied by: Bas van der Vlies

* black_list  is now a configuration option and is used to deny
  email addesses, default value is: MAILER-DAEMON@

  Can specifiy more then one email adress seperated by ',', eg:
  black_list : [EMAIL PROTECTED], [EMAIL PROTECTED]

  closes #39, #56

  Author: Bas van der Vlies

* if mailto_link + german umlaut problem is fixed, closes #60
  Reported by: alex at pirsig dot net
  Fixed by: Bas van der Vlies



= Info about the package

https://subtrac.sara.nl/oss/email2trac

the latest stable email2trac package is available from:
 ftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz

email2trac - utilities
--

This is a release of the SARA package email2trac that contains utilities
that we use to convert emails to trac tickets. The initial setup was  
made
by Daniel Lundin from Edgewall Software. SARA has extend the initial  
setup,
with the following extensions:

  - HTML messages
  - Attachments
  - Use commandline options
  - Config file is used to control the behaviour of the email2trac
software
  - Unicode support for special characters in the headers of an  
email
message
  - Ticket updates via mail

Comments or Suggestions mail them to:
email2trac [EMAIL PROTECTED]

http://www.sara.nl for more info about SARA.


--
Bas van der Vlies
[EMAIL PROTECTED]




--~--~-~--~~~---~--~~
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: Announce new version of email2trac (version 0.30)

2008-06-04 Thread Culapov Andrei

Very good news. Thank you for the great work you are doing.
I'll update to this version.

On Wed, Jun 4, 2008 at 10:52 AM, Bas van der Vlies [EMAIL PROTECTED] wrote:

 2008-05-30
* Fixed debian control file. Package can be build on any platform
 and
  not only on i386 platforms:

  Author: Christian Iversen ci add sikkerhed dot org
  Applied by: Bas van der Vlies

* We now use the trac configuration parser routine
  Author: andrei2102 add gmail dot com
  Applied by: Bas van der Vlies

* Added new command line option -n/--dry-run. This option only show
  what commands will be executed.
  Author: Bas van der Vlies

* the default values for tickets can now also be set in
 'email2trac.conf'. So you can use different values when an email
  is converted to a ticket. The ticket value is set to this rules
   - email2trac.conf
   - trac.ini

  email2trac.conf use same format as trac.ini, eg email2trac.conf:
[project]
default_component : test

  closes request #55, for more info see:
  - https://subtrac.sara.nl/oss/email2trac/wiki/
 Email2tracConfiguration

   Requested by: greg dot deakyne at etapestry dot com
   Implemented by: Bas van der Vlies

* Fixed a bug in ticket_update. It failed when project did not have
  ticket component field,  closes bug #62
  Reported by: gernot dot hillier add siemens dot com
  Fixed by: Bas van der Vlies

* run_email2trac.c:
   - can no longer segfault after a failed malloc.
   - after set*id failure, you'll get a diagnostic (or at least
 nonzero exit status) and it won't attempt the exec.

  Author: Jim Meyering jim add meyering dot net
  Applied by: Bas van der Vlies

   * Made some approvements to spam function:
   - If the he X-Spam-Score header is present, but has no value
  email2trac will crash, closes #63

   - Added config option which header field we must check
 for determing if mail is Spam, eg:
  - spam_header : X-Spam-Level (default: X-Spam-Score)

  Author: email2trac at bulk dot squeakyblue dot com
  Applied by: Bas van der Vlies

* black_list  is now a configuration option and is used to deny
  email addesses, default value is: MAILER-DAEMON@

  Can specifiy more then one email adress seperated by ',', eg:
  black_list : [EMAIL PROTECTED], [EMAIL PROTECTED]

  closes #39, #56

  Author: Bas van der Vlies

* if mailto_link + german umlaut problem is fixed, closes #60
  Reported by: alex at pirsig dot net
  Fixed by: Bas van der Vlies



 = Info about the package

 https://subtrac.sara.nl/oss/email2trac

 the latest stable email2trac package is available from:
 ftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz

 email2trac - utilities
 --

 This is a release of the SARA package email2trac that contains utilities
 that we use to convert emails to trac tickets. The initial setup was
 made
 by Daniel Lundin from Edgewall Software. SARA has extend the initial
 setup,
 with the following extensions:

  - HTML messages
  - Attachments
  - Use commandline options
  - Config file is used to control the behaviour of the email2trac
software
  - Unicode support for special characters in the headers of an
 email
message
  - Ticket updates via mail

 Comments or Suggestions mail them to:
email2trac [EMAIL PROTECTED]

 http://www.sara.nl for more info about SARA.


 --
 Bas van der Vlies
 [EMAIL PROTECTED]




 


--~--~-~--~~~---~--~~
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 with FastCGI on lighttpd doesn't work: connect failed: Connection refused on unix:/tmp/trac-fastcgi.sock-3

2008-06-04 Thread Michael Schmarck

Hello!

Michael Schmarck [EMAIL PROTECTED] writes:

 I can startup lighttpd just fine with this configuration. BUT when
 I try to access http://$SERVER/trac, I get this in the error log of
 lighttpd:
 
 2008-06-04 09:30:23: (log.c.75) server started
 2008-06-04 09:30:28: (mod_fastcgi.c.1743) connect failed: Connection
 refused on unix:/tmp/trac-fastcgi.sock-3
 2008-06-04 09:30:28: (mod_fastcgi.c.2912) backend died; we'll disable
 it for 5 seconds and send the request to another backend instead:
 reconnects: 0 load: 1
 2008-06-04 09:30:28: (mod_fastcgi.c.2432) unexpected end-of-file
 (perhaps the fastcgi process died): 8
 2008-06-04 09:30:28: (mod_fastcgi.c.3281) response not received,
 request sent: 931 on socket: unix:/tmp/trac-fastcgi.sock-3 for /trac ,
 closing connection
 
 $ ls -la /tmp/trac-fastcgi.sock-*
 srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-0
 srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-1
 srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-2
 srwxr-xr-x   1 webservd nobody 0 Jun  4 09:30 /tmp/trac-fastcgi.sock-3

As you can see/deduce here, I have lighttpd setup so, that it runs
as webservd user. To get everything to work, I needed to point
PYTHON_EGG_CACHE to some directory, were that user can write to.
So I changed my lighttpd.conf to read:

$HTTP[url] =~ ^/trac(?!/chrome/common) {
# Even if you have other fastcgi.server declarations for applications other than
Trac, do NOT use += here
fastcgi.server = (/trac =
   (trac =
(socket = /var/tmp/trac/fastcgi.sock,
 bin-path =
/export/home/webservd/trac/Trac-0.11dev/cgi-bin/trac.fcgi,
 check-local = disable,
 bin-environment =
   (TRAC_ENV = /export/home/webservd/trac/trac,
   LC_TIME = de_CH,
   PYTHONPATH = 
/opt/csw/lib/python/site-packages,
   PYTHON_EGG_CACHE = /var/tmp/trac)
)
  ) 
)
}

Ie. I needed to add PYTHON_EGG_CACHE to the bin-environment.

That's of course also covered in the Trac documentation at
http://trac.edgewall.org/wiki/TracFastCgi#SimpleLighttpdConfiguration :)

Out of interest: Where does lighttpd/python/trac/$whatever try to
write to, if PYTHON_EGG_CACHE is not set?

Thanks a lot,
Michael


--~--~-~--~~~---~--~~
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: Wiki Templates

2008-06-04 Thread Zoom . Quiet
On Wed, Jun 4, 2008 at 2:26 PM, Erik Andersson [EMAIL PROTECTED] wrote:
 0.11 really is good enough to use already. We've been running it for more
 then ½ year.

Y! in Kingsoft.com ~ chinese oldest soft com.
some team usage 0.11 more half year yet ;)
 Cheers

 On Wed, Jun 4, 2008 at 3:09 AM, José Renato (br) [EMAIL PROTECTED] wrote:

 This is perfect to me, thanks didley..

 but is for 0.11  I will have to wait until the final version..

 Thanks again.

 On 3 jun, 17:10, didley [EMAIL PROTECTED] wrote:
  Try this
 
  http://trac.edgewall.org/wiki/PageTemplates
 
   -didley






-- 
'''过程改进乃是催生可促生靠谱的人的组织!
PE keeps evolving organizations which promoting people be good!
'''http://zoomquiet.org
Pls. usage OOo to replace M$ Office. http://zh.openoffice.org
Pls. usage 7-zip to replace WinRAR/WinZip. http://7-zip.org
You can get the truely Freedom 4 software.

--~--~-~--~~~---~--~~
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] Disadvantages of tracd?

2008-06-04 Thread Michael Schmarck

Hello.

I setup Trac on a (virtual) server, which will only host Trac. Right now,
I'm using FastCGI+lighttpd on that system and have it configured so,
that every request to / is served by the Trac FastCGI system.

I'm currently pondering, if that makes sense to have it that way.

Wouldn't it be easier to use the standalone tracd and have it serve
content on port 80, instead of lighttpd? Performance (speed) isn't
so important.

What kind of disadvantages would I get, if I'd dump lighttpd (or
any other webserver, like Apache or whatnot) and would use
tracd directly? Again: That server will never host anything else
as Trac.

Cheers,
Michael

--~--~-~--~~~---~--~~
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: Disadvantages of tracd?

2008-06-04 Thread Christopher Taylor

Well for one going through Apache will give you the the ability to
authenticate through apache which is able to authenticate using LDAP
 great for a corporate environment where people don't want to
remember multiple passwords.  I'm sure there are a few others but
that's the first that comes to mind.

-Chris

On Wed, Jun 4, 2008 at 7:26 AM, Michael Schmarck
[EMAIL PROTECTED] wrote:

 Hello.

 I setup Trac on a (virtual) server, which will only host Trac. Right now,
 I'm using FastCGI+lighttpd on that system and have it configured so,
 that every request to / is served by the Trac FastCGI system.

 I'm currently pondering, if that makes sense to have it that way.

 Wouldn't it be easier to use the standalone tracd and have it serve
 content on port 80, instead of lighttpd? Performance (speed) isn't
 so important.

 What kind of disadvantages would I get, if I'd dump lighttpd (or
 any other webserver, like Apache or whatnot) and would use
 tracd directly? Again: That server will never host anything else
 as Trac.

 Cheers,
 Michael

 


--~--~-~--~~~---~--~~
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 DateFormat FastCGi Mode

2008-06-04 Thread Tom Kaiser

I'm running trac 0.11 RC1 in FastCGI-mode on Debian/Gentoo, Apache1.3
and I'm trying to set the dateFormat to european style (DD MM YY
instead of MM/DD/YY).

I tried nearly everything stated in the FAQ

- the locale de_DE is installed on the machine
- SetEnv LC_TIME de_DE right after TRAC_ENV in my virtualHost
section or mainConfig
  section
- added ENV=LC_TIME=de_DE to /etc/init.d/apache

( mod_python section doesn't apply, since I'm not using mod_python :)

restarted Apache after each change of course and tested trac again.
No change in the dateFormat (tried timeline and roadmap).

Am I missing something basic here ?
Or is there some more config stuff to do to make it work with
FastCGI ?

Any solutions/hints/ideas ?

TIA  Aloha,
tom

--~--~-~--~~~---~--~~
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] dashboard view of multiple projects?

2008-06-04 Thread alex

Related to the recent post about multiple projects, I was wondering if
there's an easy way to create a dashboard view of the status of
multiple trac projects on a single page. What I have in mind is a
front page which shows all the latest revisions/tickets/milestones for
several projects at a glance. I can do this on a per-project basis
using TracQuery, but I don't think this works across projects. Any
suggestions would be greatly appreciated!

thanks,
Alex

--~--~-~--~~~---~--~~
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] discussion plugin

2008-06-04 Thread Alex da Franca

Hi list,

I can't get the dicussion plugin to work with my trac install (0.12)

it seems to have problems with the latest genshi, which was installed  
by the latest pygments release.

I get the following error:

Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/ 
trac/web/api.py, line 344, in send_error
 data, 'text/html')
   File /usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/ 
trac/web/chrome.py, line 741, in render_template
 stream.render(method, doctype=doctype, out=buffer)
   File build/bdist.linux-i686/egg/genshi/core.py, line 179, in render
 return encode(generator, method=method, encoding=encoding, out=out)
   File build/bdist.linux-i686/egg/genshi/output.py, line 61, in  
encode
 for chunk in iterator:
   File build/bdist.linux-i686/egg/genshi/output.py, line 311, in  
__call__
 for kind, data, pos in stream:
   File build/bdist.linux-i686/egg/genshi/output.py, line 748, in  
__call__
 for kind, data, pos in stream:
   File build/bdist.linux-i686/egg/genshi/output.py, line 587, in  
__call__
 for kind, data, pos in stream:
   File build/bdist.linux-i686/egg/genshi/output.py, line 702, in  
__call__
 text = mjoin(textbuf, escape_quotes=False)
   File build/bdist.linux-i686/egg/genshi/core.py, line 462, in join
 for item in seq]))
   File build/bdist.linux-i686/egg/genshi/core.py, line 488, in escape
 text = unicode(text).replace('', 'amp;') \
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position  
904: ordinal not in range(128)


I am using mysql as database on a debian linux with python2.5. trac is  
run via fcgid.
The discussion plugin used to work, before I messed up everything by  
updating the debian system...
:-(

is that a genshi thingie?
my guess is that it is related to pygments having updated genshi.
wrong?



--~--~-~--~~~---~--~~
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: Disadvantages of tracd?

2008-06-04 Thread Michael Schmarck

Hi!

On Wed, Jun 4, 2008 at 2:25 PM, Christopher Taylor [EMAIL PROTECTED] wrote:

 Well for one going through Apache will give you the the ability to
 authenticate through apache which is able to authenticate using LDAP

Ah, yes, LDAP. Good point. Right now, we don't use LDAP for
Trac, but we will (more or less) soon do that. I read that there's
a LdapPlugin at trac-hacks and assumed, that it would also do
authentication (I hadn't looked at the Plugin page). But it clearly
says, that it does not and relies on Apache2 to do that. I suppose
that the LDAP interface of lighttpd's mod_auth would be well
as well, wouldn't it?

Michael

--~--~-~--~~~---~--~~
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: Multi project

2008-06-04 Thread Chris Mulligan
I'd personally prefer an ubuntu (meta?)package, but I know most of my
coworkers would install from source.

On Wed, Jun 4, 2008 at 1:53 AM, Robert C Corsaro [EMAIL PROTECTED]
wrote:


 Chris Mulligan wrote:
  That sounds pretty nifty. We've actually made internal versions of a lot
 of
  those features (an IRC bot that parses the RSS feed, for example). I'm
  pretty confused about how to actually setup and use oforge, but it looks
  like it could be a pretty neat project.
 

 Yes.  Documentation is a mess. I'm going to work on it this week.  If
 you are interested in setting it up, there are a few options.

 1) use the oforge appliance, which is a vmware image
 2) use the oforge overlay, which will work on any gentoo system
 3) install from source.  there is a script share/examples/setup.sh that
 will do the job.  If you use it, please look at the code first.  It's
 not incredibly generic and can use some tweaking.

 I'd be interested to hear how you would like to set it up and what OS
 you are using.  I'd like to eventually have rpm and deb packages.  Good
 luck and feel free to contact myself, or anyone one my team.  We are on
 irc.freenode.org in the #trac channel.  I'm doki_pen and my teamates are
 aculapov, cbalan and dgynn.

 We will be making an official announcement this week and are very
 excited to get some users.  I can insure you that you will get good
 support if you decide to give it a whirl.


 


--~--~-~--~~~---~--~~
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: dashboard view of multiple projects?

2008-06-04 Thread Robert C Corsaro

alex wrote:
 Related to the recent post about multiple projects, I was wondering if
 there's an easy way to create a dashboard view of the status of
 multiple trac projects on a single page. What I have in mind is a
 front page which shows all the latest revisions/tickets/milestones for
 several projects at a glance. I can do this on a per-project basis
 using TracQuery, but I don't think this works across projects. Any
 suggestions would be greatly appreciated!
 
Something like this is on our OForge road map.  The biggest issue is, 
you don't want to load all of your environments every time you view the 
dashboard page.  If there are hundreds of environments, this will be a 
pig process.

--~--~-~--~~~---~--~~
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] Running Trac on / with lighttpd in FastCGI

2008-06-04 Thread Michael Schmarck

Hello.

I'd like to run Trac 0.11dev on a lighttpd 1.4.19 server
in FastCGI mode. This server is a virtual server (a
Solaris 10 zone, if you must know) and is dedicated
for hosting Trac. There is only 1 Trac environment and
I doubt that there'll ever be more than one. So let's
say that there will never be more than one.

Because of all of that, I'd like to serve the Trac
content from / of the web server. To do so, I added
this to the lighttpd.conf:

 Trac:
# http://trac.edgewall.org/wiki/TracFastCgi#SimpleLighttpdConfiguration
server.modules += (mod_alias)
server.modules += (mod_fastcgi)

alias.url = (/chrome/common =
/export/home/webservd/trac/Trac-0.11dev/trac/htdocs)

$HTTP[url] =~ ^(?!/chrome/common) {
fastcgi.server = (/ =
   (trac =
(socket = /var/tmp/trac/fastcgi.sock,
 bin-path =
/export/home/webservd/trac/Trac-0.11dev/cgi-bin/trac.fcgi,
 check-local = disable,
 bin-environment =
   (TRAC_ENV = /export/home/webservd/trac/trac,
   LC_TIME = de_CH,
   PYTHONPATH =
/opt/csw/lib/python/site-packages,
   PYTHON_EGG_CACHE = /var/tmp/trac)
)
  )
)
}
auth.backend = htpasswd
$HTTP[url] =~ ^/ {   auth.backend.htpasswd.userfile =
/net/winds05/var/store/subversion/conf/svn-auth-file  }
auth.require = (/login =
(method   = basic,
 realm= Trac,
 require  = valid-user
)
   )
 Trac!

So, fastcgi.server is serving /. But that doesn't work too well... :(

For example, when I click on Wiki, I go to
http://$SERVER/wiki. Fine. But when I click again
on Wiki, I go to http://$SERVER/wiki/wiki. Not fine :(
And when I''m on http://$SERVER/wiki and click
on Login, I'm redirected to http://$SERVER/wiki/login
and get an error:

  Trac Error
  Authentication information not available. Please refer to the
installation documentation.

When I go to http://$SERVER/login, the HTTP Basic
Auth login dialog box of the browser shows up, just
like it should.

Another oddity: I can go to http://$SERVER/WhatNot
and see the normal Wiki start page. And from WhatNot,
I can go to, let's say, Timeline - http://$SERVER/WhatNot/timeline.
Not quite what I'd expect to happen...

I guess there's some more that I'd need to do. But looking
at http://trac.edgewall.org/, I see that it IS possible to have
Trac on / with lighttpd. Is it, by chance, possible to have a
look at the lighttpd configuration and trac.ini as used by
Edgewall?

Thanks a lot,
Michael

--~--~-~--~~~---~--~~
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] Trac on windows server checklist..

2008-06-04 Thread yoheeb

Hi all.

Ok, I have played with trac a bit, and some other supporting tools and
plugins, etc.  I managed to get my hands on a server to properly
host it on for our use internally.  The upper IT folks just refuse to
give us an outward facing server.  So all of our outsources, will get
vpn, or onsite access only, bummer, but a small step in the right
direction.

That said, the server we are getting is running windows.  I have seen/
browsed the on windows wikis out there, and all seems good.  here is
what I hope to run, and really just need to know if there are any
gotchas I need to know about ahead of time.  I also will have admin
rights on the box, but am not an IT admin anymore, so my windows
server knowledge is, well, lame nowadays.

anyway:

* assumption: running Apache on windows.
Trac
Subversion
probably php and all that jazz, although, at this moment, I have no
need for it.
the following plugins I am hoping to go with:
TimingAndEstimation
TracIniAdmin
TracAccountManager
TracUserManagerPlugin
XMLRPC plugin
MasterTicketsPlugin
and probably the black magic one.

Will have custom workflow, and probably have a handler hook as I want
to do some stuff behind the scenes on one of the transitions of the
workflow.

Ok, I am sure there are other I might want, or NEED but I KNOW I
would like those.  That said I also want to do the following:

Multi-project setup  1-4 active most likely, and eventually those
become a  maintenance stage, so still around.
I also think I would want to use windows authentication somehow (is
that ldap?) access to the subversion and trac environments.  simply
because outsources will be internal to the network, and may never
actually access trac directly.  I envision a eclipse/mylan interface
very possible to the subversion/trac data.  I also see direct
subversion access via subversion clients (TortiseSVN, svn command
line, etc.) which may never actually utilize the trac DB).  I have no
issue with requiring a second login to trac(via the nice web interface
in one of the above plugins, I forget which one), just not sure if it
is needed.  If there are other tools/plugins you think will make this
objective go more smoothly, great, I can use that too, please let me
know.  Things like TracMetrix etc. I might want to use, etc.
Basically, I need to manage multiple projects, which are managed by
multiple people, who manage multiple sources/levels of access. :D  All
on bleeping windows serverswith no external facing web access

I think it's just the run of the mill TracOnWindows/Advanced path, but
was  looking for insight.

oh, yes, I personally prefer python 2.5, but seems like Apache needs
2.4, is that correct?  Anyone tried the windows bitNami installer?
that would work too.  etc.

I will try to really document well as I go, a future version of this
email from others is not needed in the mailing list.

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: Trac on windows server checklist..

2008-06-04 Thread yoheeb

On Jun 4, 10:23 am, [EMAIL PROTECTED] wrote:
 Hi all.

 Ok, I have played with trac a bit, and some other supporting tools and
 plugins, etc.  I managed to get my hands on a server to properly
 host it on for our use internally.  The upper IT folks just refuse to
 give us an outward facing server.  So all of our outsources, will get
 vpn, or onsite access only, bummer, but a small step in the right
 direction.

 That said, the server we are getting is running windows.  I have seen/
 browsed the on windows wikis out there, and all seems good.  here is
 what I hope to run, and really just need to know if there are any
 gotchas I need to know about ahead of time.  I also will have admin
 rights on the box, but am not an IT admin anymore, so my windows
 server knowledge is, well, lame nowadays.

 anyway:

 * assumption: running Apache on windows.
 Trac
 Subversion
 probably php and all that jazz, although, at this moment, I have no
 need for it.
 the following plugins I am hoping to go with:
 TimingAndEstimation
 TracIniAdmin
 TracAccountManager
 TracUserManagerPlugin
 XMLRPC plugin
 MasterTicketsPlugin
 and probably the black magic one.

 Will have custom workflow, and probably have a handler hook as I want
 to do some stuff behind the scenes on one of the transitions of the
 workflow.

 Ok, I am sure there are other I might want, or NEED but I KNOW I
 would like those.  That said I also want to do the following:

 Multi-project setup  1-4 active most likely, and eventually those
 become a  maintenance stage, so still around.
 I also think I would want to use windows authentication somehow (is
 that ldap?) access to the subversion and trac environments.  simply
 because outsources will be internal to the network, and may never
 actually access trac directly.  I envision a eclipse/mylan interface
 very possible to the subversion/trac data.  I also see direct
 subversion access via subversion clients (TortiseSVN, svn command
 line, etc.) which may never actually utilize the trac DB).  I have no
 issue with requiring a second login to trac(via the nice web interface
 in one of the above plugins, I forget which one), just not sure if it
 is needed.  If there are other tools/plugins you think will make this
 objective go more smoothly, great, I can use that too, please let me
 know.  Things like TracMetrix etc. I might want to use, etc.
 Basically, I need to manage multiple projects, which are managed by
 multiple people, who manage multiple sources/levels of access. :D  All
 on bleeping windows serverswith no external facing web access

 I think it's just the run of the mill TracOnWindows/Advanced path, but
 was  looking for insight.

 oh, yes, I personally prefer python 2.5, but seems like Apache needs
 2.4, is that correct?  Anyone tried the windows bitNami installer?
 that would work too.  etc.

 I will try to really document well as I go, a future version of this
 email from others is not needed in the mailing list.

 Thanks.

I also forgot.  Some devs need access to multiple project environments
(subversion and trac) and some need to be restricted/redirected to the
project they know about.  We don't want some sources to even know
about the others.  I have no issue added each individual 1 by to to
each project that is appropriate, but I would like to grant access to
the project list or top-level to individuals with multi-project
access so they may navigate from a top level if they so choose.
ideally it would only show the projects they actually have access
to, but practically will not be needed for my purposes.  They will
either be able to see only 1 project, or them all.  While they may not
have rights to do anything in them all (read only, for example), that
is easily managed at the per project level.  See now, I just made it
more complicated, and just out of my grasp for implementing without a
little hand holding


--~--~-~--~~~---~--~~
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] Integrate Trac login to other systems (shared user accounts)

2008-06-04 Thread Marooned

Hi,

I was searching for the solution quite a lot but only found ones using
LDAP or password files.

I want to bind two systems - Trac+SQLite  and PHP+MySQL based CMS/
forum (Coyote) so the Trac would use existing user table. I want to
allow to login to both system from either Trac or Coyote. I want also
to be able to set some user rights only for Trac (using SQLite would
be better so no Trac data would be stored in the CMS DB) - like
regular users (can add tickets and post comments) and supervisors
(full rights).

I read about AccountManagerPlugin and that it's possible to write some
plugin for it - like the LDAP plugin.
The code that would authenticate user based on the cookie and the
session information stored in MySQL (the same way as PHP does it
already) and setting cookie when user tries to login on Trac.

Can you provide me some hints how to achieve this?

Thanks
Marooned

--~--~-~--~~~---~--~~
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] Organisation of trac code

2008-06-04 Thread Eleonore DUVELLE

Hi everybody,

I'd like to know more about the way trac's code is organised. Is this
information available somewhere? 
I've found .py files in python\Lib\site-packages\trac\ but I'd like to
get an overall vision of all trac's organisation...
 
Thanks for your help!



--~--~-~--~~~---~--~~
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] Change set view crashes IE, Firefox

2008-06-04 Thread togo

I am using Trac 011b2 on a Linux VPS. My repository has thousands of
source files (the vendor branch contains the boost C++ library...),
and the revision count currently is at 4000.

Trac is served using apache over https.

Anyway, when I call up some change set views, where 10 - 20 files have
been modified, I run into two problems:

1. Trac takes ~90s to produce the result page, and apache consumes
120MB during that time with 100% CPU usage. That's a minor problem,
but if there is anything I can do to speed up things, I'd be grateful.

2. The second problem is that the result pages simply crahes Internet
Explorer 7 and also Firefox 2. The HTML page itself typically is
~4-5MB in size, although downloading is fast thanks to http gzip
compression. However, somehow the javascript on the page drives up
IE's and Firefox' memory consumption in the 500MB - 1GB range, and the
CPU stays at 100%. If the page is displayed, the slightest scrolling
causes CPU to jump up for 30 seconds at least. After a while, the
browser will freeze completely.

The only browser that has no problem displaying the change set page is
Safari...

Does anybody else have this problem, and is there a work-around?

- Togo

--~--~-~--~~~---~--~~
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 windows server checklist..

2008-06-04 Thread Robert C Corsaro

[EMAIL PROTECTED] wrote:
 On Jun 4, 10:23 am, [EMAIL PROTECTED] wrote:
 Hi all.

 Ok, I have played with trac a bit, and some other supporting tools and
 plugins, etc.  I managed to get my hands on a server to properly
 host it on for our use internally.  The upper IT folks just refuse to
 give us an outward facing server.  So all of our outsources, will get
 vpn, or onsite access only, bummer, but a small step in the right
 direction.

 That said, the server we are getting is running windows.  I have seen/
 browsed the on windows wikis out there, and all seems good.  here is
 what I hope to run, and really just need to know if there are any
 gotchas I need to know about ahead of time.  I also will have admin
 rights on the box, but am not an IT admin anymore, so my windows
 server knowledge is, well, lame nowadays.

 anyway:

 * assumption: running Apache on windows.
 Trac
 Subversion
 probably php and all that jazz, although, at this moment, I have no
 need for it.
 the following plugins I am hoping to go with:
 TimingAndEstimation
 TracIniAdmin
 TracAccountManager
 TracUserManagerPlugin
 XMLRPC plugin
 MasterTicketsPlugin
 and probably the black magic one.

 Will have custom workflow, and probably have a handler hook as I want
 to do some stuff behind the scenes on one of the transitions of the
 workflow.

 Ok, I am sure there are other I might want, or NEED but I KNOW I
 would like those.  That said I also want to do the following:

 Multi-project setup  1-4 active most likely, and eventually those
 become a  maintenance stage, so still around.
 I also think I would want to use windows authentication somehow (is
 that ldap?) access to the subversion and trac environments.  simply
 because outsources will be internal to the network, and may never
 actually access trac directly.  I envision a eclipse/mylan interface
 very possible to the subversion/trac data.  I also see direct
 subversion access via subversion clients (TortiseSVN, svn command
 line, etc.) which may never actually utilize the trac DB).  I have no
 issue with requiring a second login to trac(via the nice web interface
 in one of the above plugins, I forget which one), just not sure if it
 is needed.  If there are other tools/plugins you think will make this
 objective go more smoothly, great, I can use that too, please let me
 know.  Things like TracMetrix etc. I might want to use, etc.
 Basically, I need to manage multiple projects, which are managed by
 multiple people, who manage multiple sources/levels of access. :D  All
 on bleeping windows serverswith no external facing web access

 I think it's just the run of the mill TracOnWindows/Advanced path, but
 was  looking for insight.

 oh, yes, I personally prefer python 2.5, but seems like Apache needs
 2.4, is that correct?  Anyone tried the windows bitNami installer?
 that would work too.  etc.

 I will try to really document well as I go, a future version of this
 email from others is not needed in the mailing list.

 Thanks.
 
 I also forgot.  Some devs need access to multiple project environments
 (subversion and trac) and some need to be restricted/redirected to the
 project they know about.  We don't want some sources to even know
 about the others.  I have no issue added each individual 1 by to to
 each project that is appropriate, but I would like to grant access to
 the project list or top-level to individuals with multi-project
 access so they may navigate from a top level if they so choose.
 ideally it would only show the projects they actually have access
 to, but practically will not be needed for my purposes.  They will
 either be able to see only 1 project, or them all.  While they may not
 have rights to do anything in them all (read only, for example), that
 is easily managed at the per project level.  See now, I just made it
 more complicated, and just out of my grasp for implementing without a
 little hand holding

We have worked out a secure solution with OForge[1].  We have two layers 
of authorization.  The first is site wide and the second is per project. 
  We do not yet have a way to redirect single project users to their 
projects, which is a problem.  If they don't have the URL right, they 
get an auth error.  Our needs are close to yours, our single projects 
clients shouldn't even know other projects exist.

[1] http://code.optaros.com/trac/oforge

--~--~-~--~~~---~--~~
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: Integrate Trac login to other systems (shared user accounts)

2008-06-04 Thread John Hampton

Marooned wrote:
 I read about AccountManagerPlugin and that it's possible to write some
 plugin for it - like the LDAP plugin.
 The code that would authenticate user based on the cookie and the
 session information stored in MySQL (the same way as PHP does it
 already) and setting cookie when user tries to login on Trac.
 
 Can you provide me some hints how to achieve this?

Check out the PhpBbAuthPlugin[1] on trac-hacks.org.  It's specifically 
for integrating authentication with phpBB, however, the concept is the 
same.  It also includes the code to connect to a different Db than the 
one trac is using.

If you have any questions, you can probably catch me on #trac

-John

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

--~--~-~--~~~---~--~~
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: Disadvantages of tracd?

2008-06-04 Thread Noah Kantrowitz

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Emmanuel Blot
 Sent: Wednesday, June 04, 2008 6:34 AM
 To: trac-users@googlegroups.com
 Subject: [Trac] Re: Disadvantages of tracd?
 
 
  Ah, yes, LDAP. Good point. Right now, we don't use LDAP for
  Trac, but we will (more or less) soon do that. I read that there's
  a LdapPlugin at trac-hacks and assumed, that it would also do
  authentication (I hadn't looked at the Plugin page).
 
 Yeah, the LdapPlugin does not perform authentication: Apache does.
 
 If you want to use Trac+LDAP authentication, you need the
 AccountManagerPlugin which supports LDAP authentication

AccountManager + TracLDAPAuth to be specific.

--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: Disadvantages of tracd?

2008-06-04 Thread Noah Kantrowitz

Tracd is based on the SimpleHTTPServer that comes with Python. For the
actual dynamic Trac pages, this is fine, since the bottleneck is likely it
likely to be the DB anyway. Ihas no load-balancing system, so if it gets
overloaded, requests will just start to time out, or worse, the server will
lock up. The real problem with tracd is with static content. By default Trac
serves all its static content via the /chrome handler, however this is not
as efficient as a real web server. Really this only matters for sites that
under very heavy load and are hitting performance issues. My general metric
is that 25 or fewer people is absolutely fine on tracd, and 25-50 is
probably okay depending on your usage patterns.

--Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Michael Schmarck
 Sent: Wednesday, June 04, 2008 4:27 AM
 To: Trac Users Mailinglist
 Subject: [Trac] Disadvantages of tracd?
 
 
 Hello.
 
 I setup Trac on a (virtual) server, which will only host Trac. Right
 now,
 I'm using FastCGI+lighttpd on that system and have it configured so,
 that every request to / is served by the Trac FastCGI system.
 
 I'm currently pondering, if that makes sense to have it that way.
 
 Wouldn't it be easier to use the standalone tracd and have it serve
 content on port 80, instead of lighttpd? Performance (speed) isn't
 so important.
 
 What kind of disadvantages would I get, if I'd dump lighttpd (or
 any other webserver, like Apache or whatnot) and would use
 tracd directly? Again: That server will never host anything else
 as Trac.
 
 Cheers,
 Michael
 
 


--~--~-~--~~~---~--~~
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: Disadvantages of tracd?

2008-06-04 Thread John Hampton

There are LDAP plugins to AccountManager that will allow tracd to 
authenticate against LDAP, so that's not really a reason.

Other than probable performance (though tracd isn't that much of a 
slouch), the reason I see to not use ti directly are:

  * Based on the Python HTTP server.  While not necessarily a bad thing, 
I bet apache/lighttpd/nginx have been pounded on more from an HTTP 
perspective than the Python HTTP server.
  * Can't do SSL.  This is a big one if you don't want to be sending 
passwords in plain text.

Now, that being said, my preferred setup for trac is actually running 
multiple tracd instances behind an nginx proxy.  This gives me a robust 
HTTP server, the ability to do SSL and the ease of tracd.

-John

--~--~-~--~~~---~--~~
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: dashboard view of multiple projects?

2008-06-04 Thread Noah Kantrowitz

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of alex
 Sent: Wednesday, June 04, 2008 12:44 AM
 To: Trac Users
 Subject: [Trac] dashboard view of multiple projects?
 
 
 Related to the recent post about multiple projects, I was wondering if
 there's an easy way to create a dashboard view of the status of
 multiple trac projects on a single page. What I have in mind is a
 front page which shows all the latest revisions/tickets/milestones for
 several projects at a glance. I can do this on a per-project basis
 using TracQuery, but I don't think this works across projects. Any
 suggestions would be greatly appreciated!

TracForge has a (currently broken after the last API change) multi-env query
page. TraM has a nice project dashboard, but is not compatible with 0.11.
TracHome will eventually do this (as thats most of why I made it), but I am
waiting for jQuery 1.5 to come out before I start working on that again.

--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: Organisation of trac code

2008-06-04 Thread Noah Kantrowitz

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Eleonore DUVELLE
 Sent: Wednesday, June 04, 2008 8:14 AM
 To: trac-users@googlegroups.com
 Subject: [Trac] Organisation of trac code
 
 
 Hi everybody,
 
 I'd like to know more about the way trac's code is organised. Is this
 information available somewhere?
 I've found .py files in python\Lib\site-packages\trac\ but I'd like to
 get an overall vision of all trac's organisation...

http://trac.edgewall.org/browser/trunk/trac

Each subsystem is in a package or module. Templates for each package in the
templates/ folder. web_ui.py is generally the user interface, admin.py is
the admin panels, api.py is central functionality and public API stuffs,
model.py is data models. This is all just by convention, some things are
done a bit differently (example, the ticket query UI and model object are
both in trac/ticket/query.py).

--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: Integrate Trac login to other systems (shared user accounts)

2008-06-04 Thread togo

Hi,

I integrated trac with ldap using the authentication_url directive
in trac.ini:

 authentication_url = (URL requiring http authentication)
 password_store = HttpAuthStore

It remains to configure a server URL requiring http authentication,
and which is is integrated with LDAP (this could be any password
protected URL from your PHP+MySQL based CMS forum).

- Togo


On Jun 4, 3:47 pm, Marooned [EMAIL PROTECTED] wrote:
 Hi,

 I was searching for the solution quite a lot but only found ones using
 LDAP or password files.

 I want to bind two systems - Trac+SQLite  and PHP+MySQL based CMS/
 forum (Coyote) so the Trac would use existing user table. I want to
 allow to login to both system from either Trac or Coyote. I want also
 to be able to set some user rights only for Trac (using SQLite would
 be better so no Trac data would be stored in the CMS DB) - like
 regular users (can add tickets and post comments) and supervisors
 (full rights).

 I read about AccountManagerPlugin and that it's possible to write some
 plugin for it - like the LDAP plugin.
 The code that would authenticate user based on the cookie and the
 session information stored in MySQL (the same way as PHP does it
 already) and setting cookie when user tries to login on Trac.

 Can you provide me some hints how to achieve this?

 Thanks
 Marooned
--~--~-~--~~~---~--~~
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: BatchModifyPlugin on 0.11-stable

2008-06-04 Thread Jeff Hammel

On Tue, Jun 03, 2008 at 07:52:43PM -0700, Chris wrote:
 
 I may need to apply that patch later if I encounter the problem in the
 ticket, but that was not my issue. However I did find out why it was
 not working for me. I didn't catch this note on the BatchModifyPlugin
 wiki page previously.
 
 [ I have found the following to be untrue on trac 0.11rc1 and the
 0.11 version of this plugin; in fact disabling Custom Query breaks the
 plugin -- k0s (jhammel at openplans dot org)]
 
 I simply removed the line from trac.ini that disabled the query
 module, and everything started working.

The reason is that the 0.11 version of the BatchModifyPlugin uses genshi 
transformer to do what it does:

http://trac-hacks.org/browser/batchmodifyplugin/0.11/batchmod/web_ui.py

I noted this on the wiki but didn't feel it was my place to fix the 
documentation.  Not sure why the patch isn't applied either, or how well this 
plugin is being maintained.

Jeff
 
 On Jun 3, 3:52 pm, Ian Jones [EMAIL PROTECTED] wrote:
  There was a patch sitting in a ticket that when applied worked like a charm
  for myself.
 
  http://trac-hacks.org/ticket/2312
 
  On Tue, Jun 3, 2008 at 1:37 PM, Chris [EMAIL PROTECTED] wrote:
 
   Hi,
   I have not been able to get BatchModifyPlugin (http://trac-hacks.org/
   wiki/BatchModifyPlugin http://trac-hacks.org/wiki/BatchModifyPlugin)
   working on 0.11 (r7063 to be precise) and was
   wondering if anyone else has had any success with it. IIRC it worked
   fine on 0.10.4, but the version of BatchModifyPlugin for 0.11
   (obtained fromhttp://trac-hacks.org/svn/batchmodifyplugin/0.11) is
   not working as advertised. After adding the following lines to
   trac.ini I have no query module and no replacement for it.
 
   trac.ticket.query.* = disabled
   batchmod.* = enabled
 
   There was probably a minor change in trac that caused it to no longer
   function correctly, but a quick look at the code for BatchModifyPlugin
   didn't show anything obviously wrong. I can write python, but I have
   very limited knowledge of the internal structure of trac, so if anyone
   could help me out it would be appreciated.
 
   Chris
  
 
 !DSPAM:4014,484603a260501137850744!
 

--~--~-~--~~~---~--~~
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: BatchModifyPlugin on 0.11-stable

2008-06-04 Thread Robert C Corsaro

Jeff Hammel wrote:
 On Tue, Jun 03, 2008 at 07:52:43PM -0700, Chris wrote:
 I may need to apply that patch later if I encounter the problem in the
 ticket, but that was not my issue. However I did find out why it was
 not working for me. I didn't catch this note on the BatchModifyPlugin
 wiki page previously.

 [ I have found the following to be untrue on trac 0.11rc1 and the
 0.11 version of this plugin; in fact disabling Custom Query breaks the
 plugin -- k0s (jhammel at openplans dot org)]

 I simply removed the line from trac.ini that disabled the query
 module, and everything started working.
 
 The reason is that the 0.11 version of the BatchModifyPlugin uses genshi 
 transformer to do what it does:
 
 http://trac-hacks.org/browser/batchmodifyplugin/0.11/batchmod/web_ui.py
 
 I noted this on the wiki but didn't feel it was my place to fix the 
 documentation.  Not sure why the patch isn't applied either, or how well this 
 plugin is being maintained.

If this plugin is no longer maintained, my team would be happy to adopt 
it.  We submitted the patch in question.


--~--~-~--~~~---~--~~
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: BatchModifyPlugin on 0.11-stable

2008-06-04 Thread Jeff Hammel

On Wed, Jun 04, 2008 at 01:28:16PM -0400, Robert C Corsaro wrote:
 
 Jeff Hammel wrote:
  On Tue, Jun 03, 2008 at 07:52:43PM -0700, Chris wrote:
  I may need to apply that patch later if I encounter the problem in the
  ticket, but that was not my issue. However I did find out why it was
  not working for me. I didn't catch this note on the BatchModifyPlugin
  wiki page previously.
 
  [ I have found the following to be untrue on trac 0.11rc1 and the
  0.11 version of this plugin; in fact disabling Custom Query breaks the
  plugin -- k0s (jhammel at openplans dot org)]
 
  I simply removed the line from trac.ini that disabled the query
  module, and everything started working.
  
  The reason is that the 0.11 version of the BatchModifyPlugin uses genshi 
  transformer to do what it does:
  
  http://trac-hacks.org/browser/batchmodifyplugin/0.11/batchmod/web_ui.py
  
  I noted this on the wiki but didn't feel it was my place to fix the 
  documentation.  Not sure why the patch isn't applied either, or how well 
  this plugin is being maintained.
 
 If this plugin is no longer maintained, my team would be happy to adopt 
 it.  We submitted the patch in question.
 
I'd be interested in a co-adoptation as well, as there are a few features I'd 
like to add (see http://trac.edgewall.org/ticket/525).

jeff

 

--~--~-~--~~~---~--~~
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 windows server checklist..

2008-06-04 Thread yoheeb

On Jun 4, 11:46 am, Robert C Corsaro [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
  On Jun 4, 10:23 am, [EMAIL PROTECTED] wrote:
  Hi all.

  Ok, I have played with trac a bit, and some other supporting tools and
  plugins, etc.  I managed to get my hands on a server to properly
  host it on for our use internally.  The upper IT folks just refuse to
  give us an outward facing server.  So all of our outsources, will get
  vpn, or onsite access only, bummer, but a small step in the right
  direction.

  That said, the server we are getting is running windows.  I have seen/
  browsed the on windows wikis out there, and all seems good.  here is
  what I hope to run, and really just need to know if there are any
  gotchas I need to know about ahead of time.  I also will have admin
  rights on the box, but am not an IT admin anymore, so my windows
  server knowledge is, well, lame nowadays.

  anyway:

  * assumption: running Apache on windows.
  Trac
  Subversion
  probably php and all that jazz, although, at this moment, I have no
  need for it.
  the following plugins I am hoping to go with:
  TimingAndEstimation
  TracIniAdmin
  TracAccountManager
  TracUserManagerPlugin
  XMLRPC plugin
  MasterTicketsPlugin
  and probably the black magic one.

  Will have custom workflow, and probably have a handler hook as I want
  to do some stuff behind the scenes on one of the transitions of the
  workflow.

  Ok, I am sure there are other I might want, or NEED but I KNOW I
  would like those.  That said I also want to do the following:

  Multi-project setup  1-4 active most likely, and eventually those
  become a  maintenance stage, so still around.
  I also think I would want to use windows authentication somehow (is
  that ldap?) access to the subversion and trac environments.  simply
  because outsources will be internal to the network, and may never
  actually access trac directly.  I envision a eclipse/mylan interface
  very possible to the subversion/trac data.  I also see direct
  subversion access via subversion clients (TortiseSVN, svn command
  line, etc.) which may never actually utilize the trac DB).  I have no
  issue with requiring a second login to trac(via the nice web interface
  in one of the above plugins, I forget which one), just not sure if it
  is needed.  If there are other tools/plugins you think will make this
  objective go more smoothly, great, I can use that too, please let me
  know.  Things like TracMetrix etc. I might want to use, etc.
  Basically, I need to manage multiple projects, which are managed by
  multiple people, who manage multiple sources/levels of access. :D  All
  on bleeping windows serverswith no external facing web access

  I think it's just the run of the mill TracOnWindows/Advanced path, but
  was  looking for insight.

  oh, yes, I personally prefer python 2.5, but seems like Apache needs
  2.4, is that correct?  Anyone tried the windows bitNami installer?
  that would work too.  etc.

  I will try to really document well as I go, a future version of this
  email from others is not needed in the mailing list.

  Thanks.

  I also forgot.  Some devs need access to multiple project environments
  (subversion and trac) and some need to be restricted/redirected to the
  project they know about.  We don't want some sources to even know
  about the others.  I have no issue added each individual 1 by to to
  each project that is appropriate, but I would like to grant access to
  the project list or top-level to individuals with multi-project
  access so they may navigate from a top level if they so choose.
  ideally it would only show the projects they actually have access
  to, but practically will not be needed for my purposes.  They will
  either be able to see only 1 project, or them all.  While they may not
  have rights to do anything in them all (read only, for example), that
  is easily managed at the per project level.  See now, I just made it
  more complicated, and just out of my grasp for implementing without a
  little hand holding

 We have worked out a secure solution with OForge[1].  We have two layers
 of authorization.  The first is site wide and the second is per project.
   We do not yet have a way to redirect single project users to their
 projects, which is a problem.  If they don't have the URL right, they
 get an auth error.  Our needs are close to yours, our single projects
 clients shouldn't even know other projects exist.

 [1]http://code.optaros.com/trac/oforge

While potentially helpful, I don't see us using Oforge as:  it's not
ready or documented, I don't want to build all the parts from source,
and it seems like it won't be a windows server solution without a lot
of work as some of the components seem to be Linux only, or heavily
leaning (maybe I am wrong here).  And on a personal note, seems a
little java centric, but that could just be me.  It is also a little
more than I need at this point.  I currently will be the 

[Trac] Re: dashboard view of multiple projects?

2008-06-04 Thread yoheeb

On Jun 4, 12:03 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of alex
  Sent: Wednesday, June 04, 2008 12:44 AM
  To: Trac Users
  Subject: [Trac] dashboard view of multiple projects?

  Related to the recent post about multiple projects, I was wondering if
  there's an easy way to create a dashboard view of the status of
  multiple trac projects on a single page. What I have in mind is a
  front page which shows all the latest revisions/tickets/milestones for
  several projects at a glance. I can do this on a per-project basis
  using TracQuery, but I don't think this works across projects. Any
  suggestions would be greatly appreciated!

 TracForge has a (currently broken after the last API change) multi-env query
 page. TraM has a nice project dashboard, but is not compatible with 0.11.
 TracHome will eventually do this (as thats most of why I made it), but I am
 waiting for jQuery 1.5 to come out before I start working on that again.

 --Noah

while not a solution for everyone, is this something that could be
done with existing tools inside eclipse?  I am behind the curve on
eclipse because I don't care to much for the java way of doing
things, and my only experience with eclipse was for java workbut I
have been looking at it more closely now that it is matured, and the
subverison/mylyn etc add-ins really seem to be a nice compliment to
the whole cycle of project management, task tracking, source
control, and developing.  (I know, what a hypocrite, bashes java, but
is using a java based tool...) So, again, not an integrated soultion,
but are there external tools that could provide this fairly simply?
Specifically would an ecplise plugin that already exist provide this
functionality, at least for the interim?  while nice to do  everything
in the web, some functionality is just easier with a non-web based
tool that interfaces nicely.  It's almost like we need a pluggable
trac-desktop tool.  Firefox extension anyone?
--~--~-~--~~~---~--~~
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 windows server checklist..

2008-06-04 Thread Robert C Corsaro

[EMAIL PROTECTED] wrote:
 On Jun 4, 11:46 am, Robert C Corsaro [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
 On Jun 4, 10:23 am, [EMAIL PROTECTED] wrote:
 Hi all.
 Ok, I have played with trac a bit, and some other supporting tools and
 plugins, etc.  I managed to get my hands on a server to properly
 host it on for our use internally.  The upper IT folks just refuse to
 give us an outward facing server.  So all of our outsources, will get
 vpn, or onsite access only, bummer, but a small step in the right
 direction.
 That said, the server we are getting is running windows.  I have seen/
 browsed the on windows wikis out there, and all seems good.  here is
 what I hope to run, and really just need to know if there are any
 gotchas I need to know about ahead of time.  I also will have admin
 rights on the box, but am not an IT admin anymore, so my windows
 server knowledge is, well, lame nowadays.
 anyway:
 * assumption: running Apache on windows.
 Trac
 Subversion
 probably php and all that jazz, although, at this moment, I have no
 need for it.
 the following plugins I am hoping to go with:
 TimingAndEstimation
 TracIniAdmin
 TracAccountManager
 TracUserManagerPlugin
 XMLRPC plugin
 MasterTicketsPlugin
 and probably the black magic one.
 Will have custom workflow, and probably have a handler hook as I want
 to do some stuff behind the scenes on one of the transitions of the
 workflow.
 Ok, I am sure there are other I might want, or NEED but I KNOW I
 would like those.  That said I also want to do the following:
 Multi-project setup  1-4 active most likely, and eventually those
 become a  maintenance stage, so still around.
 I also think I would want to use windows authentication somehow (is
 that ldap?) access to the subversion and trac environments.  simply
 because outsources will be internal to the network, and may never
 actually access trac directly.  I envision a eclipse/mylan interface
 very possible to the subversion/trac data.  I also see direct
 subversion access via subversion clients (TortiseSVN, svn command
 line, etc.) which may never actually utilize the trac DB).  I have no
 issue with requiring a second login to trac(via the nice web interface
 in one of the above plugins, I forget which one), just not sure if it
 is needed.  If there are other tools/plugins you think will make this
 objective go more smoothly, great, I can use that too, please let me
 know.  Things like TracMetrix etc. I might want to use, etc.
 Basically, I need to manage multiple projects, which are managed by
 multiple people, who manage multiple sources/levels of access. :D  All
 on bleeping windows serverswith no external facing web access
 I think it's just the run of the mill TracOnWindows/Advanced path, but
 was  looking for insight.
 oh, yes, I personally prefer python 2.5, but seems like Apache needs
 2.4, is that correct?  Anyone tried the windows bitNami installer?
 that would work too.  etc.
 I will try to really document well as I go, a future version of this
 email from others is not needed in the mailing list.
 Thanks.
 I also forgot.  Some devs need access to multiple project environments
 (subversion and trac) and some need to be restricted/redirected to the
 project they know about.  We don't want some sources to even know
 about the others.  I have no issue added each individual 1 by to to
 each project that is appropriate, but I would like to grant access to
 the project list or top-level to individuals with multi-project
 access so they may navigate from a top level if they so choose.
 ideally it would only show the projects they actually have access
 to, but practically will not be needed for my purposes.  They will
 either be able to see only 1 project, or them all.  While they may not
 have rights to do anything in them all (read only, for example), that
 is easily managed at the per project level.  See now, I just made it
 more complicated, and just out of my grasp for implementing without a
 little hand holding
 We have worked out a secure solution with OForge[1].  We have two layers
 of authorization.  The first is site wide and the second is per project.
   We do not yet have a way to redirect single project users to their
 projects, which is a problem.  If they don't have the URL right, they
 get an auth error.  Our needs are close to yours, our single projects
 clients shouldn't even know other projects exist.

 [1]http://code.optaros.com/trac/oforge
 
 While potentially helpful, I don't see us using Oforge as:  it's not
 ready or documented, I don't want to build all the parts from source,
 and it seems like it won't be a windows server solution without a lot
 of work as some of the components seem to be Linux only, or heavily
 leaning (maybe I am wrong here).  And on a personal note, seems a
 little java centric, but that could just be me.  

There is not much building as it's a python project.  It's basically 
installing a bunch of eggs.  You are right that we haven't 

[Trac] Versions Trac

2008-06-04 Thread Emmanuel Blot

For Mac OS X users (who miss a TortoiseSVN-like on Apple), a nice SVN
client: http://www.versionsapp.com/

This is no spam: I'm posting this email as Versions is able to open
Trac tickets referenced in the SVN log messages within your favorite
browser, which may be a nice integration for installations using the
trac commit hook syntax, for example.

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] e-mails get mailed to somebody@mydomain when ticket isn't assigned

2008-06-04 Thread Alexander Schmehl

Hi!

I just installed trac 0.10.4 and am very pleased by it.  

I enabled always_notify_owner = true and - since most of our users are
from the same domain - set smtp_default_domain = mydomain.  That
works very well, and our users don't need to specify their email adress.

However, that leads to the problem, that when creating new tickets
without assigning them to a real person, they get assigned to
(literally) somebody causing a mail to be send to
somebody@mydomain.  Anyone knows how to prevent that?


Yours sincerely,
  Alexander

--~--~-~--~~~---~--~~
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: e-mails get mailed to somebody@mydomain when ticket isn't assigned

2008-06-04 Thread Swiftmind
Hello.

Yes. When a user does not assign someone to a new ticket, Trac auto assigns
the ticket to whoever is the owner of the component of the ticket. To stop
this there is two ways:

1) Create a dummy user called NotAssigned or something similar and set this
dummy user to be the owner of all components. Then whenever someone creates
a new ticket they can set it to NotAssigned or leave the assignment blank
and Trac will set the user to NotAssigned.
2) Make the owner of the component blank through the trac-admin command
within a terminal. I think the command is trac-admin component chown
component name  . Then the assignment field will be completely blank if
no one fills it out.

My company did the first option, it is more descriptive.
-- 
__
Eric
Research and Development
OEM Controls Inc.


On Wed, Jun 4, 2008 at 3:01 PM, Alexander Schmehl [EMAIL PROTECTED]
wrote:


 Hi!

 I just installed trac 0.10.4 and am very pleased by it.

 I enabled always_notify_owner = true and - since most of our users are
 from the same domain - set smtp_default_domain = mydomain.  That
 works very well, and our users don't need to specify their email adress.

 However, that leads to the problem, that when creating new tickets
 without assigning them to a real person, they get assigned to
 (literally) somebody causing a mail to be send to
 somebody@mydomain.  Anyone knows how to prevent that?


 Yours sincerely,
  Alexander

 


--~--~-~--~~~---~--~~
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: dashboard view of multiple projects?

2008-06-04 Thread rupert thurner

we use mylyn and it works quite well. we also use rss readers to get
an overwiew, but i admit i'd prefer something like the
http://trac-hacks.org/wiki/HgTimelinePlugin does for multiple hg
repositories, i.e. some timeline aggregator.

but all of this does not give a one page status overview.

rupert.


On 4 Jun., 20:14, Noah Kantrowitz [EMAIL PROTECTED] wrote:
  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of [EMAIL PROTECTED]
  Sent: Wednesday, June 04, 2008 10:54 AM
  To: Trac Users
  Subject: [Trac] Re: dashboard view of multiple projects?

  On Jun 4, 12:03 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
-Original Message-
From: trac-users@googlegroups.com [mailto:trac-
  [EMAIL PROTECTED]
On Behalf Of alex
Sent: Wednesday, June 04, 2008 12:44 AM
To: Trac Users
Subject: [Trac] dashboard view of multiple projects?

Related to the recent post about multiple projects, I was wondering
  if
there's an easy way to create a dashboard view of the status of
multiple trac projects on a single page. What I have in mind is a
front page which shows all the latest revisions/tickets/milestones
  for
several projects at a glance. I can do this on a per-project basis
using TracQuery, but I don't think this works across projects. Any
suggestions would be greatly appreciated!

   TracForge has a (currently broken after the last API change) multi-
  env query
   page. TraM has a nice project dashboard, but is not compatible with
  0.11.
   TracHome will eventually do this (as thats most of why I made it),
  but I am
   waiting for jQuery 1.5 to come out before I start working on that
  again.

   --Noah

  while not a solution for everyone, is this something that could be
  done with existing tools inside eclipse?  I am behind the curve on
  eclipse because I don't care to much for the java way of doing
  things, and my only experience with eclipse was for java workbut I
  have been looking at it more closely now that it is matured, and the
  subverison/mylyn etc add-ins really seem to be a nice compliment to
  the whole cycle of project management, task tracking, source
  control, and developing.  (I know, what a hypocrite, bashes java, but
  is using a java based tool...) So, again, not an integrated soultion,
  but are there external tools that could provide this fairly simply?
  Specifically would an ecplise plugin that already exist provide this
  functionality, at least for the interim?  while nice to do  everything
  in the web, some functionality is just easier with a non-web based
  tool that interfaces nicely.  It's almost like we need a pluggable
  trac-desktop tool.  Firefox extension anyone?

 Mylyn exists, but I don't know how well it handles multiple active task
 repos.

 --Noah- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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] DatabaseError: file is encrypted or is not a database (sqlite2.8.17-2 to 2.8.17-4)

2008-06-04 Thread Flatbeat

hi guys,

source env:
debian etch
python-subversion: 1.4.2dfsg1-2
trac 0.10.4
sqlite 2.8.17-2

target env:
ubuntu hardy
python-subversion: 1.4.6dfsg1-2ubuntu1
trac 0.11rc1
sqlite 2.8.17-4build1

I dumped trac.db from source env and created trac.db in target env bei
sqlite.
Ends up with:
DatabaseError: file is encrypted or is not a database

Creating tracenv an target env works fine but i need the trac.db from
source env integrated.
Any suggestions?

Thx  regards
Tom

--~--~-~--~~~---~--~~
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: DatabaseError: file is encrypted or is not a database (sqlite2.8.17-2 to 2.8.17-4)

2008-06-04 Thread Noah Kantrowitz

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Flatbeat
 Sent: Wednesday, June 04, 2008 1:58 PM
 To: Trac Users
 Subject: [Trac] DatabaseError: file is encrypted or is not a database
 (sqlite2.8.17-2 to 2.8.17-4)
 
 
 hi guys,
 
 source env:
 debian etch
 python-subversion: 1.4.2dfsg1-2
 trac 0.10.4
 sqlite 2.8.17-2
 
 target env:
 ubuntu hardy
 python-subversion: 1.4.6dfsg1-2ubuntu1
 trac 0.11rc1
 sqlite 2.8.17-4build1

Are you sure you don't also SQLite 3.x on the new box? Look for the package
sqlite3.

--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: DatabaseError: file is encrypted or is not a database (sqlite2.8.17-2 to 2.8.17-4)

2008-06-04 Thread Flatbeat

Stupid. You saved my day, thx, that fits it :-).
cheers
tom

On Jun 4, 11:16 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of Flatbeat
  Sent: Wednesday, June 04, 2008 1:58 PM
  To: Trac Users
  Subject: [Trac] DatabaseError: file is encrypted or is not a database
  (sqlite2.8.17-2 to 2.8.17-4)

  hi guys,

  source env:
  debian etch
  python-subversion: 1.4.2dfsg1-2
  trac 0.10.4
  sqlite 2.8.17-2

  target env:
  ubuntu hardy
  python-subversion: 1.4.6dfsg1-2ubuntu1
  trac 0.11rc1
  sqlite 2.8.17-4build1

 Are you sure you don't also SQLite 3.x on the new box? Look for the package
 sqlite3.

 --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: DatabaseError: file is encrypted or is not a database (sqlite2.8.17-2 to 2.8.17-4)

2008-06-04 Thread Noah Kantrowitz

Just do the `sqlite trac.db .dump | sqlite3 trac.db.new` dance.

--Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Flatbeat
 Sent: Wednesday, June 04, 2008 2:23 PM
 To: Trac Users
 Subject: [Trac] Re: DatabaseError: file is encrypted or is not a
 database (sqlite2.8.17-2 to 2.8.17-4)
 
 
 Stupid. You saved my day, thx, that fits it :-).
 cheers
 tom
 
 On Jun 4, 11:16 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
   -Original Message-
   From: trac-users@googlegroups.com [mailto:trac-
 [EMAIL PROTECTED]
   On Behalf Of Flatbeat
   Sent: Wednesday, June 04, 2008 1:58 PM
   To: Trac Users
   Subject: [Trac] DatabaseError: file is encrypted or is not a
 database
   (sqlite2.8.17-2 to 2.8.17-4)
 
   hi guys,
 
   source env:
   debian etch
   python-subversion: 1.4.2dfsg1-2
   trac 0.10.4
   sqlite 2.8.17-2
 
   target env:
   ubuntu hardy
   python-subversion: 1.4.6dfsg1-2ubuntu1
   trac 0.11rc1
   sqlite 2.8.17-4build1
 
  Are you sure you don't also SQLite 3.x on the new box? Look for the
 package
  sqlite3.
 
  --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: DatabaseError: file is encrypted or is not a database (sqlite2.8.17-2 to 2.8.17-4)

2008-06-04 Thread Flatbeat

Yes, works great, thx again.
I also needed a trac-admin upgrade, but now everythign is fine.

On Jun 4, 11:24 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
 Just do the `sqlite trac.db .dump | sqlite3 trac.db.new` dance.

 --Noah

  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of Flatbeat
  Sent: Wednesday, June 04, 2008 2:23 PM
  To: Trac Users
  Subject: [Trac] Re: DatabaseError: file is encrypted or is not a
  database (sqlite2.8.17-2 to 2.8.17-4)

  Stupid. You saved my day, thx, that fits it :-).
  cheers
  tom

  On Jun 4, 11:16 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
-Original Message-
From: trac-users@googlegroups.com [mailto:trac-
  [EMAIL PROTECTED]
On Behalf Of Flatbeat
Sent: Wednesday, June 04, 2008 1:58 PM
To: Trac Users
Subject: [Trac] DatabaseError: file is encrypted or is not a
  database
(sqlite2.8.17-2 to 2.8.17-4)

hi guys,

source env:
debian etch
python-subversion: 1.4.2dfsg1-2
trac 0.10.4
sqlite 2.8.17-2

target env:
ubuntu hardy
python-subversion: 1.4.6dfsg1-2ubuntu1
trac 0.11rc1
sqlite 2.8.17-4build1

   Are you sure you don't also SQLite 3.x on the new box? Look for the
  package
   sqlite3.

   --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: e-mails get mailed to somebody@mydomain when ticket isn't assigned

2008-06-04 Thread Noah Kantrowitz

Setup an email address for the user in the session_attributes table.

--Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Alexander Schmehl
 Sent: Wednesday, June 04, 2008 12:02 PM
 To: trac-users@googlegroups.com
 Subject: [Trac] e-mails get mailed to somebody@mydomain when ticket
 isn't assigned
 
 
 Hi!
 
 I just installed trac 0.10.4 and am very pleased by it.
 
 I enabled always_notify_owner = true and - since most of our users
 are
 from the same domain - set smtp_default_domain = mydomain.  That
 works very well, and our users don't need to specify their email
 adress.
 
 However, that leads to the problem, that when creating new tickets
 without assigning them to a real person, they get assigned to
 (literally) somebody causing a mail to be send to
 somebody@mydomain.  Anyone knows how to prevent that?
 
 
 Yours sincerely,
   Alexander
 
 


--~--~-~--~~~---~--~~
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] remote access - url format?

2008-06-04 Thread km

I would like to edit certain trac pages from within my local editor
(from within emacs, using tramp, but that isn't important). What is
the format for trac urls?

Assume I wanted to grab a copy of the top-level wiki page for trac-
project at www.trac-server.com

  sftp [EMAIL PROTECTED]/trac-project/wiki/[WHAT GOES HERE?]

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] post commit hook script

2008-06-04 Thread rishoboy6

I am trying to integrate subversion and trac. I am using the post
commit hook script found at 
http://trac.edgewall.org/browser/branches/0.10-stable/contrib/trac-post-commit-hook
to be able to modify tickets and in my post-commit.tmpl in my svn i
have

REPOS=$1
REV=$2
LOG=`C:\Program Files\Subversion\bin\svnlook log -r $REV $REPOS`
TRAC_ENV='c:\projects\trac'
TRAC_URL='http://localhost:8000/myproject2'

C:\Python24 C:\projects\svn\hooks\trac-post-commit-hook -p $TRAC_ENV
-r $REV -m $LOG -s $TRAC_URL

This is currently not working when i try to commit. the commit works
fine, but the ticket is not modified. Also when i try to run the
script in windows, i get an error at the line

from trac.env import open_environment

saying

Traceback (most recent call last):
  File C:\projects\svn\hooks\trac-post-commit-hook.py, line 6, in ?
from trac.env import open_environment
ImportError: No module named trac.env

Am i missing something obvious? It could be something very simple, i
am new to all of this. any help would be appreciated.

--~--~-~--~~~---~--~~
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: remote access - url format?

2008-06-04 Thread Noah Kantrowitz

km wrote:

I would like to edit certain trac pages from within my local editor
(from within emacs, using tramp, but that isn't important). What is
the format for trac urls?

Assume I wanted to grab a copy of the top-level wiki page for trac-
project at www.trac-server.com

  sftp [EMAIL PROTECTED]/trac-project/wiki/[WHAT GOES HERE?]



Not sure what you think you are going to do, but whatever it is you cannot.

--Noah



signature.asc
Description: OpenPGP digital signature


[Trac] Re: Disadvantages of tracd?

2008-06-04 Thread Michael Schmarck

Hi!

On Wed, Jun 4, 2008 at 7:00 PM, John Hampton [EMAIL PROTECTED] wrote:

 There are LDAP plugins to AccountManager that will allow tracd to
 authenticate against LDAP, so that's not really a reason.

Okay, thanks. Good to know.

 Other than probable performance (though tracd isn't that much of a
 slouch),

All right. Performance won't be that much of an issue for us,
I think.

 the reason I see to not use ti directly are:

  * Based on the Python HTTP server.  While not necessarily a bad thing,
 I bet apache/lighttpd/nginx have been pounded on more from an HTTP
 perspective than the Python HTTP server.

Good point.

  * Can't do SSL.  This is a big one if you don't want to be sending
 passwords in plain text.

I don't care about that. There are much more important applications
around here, which are way worse from a security point of view,
compared to Trac. Sending Trac/SVN passwords in our LAN
unencrypted is the least of my problems :)

Michael

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