[Trac] Re: Path to attachment in a macro

2008-07-03 Thread Rob Cakebread
I finally figured it out. For the curious: http://trac-hacks.org/browser/doapviewmacro/0.11/DoapView/DoapView.py --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email

[Trac] Path to attachment in a macro

2008-07-03 Thread Rob Cakebread
Hi, I've written a macro that takes RDF and converts it to HTML and inserts it in a wiki page. The macro will take an attachment on the current page and render it, it works like this: [[RdfView(example.rdf)]] In my macro code, I've figured out how to get the filename, but I need the actual path

[Trac] What version of mod_python is required for Trac 0.11 on Linux?

2008-07-03 Thread J R Andom
Hi, I'm new to trac, long time listener, first time caller, glad to get on the air, ... The TracInstall page of the wiki at http://trac.edgewall.org/wiki/TracInstall states that mod_python 3.1.3+ is required for those of us using apache and mod_python. And then references the TracModPython page.

[Trac] Re: Ticketworkflow

2008-07-03 Thread Jani Tiainen
Eli kirjoitti: > On Thursday 03 July 2008 3:07:57 am Jani Tiainen wrote: >> I suppose these are not possible in ticket workflow yet: >> >> Select set_owner from group. So I could define something like: >> qa.set_owners = @tester and it would populate list of people having >> group "tester". > > N

[Trac] Re: Ticketworkflow

2008-07-03 Thread Eli
On Thursday 03 July 2008 3:07:57 am Jani Tiainen wrote: > I suppose these are not possible in ticket workflow yet: > > Select set_owner from group. So I could define something like: > qa.set_owners = @tester and it would populate list of people having > group "tester". No, that is not currently s

[Trac] Re: Hosting options

2008-07-03 Thread Rich Larcombe
> Date: Mon, 30 Jun 2008 16:01:16 -0700 > From: [EMAIL PROTECTED] > To: trac-users@googlegroups.com > Subject: [Trac] Re: Hosting options > > I also run trac on dreamhost and it was pretty easy to do via the mantained > installation http://wiki.dreamhost.com/Dr

[Trac] Re: New version 0.11 failed W3C XHTML validation

2008-07-03 Thread Yvonne Oy Ling Cheong
Oh! The same error that I remember seeing before the upgrade. Also failed validation.(error msg below) I believe it is a known problem but no fix yet. Anyway, it is good to pinpoint the problem areas and take note of it. Line 72, Column 30: document type does not allow element "div" here; miss

[Trac] Re: How to setup Trac for send emails

2008-07-03 Thread Jani Tiainen
Reynier Pérez Mira kirjoitti: > Hi every: > I have a project registered in Trac and have 3 developers in this > project. I want any time some client open a ticket Trac automatically > send a email to the module owner. It's possible this? If is possible, > How? Any help or guide? If you want email

[Trac] How to setup Trac for send emails

2008-07-03 Thread Reynier Pérez Mira
Hi every: I have a project registered in Trac and have 3 developers in this project. I want any time some client open a ticket Trac automatically send a email to the module owner. It's possible this? If is possible, How? Any help or guide? - Cheers and thanks in advance Ing. Reynier Pérez Mira G

[Trac] Re: How to redirect/rewrite documentation links to another trac site?

2008-07-03 Thread Maxim Khitrov
On Thu, Jul 3, 2008 at 2:31 PM, Ted Gifford <[EMAIL PROTECTED]> wrote: > > Maxim Khitrov wrote: >> What I need then is a way to rewrite the documentation urls via Genshi >> site.html template. This is where my knowledge is lacking a bit. I've >> spent a few hours trying to come up with a rule that

[Trac] Re: How to redirect/rewrite documentation links to another trac site?

2008-07-03 Thread Ted Gifford
Maxim Khitrov wrote: > What I need then is a way to rewrite the documentation urls via Genshi > site.html template. This is where my knowledge is lacking a bit. I've > spent a few hours trying to come up with a rule that works, but so far > no luck. Can this be done in an elegant way (i.e. a regul

[Trac] How to redirect/rewrite documentation links to another trac site?

2008-07-03 Thread Maxim Khitrov
Greetings, I'm setting up a Trac 0.11 server for my organization. It will be hosting a number of projects and I, for one, don't like the idea of mirroring Trac documentation on each of them. It interferes with the search function, and clutters the index page. I've setup a separate 'Trac Document

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Daniel Lowicki
Now I have a depgraph link. Headaches are gone ;-) Thx Daniel -Original Message- From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Noah Kantrowitz Sent: Thursday, July 03, 2008 3:39 PM To: trac-users@googlegroups.com Subject: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Noah Kantrowitz
On Jul 3, 2008, at 9:29 AM, Noah Kantrowitz wrote: > > > On Jul 3, 2008, at 9:26 AM, Daniel Lowicki wrote: > >> >> Well, I did an easy_install like you told me to .. then the plugin >> was >> installed correctly. >> --> easy_install TracMasterTickets >> >> The egg ist lying around in my: c:\Py

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Noah Kantrowitz
On Jul 3, 2008, at 9:26 AM, Daniel Lowicki wrote: > > Well, I did an easy_install like you told me to .. then the plugin was > installed correctly. > --> easy_install TracMasterTickets > > The egg ist lying around in my: c:\Python25\Lib\site-packages\ > > I assume that it got there by the aforme

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Daniel Lowicki
Well, I did an easy_install like you told me to .. then the plugin was installed correctly. --> easy_install TracMasterTickets The egg ist lying around in my: c:\Python25\Lib\site-packages\ I assume that it got there by the aformentioned procedure. And I also assume that this egg ist still used

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Noah Kantrowitz
On Jul 3, 2008, at 8:45 AM, Daniel Lowicki wrote: > > I don't want to do that. I just noticed that a file named > depgraph.html > is not inside the egg. > I renamed to .zip and browsed the file. > > Could this be the culprit? The template file is specified as package_data, so it should be bu

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Daniel Lowicki
I don't want to do that. I just noticed that a file named depgraph.html is not inside the egg. I renamed to .zip and browsed the file. Could this be the culprit? Daniel -Original Message- From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Noah Kantrowitz Sent: Thur

