Craig Marshall | 1 Jan 11:42

[Trac] Re: trac/lighttpd url setup problem


On Tue, Dec 19, 2006 at 05:22:50AM -0000, Sergey wrote:

> Try mapping common resources separately from /trac (e.g. /trac-static
> or something like that). Because in your case /trac maps to a single
> project, common resources are better off away from project-specific
> URL. Then, set htdocs_location to that URI. It's also easier to
> troubleshoot such setup BTW.
> HTH,

Okay thanks - I'll bear that in mind. I had already got things working
though, by the time I actually read your message. Here is my working
setup:

alias.url = ("/trac/chrome/common" => "/usr/share/trac/htdocs")
$HTTP["url"] =~ "^/trac(?!/chrome/common)" {
url.access-deny = ("")
fastcgi.server = ("/trac" =>
                   ("trac" =>
                     ("socket" => "/tmp/fastcgi-trac.sock",
                      "bin-path" => "/usr/share/trac/cgi-bin/trac.fcgi",
                      "check-local" => "disable",
                      "bin-environment" =>
                        ("TRAC_ENV" => "/var/trac")
                     )
                   )
                 )
}

It works fine, and I have all my static stuff accessible through the 
(Continue reading)

raz | 2 Jan 10:58
Picon

[Trac] more then one component owner


Hi All

Is it possible to configure more then one component owner in Trac .

I have trac 0.93

Raz

--~--~---------~--~----~------------~-------~--~----~
 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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

basti1302 | 2 Jan 11:14
Favicon

[Trac] Re: how to customize the order in which reports are shown


Changing the report id with sqlite worked like a charm, thanks a lot.
  Bastian Krol

--~--~---------~--~----~------------~-------~--~----~
 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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Eminaeem | 2 Jan 12:54
Picon

[Trac] New Year Horoscope

New Year Horoscope

Curious to know what the New Year 2007 holds for you? Here comes Travour to kill all your curiosity with the Horoscope 2007 . Get to know about your future in the New Year by having a look attheHoroscope 2007 .

http://xrl.us/t34m

New Year History

Celebrated around the world, New Year is one of the most awaited occasions. Different people have different ways to bring in the New Year and bidding adieu to the old. Various nations celebrate it on different dates depending on the calendar they use and different beliefs they follow.

http://xrl.us/t34n

Things to Do on New Year's Eve

New Year's Eve Parties: Talking about Things to do on New Year's Eve, the first thing that comes to mind are no doubt the New Year's Eve Parties. From dancing to feasting, there is a lot to be enjoyed in the New Year Parties .

http://xrl.us/t34o


--~--~---------~--~----~------------~-------~--~----~
 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Emmanuel Blot | 2 Jan 14:57
Picon
Gravatar

[Trac] Re: more then one component owner


> Is it possible to configure more then one component owner in Trac .

No. There's already a request for this enhancement:
http://trac.edgewall.org/ticket/2662

--~--~---------~--~----~------------~-------~--~----~
 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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

vortex0 | 2 Jan 18:41
Picon

[Trac] source code highlighting


hello, i've just installed trac to use for my developments. I've been
browsing trac's site source code and i saw that it had reserved words
hihglighted for .py .js .html etc, it doesn't happen on my current trac
configuration. How do i achieve this and is there a way i can add new
reserved words and/or extensions? say .jsp etc
thanks in advance

--~--~---------~--~----~------------~-------~--~----~
 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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Tom Berger | 2 Jan 18:57
Picon

[Trac] Re: source code highlighting

On 1/2/07, vortex0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <vortex0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

How do i achieve [syntax highlighting]

Trac uses an external package for Syntax Coloring - you can use either GNU Enxcript or SilverCity. As soon as you install one of them you should start seeing Syntax coloring.

See http://trac.edgewall.org/wiki/TracSyntaxColoring


Tom



--
http://intellectronica.net/

--~--~---------~--~----~------------~-------~--~----~
 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

ra | 3 Jan 02:23
Picon

[Trac] os x install woes


Hi everyone -

I am new to trac and having some difficulty installing it on an os x
server. I followed the instructions for DarwinPorts at
http://trac.edgewall.org/wiki/TracOnOsx#UsingDarwinPorts and everything
seemed to go fine. trac-admin /path/to/project initenv seemed to go
fine, too. My virtual host for apache2 is set up like this:

<VirtualHost *:8081>
        ServerName www.host.com:8081

        #
        # Trac mod_python configuration
        #
        Alias /trachtdocs/ "/opt/local/share/trac/htdocs/"
        <Location />
                SetHandler mod_python
                #PythonHandler trac.ModPythonHandler
                PythonHandler trac.web.modpython_frontend
                PythonOption TracUriRoot "/"
                PythonOption TracEnvParentDir "/path/to/project/"
        </Location>

         <LocationMatch /[[:alnum:]]+/login>
                 AuthType Basic
                 AuthName "Trac"
                 AuthUserFile "/opt/local/etc/trac-auth-file"
                 Require valid-user
         </LocationMatch>
</VirtualHost>

and the trac section of my trac.ini looks like this:

[trac]
authz_file =
authz_module_name =
base_url =
check_auth_ip = true
database = sqlite:db/trac.db
default_charset = iso-8859-15
default_handler = WikiModule
htdocs_location =
ignore_auth_case = false
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
metanav = login,logout,settings,help,about
permission_store = DefaultPermissionStore
repository_dir = /path/to/svn/repos
repository_type = svn
# request_filters = <set in global trac.ini>
templates_dir = /opt/local/share/trac/templates

But when I browse to www.host.com:8081, I get:

Available Projects

