[Trac] upgrade to os x 10.9 seems to introduce tracd errors

2014-03-10 Thread Bill Hernandez

Ever since I upgraded to OS X 10.9 a few days ago, I keep getting the error 
block below

I upgraded to the latest tracd

$ tracd --version
tracd 1.0.1

Any ideas ?

Bill Hernandez
Plano, Texas



Server starting in PID 530.
Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/
Using HTTP/1.1 protocol version

127.0.0.1 - - [10/Mar/2014 20:43:36] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [10/Mar/2014 20:43:36] "GET / HTTP/1.1" 200 -

Exception happened during processing of request from ('127.0.0.1', 49205)
Traceback (most recent call last):
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py",
 line 593, in process_request_thread
self.finish_request(request, client_address)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py",
 line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py",
 line 651, in __init__
self.finish()
  File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish
BaseHTTPRequestHandler.finish(self)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py",
 line 710, in finish
self.wfile.close()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py",
 line 279, in close
self.flush()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py",
 line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10.03.2014 23:01, ONeal Freeman wrote:
> On Monday, March 10, 2014 4:11:38 PM UTC-5, hasienda wrote:
>> On 10.03.2014 21:51, RjOllos wrote:
>>> Perhaps we need to see take a look at the full log file at DEBUG
>>> level,
>>> for a session that spans restarting the web server to navigating
>>> to the
>>> /newticket page.
>> 
>> Indeed this was/is what I've been thinking too, more debut logging,
>> please.
> 
> So let me see if I understand what you want me to do with the debug log.
> Start trac and then restart the web server (apache) without exiting
> trac. Refresh trac and navigate to newticket?

Just restart the server, that is providing dynamic Trac content.
Capture the log from after restart up to the end of the first request,
that shall target /newticket directly. It will show a full Trac
environment reload and the request itself. A browser refresh would only
lengthen the log without providing additional information.

Steffen Hoffmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMeP1gACgkQ31DJeiZFuHe00gCglbxpHY+CRYFvKPigeKUa2CQK
eYQAoIzHEerdGdDSrxv4JfkZdVeOZ27b
=ogY/
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread ONeal Freeman


On Monday, March 10, 2014 4:11:38 PM UTC-5, hasienda wrote:
>
> -BEGIN PGP SIGNED MESSAGE- 
> Hash: SHA1 
>
> On 10.03.2014 21:51, RjOllos wrote: 
> > Perhaps we need to see take a look at the full log file at DEBUG level, 
> > for a session that spans restarting the web server to navigating to the 
> > /newticket page. 
>
> Indeed this was/is what I've been thinking too, more debut logging, 
> please. 
>
> Steffen Hoffmann 
> -BEGIN PGP SIGNATURE- 
> Version: GnuPG v1.4.12 (GNU/Linux) 
> Comment: Using GnuPG with Icedove - http://www.enigmail.net/ 
>
> iEYEARECAAYFAlMeKocACgkQ31DJeiZFuHdL0ACePEb2uKb/itt4OzS45NmD/uPr 
> zZsAn3desUAVEGznAnYIN5NKv0hgfslt 
> =4+cZ 
> -END PGP SIGNATURE- 
>

So let me see if I understand what you want me to do with the debug log.
Start trac and then restart the web server (apache) without exiting trac. 
Refresh trac and navigate to newticket? 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10.03.2014 21:51, RjOllos wrote:
> Perhaps we need to see take a look at the full log file at DEBUG level,
> for a session that spans restarting the web server to navigating to the
> /newticket page.

Indeed this was/is what I've been thinking too, more debut logging, please.

Steffen Hoffmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMeKocACgkQ31DJeiZFuHdL0ACePEb2uKb/itt4OzS45NmD/uPr
zZsAn3desUAVEGznAnYIN5NKv0hgfslt
=4+cZ
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread RjOllos
On Monday, March 10, 2014 1:41:42 PM UTC-7, hasienda wrote:
>
> -BEGIN PGP SIGNED MESSAGE- 
> Hash: SHA1 
>
> On 10.03.2014 19:53, ONeal Freeman wrote: 
> > Something I have not mentioned to Ryan is that my site.html does not 
> > include macros.html. I had read where macros.html will be eliminated 
> > from trac very soon. Is it possible that I am missing a important 
> > function which may be contained in the macros.html? 
>
> Good, that you mention such things, but the script files in question do 
> not get included by templates statements but by explicit function calls 
> ('add_script()' from trac.web.chrome) instead. 
>
> The script containing the auto-preview js function may even load, but 
> not get interpreted properly. I thought of a jQuery clash or similar, 
> but neither have I looked at the corresponding Trac core code nor do I 
> feel like a JS guru to spot issues in JS code easily. 
>
> Anyway, because it works for Ryan, me and any others, we'll have to get 
> it working for you too. More ideas, anyone? :-) 
>

I was thinking of testing out the Bitnami distribution, but if you 
(Steffen) have given it a try already and it is working okay for you, I 
might put that off a bit longer.

Perhaps we need to see take a look at the full log file at DEBUG level, for 
a session that spans restarting the web server to navigating to the 
/newticket page.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: Trac 1.0.1-1 Ticket default description

2014-03-10 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10.03.2014 20:22, ONeal Freeman wrote:
> I sincerely appreciate the time you have spent on this with me. Like I
> said in my first post, I feel like I've read (but not understood)
> everything on the internet about trac. I've been struggling no less than
> 6-weeks with getting trac on windows. It hought BitNami would simplify
> the install... 

This is no "normal" issue. I assure you, that I as almost Win noob got
Trac to fly by using a BitNami Trac stack in WinXP within less than one
hour, then started tweaking for a few more, not more than one day in
total. Sorry, we'll still try, just need some more logging or another
fresh idea.

Steffen Hoffmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMeJHkACgkQ31DJeiZFuHdjWwCfQtsX6WnEaDKJqpT0ILPd5k9Y
d+MAoI+Ep83dT6HluLDC9oH2bksAhavg
=9SiF
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10.03.2014 19:53, ONeal Freeman wrote:
> Something I have not mentioned to Ryan is that my site.html does not
> include macros.html. I had read where macros.html will be eliminated
> from trac very soon. Is it possible that I am missing a important
> function which may be contained in the macros.html?

Good, that you mention such things, but the script files in question do
not get included by templates statements but by explicit function calls
('add_script()' from trac.web.chrome) instead.

The script containing the auto-preview js function may even load, but
not get interpreted properly. I thought of a jQuery clash or similar,
but neither have I looked at the corresponding Trac core code nor do I
feel like a JS guru to spot issues in JS code easily.

Anyway, because it works for Ryan, me and any others, we'll have to get
it working for you too. More ideas, anyone? :-)

Steffen Hoffmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMeI4QACgkQ31DJeiZFuHfK+ACfQUDTyALrMZkPHPhDLHQzfKyn
XGUAnA0cCN7E4hvDsScpTHxsTkrdOTQm
=IyCo
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: Control the default columns of the milestone queries

2014-03-10 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07.03.2014 13:24, RjOllos wrote:
> On Friday, March 7, 2014 12:51:21 AM UTC-8, Kristian Nørgaard wrote:
> > I am interested in the results that are provided from the roadmap
> > view, when we click to see a list of tickets for a given milestone.
> > I know about the "default_query" option in trac.ini, but this does
> > not seem to affect this query.
> > Can I control which columns are shown per default?
> 
> The queries in the milestone progress bars can be customized in the
> [milestone-groups] section of trac.ini:
> http://trac.edgewall.org/wiki/TracIni#milestone-groups-section

I think, Kristian is asking for customization of the query underneath
the various ticket links from progress bar groups, so especially to
change default columns, right?

Configuration options for trac.ini in [milestone-groups] section are for
you [1], so it will change the corresponding links.

Steffen Hoffmann


[1] http://trac.edgewall.org/wiki/TracIni#milestone-groups-section
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMeIb8ACgkQ31DJeiZFuHdzlwCeODV5XLBkTFifX6Dvvre7rxML
jxcAn3B9OFICDFObXRA1YOO4bC2qKSZG
=rJzm
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Trac 1.0.1-1 Ticket default description

2014-03-10 Thread ONeal Freeman


On Monday, March 10, 2014 12:09:13 PM UTC-5, RjOllos wrote:
>
>
> On Monday, March 10, 2014 9:43:14 AM UTC-7, ONeal Freeman wrote:
>>
>>
>>
>> On Monday, March 10, 2014 9:03:21 AM UTC-5, RjOllos wrote:
>>>
>>> On Friday, March 7, 2014 8:35:08 AM UTC-8, ONeal Freeman wrote:

 I realize the template plugin should do this but I am having issues 
 with it right now and I have a deadline to meet so I am also pursuing 
 other 
 avenues.

 Has anyone gotten this to work to add multiple lines to the default 
 description?

 http://www.w3.org/1999/xhtml"; xmlns:py="
 http://genshi.edgewall.org/"; py:strip="">   >>> py:match="textarea[@id='field-description' 
 and @class='wikitext']" py:attrs="select('@*')"> Your custom 
 description goes here.   

 From: 
 http://www.nextthing.org/archives/2008/05/02/adding-default-descriptions-to-trac-tickets