[Trac] Re: Shared login for multiple projects

2008-07-03 Thread Noah Kantrowitz
On Jul 2, 2008, at 9:17 PM, Volker Kuhlmann wrote: > > Like many others I have set up multiple trac projects, which works > well > and was easy to do thanks to the good documentation. Sharing an > htdigest > file between all the projects is also easy, although one still has to > click the log

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Noah Kantrowitz
On Jul 3, 2008, at 7:27 AM, Daniel Lowicki wrote: > > Noah, got another idea for me to troubleshoot? > > I can't find a depgraph.htm anywhere .. and I only see an .egg file > if I > search for master. > Obviously .egg files don't get unpacked because the plugin generally > works. I unpacked it

[Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: AW: [Trac] Re: how to link tickets to other milestones

2008-07-03 Thread Daniel Lowicki
Noah, got another idea for me to troubleshoot? I can't find a depgraph.htm anywhere .. and I only see an .egg file if I search for master. Obviously .egg files don't get unpacked because the plugin generally works. I unpacked it additionally but no difference. Would there be anything that gives

[Trac] Re: Ticketworkflow

2008-07-03 Thread Jani Tiainen
Culapov Andrei kirjoitti: > Hi Jani, > I implemented a workflow controller(WorkflowControllerPlugin) that > does exactly what you need and more. This workflow controller must be > used with another plugin (UserManagerPlugin) that defines roles and > that manages users. For more information please

[Trac] Re: Ticketworkflow

2008-07-03 Thread Culapov Andrei
Hi Jani, I implemented a workflow controller(WorkflowControllerPlugin) that does exactly what you need and more. This workflow controller must be used with another plugin (UserManagerPlugin) that defines roles and that manages users. For more information please take a look at the wiki page that de

[Trac] Re: New version 0.11 failed W3C XHTML validation

2008-07-03 Thread Thomas Moschny
2008/7/3 Yvonne Oy Ling Cheong <[EMAIL PROTECTED]>: > Yes. The wiki notification plugin. I have that installed. I've a problem with > TracNav plugin and now this. What problem do you have with TracNav? - Thomas --~--~-~--~~~---~--~~ You received this message bec

[Trac] Re: Renaming a trac repository

2008-07-03 Thread rupert thurner
url: just move the dir, or change apache config trac.ini, set the fields: [project] descr = name = On Jul 2, 6:22 pm, "grant.tf" <[EMAIL PROTECTED]> wrote: > I have an existing repository that I would like to rename but retain > the current content. > > I have been searching around but I can'

[Trac] Re: Upgrade 0.10 to 0.11 - where did cgi-bin go?

2008-07-03 Thread Colin Guthrie
Noah Kantrowitz wrote: > Use `trac-admin /path/to/env deploy` to generate the *gi files. I am > thinking I may rework this slightly for 0.12 (and maybe 0.11.1 if > people feel this question is getting too common) so that it also > generates the *gi files at initenv in a cgi-bin/ subfolder of

[Trac] Ticketworkflow

2008-07-03 Thread Jani Tiainen
I suppose these are not possible in ticket workflow yet: Select set_owner from group. So I could define something like: qa.set_owners = @tester and it would populate list of people having group "tester". Also can I invent my own permissions for tickets like: qa.permission = TICKET_QA_MODIFY, P

[Trac] Re: BasicEggCooking / PluginDevelopment problem

2008-07-03 Thread Jani Tiainen
Em kirjoitti: > Hello! > > I followed the instructions in the BasicEggCooking page ( > http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking ), but > the "Hello World" message won't show up in my Trac page. I'm wondering > if somebody else encountered this problem, or if any of you guys

[Trac] Re: Upgrade 0.10 to 0.11 - where did cgi-bin go?

2008-07-03 Thread Oliver Smith
Noah Kantrowitz said the following on 7/2/2008 8:53 PM: > Use `trac-admin /path/to/env deploy` to generate the *gi files. I am > thinking I may rework this slightly for 0.12 (and maybe 0.11.1 if > people feel this question is getting too common) so that it also > generates the *gi files at i

[Trac] BasicEggCooking / PluginDevelopment problem

2008-07-03 Thread Em
Hello! I followed the instructions in the BasicEggCooking page ( http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking ), but the "Hello World" message won't show up in my Trac page. I'm wondering if somebody else encountered this problem, or if any of you guys know how to solve this pro