[Trac] nginx,tracd single install multiple projects

2008-10-20 Thread chiggsy

Hello all,

I'd like to set up one instance of trac and have it handle multiple
projects. I'm running gentoo, nginx is my frontend, and i'm using trac
0.11.  How can I set this up?  The docs are a bit confusing to me at
this point, can anyone steer me in the right direction?

--~--~-~--~~~---~--~~
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] Default values for new ticket throgh url

2008-10-20 Thread Jani Tiainen

Is it possible to feed default values to ticket through url?

I've few projects that has multiple customers and instead of always 
doing many cliks to get correct values I would like to have URL 
shortcusts (or similiars) to automatically fill some fields for me. Is 
this possible?


-- 
Jani Tiainen

Tein sein mihin näillä lahjoilla pystyin.
  Tein sen, en yhtään enempää. - Martti Servo  Napander


--~--~-~--~~~---~--~~
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: Inserting a hook in ticket creation

2008-10-20 Thread Culapov Andrei

On Fri, Oct 17, 2008 at 11:33 AM, Sachin Arora [EMAIL PROTECTED] wrote:
 Culapov -

 Thanks for the tip, appreciate it.

 Could you also tell me what change would I need to make to ensure that my
 new class gets picked up by Trac Installation, rather than the default one
 you mentione below?


For this class to be picked up by trac and to be used you have to
create a trac plugin with it or to put the py file in the plugins
directory of you trac environment. Also you have to enable this new
trac component(python class) from the trac.ini file. Read this page
for more details on trac plugins
http://trac.edgewall.org/wiki/TracPlugins
and details about how to develop plugins
http://trac.edgewall.org/wiki/TracDev/PluginDevelopment

--~--~-~--~~~---~--~~
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: name not sorted

2008-10-20 Thread Remy Blank
didley wrote:
 I'm using the latest trunk-r7596 since friday 17th of october.

Ok, [7597] should fix the problem. Thanks for reporting it.

-- Remy



signature.asc
Description: OpenPGP digital signature


[Trac] Re: name not sorted

2008-10-20 Thread Remy Blank
didley wrote:
 I'm using the latest trunk-r7596 since friday 17th of october.

Wow, yes, you're right, there's something fishy here. I may have
forgotten something in 7551.

Give me a few minutes and I'll commit a fix.

-- Remy



signature.asc
Description: OpenPGP digital signature


[Trac] cannot import name IRequestHandler

2008-10-20 Thread Daniel Pomrehn
Hello,

 

I'm using Trac 0.11.1 on Apache 2.2 and Python 2.4.4.

Trac works normally fine. But from time to time I get an Internal Server
Error and in the Apache Error appears:

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend: Traceback (most recent call last):, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
/usr/lib/python2.4/site-packages/mod_python/apache.py, line 299, in
HandlerDispatch\nresult = object(req), referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/modpython_f
rontend.py, line 148, in handler\nfrom trac.web.main import
dispatch_request, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py,
line 47, in ?\nfrom trac.web.chrome import Chrome, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/chrome.py,
line 51, in ?\nfrom trac.wiki import IWikiSyntaxProvider, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/wiki/__init__.p
y, line 3, in ?\nfrom trac.wiki.intertrac import *, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/wiki/intertrac.
py, line 26, in ?\nfrom trac.web import IRequestHandler, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend: ImportError: cannot import name
IRequestHandler, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

When I reload the site, the error doesn't appear. If I execute python on a
shell and do a from trac.web import IRequestHandler it works fine.

 

Is there any solution for this issue?

 

Thanks in advance.

Daniel


--~--~-~--~~~---~--~~
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: Inserting a hook in ticket creation

2008-10-20 Thread Sachin Arora
thanks culapov and jeff, for your help.

appreciate it,
sachin

On Mon, Oct 20, 2008 at 12:39 PM, Culapov Andrei [EMAIL PROTECTED]wrote:


 On Fri, Oct 17, 2008 at 11:33 AM, Sachin Arora [EMAIL PROTECTED]
 wrote:
  Culapov -
 
  Thanks for the tip, appreciate it.
 
  Could you also tell me what change would I need to make to ensure that my
  new class gets picked up by Trac Installation, rather than the default
 one
  you mentione below?
 

 For this class to be picked up by trac and to be used you have to
 create a trac plugin with it or to put the py file in the plugins
 directory of you trac environment. Also you have to enable this new
 trac component(python class) from the trac.ini file. Read this page
 for more details on trac plugins
 http://trac.edgewall.org/wiki/TracPlugins
 and details about how to develop plugins
 http://trac.edgewall.org/wiki/TracDev/PluginDevelopment

 