attachments: Error
([Errno 2] No such file or directory:
'/Users/bnik/trac/attachments/VERSION')
conf: Error
([Errno 2] No such file or directory: '/Users/bnik/trac/conf/VERSION')
db: Error
([Errno 2] No such file or directory: '/Users/bnik/trac/db/VERSION')
htdocs: Error
([Errno 2] No such file or directory:
'/Users/bnik/trac/htdocs/VERSION')
log: Error
([Errno 2] No such file or directory: '/Users/bnik/trac/log/VERSION')
plugins: Error
([Errno 2] No such file or directory:
'/Users/bnik/trac/plugins/VERSION')
templates: Error
([Errno 2] No such file or directory:
'/Users/bnik/trac/templates/VERSION')
wiki-macros: Error
([Errno 2] No such file or directory:
'/Users/bnik/trac/wiki-macros/VERSION')

Does anyone have any ideas on how to solve this? I have not been able
to find much via google.

Thanks a lot, and let me know if you need any more info.

ra

--~--~---------~--~----~------------~-------~--~----~
 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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Emmanuel Blot | 3 Jan 02:40
Picon
Gravatar

[Trac] Re: os x install woes


It seems from the error messages that your path to your project parent
directory is invalid ("/path/to/project/" in your Apache file). You'd
better provide the actual paths here to get some help, i.e. report the
actual paths rather than the fake "/path/to/project/" and "
/path/to/svn/repos" paths). "/Users/bnik/trac/" is defined somewhere
but does not appear in the config files you've posted.

base_url should not be left undefined in your trac.ini file

Finally, I would recommend that your start with a simple (i.e. much
simpler) configuration first.

Cheers,
Manu

On 1/3/07, ra <rusted.androgyne@...> wrote:
>
> Hi everyone -
>
> I am new to trac and having some difficulty installing it on an os x
> server. I followed the instructions for DarwinPorts at
> http://trac.edgewall.org/wiki/TracOnOsx#UsingDarwinPorts and everything
> seemed to go fine. trac-admin /path/to/project initenv seemed to go
> fine, too. My virtual host for apache2 is set up like this:
>
> <VirtualHost *:8081>
>         ServerName www.host.com:8081
>
>         #
>         # Trac mod_python configuration
>         #
>         Alias /trachtdocs/ "/opt/local/share/trac/htdocs/"
>         <Location />
>                 SetHandler mod_python
>                 #PythonHandler trac.ModPythonHandler
>                 PythonHandler trac.web.modpython_frontend
>                 PythonOption TracUriRoot "/"
>                 PythonOption TracEnvParentDir "/path/to/project/"
>         </Location>
>
>          <LocationMatch /[[:alnum:]]+/login>
>                  AuthType Basic
>                  AuthName "Trac"
>                  AuthUserFile "/opt/local/etc/trac-auth-file"
>                  Require valid-user
>          </LocationMatch>
> </VirtualHost>
>
> and the trac section of my trac.ini looks like this:
>
> [trac]
> authz_file =
> authz_module_name =
> base_url =
> check_auth_ip = true
> database = sqlite:db/trac.db
> default_charset = iso-8859-15
> default_handler = WikiModule
> htdocs_location =
> ignore_auth_case = false
> mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
> metanav = login,logout,settings,help,about
> permission_store = DefaultPermissionStore
> repository_dir = /path/to/svn/repos
> repository_type = svn
> # request_filters = <set in global trac.ini>
> templates_dir = /opt/local/share/trac/templates
>
> But when I browse to www.host.com:8081, I get:
>
> Available Projects
>
> attachments: Error
> ([Errno 2] No such file or directory:
> '/Users/bnik/trac/attachments/VERSION')
> conf: Error
> ([Errno 2] No such file or directory: '/Users/bnik/trac/conf/VERSION')
> db: Error
> ([Errno 2] No such file or directory: '/Users/bnik/trac/db/VERSION')
> htdocs: Error
> ([Errno 2] No such file or directory:
> '/Users/bnik/trac/htdocs/VERSION')
> log: Error
> ([Errno 2] No such file or directory: '/Users/bnik/trac/log/VERSION')
> plugins: Error
> ([Errno 2] No such file or directory:
> '/Users/bnik/trac/plugins/VERSION')
> templates: Error
> ([Errno 2] No such file or directory:
> '/Users/bnik/trac/templates/VERSION')
> wiki-macros: Error
> ([Errno 2] No such file or directory:
> '/Users/bnik/trac/wiki-macros/VERSION')
>
> Does anyone have any ideas on how to solve this? I have not been able
> to find much via google.
>
> Thanks a lot, and let me know if you need any more info.
>
> ra
>
>
> >
>

--

-- 
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Matt Good | 3 Jan 04:00
Gravatar

[Trac] Re: os x install woes


ra wrote:
> I am new to trac and having some difficulty installing it on an os x
> server. I followed the instructions for DarwinPorts at
> http://trac.edgewall.org/wiki/TracOnOsx#UsingDarwinPorts and everything
> seemed to go fine. trac-admin /path/to/project initenv seemed to go
> fine, too. My virtual host for apache2 is set up like this:
...snip...
>                 PythonOption TracEnvParentDir "/path/to/project/"
...snip...
> But when I browse to www.host.com:8081, I get:
>
> Available Projects
>
> attachments: Error
> ([Errno 2] No such file or directory:
> '/Users/bnik/trac/attachments/VERSION')
...snip...

The "TracEnvParentDir" is used when you have multiple projects in a
single parent directory.  Since you have only one project use the
"TracEnv" setting instead.

-- Matt Good

--~--~---------~--~----~------------~-------~--~----~
 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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane