[Trac] Re: Fails to initialize project: unhashable type

2006-11-07 Thread Matt Good
eXt wrote: > When using trac-admin to create a new environment with a mysql database > the program crashes with the following output: > > /usr/share/trac/wiki-default/TracFastCgi => TracFastCgi > Failed to initialize environment. unhashable type > Traceback (most recent call last): > File "/usr

[Trac] Re: side by side image placement in trac wiki

2006-11-07 Thread datenimperator
Hi, > what about if i want to place a single image in the center of the page, > rather than left justified which seems to be the default? [[Image(myimage.png, align=center)]] does it. Unfortunately, you can't have text float around the centered image, like in standard DTP: Multiple columns, text

[Trac] Re: Direct attachment

2006-11-07 Thread dev
Matt Good a écrit : > > I'd be really cautious about how you do that since it could easily open > security holes if you allow users to attach files from the server's > local file system. No the idea is to be able to insert document from the server side (file will be put on the server by FTP or

[Trac] Fails to initialize project: unhashable type

2006-11-07 Thread eXt
When using trac-admin to create a new environment with a mysql database the program crashes with the following output: /usr/share/trac/wiki-default/TracFastCgi => TracFastCgi Failed to initialize environment. unhashable type Traceback (most recent call last): File "/usr/lib/python2.4/site-pack

[Trac] Re: side by side image placement in trac wiki

2006-11-07 Thread stroller
cool! what about if i want to place a single image in the center of the page, rather than left justified which seems to be the default? and i did choose to place it left justified, how can i place text to the right of it, rather than below it? thx!!! --~--~-~--~~~

[Trac] Re: trac (and clearsilver) on python 2.5

2006-11-07 Thread Johannes Erdfelt
On Tue, Nov 07, 2006, Christopher Lenz <[EMAIL PROTECTED]> wrote: > Am 07.11.2006 um 22:26 schrieb Johannes Erdfelt: > > I saw some posts in the archives for the same problem I ran into, so I > > figured I'd forward a patch off that fixes the problem in clearsilver > > that causes it to segfault o

[Trac] Re: Loading tasks in batch

2006-11-07 Thread Felix Collins
http://trac.edgewall.org/wiki/TracImport http://trac.edgewall.org/wiki/TracSynchronize --~--~-~--~~~---~--~~ 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@googlegroup

[Trac] Re: wiki - external editing

2006-11-07 Thread Shun-ichi GOTO
Sorry for late response, I missed the mail. On 11/6/06, Parragh Szabolcs <[EMAIL PROTECTED]> wrote: > I created it, now I get: > > Loading /usr/share/emacs/22.0.50/site-lisp/trac-wiki.el > (source)...done > Contacting host: meta.nir.hu:5353 > Loading url-cache...done > url-http-parse-respon

[Trac] Loading tasks in batch

2006-11-07 Thread Luis Castro
Hello. I'm starting a new project and I need to load a batch of tasks into trac. So I'm building a python script to make the load. I'm taking sourceforge2trac.py as an example but  when I try to instantiate the class TracDatabase I get an error about pygtk not found. Does trac depends on gtk? I

[Trac] Re: import HTML page directly to wiki

2006-11-07 Thread Noah Kantrowitz
Reuben D. Budiardja wrote: > > Hello, > Is there anyway to import html page directly to the wiki ? The HTML page > would > be generated by other program (ie. latex2html, or exported by openoffice). I > need to write documentation for our project and would like to have it in wiki > to be easil

[Trac] import HTML page directly to wiki

2006-11-07 Thread Reuben D. Budiardja
Hello, Is there anyway to import html page directly to the wiki ? The HTML page would be generated by other program (ie. latex2html, or exported by openoffice). I need to write documentation for our project and would like to have it in wiki to be easily organized, but it'd be rather impossible

[Trac] Re: trac (and clearsilver) on python 2.5

2006-11-07 Thread Christopher Lenz
Am 07.11.2006 um 22:26 schrieb Johannes Erdfelt: > I saw some posts in the archives for the same problem I ran into, so I > figured I'd forward a patch off that fixes the problem in clearsilver > that causes it to segfault on python 2.5 > > It probably could use a cleanup, but it works for me atle

[Trac] trac (and clearsilver) on python 2.5

2006-11-07 Thread Johannes Erdfelt
I saw some posts in the archives for the same problem I ran into, so I figured I'd forward a patch off that fixes the problem in clearsilver that causes it to segfault on python 2.5 It probably could use a cleanup, but it works for me atleas.t That patch was originally developed against 0.10.1 th

[Trac] Re: apache2 configuration

2006-11-07 Thread Matt Good
Kfir Lavi wrote: > Hi, > I want that typing the name of the server without /trac will load trac. > Its like > alias / /trac > But this doesn't work. This depends on how you're using Trac. With mod_python you probably have: SetHandler mod_python ... Simply change the first line to: With

[Trac] Re: Direct attachment

2006-11-07 Thread Matt Good
Jani Tiainen wrote: > [EMAIL PROTECTED] kirjoitti: > > Hi, > > > > Is it possible to attach a file directly on a page without using the > > attachment uploading ? If the file are on the server, it is bad to > > download and upload... > > It would be nice oppurtunity to write plugin to attach files

[Trac] Re: Direct attachment

2006-11-07 Thread Andrew Backer
I hate to be vague on this, since I can not find the related plug in. I ran across something that did this (on http://trac-hacks.org/ I think) a while ago when evaluating trac. It might have just let you include the contents of an arbitrary file into the output stream, so it may not be what you w

[Trac] Re: Plugin installation - Webadmin

2006-11-07 Thread SpArtA
Matt Do you had some time to take a look on the log ? Or anybody else ? I suppose I've done something wrong, but don't see where ... and I can't still use the plugin thanks for any help Fabrice - Original Message - From: "SpArtA" <[EMAIL PROTECTED]> To: Sent: Saturday, November 04, 2

[Trac] Re: apache2 configuration

2006-11-07 Thread Kfir Lavi
On 11/6/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 06, 2006 at 05:24:14PM +0200, Kfir Lavi wrote: > > > I want that typing the name of the server without /trac will load trac. > > Its like > > alias / /trac > > But this doesn't work. > > http://httpd.apache.org/docs/2.0/mod/core.

[Trac] Re: Trac users

2006-11-07 Thread Matthew Gillen
Matthew Gillen wrote: > Mike wrote: >> Matthew Gillen wrote: >>> site up for my project, that's it. I leverage my department's sys-admins by >>> using (via mod_pam) the user-database that they have to maintain anyway (on >>> their own budget). etc, etc. >>> >> Do you have a recipe or a link on h

[Trac] Re: Trac users

2006-11-07 Thread Matthew Gillen
Mike wrote: > > Matthew Gillen wrote: >> site up for my project, that's it. I leverage my department's sys-admins by >> using (via mod_pam) the user-database that they have to maintain anyway (on >> their own budget). etc, etc. >> > Do you have a recipe or a link on how to set up mod_pam with A

[Trac] Re: No permissions on repo data after attempt to scope repo browsing

2006-11-07 Thread Chris Hayes
- Original Message - From: "Noah Kantrowitz" <[EMAIL PROTECTED]> >> Is it authz I need to be using to get scoped repos? I'll give it a >> try but >> I'm still confused as to what broke. > > authz == authorization, it isn't related to passwords. Subversion's > authz files are used for p

[Trac] Re: Trac users

2006-11-07 Thread Mike
Matthew Gillen wrote: > site up for my project, that's it. I leverage my department's sys-admins by > using (via mod_pam) the user-database that they have to maintain anyway (on > their own budget). etc, etc. > Do you have a recipe or a link on how to set up mod_pam with Apache 2.2 by any chanc

[Trac] Re: No permissions on repo data after attempt to scope repo browsing

2006-11-07 Thread Noah Kantrowitz
On Nov 7, 2006, at 1:13 PM, Chris Hayes wrote: > Yes, it's pointing at the repo's conf folder where the > svnserve.conf states > password-db=passwd. The authz file is untouched and all the users > are setup > in passwd. > > All I remember changing from a working system is the repository_dir

[Trac] Re: wiki - external editing

2006-11-07 Thread Parragh Szabolcs
Parragh Szabolcs írta: Shun-ichi GOTO írta: Ah, maybe the directory ~/.emacs.d/url/ is not exist. Create it then try again. Please, Shun-ichi, don't let me get stuck here, we're almost there:-) Does this error say anything to you? I created it, now I get: Loading /usr/shar

[Trac] Re: No permissions on repo data after attempt to scope repo browsing

2006-11-07 Thread Chris Hayes
- Original Message - From: "Noah Kantrowitz" <[EMAIL PROTECTED]> > Do you have an authz_file configured in trac.ini? > > --Noah Yes, it's pointing at the repo's conf folder where the svnserve.conf states password-db=passwd. The authz file is untouched and all the users are setup in

[Trac] Re: No permissions on repo data after attempt to scope repo browsing

2006-11-07 Thread Noah Kantrowitz
On Nov 7, 2006, at 12:31 PM, [EMAIL PROTECTED] wrote: > > > Hi, > > This is all a bit new to me and Trac configuration is somewhat > daunting. > > I had a working 0.10 installation pointing at an entire repository but > wanted to try to scope the environment to a particular branch. > > I tried >

[Trac] No permissions on repo data after attempt to scope repo browsing

2006-11-07 Thread chris
Hi, This is all a bit new to me and Trac configuration is somewhat daunting. I had a working 0.10 installation pointing at an entire repository but wanted to try to scope the environment to a particular branch. I tried repository_dir = C:\pathtoRepo\svnbranch\ (yes this in windows) but

[Trac] Re: side by side image placement in trac wiki

2006-11-07 Thread datenimperator
You can add CSS style declarations to the macro call. Letting the first images float to the left would help you: [[Image(myimage.png, float=left)]] [[Image(myimage.png, float=left)]] [[Image(myimage.png)]] This would display the image three times starting from the left. The last invocation doesn

[Trac] Re: Egg-link not working

2006-11-07 Thread datenimperator
Hi Manu, thanks for your reply. These are my current directories: [1] C:\Python23\Lib\site-packages Directory for eggs globally installed. This works. [2]~/workspace/myproject/env Test trac environment which is picked up by tracd later [3]~/workspace/myproject/src/plugin Source directory of my

[Trac] Re: Trac and HTTPS

2006-11-07 Thread Matti
The problem was in Apache configuration. Thanks! --~--~-~--~~~---~--~~ 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,

[Trac] Re: Egg-link not working

2006-11-07 Thread Emmanuel Blot
I'm sure I'm using the expected method - so this is a workaround, not a solution: I usually add the plugin path to the PYTHONPATH by the time I run setup.py develop --install-dir. BTW I got several issues with the site.py file that is installed w/ this command: the python interpreter gets mad an

[Trac] Re: Egg-link not working

2006-11-07 Thread datenimperator
Hi all, can anybody help, please? I've read all the docs I could find, but don't get it to work. Has anybody a working development environment on Windows? How do you test your plugins without rebuilding the egg and restarting tracd after every change? Any hint is greatly appreciated. Regards, C

[Trac] Re: NT domain problem

2006-11-07 Thread Emmanuel Blot
If you get some spare time, I think it would be great to update the wiki doc about this SSPI specific issues, as many users are facing problems w/ SSPI. Maybe a dedicated page to SSPI would be even better. Cheers, Manu On 11/7/06, Widerberg Marcus <[EMAIL PROTECTED]> wrote: > > Hello again, > >

[Trac] Re: Move comment between tickets

2006-11-07 Thread Erik Andersson
Hi and thanks.   This worked like a charm!   Cheers / Erik  2006/11/7, Noah Kantrowitz <[EMAIL PROTECTED]>: On Nov 7, 2006, at 3:31 AM, kirean73 wrote:>> Hi>> I'm new to Trac and I'm already into trouble. We are using Trac 0.9.2> and subversion 1.2.3 and sqlite.>> We require a ticket id to be able

[Trac] Re: Move comment between tickets

2006-11-07 Thread Noah Kantrowitz
On Nov 7, 2006, at 3:31 AM, kirean73 wrote: > > Hi > > I'm new to Trac and I'm already into trouble. We are using Trac 0.9.2 > and subversion 1.2.3 and sqlite. > > We require a ticket id to be able to commit and that commit is then > logged to the corresponding ticket in trac. The problem now is

[Trac] Move comment between tickets

2006-11-07 Thread kirean73
Hi I'm new to Trac and I'm already into trouble. We are using Trac 0.9.2 and subversion 1.2.3 and sqlite. We require a ticket id to be able to commit and that commit is then logged to the corresponding ticket in trac. The problem now is that someone committed and used the wrong ticket id so now

[Trac] Re: Direct attachment

2006-11-07 Thread Jani Tiainen
[EMAIL PROTECTED] kirjoitti: > Hi, > > Is it possible to attach a file directly on a page without using the > attachment uploading ? If the file are on the server, it is bad to > download and upload... It would be nice oppurtunity to write plugin to attach files from localfilesystem as is. It w

[Trac] Direct attachment

2006-11-07 Thread dev
Hi, Is it possible to attach a file directly on a page without using the attachment uploading ? If the file are on the server, it is bad to download and upload... Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G