[Trac] Re: Trac 0.11 so slow!!!!!

2009-07-16 Thread deni

Me too!!!
I've tried to install the release candidates Trac-0.11.5rc1 and
Trac-0.11.5rc2, I used the SetInputFilter None trick but the problem
persists. The only (in my opinion bad solution) is to disable the
mod_deflate.

On Jul 15, 6:00 pm, kevin kar...@gmail.com wrote:
 I have exactly the same problem.  I have tested it with Trac-0.11.4
 and Trac-0.11.5rc2 - both versions behave poorly using fastcgi.  A
 couple of observations:

 * This problem does not exist using the cgi script, only with fcgi
 * On my system, the problem is resolved by disabling mod_deflate.  It
 is not resolved using the SetInputFilter None trick.

 On Jul 1, 1:52 am, Christian Boos cb...@neuf.fr wrote:

  Hello,

  Stephan wrote:
   Mytracinstallation was veryslowas well...
   until I did the mentioned SetInputFilter None-trick! :)

   I'm runningTracon Windows2000 Server/Apache2/mod_python.

   Thanks a lot!

  Could people having that issue also try the newly releasedTrac
  0.11.5rc1 *without* that trick, to see if the underlying problem was fixed?

  (see TracDownload#LatestReleaseCandidate)

  -- Christian

   On 19 Jun., 21:01, itbhp itb...@gmail.com wrote:

   I also foundtracveryslowand after reading what you have written
   about it  I came up with a solution.

           Location /tracProj
              SetInputFilter None ## This line disable deflate module
   only for this site. ---
              SetHandler mod_python
              PythonInterpreter main_interpreter
              PythonHandlertrac.web.modpython_frontend
              PythonOption TracEnv /var/trac/proj
           /Location

   Hope it helps.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: AttributeError: 'SimpleContainer' object has no attribute 'build'

2009-07-16 Thread Koen Maes
Thx, that did the trick !

2009/7/15 Emmanuel Blot manu.b...@gmail.com


 On Wed, Jul 15, 2009 at 12:52 PM, komak...@koma.be wrote:
  Do I need to uninstall the previous version maybe ???

 Remove RevtreePlugin's own plugins (MergeInfoEnhancer, etc.) first.


 --
 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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: AttributeError: 'SimpleContainer' object has no attribute 'build'

2009-07-16 Thread Emmanuel Blot

 Thx, that did the trick !

I think one of the enhancers is broken, although you might want to
upgrade them as well and give them a try.

Sorry, I have no spare time to work on RevtreePlugin, which definitely
needs some enhancement to support the SVN mergeinfo properties...

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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: New changeset are not appear in Timeline

2009-07-16 Thread Olemis Lang

On Wed, Jul 15, 2009 at 1:36 AM, lexerlexer@gmail.com wrote:

 Hi guys,

 I've succesfully installed standalone installation of Trac on Windows
 (Trac 0.11.5rc1 Python 2.6) and integrated it with my svn repository.

 Unfortenately trac doesn't see new changesets in svn repository. What
 may caused this problem?


Could you please provide further info :

- Can you see at least one changeset or nothing at all ?
- Configs ?
- Errors ?
- Messages ?

Perhaps a resync is needed, but I'm not sure ...

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Getting Error:Missing or invalid form token. Do you have cookies enabled?

2009-07-16 Thread jd

Hi all,

When I do post operation, sometimes I get error as below:
Bad Request: Missing or invalid form token. Do you have cookies
enabled?

Can anyone help me out to resolve this issue.

Thanks,
Jatin

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Getting Error:Missing or invalid form token. Do you have cookies enabled?

2009-07-16 Thread Jeff Hammel

Trac uses form tokens to guard the integrity of POST requests.  The tokens are 
stored in a cookie in the user's browser.  I couldn't find great documentation 
on this, but see http://trac.edgewall.org/ticket/4084 for some insight.

Hope this helps,

Jeff

On Thu, Jul 16, 2009 at 07:35:53AM -0700, jd wrote:
 
 Hi all,
 
 When I do post operation, sometimes I get error as below:
 Bad Request: Missing or invalid form token. Do you have cookies
 enabled?
 
 Can anyone help me out to resolve this issue.
 
 Thanks,
 Jatin
 
  

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] [agilo] trac-admin deploy doesn't work

