[Trac] Re: upgrade error after upgrade from trac 10 to 10.3 on Solaris 10

2007-04-23 Thread Jay Silence

Hi, all!

2007/4/21, Rainer Sokoll [EMAIL PROTECTED]:
 Does the user running trac own /export/svn/Repositories/sam?

The user running trac (trac:trac) is also in the same group that hast
read/write permisstion to that repository (sam:sam). Nothing changed
here during the upgrade.

  -bash-3.00# svn info file:///export/svn/Repositories/sam
 Assumed from the prompt, you are root here.

Yes, by coincidence.


  Letzter Autor: rainer
 No, no, it was not me, I swear! :-)

All I did was change a comment!!!  ;-)

-jay

-- 
silence is foo

--~--~-~--~~~---~--~~
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: upgrade error after upgrade from trac 10 to 10.3 on Solaris 10

2007-04-23 Thread Jay Silence

2007/4/21, solo turn [EMAIL PROTECTED]:
 the permissions are still the same?

Yes, nothing changed there.

-jay

-- 
silence is foo

--~--~-~--~~~---~--~~
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: upgrade error after upgrade from trac 10 to 10.3 on Solaris 10

2007-04-23 Thread Christian Boos

[EMAIL PROTECTED] wrote:
 After upgrading trac on Solaris 10 from 10 to 10.3 via pkg-get/
 blastwave trac fails with the following erroe:
 ...
 TracError: /export/svn/Repositories/sam does not appear to be a
 Subversion repository.


 Yes, the path specified is indeed the repository and it worked fine
 before the upgrade. The repository continues to work fine with the
 usual Subversion clients (Subversion has also been upgraded from
 1.4.0 to 1.4.3).
   

Did you upgrade the Python bindings for Subversion as well?

-- Christian


--~--~-~--~~~---~--~~
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] ClearSilver not installed? (running trac on feisty fawn)

2007-04-23 Thread Jonathan Wallace

Hello,
 I'm attempting to install trac on ubuntu feisty fawn.  I've set up
trac with a virtual host setting in apache and when I browse to the
appropriate URI, I receive the following error:

Traceback (most recent call last):
  File /var/lib/python-support/python2.5/trac/web/main.py, line 387,
in dispatch_request
dispatcher.dispatch(req)
  File /var/lib/python-support/python2.5/trac/web/main.py, line 206,
in dispatch
req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs())
  File /var/lib/python-support/python2.5/trac/web/clearsilver.py,
line 135, in __init__
raise TracError, ClearSilver not installed (%s) % e
TracError: ClearSilver not installed (/usr/lib/python2.5/site-packages/
neo_cgi.so: undefined symbol: Py_InitModule4)

Here's the output from dpk and uname:
 [EMAIL PROTECTED]/var/lib/python-support/python2.5/trac/web $ dpkg --list
python* | grep ^ii
ii  python 2.5.1~rc1-0ubuntu3  An interactive high-
level object-oriented language (default version)
ii  python-apt 0.6.20ubuntu16  Python interface to
libapt-pkg
ii  python-central 0.5.12ubuntu4   register and build
utility for Python packages
ii  python-clearsilver 0.10.3-4.1  python bindings for
clearsilver
ii  python-docutils0.4-3build2 Utilities for the
documentation of Python modules
ii  python-gnupginterface  0.3.2-9 Python interface to
GnuPG (GPG)
ii  python-minimal 2.5.1~rc1-0ubuntu3  A minimal subset of the
Python language (default version)
ii  python-pysqlite2   2.3.2-1ubuntu2  python interface to
SQLite 3
ii  python-roman   0.4-3build2 A module for generating/
analyzing Roman numerals
ii  python-setuptools  0.6c5-1ubuntu1  Python Distutils
Enhancements
ii  python-subversion  1.4.3dfsg1-1ubuntu1 Python bindings for
Subversion
ii  python-support 0.5.6ubuntu1automated rebuilding
support for python modules
ii  python2.5  2.5.1~rc1-0ubuntu3  An interactive high-
level object-oriented language (version 2.5)
ii  python2.5-minimal  2.5.1~rc1-0ubuntu3  A minimal subset of the
Python language (version 2.5)

 [EMAIL PROTECTED]/var/lib/python-support/python2.5/trac/web $ uname -a
Linux home 2.6.16.29-xen #3 SMP Sun Oct 15 13:15:34 BST 2006 x86_64
GNU/Linux

I've searched the web through google and this group for information
related to my error but have come up empty handed.  What should be my
next step in debugging?
 Thanks,
   Jonathan


--~--~-~--~~~---~--~~
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] setup a new report

2007-04-23 Thread Didier BRETIN

Hello,

I try to setup a new report to handle a field I added with 
[ticket-custom] in trac.ini.

Here is [ticket-custom]:
  [ticket-custom]
  temps = text
  temps.label = estimation
  realise = text
  realise.label = realise

and here is my report:
SELECT t.id AS ticket, summary, component, version, milestone, t.type AS 
type, severity,
 (CASE status WHEN 'assigned' THEN owner||' *' ELSE owner END) AS owner,
 time AS created,
 changetime AS _changetime, description AS _description,
 reporter AS _reporter,
 c.value AS estimation,
 p.value AS __color__
FROM ticket AS t, ticket_custom AS c, enum AS p
WHERE
 t.id = c.ticket
 AND c.name = 'temps'
 AND p.name = t.priority
 AND p.type = 'priority'
 AND  status IN ('new', 'assigned', 'reopened')
ORDER BY milestone, severity, time


As you can see, I would like to display the column estimation in the 
report. The report is working but only the tickets with the field 
estimation set are shown. I would like all the tickets: the ones with 
estimation set and the others.

How can I do this ?

Regards.
-- 
Didier BRETIN
http://www.bretin.net/


--~--~-~--~~~---~--~~
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: ClearSilver not installed? (running trac on feisty fawn)

2007-04-23 Thread Jonathan Wallace

I found it.  It is a bug in Ubuntu.

https://launchpad.net/ubuntu/+source/clearsilver/+bug/86685

On Apr 23, 9:18 am, Jonathan Wallace [EMAIL PROTECTED]
wrote:
 Hello,
  I'm attempting to install trac on ubuntu feisty fawn.  I've set up
 trac with a virtual host setting in apache and when I browse to the
 appropriate URI, I receive the following error:

 Traceback (most recent call last):
   File /var/lib/python-support/python2.5/trac/web/main.py, line 387,
 in dispatch_request
 dispatcher.dispatch(req)
   File /var/lib/python-support/python2.5/trac/web/main.py, line 206,
 in dispatch
 req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs())
   File /var/lib/python-support/python2.5/trac/web/clearsilver.py,
 line 135, in __init__
 raise TracError, ClearSilver not installed (%s) % e
 TracError: ClearSilver not installed (/usr/lib/python2.5/site-packages/
 neo_cgi.so: undefined symbol: Py_InitModule4)

 Here's the output from dpk and uname:
  [EMAIL PROTECTED]/var/lib/python-support/python2.5/trac/web $ dpkg --list
 python* | grep ^ii
 ii  python 2.5.1~rc1-0ubuntu3  An interactive high-
 level object-oriented language (default version)
 ii  python-apt 0.6.20ubuntu16  Python interface to
 libapt-pkg
 ii  python-central 0.5.12ubuntu4   register and build
 utility for Python packages
 ii  python-clearsilver 0.10.3-4.1  python bindings for
 clearsilver
 ii  python-docutils0.4-3build2 Utilities for the
 documentation of Python modules
 ii  python-gnupginterface  0.3.2-9 Python interface to
 GnuPG (GPG)
 ii  python-minimal 2.5.1~rc1-0ubuntu3  A minimal subset of the
 Python language (default version)
 ii  python-pysqlite2   2.3.2-1ubuntu2  python interface to
 SQLite 3
 ii  python-roman   0.4-3build2 A module for generating/
 analyzing Roman numerals
 ii  python-setuptools  0.6c5-1ubuntu1  Python Distutils
 Enhancements
 ii  python-subversion  1.4.3dfsg1-1ubuntu1 Python bindings for
 Subversion
 ii  python-support 0.5.6ubuntu1automated rebuilding
 support for python modules
 ii  python2.5  2.5.1~rc1-0ubuntu3  An interactive high-
 level object-oriented language (version 2.5)
 ii  python2.5-minimal  2.5.1~rc1-0ubuntu3  A minimal subset of the
 Python language (version 2.5)

  [EMAIL PROTECTED]/var/lib/python-support/python2.5/trac/web $ uname -a
 Linux home 2.6.16.29-xen #3 SMP Sun Oct 15 13:15:34 BST 2006 x86_64
 GNU/Linux

 I've searched the web through google and this group for information
 related to my error but have come up empty handed.  What should be my
 next step in debugging?
  Thanks,
Jonathan


--~--~-~--~~~---~--~~
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 + pysqlite race condition

2007-04-23 Thread Viktor Ć tujber

TRAC finally produced something else than a crash or truncated
data...

