[Trac] MySQLdb backend for trac - setup configuration

2010-08-05 Thread mark ardiente


 Hi Guys, 
Has anyone had any success on running trac against MySQL?
We're having some performance issued on our trac server and
I'd like to know if someone has successfully used MySQL for trac 
agains Sqlite.

Thanks,
Mark Ardiente

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] MySQLdb backend for trac - setup configuration

2010-08-05 Thread Matthew Caron

On 08/05/2010 03:48 AM, mark ardiente wrote:


Hi Guys,
Has anyone had any success on running trac against MySQL?


I've had success with Trac 0.12 on MySQL on a low-load testing system, 
but have not used it in production.



We're having some performance issued on our trac server and
I'd like to know if someone has successfully used MySQL for trac
agains Sqlite.


PostgreSQL can coexist quite nicely on the same system as MySQL. Half 
our stuff works best with MySQL, half likes PostgreSQL, so we just run both.

--
SIXNET - Industrial and Wireless Connectivity
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-us...@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.



Re: [Trac] Trac Versioned Documents

2010-08-05 Thread Olemis Lang
On Wed, Aug 4, 2010 at 10:44 PM, Mathew Phillips
mathew.phill...@wartburg.edu wrote:
 I've searched the Trac Hacks and the normal Trac plugin site and I can't
 quite seem to find a plugin that meets what I'm looking for. I love trac and
 the way it functions so far. I would like to use the wiki to manage some of
 the documents for my project like business requirements and models and
 documentation. The default to me seems to be just to be able to attach
 documents to a particular page. I see that you can overwrite them with
 another document so if you make changes to the document you can update what
 is stored on the page. But it would make more sense to only have one copy of
 the document that is stored as the attachment to the page and you can edit
 it and save it automatically.

AFAICS this looks very similar to Sharepoint CMS (i.e. document
libraries contain only have one copy of documents, each having it's
own history with major  minor version numbers and -MS Office files-
may be edited directly from web page and updated auto-magically via
WebDav , ...) .

The fact is that Trac isn't exactly a CMS . It's possible to implement
such extension on top of it but it's not a trivial task . OTOH ,
TracCMIS plugin offers some kind of integration for CMS implementing
CMIS standard , so you could deploy a CMS together with Trac and
integrate both (like someone said once es_ES «zapatero a tus zapatos»
...) . See links below for further details about CMIS implementors

http://www.cmswire.com/cms/enterprise-cms/update-cms-interoperability-project-cmis-making-solid-progress-005003.php
http://xml.coverpages.org/cmis.html#supportingEntities
http://www.cmswatch.com/Blog/1368-Microsoft-SharePoint-and-the-CMIS-standard
http://groups.google.com/group/django-cms/browse_thread/thread/31dd071b4f7da6f0/127641ff8c65253b?lnk=raotpli=1

-- 
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-us...@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: Batchmodify -- options look blank

2010-08-05 Thread Brian Meeker
The batch modify section should be foldable. Are you able to click the
label to unfold the section?

-Brian

On Aug 4, 11:03 am, Samson stimoner...@gmail.com wrote:
 I installed BatchModify, and I make a custom query and the checkboxes
 show up on the left-side of each ticket -- which is great.
 At the bottom of the page, after the Save Query button, there is a
 box that says BatchModify in the upper left.
 But the, box is empty.   That is, there is no list of options to
 modify.
 Anyone know why there is nothing there?

 I'm using Trac 0.11.
 BatchModify 0.7.1-trac0.11, downloading the egg of the plugin website.
 I have permissions for batch (and I double checked that the checkboxes
 go away if I removed the permissions)
 In the trac.ini file, I have batchmod.* = enabled

  Thanks,

  -- Samson

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



RE: [Trac] Python Binding problems with Trac 0.12

2010-08-05 Thread Cooke, Mark
On Sat, Jul 10, 2010 at 2:12 AM, Hugh Jennings
hughj...@gmail.com wrote:
   
Hi,
   
I hope someone can help me.
   
(snip)
   
When I go to do anything that is associated with a repository I
get an error saying no module named svn.

  (snip)
   