2009-07-16 Thread Christian Unger


in an attempt to make my slw trac faster, I tried to gather the  
static resources with the trac-admin deploy command -

to no avail.

it errors out with the following traceback:


  agilo.utils.web_ui.CoreTemplateProvider


/Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712- 
py2.5.egg/agilo/htdocs

  agilo.ticket.web_ui.AgiloTicketModule
/Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712- 
py2.5.egg/agilo/ticket/htdocs

Traceback (most recent call last):
  File /usr/local/bin/trac-admin, line 8, in module
load_entry_point('Trac==0.11.4', 'console_scripts', 'trac-admin') 
()
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
admin/console.py, line 1317, in run

return admin.onecmd(command)
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
admin/console.py, line 133, in onecmd

rv = cmd.Cmd.onecmd(self, line) or 0
  File /System/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/cmd.py, line 219, in onecmd

return func(arg)
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
admin/console.py, line 1245, in do_deploy

copytree(source, dest)
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
admin/console.py, line 97, in copytree

copytree_rec(str_path(src), str_path(dst))
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
admin/console.py, line 67, in copytree_rec

os.mkdir(dst)
OSError: [Errno 17] File exists: '/tmp/deploy1/htdocs/agilo'



any ideas anyone?






__
cu
christian unger










smime.p7s
Description: S/MIME cryptographic signature


[Trac] File Uploads dont work

2009-07-16 Thread Rufinus

Hi,

I have a trac (0.11.2) installation (with python 2.6) on my server in
which everything is working, except the file upload. The strange thing
is, i get no error, the attach file page is just displayed again.

the whole trac directory is own by the apache user and group. the
attachment directory has 0777 rights (i know is not neccessary, but im
hopeless here :-)

the only thing which is writen to the debug log is the same i get for
most of the pages (seems it has nothing todo with the upload itself)

2009-07-16 13:45:46,306 Trac[main] DEBUG: Dispatching Request POST
u'/attachment/wiki/WikiStart/'
2009-07-16 13:45:46,345 Trac[PyGIT] DEBUG: PyGIT.Storage instance
151528396 constructed
2009-07-16 13:45:46,345 Trac[PyGIT] DEBUG: requested weak
PyGIT.Storage instance 151528396 for '/home/git/repositories/
project.git/'
2009-07-16 13:45:46,345 Trac[git_fs] INFO: disabled CachedRepository
for '/home/git/repositories/project.git/'
2009-07-16 13:45:46,350 Trac[chrome] DEBUG: Prepare chrome data for
request
2009-07-16 13:45:46,356 Trac[session] DEBUG: Retrieving session for ID
u'ludwig'
2009-07-16 13:45:46,370 Trac[PyGIT] DEBUG: PyGIT.Storage instance
151528396 destructed
2009-07-16 13:45:46,388 Trac[main] DEBUG: 485 unreachable objects
found.

the setup uses modpython (if its important ?)

any idea how to fix this ?

tia
Rufinus

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] i want to highlight c syntax and enable ctags

2009-07-16 Thread balu phani

hi,
I have installed svn, trac and  GNU Enscript in linux centos 5.1
system, now c syntax are not highlighting. This is my first problem.
With that i need to have Ctags so that i that i can move around files
for the definition of functions. is this feature is available with
trac or not (because i didn't find any thing about it, except syntax
highlight).

thanks and regards



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] [agilo] trac-admin deploy doesn't work

2009-07-16 Thread Christian Unger

in an attempt to make my slw trac faster, I tried to gather the  
static resources with the trac-admin deploy command -
to no avail.

it errors out with the following traceback:

   agilo.utils.web_ui.CoreTemplateProvider

 /Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712- 
 py2.5.egg/agilo/htdocs
   agilo.ticket.web_ui.AgiloTicketModule
 /Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712- 
 py2.5.egg/agilo/ticket/htdocs
 Traceback (most recent call last):
   File /usr/local/bin/trac-admin, line 8, in module
 load_entry_point('Trac==0.11.4', 'console_scripts', 'trac-admin') 
 ()
   File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
 admin/console.py, line 1317, in run
 return admin.onecmd(command)
   File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
 admin/console.py, line 133, in onecmd
 rv = cmd.Cmd.onecmd(self, line) or 0
   File /System/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
 python2.5/cmd.py, line 219, in onecmd
 return func(arg)
   File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
 admin/console.py, line 1245, in do_deploy
 copytree(source, dest)
   File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
 admin/console.py, line 97, in copytree
 copytree_rec(str_path(src), str_path(dst))
   File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/ 
 admin/console.py, line 67, in copytree_rec
 os.mkdir(dst)
 OSError: [Errno 17] File exists: '/tmp/deploy1/htdocs/agilo'


any ideas anyone?






__
cu
christian unger










smime.p7s
Description: S/MIME cryptographic signature


[Trac] Re: [agilo] trac-admin deploy doesn't work

2009-07-16 Thread Dan Winslow
Delete '/tmp/deploy1/htdocs/agilo'?

 

Dan Winslow
Director of Information Technology, AIM INSTITUTE
1905 Harney Street, Suite 700
Omaha, NE 68102
402-345-5025 x156
dwins...@aiminstitute.org
www.aiminstitute.org



From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]
On Behalf Of Christian Unger
Sent: Thursday, July 16, 2009 10:31 AM
To: Trac Users
Subject: [Trac] [agilo] trac-admin deploy doesn't work

 

 

in an attempt to make my slw trac faster, I tried to gather the
static resources with the trac-admin deploy command -

to no avail.

 

it errors out with the following traceback:

 

  agilo.utils.web_ui.CoreTemplateProvider


/Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712-py2.5.e
gg/agilo/htdocs

  agilo.ticket.web_ui.AgiloTicketModule


/Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712-py2.5.e
gg/agilo/ticket/htdocs

Traceback (most recent call last):

  File /usr/local/bin/trac-admin, line 8, in module

load_entry_point('Trac==0.11.4', 'console_scripts',
'trac-admin')()

  File
/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/admin/cons
ole.py, line 1317, in run

return admin.onecmd(command)

  File
/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/admin/cons
ole.py, line 133, in onecmd

rv = cmd.Cmd.onecmd(self, line) or 0

  File
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/
cmd.py, line 219, in onecmd

return func(arg)

  File
/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/admin/cons
ole.py, line 1245, in do_deploy

copytree(source, dest)

  File
/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/admin/cons
ole.py, line 97, in copytree

copytree_rec(str_path(src), str_path(dst))

  File
/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/admin/cons
ole.py, line 67, in copytree_rec

os.mkdir(dst)

OSError: [Errno 17] File exists: '/tmp/deploy1/htdocs/agilo'

 

 

any ideas anyone?

 

 

 

 


__

cu

christian unger

 

 

 

 

 





 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Column span in wiki tables

2009-07-16 Thread Chris Nelson
I'd like to have a table in a wiki where some columns are grouped under 
multi-column headings.  (Not sure how this will look but...)

 | |  Plan A  |  Plan B  |
 | |  1  |  2 |  1  | 2  |
 |  x  |  a  |  b |  c  | d  |
 |  y  |  g  |  h |  j  | q  |

(A 3-d table in a 2-day layout, if you know what I mean.)

In HTML, I'd use colspan=2 on those headline cells.  Is there a way to do that 
with wiki markup?  I know about restructured text but I don't have docutils 
installed (yet).

--
Christopher Nelson, Software Engineering Manager
SIXNET - Solutions for Your Industrial Networking Challenges
331 Ushers Road, Ballston Lake, NY  12019
Tel: +1.518.877.5173, Fax: +1.518.877.8346 www.sixnet.com 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---