Traceback (most recent call last):
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\api.py, line 334, in send_error
'text/html')
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\chrome.py, line 557, in render_template
if not req.session or not int(req.session.get('accesskeys', 0)):
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\api.py, line 165, in __getattr__
value = self.callbacks[name](self)
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\main.py, line 271, in _get_session
return Session(self.env, req)
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\session.py, line 48, in __init__
self.get_session(sid)
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\session.py, line 74, in get_session
(sid, int(authenticated)))
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\db\util.py, line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\db\sqlite_backend.py, line 58, in execute
args or [])
  File c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\db\sqlite_backend.py, line 50, in _rollback_on_error
return function(self, *args, **kwargs)
ProgrammingError: library routine called out of sequence

Any idea who I should turn to?


--~--~-~--~~~---~--~~
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: How to import/export a wiki project?

2007-04-23 Thread mod_che

More problems with load and dump function:

I load an dump pages from a windows xp system on my mac (mac os x
10-4-9).
but i get nonsense for additional characters and german's umlaute
and after import with -dump i get everytime two breaks br for one
break in the original wikipage.

any solution to convert this correctly?

Thx
Michael --

On Apr 19, 11:28 am, Noah Kantrowitz [EMAIL PROTECTED] wrote:
 mod_che wrote:
  oh!
  Do you think this is enough?
  1) copy paste the whole project directory
  2) dump + load the pages?

 If you do 1, 2 is redundant (assuming you use SQLite). If you use
 Postgres, look at pg_dump.

 --Noah

  signature.asc
 1KDownload


--~--~-~--~~~---~--~~
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] Multiple assignees

2007-04-23 Thread joshmccormack

Is it possible to have multiple people assigned to an issue, where
when the first in the list reports it resolved it goes to the next?
Can this be done with a plug in, or anyone have an idea how to
customize it to do this?


--~--~-~--~~~---~--~~
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: upgrade error after upgrade from trac 10 to 10.3 on Solaris 10

2007-04-23 Thread Jay Silence

2007/4/23, Christian Boos [EMAIL PROTECTED]:
 Did you upgrade the Python bindings for Subversion as well?

Everything was automatically upgraded by pkg-get.
I wish I could unpress Return on that command line.

--- snip ---

   libiconv   1.9.2SAME
...
  pyclearsilver   0.10.4,REV=2007.02.10SAME
 pydocutils  0.4,REV=2006.02.16SAME
   pysetuptools0.6c3,REV=2006.10.20SAME
  pysqlite22.0.5,REV=2006.01.29SAME
  pysvn1.4.3,REV=2007.02.19SAME
 python2.3.5,REV=2005.12.18SAME
...
sqlite33.2.2,REV=2005.07.10SAME
 subversion1.4.3,REV=2007.02.19SAME
   trac   0.10.3,REV=2007.01.30SAME
--- snap ---

-jsl

-- 
silence is foo

--~--~-~--~~~---~--~~
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: upgrade error after upgrade from trac 10 to 10.3 on Solaris 10

2007-04-23 Thread solo turn

blastwave upgrades normally automatically. we did one upgrade up to
now, but this was not yet a trac upgrade (as we started using
blastwave with trac 0.10.3 on solaris 10)

On 4/23/07, Christian Boos [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] wrote:
  After upgrading trac on Solaris 10 from 10 to 10.3 via pkg-get/
  blastwave trac fails with the following erroe:
  ...
  TracError: /export/svn/Repositories/sam does not appear to be a
  Subversion repository.
 
 
  Yes, the path specified is indeed the repository and it worked fine
  before the upgrade. The repository continues to work fine with the
  usual Subversion clients (Subversion has also been upgraded from
  1.4.0 to 1.4.3).
 

 Did you upgrade the Python bindings for Subversion as well?

 -- Christian


 


--~--~-~--~~~---~--~~
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: Multiple assignees

2007-04-23 Thread solo turn

we work around this by:
1. entering the people in cc
2. instead of resolving, change the owner to the next in the cc

this is rather manual, but good enough for 80% of the cases.

not sure if workflow branch would be useable for such a use case.

-solo


On 4/23/07, joshmccormack [EMAIL PROTECTED] wrote:

 Is it possible to have multiple people assigned to an issue, where
 when the first in the list reports it resolved it goes to the next?
 Can this be done with a plug in, or anyone have an idea how to
 customize it to do this?


 


--~--~-~--~~~---~--~~
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: Multiple assignees

2007-04-23 Thread Eli Carter

On Monday 23 April 2007, joshmccormack wrote:
 
 Is it possible to have multiple people assigned to an issue, where
 when the first in the list reports it resolved it goes to the next?
 Can this be done with a plug in, or anyone have an idea how to
 customize it to do this?

Using the WorkFlow branch and a custom workflow plugin, you could make it so 
that a ticket action would reassign the ticket.

Eli

--~--~-~--~~~---~--~~
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] Fresh installation of Trac, cannot Login