>>>
>>> I hope we can continue debugging the issue with your Trac instance and 
>>> TracTicketTemplatePlugin, but in the meantime, putting the following in 
>>> template/site.html should allow you to set a ticket template:
>>>
>>> http://www.w3.org/1999/xhtml";
>>>   xmlns:xi="http://www.w3.org/2001/XInclude";
>>>   xmlns:py="http://genshi.edgewall.org/";
>>>   py:strip="">
>>>   
>>> >> py:attrs="select('@*')">
>>> Your custom description goes here.
>>>
>>> This is the second line, preceeded by a line of whitespace.
>>> 
>>>   
>>> 
>>>  
>>>
>> Well I spoke too soon.  I pasted your code snippet in and it works fine. 
>>
>
> The change from what you originally posted is that I removed the `and 
> @class='wikitext'` in the XPath selector. The textarea has multiple 
> classes, so it wasn't matching.
>
> Hopefully that will hold you over for now. I'll review the other thread 
> and try to come up with something else to try for determining the problems 
> with TracTicketTemplatePlugin. I'm running low on ideas though.
>

I sincerely appreciate the time you have spent on this with me. Like I said 
in my first post, I feel like I've read (but not understood) everything on 
the internet about trac. I've been struggling no less than 6-weeks with 
getting trac on windows. It hought BitNami would simplify the install... 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread ONeal Freeman


On Monday, March 10, 2014 1:41:27 PM UTC-5, hasienda wrote:
>
> -BEGIN PGP SIGNED MESSAGE- 
> Hash: SHA1 
>
> Hello, 
>
> btw, both of you are NOT the only people reading on this list. It might 
> be, that Ryan is very active and often a bit earlier with responses, so 
> I (and maybe others) do not interfere, as long as I can't see what to do 
> more. 
>
> As Ryan declared he would run low of ideas I step in now, but don't 
> promise to do any better though. 
>
> On 10.03.2014 14:55, ONeal Freeman wrote: 
> > I cleared browser cache but that did not make a difference. 
> > 
> > The about page does show auto_preview_timeout as 2.0 
> > 
> > I edited a wiki page in side-by-side and the changes were not shown in 
> > the preview side. 
> > 
> > I then opened the console and performed the wiki edit again.but the same 
> > error was displayed: Uncaught ReferenceError: auto_preview_timeout is 
> > not defined 
>
> I remember your report from earlier test with console interaction. I'm 
> quite sure, that there is an issue with Trac core wiki preview rendering 
> or interference between that and the ticket template plugin. As I do use 
> Trac with that plugin and I know that both can work flawlessly I'm most 
> anxious to see this case resolved. I feel that the auto-preview blocks 
> the plugin from working properly, but I cannot see yet how to nail it 
> down. 
>
> Could you try to kind of refresh your Trac install to make sure it is 
> really complete? Never heard of a similar issue with for the whole 
> lifetime of this great feature, so I tend to believe it is a local 
> installation issue. The configuration is already confirmed to be ok by 
> you feedback. 
>
> Steffen Hoffmann 
> -BEGIN PGP SIGNATURE- 
> Version: GnuPG v1.4.12 (GNU/Linux) 
> Comment: Using GnuPG with Icedove - http://www.enigmail.net/ 
>
> iEYEARECAAYFAlMeB1IACgkQ31DJeiZFuHezBwCgsZDJruj8Z1lsymInGyD3BmR8 
> o/4An23p06FoanZdtqu3h9paI/7IijH0 
> =uLlU 
> -END PGP SIGNATURE- 
>

Hello  Steffen,

I removed trac from my test machine and reinstalled with the same issue 
still there.

I also have this same install on a server but I do not do any testing on 
the server. As I get issues sorted out I make the changes to the server.

Something I have not mentioned to Ryan is that my site.html does not 
include macros.html. I had read where macros.html will be eliminated from 
trac very soon. Is it possible that I am missing a important function which 
may be contained in the macros.html?

