
noreply at edgewall
Oct 6, 2006, 6:16 AM
Post #2 of 2
(830 views)
Permalink
|
|
Re: [The Trac Project] #3876: Intertrac multi-projects
[In reply to]
|
|
#3876: Intertrac multi-projects ---------------------------------------+------------------------------------ Reporter: adriano.vieira [at] mte | Owner: cboos Type: enhancement | Status: new Priority: high | Milestone: 0.10.1 Component: project | Version: 0.10 Severity: normal | Resolution: Keywords: intertrac | ---------------------------------------+------------------------------------ Changes (by cboos): * keywords: => intertrac * owner: jonas => cboos * milestone: => 0.10.1 Old description: > How could I use multi-project on "intertrac"? > > I would like to link my "big trac" to other projects (more then one). Is > it possible? > > Example: > [intertrac] > # -- Link to an external Trac: Project One > project.One.title = InterTrac to "Project One" > project.One.url = http://trac/project.one > project.One.compat = false > > # -- Link to an external Trac: Project Two > project.two.title = InterTrac to "Project Two" > project.two.url = http://trac/project.two > project.two.compat = false > > # -- Link to an external Trac: Project N > project.N.title = InterTrac to "Project N" > project.N.url = http://trac/project.N > project.N.compat = false New description: How could I use multi-project on "intertrac"? I would like to link my "big trac" to other projects (more then one). Is it possible? Example: {{{ [intertrac] # -- Link to an external Trac: Project One project.One.title = InterTrac to "Project One" project.One.url = http://trac/project.one project.One.compat = false # -- Link to an external Trac: Project Two project.two.title = InterTrac to "Project Two" project.two.url = http://trac/project.two project.two.compat = false # -- Link to an external Trac: Project N project.N.title = InterTrac to "Project N" project.N.url = http://trac/project.N project.N.compat = false }}} Comment: That's how it's supposed to work... oh, I think I see the problem. You have the "." character in the project names, right? -- Ticket URL: <http://trac.edgewall.org/ticket/3876#comment:1> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|