C:\Users\genericpython
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC
v.1500 32 bit (Intel)] on win32
Type help, copyright, credits or license for
more information.
 import svn
Traceback (most recent call last):
File stdin, line 1, in module
ImportError: No module named svn

   
I would appreciate any ideas as to what I can try next.
   
Regards,
   
Hugh
   
   -Original Message-
   From: trac-users@googlegroups.com
   [mailto:trac-us...@googlegroups.com] On Behalf Of Itamar O
   Sent: 15 July 2010 09:29
   To: trac-users@googlegroups.com
   Subject: Re: [Trac] Python Binding problems with Trac 0.12
  
   Hi,
  
   You need to install python-svn bindings.
   I don't think CollabNet distribute those,
   but they are available from another source of Subversion
   binaries for windows:
   http://alagazam.net/
  
   Itamar.
  
  
 On Thu, Jul 15, 2010 at 12:06 PM, Cooke, Mark 
 mark.co...@siemens.com wrote:
 
  Hi Itamar,
  
  Those bindings are just a load of files in a zip file 
  and I am not certain what I need to do to install them,
  can you help?
  
  Is it just a case of copying them to somewhere in my 
  python install tree (e.g. C:\Python26\Lib\site-packages\...)?
  Or is there more work involved?
  
  Looking at the contents of the zip file, there are fewer files
  than I already have from a previous install (from tigris when
  they were packaged in an installer) although the differences seem 
  to be mostly the compiled python files but also a few DLLs look to
  be missing (such as libaprutil-1.dll and libapriconv-1.dll) and the
  ones that are provided have different names...
  
  Thanks,
  
  ~ mark c
  
 -Original Message-
 From: trac-users@googlegroups.com On Behalf Of Itamar O
 Sent: 15 July 2010 16:51
 To: trac-users@googlegroups.com
 Subject: Re: [Trac] Python Binding problems with Trac 0.12
 
 It has been a while since I've done that.
 If I remember correctly, you should simply copy the svn and 
 libsvn directories to the site-packages directory under Python2X\Lib.
 The *.pyc files you might see there are the compiled files. 
 You should remove them if you are updating.
 The README in the Alagazam package also states that for 
 Py2.5+ you should rename the *.dll under libsvn to *.pyd manually.
 If you use the Alagazam installer to install Subversion 
 itself, the libapr* DLLs are located under the Subversion\bin 
 directory,
 so there's no need to put duplicates in the Python site-packages.
 
 Hope this help,
 Itamar.

Thanks Itamar.

Just to complete this thread with the hope of being useful to someone
else,
this is what I did to install the latest svn from Algazam onto windoze:

~ stopped the apache service
~ uninstalled all previous subversion instances (tidying up really)
~ ran the Algazam windows .msi installer
~ copied the latest mod_*.so files from the install location to the 
  apache modules directory (overwriting the old ones)
~ deleted the old svn and libsvn directories from site-packages
~ opened the python bindings .zip and copied the two directories
  to site-packages
~ copied all libsvn\_*.dll files to _*.pyd [1]
~ restarted the server and crossed fingers...

[1] I found this recommended in the t.e.o wiki at TracSubversion...

In other words, it was fine to just delete the old files from
site_packages
and copy the new ones in there, with just a bit of fiddling about!

~ mark c

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] Trac Versioned Documents

2010-08-05 Thread Clemens Feige

Hi Matt.

Why don't you put those documents under SVN (sub-version) version 
control instead of attachhing them to the wiki page. There is a wiki 
command for linking to SVN controlled files.


Link to an attached file of a wiki page: attachment:my_doc.pdf

Link to a SVN version controlled file: source:path/my_doc.pdf or even 
source:path/my_doc@123 where 123 is the version number. Of course 
this needs a SVN server. But Trac is made to cooperate tightly with SVN.


Clemens

Mathew Phillips:

I've searched the Trac Hacks and the normal Trac plugin site and I can't quite 
seem to find a plugin that meets what I'm looking for. I love trac and the way 
it functions so far. I would like to use the wiki to manage some of the 
documents for my project like business requirements and models and 
documentation. The default to me seems to be just to be able to attach 
documents to a particular page. I see that you can overwrite them with another 
document so if you make changes to the document you can update what is stored 
on the page. But it would make more sense to only have one copy of the document 
that is stored as the attachment to the page and you can edit it and save it 
automatically. Does anyone know of a particular plugin that adds this 
functionality? Thank you for anyone who takes time to respond!