Regards,
O'Neal

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

btw, both of you are NOT the only people reading on this list. It might
be, that Ryan is very active and often a bit earlier with responses, so
I (and maybe others) do not interfere, as long as I can't see what to do
more.

As Ryan declared he would run low of ideas I step in now, but don't
promise to do any better though.

On 10.03.2014 14:55, ONeal Freeman wrote:
> I cleared browser cache but that did not make a difference.
> 
> The about page does show auto_preview_timeout as 2.0
> 
> I edited a wiki page in side-by-side and the changes were not shown in
> the preview side.
> 
> I then opened the console and performed the wiki edit again.but the same
> error was displayed: Uncaught ReferenceError: auto_preview_timeout is
> not defined

I remember your report from earlier test with console interaction. I'm
quite sure, that there is an issue with Trac core wiki preview rendering
or interference between that and the ticket template plugin. As I do use
Trac with that plugin and I know that both can work flawlessly I'm most
anxious to see this case resolved. I feel that the auto-preview blocks
the plugin from working properly, but I cannot see yet how to nail it down.

Could you try to kind of refresh your Trac install to make sure it is
really complete? Never heard of a similar issue with for the whole
lifetime of this great feature, so I tend to believe it is a local
installation issue. The configuration is already confirmed to be ok by
you feedback.

Steffen Hoffmann
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMeB1IACgkQ31DJeiZFuHezBwCgsZDJruj8Z1lsymInGyD3BmR8
o/4An23p06FoanZdtqu3h9paI/7IijH0
=uLlU
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Not able to add permission to trac admin.