2007-04-23 Thread Jason

I have a fresh installation of Trac.  I can get to the Welcome page
 however when I hit Login, the window pops up for my username/
password.
 After 3 tries I get the Authorization Required page.

I have Trac 10.4, Python 2.5, Apache 2.2

 The following appears in my error.trac.log:
 [Mon Apr 23 19:33:46 2007] [error] [client 192.168.1.1]   import
neo_cgi
 [Mon Apr 23 19:33:46 2007] [error] [client 192.168.1.1] /usr/lib/
python2.5
 /site-packages/trac/web/clearsilver.py:128: RuntimeWarning: Python C
API
 version mismatch for module neo_cgi: This Python has API version
1013,
 module neo_cgi has version 1012.
 [Mon Apr 23 19:33:46 2007] [error] [client 192.168.1.1]   import
neo_cgi
 [Mon Apr 23 19:34:33 2007] [error] [client 192.168.1.1] GROUP:
jungerle not in required group(s)., referer: https://my.server.com/


 Here's my VirtualHost file:
 ServerName my.server.com
 VirtualHost *:443
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem

ServerAdmin [EMAIL PROTECTED]

DocumentRoot /usr/share/trac/cgi-bin
Directory /usr/share/trac/cgi-bin/
   Options Indexes FollowSymLinks MultiViews ExecCGI
   AllowOverride All
   Order allow,deny
   allow from all
/Directory
Alias /trac /usr/share/trac/htdocs

Location /trac.cgi
   SetEnv TRAC_ENV /var/lib/trac/myproject
/Location

DirectoryIndex trac.cgi
ErrorLog /var/log/apache2/error.trac.log
CustomLog /var/log/apache2/access.trac.log combined
Location /mpinfo
   SetHandler mod_python
   PythonHandler mod_python.testhandler
/Location
Location /trac.cgi/login
   AuthType Basic
   AuthName Trac
   DAV svn
 #  SVNParentPath /home/svn/repositories
   SVNPath /home/svn/repositories/myproject
   AuthUserFile /home/svn/authentication/svn-auth
   AuthzSVNAccessFile /home/svn/authentication/access-rules
   Require valid-user
/Location
Location /svn
   DAV svn
   #SVNPATH /home/svn/repositories/myproject
   SVNParentPath /home/svn/repositories
   AuthType Basic
   AuthName Subversion Repositories
   AuthUserFile /home/svn/authentication/svn-auth
   AuthzSVNAccessFile /home/svn/authentication/access-rules
   Require valid-user
/Location
 /VirtualHost


 Finally, when access the code via Subversion
 (https://my.server.com/svn/myproject) authentication works just fine.

 I have a feeling I'm missing something simple, but I'm stuck.  All
help is
 greatly appreciated.

 Thanks,
 --Jason


--~--~-~--~~~---~--~~
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] No handler matched request

2007-04-23 Thread hal_robertson

I am managing multiple trac installations using separate Apache
virtual hosts without any problem

However I just created a new trac project w/ trac-admin and created a
new virtual host for this project, and I am getting a trac error when
I try to access the new project through the web browser:

Not Found

No handler matched request to /trac

No matter which url's I try underneath the new trac project /trac they
all return the no handler matched request error.

I can see that the trac.ini file is being parsed.  For example, the
ALT text where the header logo should be is set to the same value in
the new project's trac.ini file.  However, the CSS styles are not
being loaded (no handler matched request error if I try to put the
URL for the CSS file into the browser)

I am using Trac 0.10.3 and Apache 2/mod_python.  My other trac
projects are fine however this new one is causing me quite a
headache.  Where should I look to track down this problem?


--~--~-~--~~~---~--~~
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] ticket formatting

2007-04-23 Thread surge

Quick question, why doesn't track keep the formatting of the original
ticket description. For example, I wrote something like:

1. Issue A
2. Issue B

Trac compressed it all into 1. Issue A 2. Issue B. Can new lines in
the ticket description be replaced with BR somehow?


--~--~-~--~~~---~--~~
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: ticket formatting

2007-04-23 Thread Michael Renzmann

Hi.

 Trac compressed it all into 1. Issue A 2. Issue B.

Consider using proper wiki formatting, then your text gets properly
displayed. For example:

=== cut ===
 1. Item A
 2. Item B
=== cut ===
(note the leading space in front of the list items)

If you want to retain the original format of the text, try:
=== cut ===
{{{
1. Item A
2. Item B
}}}
=== cut ===
(usefull to paste output of shell commands)

Last but not least, you could insert line breaks with: [[BR]]

More about wiki formatting can be found here:
http://trac.edgewall.org/wiki/WikiFormatting

Bye, Mike

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