Matt


--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] Trac Versioned Documents

2010-08-05 Thread W. Martin Borgert

Quoting Clemens Feige c.fe...@osypkamed.com:
Why don't you put those documents under SVN (sub-version) version  
control instead of attachhing them to the wiki page. There is a wiki  
command for linking to SVN controlled files.


This is the way to go, indeed. It would be nice, however, to have
a Trac plugin to do an SVN commit, at least to checkin a new version
of an existing file. This has been discussed multiple times, but
nobody so far stepped forward with an implementation, AFAIK. Without
such a plugin users have to have an SVN client, which can be a
problem in some cases (e.g. if you are in a company with a paranoid
policy about which software is allowed on desktop PCs etc.).

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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: Trac and SVN install (0.12 and 1.6.12)

2010-08-05 Thread Justin Moninger
Thank you for the help.  It actually turns out that the Collabnet-
Extras RPM was good but the proper .so files were not getting lost.
After getting a bit of help from a C-savvy coworker, we figured out
that adding the collabnet library path to the system library paths
fixed the issue.  Thanks again for pointing me in the right direction!

On Aug 3, 2:51 am, Christian Boos cb...@neuf.fr wrote:
 (following up on Trac users)

 On 8/3/2010 3:31 AM, Justin Moninger wrote:





  I recently installed a new Trac instance on RHEL 5 (x86_64) and
  upgraded to the latest SVN from Collabnet 1.6.12.  I'm not a python
  guy, but after some fiddling I got everything up and running
  perfectly, minus the SVN repo browser.  Doing a trac-admin repository
  resync works great and loads my 450+ revisions.  Before going back and
  adding the necessary SVN hooks I tried just viewing the repo via the
  repository browser.  From tailing the log I get the following error:

  2010-08-02 17:32:07, 588 Trac[svn_fs] INFO: Failed to load Subversion
  bindings
  Traceback (most recent call last):
      File /usr/lib/python2.4/site-packages/Trac-0.12-py2.4.egg/trac/
  versioncontrol/svn_fs.py, line 265, in __init__
         _import_svn()
      File /usr/lib/python2.4/site-packages/Trac-0.12-py2.4.egg/trac/
  versioncontrol/svn_fs.py, line 68, in _import_svn
         from svn import fs, repos, core, delta
      File /opt/CollabNet_Subversion/lib/svn-python/svn/fs.py, line 19,
  in ?
         from libsvn.fs import *
      File /opt/CollabNet_Subversion/lib/svn-python/libsvn/fs.py, line
  7, in ?
         import _fs
  ImportError: /opt/CollabNet_Subversion/lib/libsvn_ra_serf-1.so:
  undefined symbol: apr_file_buffer_set

  I tried Googling the problem for several hours, but to no avail.
  There were only a couple references to undefined symbol:
  apr_file_buffer_set.  I also tried installing/overriding the python/
  svn bindings by installing the RHEL 1.4.x subversion-python RPM which
  resulted in the inability for Trac to read the repo since it was
  created with SVN 1.6.

  I guess my question is, do I just have bad bindings, or did Collabnet
  or subversion possibly remove something from the svn-python bindings
  which is used by Trac.  My apologies for not going through the code
  more, but I'm just a Linux admin with a bit of Java and Perl
  knowledge.

 This is simply a mismatch for the apr (or apr-util) library. The
 CollabNet libraries have been built against another (newer?) version of
 the APR than the one you have on your system (usually part of the httpd
 package). Try to see in their release notes which compatible version of
 //Apache// they advise you to use, and install and use that as well. Or
 simpler, use another web front end like trac.fcgi on top of lighttpd, as
 the latter doesn't use apr itself, so you won't have to deal with this
 .so hell ;-)

 -- Christian



  Best regards,

  Justin

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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] trac-admin upgrade error

2010-08-05 Thread Alexander Skwar
Hi.