2014-03-10 Thread RjOllos
On Monday, March 10, 2014 9:58:56 AM UTC-7, Aaron Olson wrote:
>
> I get the same error from all my trac-admin commands. Im starting to 
>> wonder if this is a python issue I side loaded python so that it wouldnt 
>> mess with other applications that are using the base install of python. 
>>
>
> This is a fresh install of CentOS so it has never worked. I haven't 
> installed any plugins.
>
> I get this when I try to login with my user. 
> Traceback (most recent call last):
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", 
> line 502, in send_error data, 'text/html')
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py",
>  
> line 955, in render_template message = req.session.pop('chrome.%s.%d' % 
> (type_, i))
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", 
> line 304, in __getattr__ value = self.callbacks[name](self)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/main.py", 
> line 268, in _get_session return Session(self.env, req)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
>  
> line 211, in __init__ self.get_session(req.authname, authenticated=True)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
>  
> line 229, in get_session super(Session, self).get_session(sid, 
> authenticated)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
>  
> line 90, in get_session """, (sid, int(authenticated
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/util.py", 
> line 121, in execute cursor.execute(query, params)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/util.py", 
> line 65, in execute return self.cursor.execute(sql_escape_percent(sql), 
> args)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
>  
> line 78, in execute result = PyFormatCursor.execute(self, *args)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
>  
> line 56, in execute args or [])
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
>  
> line 48, in _rollback_on_error return function(self, *args, **kwargs) 
> OperationalError: Could not decode to UTF-8 column 'value' with text 
> 'û° ™ü  µü€€ ù  ²ù  ¦ù  ²ø° ®ü° ¥ú€€ ý  ¡ø€ ¥ù  ¢û  ¥ü°€ ý 
>  ¡ù€ ¥.羶ü Ž 羶ü Œ€ç¾¶ÿ¿¿¾ÿ¿¿¿ü° ·û°€®'
>

There are comments for similar errors that suggest that somehow data ended 
up in the database without the proper encoding:
http://trac.edgewall.org/ticket/7380#comment:1
http://trac.edgewall.org/ticket/6017#comment:3

Did you import data into your database by any "special" means? Did you 
follow a particular installation guide, or have documented your 
installation steps?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Not able to add permission to trac admin.

2014-03-10 Thread Aaron Olson

>
> I am running Genshi 0.7 not babel
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Trac 1.0.1-1 Ticket default description

2014-03-10 Thread RjOllos

On Monday, March 10, 2014 9:43:14 AM UTC-7, ONeal Freeman wrote:
>
>
>
> On Monday, March 10, 2014 9:03:21 AM UTC-5, RjOllos wrote:
>>
>> On Friday, March 7, 2014 8:35:08 AM UTC-8, ONeal Freeman wrote:
>>>
>>> I realize the template plugin should do this but I am having issues with 
>>> it right now and I have a deadline to meet so I am also pursuing other 
>>> avenues.
>>>
>>> Has anyone gotten this to work to add multiple lines to the default 
>>> description?
>>>
>>> http://www.w3.org/1999/xhtml"; xmlns:py="
>>> http://genshi.edgewall.org/"; py:strip="">   >> py:match="textarea[@id='field-description' 
>>> and @class='wikitext']" py:attrs="select('@*')"> Your custom 
>>> description goes here.   
>>>
>>> From: 
>>> http://www.nextthing.org/archives/2008/05/02/adding-default-descriptions-to-trac-tickets
>>>
>>
>> I hope we can continue debugging the issue with your Trac instance and 
>> TracTicketTemplatePlugin, but in the meantime, putting the following in 
>> template/site.html should allow you to set a ticket template:
>>
>> http://www.w3.org/1999/xhtml";
>>   xmlns:xi="http://www.w3.org/2001/XInclude";
>>   xmlns:py="http://genshi.edgewall.org/";
>>   py:strip="">
>>   
>> > py:attrs="select('@*')">
>> Your custom description goes here.
>>
>> This is the second line, preceeded by a line of whitespace.
>> 
>>   
>> 
>>  
>>
> Well I spoke too soon.  I pasted your code snippet in and it works fine. 
>

The change from what you originally posted is that I removed the `and 
@class='wikitext'` in the XPath selector. The textarea has multiple 
classes, so it wasn't matching.

Hopefully that will hold you over for now. I'll review the other thread and 
try to come up with something else to try for determining the problems with 
TracTicketTemplatePlugin. I'm running low on ideas though.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Not able to add permission to trac admin.

2014-03-10 Thread Aaron Olson

>
> I get the same error from all my trac-admin commands. Im starting to 
> wonder if this is a python issue I side loaded python so that it wouldnt 
> mess with other applications that are using the base install of python. 
>

This is a fresh install of CentOS so it has never worked. I haven't 
installed any plugins.

I get this when I try to login with my user. 
Traceback (most recent call last):
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", 
line 502, in send_error data, 'text/html')
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py", 
line 955, in render_template message = req.session.pop('chrome.%s.%d' % 
(type_, i))
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", 
line 304, in __getattr__ value = self.callbacks[name](self)
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/main.py", 
line 268, in _get_session return Session(self.env, req)
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
 
line 211, in __init__ self.get_session(req.authname, authenticated=True)
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
 
line 229, in get_session super(Session, self).get_session(sid, 
authenticated)
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
 
line 90, in get_session """, (sid, int(authenticated
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/util.py", 
line 121, in execute cursor.execute(query, params)
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/util.py", 
line 65, in execute return self.cursor.execute(sql_escape_percent(sql), 
args)
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
 
line 78, in execute result = PyFormatCursor.execute(self, *args)
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
 
line 56, in execute args or [])
  File 
"/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
 
line 48, in _rollback_on_error return function(self, *args, **kwargs) 
OperationalError: Could not decode to UTF-8 column 'value' with text 'û° ™ü 
 µü€€ ù  ²ù  ¦ù  ²ø° ®ü° ¥ú€€ ý  ¡ø€ ¥ù  ¢û  ¥ü°€ ý 
 ¡ù€ ¥.羶ü Ž 羶ü Œ€ç¾¶ÿ¿¿¾ÿ¿¿¿ü° ·û°€®'

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Trac 1.0.1-1 Ticket default description

2014-03-10 Thread ONeal Freeman


On Monday, March 10, 2014 9:03:21 AM UTC-5, RjOllos wrote:
>
> On Friday, March 7, 2014 8:35:08 AM UTC-8, ONeal Freeman wrote:
>>
>> I realize the template plugin should do this but I am having issues with 
>> it right now and I have a deadline to meet so I am also pursuing other 
>> avenues.
>>
>> Has anyone gotten this to work to add multiple lines to the default 
>> description?
>>
>> http://www.w3.org/1999/xhtml"; xmlns:py="
>> http://genshi.edgewall.org/"; py:strip="">   > py:match="textarea[@id='field-description' 
>> and @class='wikitext']" py:attrs="select('@*')"> Your custom description 
>> goes here.   
>>
>> From: 
>> http://www.nextthing.org/archives/2008/05/02/adding-default-descriptions-to-trac-tickets
>>
>
> I hope we can continue debugging the issue with your Trac instance and 
> TracTicketTemplatePlugin, but in the meantime, putting the following in 
> template/site.html should allow you to set a ticket template:
>
> http://www.w3.org/1999/xhtml";
>   xmlns:xi="http://www.w3.org/2001/XInclude";
>   xmlns:py="http://genshi.edgewall.org/";
>   py:strip="">
>   
>  py:attrs="select('@*')">
> Your custom description goes here.
>
> This is the second line, preceeded by a line of whitespace.
> 
>   
> 
>  
>
Well I spoke too soon.  I pasted your code snippet in and it works fine. 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Trac 1.0.1-1 Ticket default description