BEGIN:VCARD
VERSION:2.1
N:Nelson;Christopher
FN:Christopher Nelson (chris.nel...@sixnet.com)
ORG:SIXNET
TITLE:Software Engineering Manager
TEL;WORK;VOICE:+1 (518) 877-5173
TEL;WORK;FAX:+1 (518) 877-8346
ADR;WORK:;;331 Ushers Road;Ballston Lake;NY;12019;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:331 Ushers Road=0D=0ABallston Lake, NY 12019=0D=0AUnited States of America
EMAIL;PREF;INTERNET:chris.nel...@sixnet.com
REV:20090428T141647Z
END:VCARD


[Trac] Re: [agilo] trac-admin deploy doesn't work

2009-07-16 Thread Christian Unger


well I sense that it tries to copy two agilo directories or even more:

it finds one in
/Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712- 
py2.5.egg/agilo/htdocs

and another one in
/Library/Python/2.5/site-packages/agilo-0.8.0_RC1_r1707_20090712- 
py2.5.egg/agilo/ticket/htdocs


and then it errors out
seems like the command is not able to cope with nested directory  
structures or am I wrong here?






__
cu
christian unger








On 16.07.2009, at 18:23, Dan Winslow wrote:


Delete '/tmp/deploy1/htdocs/agilo'?

Dan Winslow
Director of Information Technology, AIM INSTITUTE
1905 Harney Street, Suite 700
Omaha, NE 68102
402-345-5025 x156
dwins...@aiminstitute.org
www.aiminstitute.org
From: trac-users@googlegroups.com [mailto:trac- 
us...@googlegroups.com] On Behalf Of Christian Unger

Sent: Thursday, July 16, 2009 10:31 AM
To: Trac Users
Subject: [Trac] [agilo] trac-admin deploy doesn't work


in an attempt to make my slw trac faster, I tried to gather the  
static resources with the trac-admin deploy command -

to no avail.

it errors out with the following traceback:


  agilo.utils.web_ui.CoreTemplateProvider
/Library/Python/2.5/site-packages/ 
agilo-0.8.0_RC1_r1707_20090712-py2.5.egg/agilo/htdocs

  agilo.ticket.web_ui.AgiloTicketModule
/Library/Python/2.5/site-packages/ 
agilo-0.8.0_RC1_r1707_20090712-py2.5.egg/agilo/ticket/htdocs

Traceback (most recent call last):
  File /usr/local/bin/trac-admin, line 8, in module