-- 
Thanks,
Sachin Arora
Cofounder, LifeMojo.com
+91 - 9900118133
www.lifemojo.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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Default values for new ticket throgh url

2008-10-20 Thread Daan van Etten

Sure!

Try something like:

http://example.com/newticket?description=descriptionsummary=summary
To have the description and summary automatically filled.

The majority of the fields can be filled that way. Try component,  
milestone, version, etcetera.

Regards,

Daan

On 20 okt 2008, at 09:02, Jani Tiainen wrote:


 Is it possible to feed default values to ticket through url?

 I've few projects that has multiple customers and instead of always
 doing many cliks to get correct values I would like to have URL
 shortcusts (or similiars) to automatically fill some fields for me. Is
 this possible?


 -- 
 Jani Tiainen

 Tein sein mihin näillä lahjoilla pystyin.
  Tein sen, en yhtään enempää. - Martti Servo  Napander


 


--~--~-~--~~~---~--~~
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: Default values for new ticket throgh url

2008-10-20 Thread Sachin Arora
Yes. You can do a get request on the URL for new ticket and add the
parameters

This is how I have done it.

http://
yourtrackserver/newticket?keywords=abcsummary=testversion=1.0owner=foodescription=foo+bar

A couple of points to note -

1) If the value you are passing to a particular ticket parameter in the URL
contains space, you can use + as the separator. If the values contain other
characters like quotes, @ etc. you should do a URL encoding of the values.

2) The name of the parameter you pass into the URL is a bit different from
the name of the corresponding INPUT element in the New ticket HTML form.
However, you can derive the parameter name by stripping field_ from the html
element name e.g. the html element for keywords field is named
'field_keywords', the corresponding URL parameter is 'keywords'(as you'd see
in the above sample URL format)

3) If the size of the URL gets large, you might need into the limit on the
GET request posted by most web servers. But it should be atleast 1024 bytes,
and based on your use case below, I guess you won't run into that problem.


Thanks,
Sachin

On Mon, Oct 20, 2008 at 12:32 PM, Jani Tiainen [EMAIL PROTECTED] wrote:


 Is it possible to feed default values to ticket through url?

 I've few projects that has multiple customers and instead of always
 doing many cliks to get correct values I would like to have URL
 shortcusts (or similiars) to automatically fill some fields for me. Is
 this possible?


 --
 Jani Tiainen

 Tein sein mihin näillä lahjoilla pystyin.
  Tein sen, en yhtään enempää. - Martti Servo  Napander


 


--~--~-~--~~~---~--~~
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: Where can I find the subversion post-commit script for trac?

2008-10-20 Thread Jeff Hammel

The contributed script is at 

http://svn.edgewall.com/repos/trac/trunk/contrib/trac-post-commit-hook

Jeff Hammel
The Open Planning Project
http://topp.openplans.org
IRC: jhammel, k0s

On Fri, Oct 17, 2008 at 10:26:33PM -0700, [EMAIL PROTECTED] wrote:
 
 Hi,
 
 Where can I find the subversion post-commit script for trac? I am
 using subversion 1.5.2 and Trac 0.11.1.
 
 Thank you for any pointer.
 
  

--~--~-~--~~~---~--~~
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: translate the interface

2008-10-20 Thread Jeroen Ruigrok van der Werven

-On [20081018 22:13], Петуненко Дмитрий ([EMAIL PROTECTED]) wrote:
Give it possible to translate the interface Trac into another language?

For the Russian coordination, see http://trac.edgewall.org/ticket/5478

-- 
Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
What is to be, will be. And what isn't to be sometimes happens...

--~--~-~--~~~---~--~~
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 + Code Reviews

2008-10-20 Thread yoheeb