Today I upgraded SQLite, Subversion and other software
on our trac host. When I now go to http://host:8000/, I see:


Available Projects

* race: Error
  (The Trac Environment needs to be upgraded. Run trac-admin
/export/home/webservd/trac/race upgrade)


Okay, so it want's me to run the upgrade command. But when I do, I get an
error:

--($ ~/trac/race)-- trac-admin /export/home/webservd/trac/race upgrade
Traceback (most recent call last):
  File /export/home/webservd/.software/bin/trac-admin, line 8, in module
load_entry_point('Trac==0.11.1', 'console_scripts', 'trac-admin')()
  File
/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/admin/console.py,
line 1295, in run
return admin.onecmd(command)
  File
/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/admin/console.py,
line 123, in onecmd
rv = cmd.Cmd.onecmd(self, line) or 0
  File /export/home/webservd/.software/Python-2.5.2/lib/python2.5/cmd.py,
line 219, in onecmd
return func(arg)
  File
/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/admin/console.py,
line 1145, in do_upgrade
self.__env.upgrade(backup=do_backup)
  File
/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/env.py,
line 442, in upgrade
participant.upgrade_environment(db)
  File build/bdist.solaris-2.10-sun4u/egg/tractags/model.py, line 35, in
upgrade_environment
  File build/bdist.solaris-2.10-sun4u/egg/tractags/model.py, line 60, in
_upgrade_db
  File
/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/db/util.py,
line 51, in execute
return self.cursor.execute(sql)
  File
/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/db/sqlite_backend.py,
line 58, in execute
args or [])
  File
/export/home/webservd/.software/Python-2.5.2/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/db/sqlite_backend.py,
line 50, in _rollback_on_error
return function(self, *args, **kwargs)
pysqlite2.dbapi2.OperationalError: table tags already exists

