[Trac] Re: Failed to open environment

2008-11-12 Thread Noah Kantrowitz
Do not double post questions. --Noah On Nov 12, 2008, at 10:42 PM, anu wrote: > > Hi friends, > I'm unable to list the wiki pages.the error am getting is below > > [EMAIL PROTECTED]:/var/www/tracmain/trac$ trac-admin /var/www/tracmain/ > trac > Welcome to trac-admin 0.11.1 > Interactive Trac ad

[Trac] Failed to open environment

2008-11-12 Thread anu
Hi friends, I'm unable to list the wiki pages.the error am getting is below [EMAIL PROTECTED]:/var/www/tracmain/trac$ trac-admin /var/www/tracmain/ trac Welcome to trac-admin 0.11.1 Interactive Trac administration console. Copyright (c) 2003-2008 Edgewall Software Type: '?' or 'help' for help o

[Trac] Command failed:

2008-11-12 Thread anu
hi Friends, i'm using the remote machine of linux . i've excuted the commands below.. [EMAIL PROTECTED]:/var/www/trac/test$ trac-admin /var/www/trac/test/ Welcome to trac-admin 0.11.1 Interactive Trac administration console. Copyright (c) 2003-2008 Edgewall Software Type: '?' or 'help' for hel

[Trac] Re: Can't get trac running on Windows XP

2008-11-12 Thread Jinwoo Min
Hi, Chris. I distribute All-in-one Trac packages, called TOW (TracOnWindows), for Windows users from http://sf.net/projects/traconwindows/. I hope this help you. Best Regards, Jinwoo On Thu, Nov 13, 2008 at 10:29 AM, Chris Nelson <[EMAIL PROTECTED]>wrote: > > I got to http://trac.edgewall.org/w

[Trac] Re: Wrong number of arguments: 1

2008-11-12 Thread ashwini cl
hi manu, thank u for reply..i'm using the remote machine of linux . i've excuted the commands below.. [EMAIL PROTECTED]:/var/www/trac/test$ trac-admin /var/www/trac/test/ Welcome to trac-admin 0.11.1 Interactive Trac administration console. Copyright (c) 2003-2008 Edgewall Software Type: '?' or

[Trac] Can't get trac running on Windows XP

2008-11-12 Thread Chris Nelson
I got to http://trac.edgewall.org/wiki/TracOnWindows#InstallingTrac and tried to execute trac-admin c:\myproj permission add adm TRAC_ADMIN and I see: C:\Program Files\Python25\Scripts>trac-admin c:\myproj permission add addm TRAC_ADMIN Traceback (most recent call last): File "C:\Program F

[Trac] Re: naked wiki pages?

2008-11-12 Thread Chris Mulligan
Completely baselessly, I think you probably can. If you can find or make a plugin that provides the alternate format that's just the rendered HTML, you'd probably be there. Something like this, but exporting to HTML instead of DOC. http://trac-hacks.org/wiki/PageToDocIntegration On Wed, Nov 12,

[Trac] Re: Wrong number of arguments: 1

2008-11-12 Thread Emmanuel Blot
> projects are already created .plz tell me how to find the path of required > project. Locate the trac.ini file, the proper path is one directory up, e.g.: for some/path/to/project/conf/trac.ini, project path is some/path/to/project Cheers, Manu --~--~-~--~~~---~--

[Trac] naked wiki pages?

2008-11-12 Thread noamtm
Hi, Is it possible (with vanilla Trac or a plugin) to get "naked" wiki pages? That is, I want to get the content of http://example.com/trac/wiki/MyPage, but without the "decoration" - the part that starts right after: "Start Page * Index * History * Last Change" and ends right before: "Download

[Trac] Re: File Permissions in Trac Browser Zip Archives

2008-11-12 Thread Mr Papa
The zip archive is uploaded to a linux box (CentOS) and extracted using unzip from the command line. All files were set to 0600. That would be for our tests. Of course, I cant answer that for any of the application users that might grab the archive. --~--~-~--~~~---~

[Trac] Re: Get name of first attachment of a ticket into Wiki-Code

2008-11-12 Thread wackazong
Wow. I am definitely flattered. Thanks very, very much! Best, ALEXander. On 12 Nov., 14:40, "Martin S." <[EMAIL PROTECTED]> wrote: > Tada:http://trac-hacks.org/wiki/AttachmentNumMacro > > Don't forget to set up the default settings in the trac.ini file. > > Martin > > On Nov 12, 10:55 am, wack

[Trac] Re: Get name of first attachment of a ticket into Wiki-Code

2008-11-12 Thread Martin S.
Tada: http://trac-hacks.org/wiki/AttachmentNumMacro Don't forget to set up the default settings in the trac.ini file. Martin On Nov 12, 10:55 am, wackazong <[EMAIL PROTECTED]> wrote: > Hi there, > > this sounds like what I was phantasizing about. > > A macro of the form [[Attachment(1)]] would

[Trac] Re: Wrong number of arguments: 1

2008-11-12 Thread ashwini cl
hi Manu, projects are already created .plz tell me how to find the path of required project. On Wed, Nov 12, 2008 at 4:47 PM, Emmanuel Blot <[EMAIL PROTECTED]> wrote: > > On Wed, Nov 12, 2008 at 11:20 AM, anu <[EMAIL PROTECTED]> wrote: > > > i'm facing the errors > > Trac [/var/www/tracmain/trac

[Trac] Re: Wrong number of arguments: 1

2008-11-12 Thread Emmanuel Blot
On Wed, Nov 12, 2008 at 11:20 AM, anu <[EMAIL PROTECTED]> wrote: > i'm facing the errors > Trac [/var/www/tracmain/trac/trac1]> wiki list > Failed to open environment. [Errno 2] No such file or directory: '/var/ > www/tracmain/trac/trac1/VERSION' How have you created /var/www/tracmain/trac/trac1

[Trac] Not able to install trac on windows XP

2008-11-12 Thread pinchu
Hi, I am trying to install trac on Windows XP by following the instructions given in http://trac.edgewall.org/wiki/TracOnWindows#GettingStarted. Using installers I installed Trac-0.11.1.win32.exe,setuptools-0.6c7.win32-py2.5.exe, python-2.5.msi, Genshi-0.5.1.win32-py2.5.exe. I am getting the f

[Trac] Wrong number of arguments: 1

2008-11-12 Thread anu
hi friends, I'm fresher to trac application .plz guide how to open the wiki list of project. i'm facing the errors Trac [/var/www/tracmain/trac/trac1]> wiki list Failed to open environment. [Errno 2] No such file or directory: '/var/ www/tracmain/trac/trac1/VERSION' Traceback (most recent call la

[Trac] Re: Get name of first attachment of a ticket into Wiki-Code

2008-11-12 Thread wackazong
Hi there, this sounds like what I was phantasizing about. A macro of the form [[Attachment(1)]] would be perfect for me. I use the ticket system also to manage the datasheets of my hardware parts I use in this project of mine. Each ticket is a part with a corresponding datasheet. There is only o

[Trac] Re: Get name of first attachment of a ticket into Wiki-Code

2008-11-12 Thread Martin S.
You could just link to the not-yet existing attachment when creating the ticket and then attach it. But ff your really want to do it like you said, I would need to code a link formatter plug-in. IMHO a macro ala [[Attachment(1)]] would be easier here. Do you want to always link to the first (or

[Trac] Re: trac notification stopped

2008-11-12 Thread Emmanuel Blot
> I am getting mails from other packages on same system so I think there is no > error in configuration I checked it by sending mail from command line which > was received. Are you sure you run the command line test w/ the same user Trac runs as ? You also need to send the same parameters than yo