On Oct 15, 11:14 am, Jani Tiainen [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] kirjoitti:



  On Oct 7, 4:40 am, Jani Tiainen [EMAIL PROTECTED] wrote:
  I've trying to search for plugin for code reviewing and there exists at
  least one in trac-hacks. It's just not user friendly - you can't just
  select change set(s) to be reviewed, you have to manually create in
  separate user interface what lines you want to review from what file.

  There exists few external tools and Review Board seems one of
  interesting ones - specially since it has JSON interface to be interact
  with. Now, is anyone tried to make it work with Trac so at least sending
  new reviews could be done from Trac repo browser?

  --
  Jani Tiainen

  Tein sein mihin näillä lahjoilla pystyin.
    Tein sen, en yhtään enempää. - Martti Servo  Napander

  It would seem to me the XMLRPC interface would be perfect for this,
  combined with a code review ticket type, or workflow step.

  question is, any code review apps that support xmlrpc out there?

 Well Review Board that I mentioned has JSON interface... Just curious,
 what kind of a workflow you had in mind...

 I think it might be relatively easy to do some integration between these
 two... Specially that code review tickettype/workflow step sounds very
 interesting.

 --

 Jani Tiainen

Well for us, for example, we have a modified version of the
enterprise workflow.  a developer resolves a ticket as fixed,
invalid, etc...
we then have a verified step.  For our Design Practices, part of the
verification includes a code review when applicable.  Each ticket has
a special ReviewedBy field with Not Required, Required, and a list
of people that reviewers (which is the whole department)  While not
ideal, it does the job.  The limitations are that it can only have 1
reviewer in this model ,and in reality we often like to have multiple
reviews.  The history is also only stored in trac's db, when really I
would like it checked into the repo somewhere, maybe in a code
reviews directory.  It also gets a little clunky with our branching/
merging strategy.  Re-integration to the main branch for us is a
function of a master ticket which is the parent of all tickets in a
feature branch.  So...the code review currently is on the feature
branch changes, and not the merged result.  I am not really sure what
is better there.

Anyway, it would be a short putt to put in a separate codeReview
step in our workflow between resolved and verified, or even prior to
resolved. (there is the classic chicken/egg debate on WHEN to do a
code review here)

An external tool that could be used to do the review, put the review
results into the repository, and update the ticket to point to the
review, combined with a code review ticket type, and maybe a special
report/view page would do the trick.  If that external tool could also
pull the code reviews required list or the code reviews assigned to
me list that would be nice also.

or something.  Seems like an explicit code review work-flow stage
would be nice anyway.
--~--~-~--~~~---~--~~
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: name not sorted

2008-10-20 Thread didley

Now it work's. many thanks.

 didley

On Oct 20, 2:43 pm, Remy Blank [EMAIL PROTECTED] wrote:
 didley wrote:
  I'm using the latest trunk-r7596 since friday 17th of october.

 Ok, [7597] should fix the problem. Thanks for reporting it.

 -- Remy

  signature.asc
  1KViewDownload
--~--~-~--~~~---~--~~
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] SetEnv PYTHON_EGG_CACHE ignored, tracsearchall crash

2008-10-20 Thread Jason Winnebeck

Somehow, python egg caches do not work anymore since Trac 0.11, and now
I have crashing plugins. I am using Trac 0.11stable-r7581.

Since Trac 0.9 was installed, I had the following SetEnv option in my
Apache:

Location /trac
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend
  PythonOption TracEnvParentDir /srv/trac
  PythonOption TracUriRoot /trac
  SetEnv PYTHON_EGG_CACHE /var/python-egg-cache

  AuthType Basic
  AuthName Trac_SMS
  AuthUserFile /srv/sms-auth-file

  Require valid-user
/Location

This is as per Trac documentation at
http://trac.edgewall.org/wiki/TracPlugins#SettingupthePluginCache

When Trac 0.11 came out, this setting was completely ignored. Now, it
wanted to write to ~www-data/.python-eggs. OK, so I tried a lot of
things to get it back to /var, but eventually I gave up. Whatever, so I
made sure that ~www-data had a properly set up home with proper
permissions so that the egg cache could live there.

Now, it seems that most eggs end up in ~www-data/.python-eggs, some of
them end up in /var/python-egg-cache, and some of them apparently want
to end up in /src/trac. When I do a search using tracsearchall, I get
the following error:

IOError: [Errno 2] No such file or directory:
'/srv/trac/.egg-cache/VERSION'

This used to work in earlier versions of Trac 0.11. Actually, I think
eggs pop up in var depending on the revision of Trac I use. I use the
SVN version and update sometimes, after reviewing checkins on
0.11-stable branch. I see the Python egg cache code get changed often
and in one case it actually broke my Trac entirely (but was fixed
later).

Can anyone tell me if I am using the proper way to set an egg cache
location and why does tracsearchall try to find eggs in /srv/trac???