load_entry_point('Trac==0.11.4', 'console_scripts', 'trac- 
admin')()
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/ 
trac/admin/console.py, line 1317, in run

return admin.onecmd(command)
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/ 
trac/admin/console.py, line 133, in onecmd

rv = cmd.Cmd.onecmd(self, line) or 0
  File /System/Library/Frameworks/Python.framework/Versions/2.5/ 
lib/python2.5/cmd.py, line 219, in onecmd

return func(arg)
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/ 
trac/admin/console.py, line 1245, in do_deploy

copytree(source, dest)
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/ 
trac/admin/console.py, line 97, in copytree

copytree_rec(str_path(src), str_path(dst))
  File /Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/ 
trac/admin/console.py, line 67, in copytree_rec

os.mkdir(dst)
OSError: [Errno 17] File exists: '/tmp/deploy1/htdocs/agilo'



any ideas anyone?






__
cu
christian unger









--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google  
Groups Trac Users group.

To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---





smime.p7s
Description: S/MIME cryptographic signature


[Trac] Re: Column span in wiki tables

2009-07-16 Thread Olemis Lang

On Thu, Jul 16, 2009 at 11:37 AM, Chris Nelsonchris.nel...@sixnet.com wrote:
 I'd like to have a table in a wiki where some columns are grouped under 
 multi-column headings.  (Not sure how this will look but...)

  |     |  Plan A  |  Plan B  |
  |     |  1  |  2 |  1  | 2  |
  |  x  |  a  |  b |  c  | d  |
  |  y  |  g  |  h |  j  | q  |

 (A 3-d table in a 2-day layout, if you know what I mean.)

 In HTML, I'd use colspan=2 on those headline cells.  Is there a way to do 
 that with wiki markup?  I know about restructured text but I don't have 
 docutils installed (yet).


AFAIK ... no . You should consider `rst`

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: File Uploads dont work

2009-07-16 Thread Erik Bray

On Thu, Jul 16, 2009 at 7:48 AM, Rufinustherufi...@gmail.com wrote:

 Hi,

 I have a trac (0.11.2) installation (with python 2.6) on my server in
 which everything is working, except the file upload. The strange thing
 is, i get no error, the attach file page is just displayed again.

 the whole trac directory is own by the apache user and group. the
 attachment directory has 0777 rights (i know is not neccessary, but im
 hopeless here :-)

 the only thing which is writen to the debug log is the same i get for
 most of the pages (seems it has nothing todo with the upload itself)

 2009-07-16 13:45:46,306 Trac[main] DEBUG: Dispatching Request POST
 u'/attachment/wiki/WikiStart/'
 2009-07-16 13:45:46,345 Trac[PyGIT] DEBUG: PyGIT.Storage instance
 151528396 constructed
 2009-07-16 13:45:46,345 Trac[PyGIT] DEBUG: requested weak
 PyGIT.Storage instance 151528396 for '/home/git/repositories/
 project.git/'
 2009-07-16 13:45:46,345 Trac[git_fs] INFO: disabled CachedRepository
 for '/home/git/repositories/project.git/'
 2009-07-16 13:45:46,350 Trac[chrome] DEBUG: Prepare chrome data for
 request
 2009-07-16 13:45:46,356 Trac[session] DEBUG: Retrieving session for ID
 u'ludwig'
 2009-07-16 13:45:46,370 Trac[PyGIT] DEBUG: PyGIT.Storage instance
 151528396 destructed
 2009-07-16 13:45:46,388 Trac[main] DEBUG: 485 unreachable objects
 found.

This is just debugging info from the garbage collector. Isn't anything
you have to worry about.

 the setup uses modpython (if its important ?)

 any idea how to fix this ?

You might also want to check your Apache logs for insight.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Barrie Duncan is out of the office.

2009-07-16 Thread barrie . duncan


I will be out of the office starting  17/07/2009 and will not return until
03/08/2009.

I will respond to your message when I return.


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] ANN: TracGViz 1.3.3 released

2009-07-16 Thread Olemis Lang

Disclaimer: This message has been sent to multiple lists in spite of
keeping users and tech authors informed about the new features
available. I apologize if you receive multiple copies of this message


Hello once again !

After not few hours of really hard work I'm so excited to announce the
release of TracGViz 1.3.3 . This package (plugin) provides components
so that Trac may be integrated with Google Visualization API and other
technologies provided by Google (e.g. iGoogle gadgets). This means
that it puts together three great platforms
(Trac, iGoogle gadgets, and Google Visualization API) by providing
components so that Trac be able to use widgets and related
technologies provided by Google. Therefore :

- It allows to feed data managed by Trac to widgets based on Google
  Visualization API.
- It allows to embed iGoogle Gadgets in wiki pages using WikiFormatting.

I am sure that this version will be much more useful. In case
something wrong's been detected please create a ticket [1]_ including
all the relevant information.

This release incorporates data sources providing information about
files placed under version control. They have been tested with Trac
Mercurial connector (i.e. `hg`) and Subversion  (i.e. `svn`), but
other backends will be tested in the (near) future. We'd appreciate
that you test the current implementation by using different VCS (e.g.
`mtn`, `git`, ...). Since Trac's Version Control API has been used,
everything should be ok, but if you find out that something's wrong
then, please, let us know [1]_.

The other data sources incorporated in this release offer the data
gathered by custom reports defined using TracReports and TracQuery
language. In order to implement these features some architectural
changes had to be introduced. As a result, now developpers can
implement dynamic data sources having schemas that vary according to
some run-time values. To do all this, RPC handlers for version control
and TracReports have been implemented. Those components could be
included in TracXmlRpcPlugin as well.