(See http://pastebin.com/wQMZndnj if it's too messed up *G*)


What to do?

Alexander
-- 
↯Lifestream (Twitter, Blog, …) ↣ http://alexs77.soup.io/ ↯
↯ Chat (Jabber/Google Talk) ↣ a.sk...@gmail.com , AIM: alexws77  ↯

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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: Cannot login to trac from Blackberry browser

2010-08-05 Thread Teddy
We have several of the same handset (8350i) and I've tried it on some
others too... it's not Trac itself but specifically OUR trac. :
( Something must have gone wrong in the configuration... do you mind
trying on our trac?

http://206.196.110.17
client:client

Like I said the strange thing is that if you click around to other
pages after the failed login attempt... inconsistently upon loading
a new page it sometimes shows you as logged in properly. I'm thinking
it's some sort of cookie problem I created when I was installing/
uninstalling plugins for handling authentication? :(


On Aug 4, 8:51 am, Stefan stefan.ernst...@googlemail.com wrote:
 Hello Teddy,

 i've tried to connect to a trac system via my blackberry (pearl).
 it just works fine.

 So from my point of view this could not be an trac problem. Rather i
 think
 this would be an problem with your bb or your bb browser.
 Does this problem only appears on your device or on all/some?

 First (if only your device doesn't work) you could
 - try to access the page with some other browser, e.g. opera for bb
 - Reset your mobile phone web cache
 - try to update your bb

 Best regards

 Stefan

 On 3 Aug., 09:45, Teddy teddy.kar...@gmail.com wrote:



  Hi,

  I am using trac for our Courier company as a dispatch/ordering system.
  As such it is pretty essential that we can log in through our
  Blackberry browsers...

  When trying to log-in, we are brought rback to the start page without
  appearing to be logged in. If I were to click on Preferences, it
  appears I am logged it. However then I go to do an action (such as
  view reports or enter a ticket), and it punts us back to the start
  page without appearing to be logged in.

  I know this isn't a Blackberry support list, but I am almost positive
  it is a  Trac configuration problem! When we first tested Trac as an
  option we were able to log-in and use our phones just fine... even on
  other trac installations (other than ours) it still works fine.

  We are running the standalone tracd w/ account manager. Ive tried both
  authentication through the tracd server alone and also through
  accountmanager's.

  Any idea? I'm guessing it's some dumb cookie issue... I would greatly
  GREATLY appreciate any feedback! We are just about done the system and
  now finding we can't even use it... :(

  Thank you kindly for your time. :)

  Teddy

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] Migrating from svn to hg or git with trac: will changeset wiki links break?

2010-08-05 Thread Gary Oberbrunner
On 5/13/2010 2:31 PM, Noah Kantrowitz wrote:
 You could make a plugin that handles r\d+ syntax and force it to load
 before trac.versioncontrol. That plugin could then handle looking up
 rev-sha mappings in a table somewhere (depending on how fancy you
 wanted to get).

Thanks for the pointer!  I have this implemented now but I don't think
it's actually handling the links.  How do I force it to load before
trac.versioncontrol?  We're running 0.12.1dev-r9968 on Ubuntu.

-- Gary

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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: Batchmodify -- options look blank

2010-08-05 Thread Samson
Unfortunately, I cannot click the batch modify section. The Filters
section is successfully folbale, but the batch section is not.
I tried on IE 8, FireFox 3.68 and Google Chrome. I IE8 on XP and Win
7.

Looking at the source html for the pageYou are definitely correct.
I'm not very knowledgable in JavaScript, but it definitely looks like
the Batch Modify section should be foldable. But, I don't see
anything in any of 3 browsers.

Any idea why that might be?


On Aug 5, 10:41 am, Brian Meeker meeker.br...@gmail.com wrote:
 The batch modify section should be foldable. Are you able to click the
 label to unfold the section?

 -Brian

 On Aug 4, 11:03 am, Samson stimoner...@gmail.com wrote:



  I installed BatchModify, and I make a custom query and the checkboxes
  show up on the left-side of each ticket -- which is great.
  At the bottom of the page, after the Save Query button, there is a
  box that says BatchModify in the upper left.
  But the, box is empty.   That is, there is no list of options to
  modify.
  Anyone know why there is nothing there?

  I'm using Trac 0.11.
  BatchModify 0.7.1-trac0.11, downloading the egg of the plugin website.
  I have permissions for batch (and I double checked that the checkboxes
  go away if I removed the permissions)
  In the trac.ini file, I have batchmod.* = enabled

   Thanks,

   -- Samson- Hide quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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] - Slow configuration using mod_wsgi

2010-08-05 Thread mark ardiente


 Hi,

I'm having problems with the slowness of request from our trac sites. I have 
more or less 25 trac sites in one parent directory. I'm currently using the 
latest stable version Trac-0.12.

I've switched to mod_wsgi configuration hoping to speed up things

but it seems to be slow.

Here is my configuration:

WSGIDaemonProcess sites user=apache group=apache processes=3 threads=25
WSGIScriptAlias /trac /usr/share/trac/apache/trac.wsgi
WSGISocketPrefix  run/wsgi
Directory /usr/share/trac/apache
   WSGIProcessGroup sites
   WSGIApplicationGroup %{GLOBAL}
   SetEnv trac.env_parent_dir /var/www/trac
   Order allow,deny
   Allow from all

/Directory


In my wsgi script /usr/share/trac/apache/trac.wsgi, I have below:

import sys
sys.stdout = sys.stderr

import os
os.environ['TRAC_ENV_PARENT_DIR'] = '/var/www/trac'
os.environ['PYTHON_EGG_CACHE'] = '/tmp/egg-cache'

import trac.web.main

application = trac.web.main.dispatch_request


By the way, I'm using sqlite database on all trac sites and a common trac.ini
file configuration that is inherited by all sites.
Also, here's a list of all trac components I've used globally:

timingandestimationplugin-0.9-py2.6
TracBurndown-1.9.2-py2.6
Tracchildtickets-1.0.2-py2.6
TracAddCommentMacro-0.3-py2.6
TracMacroPost-0.2-py2.6
cc_selector-0.0.2-py2.6
TracWysiwyg-0.2_r7772-py2.6
TracFullBlogPlugin-0.1.1_r7774-py2.6.egg
TracGanttCalendarPlugin-0.2-py2.6
AdvancedTicketWorkflowPlugin-0.10dev_r7701-py2.6
TracDateField-1.0.1-py2.6
TracXMLRPC-1.0.6-py2.6
TracCustomfieldAdmin-0.2.2-py2.6

Regrads,
Mark

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] - Slow configuration using mod_wsgi

2010-08-05 Thread Josh Godsiff

On 6/8/2010 9:23 AM, mark ardiente wrote:


 Hi,

[snip]

Regrads,
Mark


Try setting it up so that static files are served up by Apache, instead 
of having to go through a whole Trac request. It might not solve your 
issues, but it certainly results in /some/ speed improvements.


It can be done relatively easily using the trac-admin 'deploy' command 
an Apache's 'AliasMatch' directive.


- Josh Godsiff
-- oxideinteractive.com.au http://oxideinteractive.com.au

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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] TRAC_ADMIN minus plugin-control

2010-08-05 Thread Itamar O
Hi all,

I was wondering how can I set up a permission group (e.g. SiteAdmins)
that can effectively do any thing available with the TRAC_ADMIN permission,
just excluding the ability to control plugins (meaning install new ones and
enable / disable existing ones).

In case you wonder why I want this:
it seems that plugins may expose the server to security threats,
since any user with the ability to install and enable plugins can write a
plugin
that simply gives him control over the server (with access rights as the
user running apache).
I have a multi-environment setup, and I want to be able to give management
rights to
project-managers for their own Trac environments, without allowing them to
take over the server.

Any advice is appreciated,
as well as comments / discussion regarding the security considerations I
have raised.

Itamar O.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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: - Slow configuration using mod_wsgi

2010-08-05 Thread Graham Dumpleton


On Aug 6, 9:29 am, Josh Godsiff j...@oxideinteractive.com.au wrote:
 On 6/8/2010 9:23 AM, mark ardiente wrote:



   Hi,

  [snip]

  Regrads,
  Mark

 Try setting it up so that static files are served up by Apache, instead
 of having to go through a whole Trac request. It might not solve your
 issues, but it certainly results in /some/ speed improvements.

 It can be done relatively easily using the trac-admin 'deploy' command
 an Apache's 'AliasMatch' directive.

Not sure about using AliasMatch. Procedure should be same as for CGI
as documented in:

  http://trac.edgewall.org/wiki/TracCgi#MappingStaticResources

Ie., believe it should only need Alias directive.

Overall I would be concerned about SQLlite being used over better
database such as PostgreSQL.

Graham

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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] Trac on Osx Server

2010-08-05 Thread Cesare Montresor
Hi,
I'm having some troble to install trac on osx server 10.6 (minimac).
I tried to follow this guide http://trac.edgewall.org/wiki/TracOnOsx but
seams out of date and many paths are incorrect or missing (ex: trac.cgi
don't exists at all on my server)
I also tried to use other howtos find in internet but no way.

My configuration should be:
Osx 10.6
Apache 2.2
Trac 0.12
Svn
Sqlite

I would like to know if anyone had this problems or have an updated howto
for this.

Thanks,
Cesare

PS: It's possible to install trac directly on the default osx apache or it's
a suicide ?

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.



Re: [Trac] Re: Trac on Osx Server

2010-08-05 Thread Josh Godsiff



On Aug 6, 10:02 am, Cesare Montresorcesare.montre...@gmail.com
wrote:
   

Hi,
I'm having some troble to install trac on osx server 10.6 (minimac).
I tried to follow this guidehttp://trac.edgewall.org/wiki/TracOnOsx  but
seams out of date and many paths are incorrect or missing (ex: trac.cgi
don't exists at all on my server)
 

Consider not using CGI, use mod_wsgi instead.

   http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac

Graham

   

I also tried to use other howtos find in internet but no way.

My configuration should be:
Osx 10.6
Apache 2.2
Trac 0.12
Svn
Sqlite

I would like to know if anyone had this problems or have an updated howto
for this.

Thanks,
Cesare

PS: It's possible to install trac directly on the default osx apache or it's
a suicide ?
 
   


The TracOnOSX page appears several major versions out of date.

I suggest you follow the guides for one of the more modern flavours of 
Linux. (Or BSD, if there's one of those floating around). OSX and Linux 
are fairly similar under the hood, so most of it should translate.


- Josh

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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.