2014-03-10 Thread ONeal Freeman


On Monday, March 10, 2014 9:03:21 AM UTC-5, RjOllos wrote:
>
> On Friday, March 7, 2014 8:35:08 AM UTC-8, ONeal Freeman wrote:
>>
>> I realize the template plugin should do this but I am having issues with 
>> it right now and I have a deadline to meet so I am also pursuing other 
>> avenues.
>>
>> Has anyone gotten this to work to add multiple lines to the default 
>> description?
>>
>> http://www.w3.org/1999/xhtml"; xmlns:py="
>> http://genshi.edgewall.org/"; py:strip="">   > py:match="textarea[@id='field-description' 
>> and @class='wikitext']" py:attrs="select('@*')"> Your custom description 
>> goes here.   
>>
>> From: 
>> http://www.nextthing.org/archives/2008/05/02/adding-default-descriptions-to-trac-tickets
>>
>
> I hope we can continue debugging the issue with your Trac instance and 
> TracTicketTemplatePlugin, but in the meantime, putting the following in 
> template/site.html should allow you to set a ticket template:
>
> http://www.w3.org/1999/xhtml";
>   xmlns:xi="http://www.w3.org/2001/XInclude";
>   xmlns:py="http://genshi.edgewall.org/";
>   py:strip="">
>   
>  py:attrs="select('@*')">
> Your custom description goes here.
>
> This is the second line, preceeded by a line of whitespace.
> 
>   
> 
>  
>
Yes I do think we should continue to debut the template plugin.

I could not get the above code in the site.html to work. I do not know if I 
am missing the appropriate tag like  or  what but I messed with it a 
month before stumbling on the templateplugin.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Not able to add permission to trac admin.

2014-03-10 Thread RjOllos
On Monday, March 10, 2014 8:55:15 AM UTC-7, Aaron Olson wrote:
>
> I am running Trac 1.0
>
> It appears that none of the trac-admin commands work. 
>

Sorry, but I don't have any ideas so far of what the issue could be.

Do you see the same error from every trac-admin command? Or do the error 
messages differ in a significant way?

Did the installation ever work correctly? Is this a new installation, or 
have you recently upgraded? You could try upgrading to Trac 1.0.1.

Any plugins installed? You could try temporarily disabling your plugins. 

Which versions of Babel and Genshi do you have?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Not able to add permission to trac admin.

2014-03-10 Thread Aaron Olson
I am running Trac 1.0

It appears that none of the trac-admin commands work. 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Trac 1.0.1-1 Ticket default description

2014-03-10 Thread RjOllos
On Friday, March 7, 2014 8:35:08 AM UTC-8, ONeal Freeman wrote:
>
> I realize the template plugin should do this but I am having issues with 
> it right now and I have a deadline to meet so I am also pursuing other 
> avenues.
>
> Has anyone gotten this to work to add multiple lines to the default 
> description?
>
> http://www.w3.org/1999/xhtml"; xmlns:py="
> http://genshi.edgewall.org/"; py:strip="">py:match="textarea[@id='field-description' 
> and @class='wikitext']" py:attrs="select('@*')"> Your custom description 
> goes here.   
>
> From: 
> http://www.nextthing.org/archives/2008/05/02/adding-default-descriptions-to-trac-tickets
>

I hope we can continue debugging the issue with your Trac instance and 
TracTicketTemplatePlugin, but in the meantime, putting the following in 
template/site.html should allow you to set a ticket template:

http://www.w3.org/1999/xhtml";
  xmlns:xi="http://www.w3.org/2001/XInclude";
  xmlns:py="http://genshi.edgewall.org/";
  py:strip="">
  

Your custom description goes here.

This is the second line, preceeded by a line of whitespace.

  

 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: TracTicketTemplatePlugIn