Jason Winnebeck



Trac:   0.11stable-r7581
Python: 2.4.3 (#2, Jul 31 2008, 22:09:04) [GCC 4.0.3 (Ubuntu
4.0.3-1ubuntu5)]
setuptools: 0.6c8
SQLite: 3.2.8
pysqlite:   2.4.1
Genshi: 0.5.1dev-r881
mod_python:  3.2
Pygments:   0.10
Subversion: 1.3.1 (r19032)
jQuery: 1.2.6

File
/usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-py2.4.egg/trac/w
eb/main.py, line 432, in _dispatch_request
  dispatcher.dispatch(req)
File
/usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-py2.4.egg/trac/w
eb/main.py, line 204, in dispatch
  resp = chosen_handler.process_request(req)
File
/usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-py2.4.egg/trac/s
earch/web_ui.py, line 106, in process_request
  results += list(source.get_search_results(req, terms, filters))
File build/bdist.linux-i686/egg/tracsearchall/searchall.py, line 62,
in get_search_resultsFile
/usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-py2.4.egg/trac/e
nv.py, line 579, in open_environment
  env = Environment(env_path)
File
/usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-py2.4.egg/trac/e
nv.py, line 197, in __init__
  self.verify()
File
/usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-py2.4.egg/trac/e
nv.py, line 256, in verify
  fd = open(os.path.join(self.path, 'VERSION'), 'r')

--~--~-~--~~~---~--~~
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: SetEnv PYTHON_EGG_CACHE ignored, tracsearchall crash

2008-10-20 Thread Aaron D. Marasco
Try an unzipped version of the Genshi egg.

http://www.mail-archive.com/trac-users@googlegroups.com/msg11165.html

 - Aaron

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



[Trac] Trac Reports

2008-10-20 Thread David Wilson

Im using Trac 0.9. I have a report that uses the __group__ alias to
group by ticket. Is there a way to make the header group hyperlink to
the ticket in question?

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



[Trac] Re: Trac Reports

2008-10-20 Thread Noah Kantrowitz

No.

--Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of David Wilson
 Sent: Monday, October 20, 2008 8:01 AM
 To: Trac Users
 Subject: [Trac] Trac Reports
 
 
 Im using Trac 0.9. I have a report that uses the __group__ alias to
 group by ticket. Is there a way to make the header group hyperlink to
 the ticket in question?
 
 


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



[Trac] Re: SetEnv PYTHON_EGG_CACHE ignored, tracsearchall crash

2008-10-20 Thread Noah Kantrowitz

Make that a PythonOption instead of a SetEnv.

--Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of Jason Winnebeck
 Sent: Monday, October 20, 2008 8:46 AM
 To: trac-users@googlegroups.com
 Subject: [Trac] SetEnv PYTHON_EGG_CACHE ignored, tracsearchall crash
 
 
 Somehow, python egg caches do not work anymore since Trac 0.11, and now
 I have crashing plugins. I am using Trac 0.11stable-r7581.
 
 Since Trac 0.9 was installed, I had the following SetEnv option in my
 Apache:
 
 Location /trac
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnvParentDir /srv/trac
   PythonOption TracUriRoot /trac
   SetEnv PYTHON_EGG_CACHE /var/python-egg-cache
 
   AuthType Basic
   AuthName Trac_SMS
   AuthUserFile /srv/sms-auth-file
 
   Require valid-user
 /Location
 
 This is as per Trac documentation at
 http://trac.edgewall.org/wiki/TracPlugins#SettingupthePluginCache
 
 When Trac 0.11 came out, this setting was completely ignored. Now, it
 wanted to write to ~www-data/.python-eggs. OK, so I tried a lot of
 things to get it back to /var, but eventually I gave up. Whatever, so I
 made sure that ~www-data had a properly set up home with proper
 permissions so that the egg cache could live there.
 
 Now, it seems that most eggs end up in ~www-data/.python-eggs, some of
 them end up in /var/python-egg-cache, and some of them apparently want
 to end up in /src/trac. When I do a search using tracsearchall, I get
 the following error:
 
 IOError: [Errno 2] No such file or directory:
 '/srv/trac/.egg-cache/VERSION'
 
 This used to work in earlier versions of Trac 0.11. Actually, I think
 eggs pop up in var depending on the revision of Trac I use. I use the
 SVN version and update sometimes, after reviewing checkins on
 0.11-stable branch. I see the Python egg cache code get changed often
 and in one case it actually broke my Trac entirely (but was fixed
 later).
 
 Can anyone tell me if I am using the proper way to set an egg cache
 location and why does tracsearchall try to find eggs in /srv/trac???
 
 Jason Winnebeck
 
 
 
 Trac: 0.11stable-r7581
 Python:   2.4.3 (#2, Jul 31 2008, 22:09:04) [GCC 4.0.3 (Ubuntu
 4.0.3-1ubuntu5)]
 setuptools:   0.6c8
 SQLite:   3.2.8
 pysqlite: 2.4.1
 Genshi:   0.5.1dev-r881
 mod_python:3.2
 Pygments: 0.10
 Subversion:   1.3.1 (r19032)
 jQuery:   1.2.6
 
 File
 /usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-
 py2.4.egg/trac/w
 eb/main.py, line 432, in _dispatch_request
   dispatcher.dispatch(req)
 File
 /usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-
 py2.4.egg/trac/w
 eb/main.py, line 204, in dispatch
   resp = chosen_handler.process_request(req)
 File
 /usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-
 py2.4.egg/trac/s
 earch/web_ui.py, line 106, in process_request
   results += list(source.get_search_results(req, terms, filters))
 File build/bdist.linux-i686/egg/tracsearchall/searchall.py, line 62,
 in get_search_resultsFile
 /usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-
 py2.4.egg/trac/e
 nv.py, line 579, in open_environment
   env = Environment(env_path)
 File
 /usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-
 py2.4.egg/trac/e
 nv.py, line 197, in __init__
   self.verify()
 File
 /usr/lib/python2.4/site-packages/Trac-0.11stable_r7581-
 py2.4.egg/trac/e
 nv.py, line 256, in verify
   fd = open(os.path.join(self.path, 'VERSION'), 'r')
 
 


--~--~-~--~~~---~--~~
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] Report execution failed: 'utf8' codec can't decode bytes

2008-10-20 Thread Setrio

Hello,

I have installed TRAC and use the mantis2trac.py script. After that
all reports are broken and get this error:
Report execution failed: 'utf8' codec can't decode bytes in position
247-250: invalid data
Any clue?
Regards
Sebastian

--~--~-~--~~~---~--~~
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: change milestone and version labels

2008-10-20 Thread Noah Kantrowitz

No, there is no easy way to do this. You could change the code in
trac.ticket.api if you don't mind some patching, or with 0.12dev you could
make a translation with the labels you want.

--Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of [EMAIL PROTECTED]
 Sent: Monday, October 20, 2008 1:31 PM
 To: trac-users@googlegroups.com
 Cc: [EMAIL PROTECTED]
 Subject: [Trac] change milestone and version labels
 
 
 Hi
 I wanted to change the milestone and version labels
 to Found In Version and Fixed In Version. Is there
 a easy way to do this?
 
 Thanks
 Carl
 
 
 
 
 
 


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



[Trac] change milestone and version labels

2008-10-20 Thread carl

Hi
I wanted to change the milestone and version labels
to Found In Version and Fixed In Version. Is there
a easy way to do this?

Thanks
Carl





--~--~-~--~~~---~--~~
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: change milestone and version labels

2008-10-20 Thread carl

Noah,
When I edit trac.ticket.api with changes.
What do I need to run to implement change?
Thanks
Carl


 No, there is no easy way to do this. You could change the code in
 trac.ticket.api if you don't mind some patching, or with 0.12dev you could
 make a translation with the labels you want.

 --Noah

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of [EMAIL PROTECTED]
 Sent: Monday, October 20, 2008 1:31 PM
 To: trac-users@googlegroups.com
 Cc: [EMAIL PROTECTED]
 Subject: [Trac] change milestone and version labels


 Hi
 I wanted to change the milestone and version labels
 to Found In Version and Fixed In Version. Is there
 a easy way to do this?

 Thanks
 Carl








 




--~--~-~--~~~---~--~~
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: change milestone and version labels

2008-10-20 Thread Noah Kantrowitz

 -Original Message-
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
 On Behalf Of [EMAIL PROTECTED]
 Sent: Monday, October 20, 2008 2:35 PM
 To: trac-users@googlegroups.com
 Subject: [Trac] Re: change milestone and version labels
 
 
 Noah,
 When I edit trac.ticket.api with changes.
 What do I need to run to implement change?

Nothing, just restart the web server.

--Noah


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