Finally, the last major feature introduced is Macro Aliases. This
makes even easier to embed iGoogle gadgets in Trac wiki pages since
gadget URLs are hidden to the end-users, which employ instead a macro
name (i.e. alias) they are familiar with. If you want to know more,
please read the details below.

Until now there are about 230 downloads. This is great, and also means
that (possibly) some of you have found it useful. Feedback is welcomed
and we really appreciate to hear your suggestions, and success
histories, as well as to receive bug reports, and patches. For us it's
good to hear people saying : «This is wrong and I dont like it».
That's the only way to know what you really want and make things
better ;o).

Coming soon
==

- Support for GViz API QL
- Functional tests
- reStructuredText encoder
- Perhaps there are no data sources left, but if you find one, will be
included ;o)
- More docs  tutorials ...
- more ... see CHANGES and TODO files for details ;)


Hope you all like it !

What's new in version 1.3.3
---

- New ! Since version 1.3.3 macro aliases are supported so that
  embedding iGoogle gadgets in wiki pages be even easier. Aliases are
  names of macros configured using `gadgets.aliases` option. They
  are shortcuts to use iGoogleGadget with a fixed gadget URL. For
  example, if the aforementioned option is set to
  `MotionChart=http://www.google.com/ig/modules/motionchart.xml`
  then the following snippets are equivalent (so users wont need to
  remember gadget URLs anymore but names they are familiar with ;).

[[iGoogleGadget(url=http://www.google.com/ig/modules/motionchart.xml,
_table_query_url=http://spreadsheets.google.com/tq?range=B3%3AG17key=1234,
_table_query_refresh_interval=5)]]

[[iGoogleGadget(url=gadget:google:modules:motionchart,
_table_query_url=[gviz:google:sheet:1234:B3-G17],
_table_query_refresh_interval=5)]]

[[MotionChart(_table_query_url=[gviz:google:sheet:1234:B3-G17],
_table_query_refresh_interval=5)]]

- Aliases for Google's visualization gadgets are offered by default.

- TracLinks expressions are supported in `gadgets.aliases` config
  options used to define iGoogleGadget macro aliases.

- New ! GVizTicketList now lists the tickets created in a Trac
  environment together with their attributes. Custom fields, if
  available, are also included in separate columns. That's why the
  columns in the data tables returned as well as their order can
  change from time to time, depending upon the plugins enabled in the
  particular environment and other factors.

- New ! ReportRPC now provides an interface to Trac's report module
  via XML-RPC protocol. So far report execution is only supported for
  reports defined by using SQL and TracQuery syntax. This means that
  saved custom queries specified using URLs are not supported yet,
  but will be (hopefully) in a near future. In the mean 

[Trac] Re: File Uploads dont work

2009-07-16 Thread Rufinus

Hi Erik,

 You might also want to check your Apache logs for insight.

Apache Error Log shows nothing.
What pops up once in a while is a deprecation Warning from mod_python/
importer.py MD5 is depreacted, use hashlib instead, but i dont think
this has something todo with it.

Its hard to find the error if i dont get somekind of errors/warnings/
notices messages :-)

Some more version information. (but i still think it has to be a
configuration problem)

Basesystem: Gentoo
Python: 2.6.2
Mod_Python: 3.3.1-r1

tia
Rufinus

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Linking directly to a svn file from the Wiki

2009-07-16 Thread RJOllos

 On a related note, we recently added a small download icon next to
 attachment: links, which links to the attachment in raw format (for
 download). Would it make sense to do the same for source: links?

Can you tell me which release will include this feature?  I have
0.11.4 and it doesn't have this feature.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Linking directly to a svn file from the Wiki

2009-07-16 Thread jevans

RJOllos wrote:
  On a related note, we recently added a small download icon next to
  attachment: links, which links to the attachment in raw format (for
  download). Would it make sense to do the same for source: links?

 Can you tell me which release will include this feature?  I have
 0.11.4 and it doesn't have this feature.

Looks like 0.11..5
http://trac.edgewall.org/ticket/5718
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---