2014-03-10 Thread ONeal Freeman


On Monday, March 10, 2014 1:48:49 AM UTC-5, RjOllos wrote:
>
> On Saturday, March 8, 2014 2:08:05 PM UTC-8, ONeal Freeman wrote:
>>
>> I opened the console and watched for the auto_preview_timeout error but 
>> nothing I selected called the auto_preview.js.
>>
>> I tired to set the var auto_preview_timeout in the js but it did not 
>> work, not the way I had it anyway.
>>
>
> It's very difficult to determine which questions you are responding to 
> when you reply at the top of the email. I kindly ask that you respond after 
> the question, as you'll see that I've been doing. The behavior will be 
> appreciated by the other members in any forum that you participate in. 
>
> I'd like to be more specific with regard to the following question "Does 
> the auto preview functionality for wiki pages function correctly when in 
> side-by-side edit mode? "
>
>  1. Set [trac] auto_preview_timeout to 1.0 or 2.0.
>  2. Navigate to the /about page to confirm that you see a value set.
>
>
> 
>
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>  3. Navigate to a wiki page and press Edit this page.
>  4. Select the "Edit side-by-side" checkbox to put the page in 
> side-by-side edit mode.
>  5. Once the page auto-refreshes and you are in side-by-side edit mode, 
> type a few character in the edit box and see if the right side 
> auto-refreshes to show a preview. If it does not, then repeat the edit 
> steps with the console open to see if any errors appear in the console.
>
> Prior to all that, I suggest trying to clear your browser cache just to 
> see if that fixes the problem.
>

Sorry about the bad postings...

I cleared browser cache but that did not make a difference.

The about page does show auto_preview_timeout as 2.0

I edited a wiki page in side-by-side and the changes were not shown in the 
preview side.

I then opened the console and performed the wiki edit again.but the same 
error was displayed: Uncaught ReferenceError: auto_preview_timeout is not 
defined 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: trac 1.0.1: Wierd language behaviour

2014-03-10 Thread RjOllos
On Monday, March 10, 2014 3:48:03 AM UTC-7, Riedel, Torge wrote:
>
>  Trac 1.0.1
>
> Babel 0.9.6
>
> Genshi 0.6 (without speedups)
>
>  
>
> We have a multi-trac installation here, which means several trac instances 
> using the same trac installation.
>
> We migrated from an earlier version of trac (which was installed without 
> Babel) to trac 1.0.1 and installed Babel and Genshi before. Each trac 
> instance's setting related to language or date/time formatting is set to 
> "default" or "browser".
>
>  
>
> trac.ini
>
> default_charset = utf8
>
> default_date_format =
>
> default_dateinfo_format =
>
> default_language =
>
>  
>
> First:
>
> I'm unable to select a time like "13:14" which is a valid time in germany 
> (meaning 1:14 pm). If you try to complete a milestone, the current time is 
> display correct, e.g. "13:14" but if you would like to change it to "13:12" 
> it's impossible. Time will be changed to "01:12" but without any am/pm 
> suffix.
>
I can reproduce issues of difficulty editing the value in the datepicker on 
Trac 1.0.1. Specifically, what I find is that I can't move the sliders, and 
attempting to edit the "13" value changes it to an "01".

On Trac 1.0-stable the issue appears to have been fixed, probably in #11413.
http://trac.edgewall.org/ticket/11413

We are not sure when 1.0.2 will be released, but 1.0-stable is pretty 
stable, so you might choose to install from that branch.
http://svn.edgewall.org/repos/trac/branches/1.0-stable/
  

> Second:
>
> When displaying the "About"-page the language setting is not applied.
>
I haven't been able to reproduce this issue. Are all other pages except the 
"About" page displayed using the German language?

Does it make a difference if you explicitly set the language to German 
through the Language Preferences page?  

I need help to find out what the problem is and where to look.
>
>  
>
> Regards
>
> Torge
>  
>
> CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, 
> Fax: +49 711 7825-4000, Internet: www.cenit.de
> Geschaeftsstellen: Berlin, Frankfurt, Hamburg, Hannover, Muenchen, 
> Oelsnitz, Ratingen, Saarbruecken
> Vorstandsmitglieder: Kurt Bengel, Matthias Schmidt
> Aufsichtsratsmitglieder: Andreas Schmidt (Vorsitzender des Aufsichtsrats), 
> Hubert Leypoldt, Andreas Karrer
> Bankverbindungen:
> Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 
> 1040 00 SWIFT-CODE : DEUTDESS,
> Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 
> 0155 00 SWIFT-Code : COBADEFF600,
> BW-Bank (BLZ 600 501 01) Kto. 2 403 313 IBAN : DE17 6005 0101 0002 4033 13 
> SWIFT-Code : SOLADEST
> Registergericht: Amtsgericht Stuttgart
> Handelsregister: HRB Nr. 19117
> Umsatzsteuer: ID-Nr. DE 147 862 777
>  

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


AW: [Trac] configure Trac to work with an SVN repository that resides on another server

2014-03-10 Thread Riedel, Torge
I succeeded doing the following:
- Create the required hooks in the svn-repo on the other server.
- They call a script on your trac-server via ssh (trusted connection)
- This script updates first an svn-repo-mirror 
(http://svnbook.red-bean.com/en/1.7/svn.ref.svnsync.html) on your trac-server, 
then informs trac about the changes
- Trac points to the mirror repo on the trac-server

The bad point of this solution is, that you need the svn mirror repo and waste 
space. But it works like a charm.

Von: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] Im 
Auftrag von justashyflo...@gmail.com
Gesendet: Donnerstag, 9. Januar 2014 09:18
An: trac-users@googlegroups.com
Betreff: [Trac] configure Trac to work with an SVN repository that resides on 
another server

Hello, group:
How can I configure Trac to work with an SVN repository that resides on another 
server. Is this supported now?
Thanks very much!
--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to 
trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: 
+49 711 7825-4000, Internet: www.cenit.de
Geschaeftsstellen: Berlin, Frankfurt, Hamburg, Hannover, Muenchen, Oelsnitz, 
Ratingen, Saarbruecken
Vorstandsmitglieder: Kurt Bengel, Matthias Schmidt
Aufsichtsratsmitglieder: Andreas Schmidt (Vorsitzender des Aufsichtsrats), 
Hubert Leypoldt, Andreas Karrer
Bankverbindungen:
Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 1040 00 
SWIFT-CODE : DEUTDESS,
Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 0155 
00 SWIFT-Code : COBADEFF600,
BW-Bank (BLZ 600 501 01) Kto. 2 403 313 IBAN : DE17 6005 0101 0002 4033 13 
SWIFT-Code : SOLADEST
Registergericht: Amtsgericht Stuttgart
Handelsregister: HRB Nr. 19117
Umsatzsteuer: ID-Nr. DE 147 862 777

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] trac 1.0.1: Wierd language behaviour

2014-03-10 Thread Riedel, Torge
Trac 1.0.1
Babel 0.9.6
Genshi 0.6 (without speedups)

We have a multi-trac installation here, which means several trac instances 
using the same trac installation.
We migrated from an earlier version of trac (which was installed without Babel) 
to trac 1.0.1 and installed Babel and Genshi before. Each trac instance's 
setting related to language or date/time formatting is set to "default" or 
"browser".

trac.ini
default_charset = utf8
default_date_format =
default_dateinfo_format =
default_language =

First:
I'm unable to select a time like "13:14" which is a valid time in germany 
(meaning 1:14 pm). If you try to complete a milestone, the current time is 
display correct, e.g. "13:14" but if you would like to change it to "13:12" 
it's impossible. Time will be changed to "01:12" but without any am/pm suffix.

Second:
When displaying the "About"-page the language setting is not applied.

I need help to find out what the problem is and where to look.

Regards
Torge


CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: 
+49 711 7825-4000, Internet: www.cenit.de
Geschaeftsstellen: Berlin, Frankfurt, Hamburg, Hannover, Muenchen, Oelsnitz, 
Ratingen, Saarbruecken
Vorstandsmitglieder: Kurt Bengel, Matthias Schmidt
Aufsichtsratsmitglieder: Andreas Schmidt (Vorsitzender des Aufsichtsrats), 
Hubert Leypoldt, Andreas Karrer
Bankverbindungen:
Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 1040 00 
SWIFT-CODE : DEUTDESS,
Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 0155 
00 SWIFT-Code : COBADEFF600,
BW-Bank (BLZ 600 501 01) Kto. 2 403 313 IBAN : DE17 6005 0101 0002 4033 13 
SWIFT-Code : SOLADEST
Registergericht: Amtsgericht Stuttgart
Handelsregister: HRB Nr. 19117
Umsatzsteuer: ID-Nr. DE 147 862 777

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.