[Trac] How to setup macro tocmacro ?

2006-10-25 Thread Didier BRETIN

Hi,

I try to setup the macro tocmacro I have downloaded from here:
http://trac-hacks.org/wiki/TocMacro

I'm with Trac 0.9.6, so I installed in the wiki-macro directory all the 
files found in the directory 0.9 of the downloaded file.

I relaunched my apache and I have the error:
 Error: Failed to load processor TOC
 No macro named [[TOC]] found

Did I forgot something ?

Thanks for your help.

Regards.
-- 
Didier BRETIN
http://www.bretin.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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---



[Trac] Re: Friendly URLs for static content?

2006-10-25 Thread Matthew Saltzman

On Wed, 25 Oct 2006, Christian Boos wrote:


 Matthew Saltzman wrote:
 ...
 That's an easy way to link to static content from the Trac pages (and
 thanks for that), but what I'm looking for is a direct URL to the same
 pages. ...  The base URL
 http://projects.example.com/MyProject/ will get the Trac home page and
 http://projects.example.com/MyProject/html/ should get the static
 mini-site.

 Hope that clarifies my request.


 Yes, I understand now. Have you checked:
 http://trac.edgewall.org/wiki/TracCgi#MappingStaticResources

Ah, that looks sort of relevant.


 I guess something similar to the above could be done for the chrome/site
 resources, e.g.

 Alias /trac/chrome/site /srv/trac/MyProject/htdocs
 Alias /trac/html/srv/trac/MyProject/htdocs

 Directory /srv/trac/MyProject/htdocs
  Order allow,deny
  Allow from all
 /Directory

 (not tested)

That's close, but I want

Alias /MyProject/html /home/trac/MyProject/htdocs

for several different (and dynamically changing) MyProjects, hence the 
desire to mod_rewrite.  This does give me some ideas, though, as it 
suggests that I don't need to go through trac.cgi to get where I want to 
go.

-- 
Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs

--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---



[Trac] Adding a value to the resolve Action

2006-10-25 Thread raz

Hi

On a ticket when going to the Action area and picking Resolve as
fixed .
The ticket status changes to closed .
That means that when searching for tickets it's status is closed
although from the QA point of view they didn't test it yet , only the
developer thinks he fixed the problem .

Because of that we need to add a custom field that bypasses this field
till QA tested the bug and picks resolved as fixed in order to close
the bug .

Is there a way to add a closed value to the resolved as field that
when picked will really close the bug , but when picking fixed the
bug status will remain only fxed .

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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---



[Trac] Re: How to setup macro tocmacro ?

2006-10-25 Thread Didier BRETIN

Noah Kantrowitz a écrit :
 The TOC macro has been converted into a plugin, so follow the normal  
 plugin install guide.
 
 --Noah

Thanks Noah, it is the right way, you are right !

Just for information I followed the instructions of this page:
- http://trac.edgewall.org/wiki/TracPlugins

I installed setuptools with:
- python ez_setup.py

Then I unzip the tocmacro.zip file and go in the 0.9 directory. There I 
launched:
- python setup.py bdist_egg

And the file Toc-1.0-py2.3.egg was generated.

I put this file in the plugins directory of my trac environement and I 
relaunched my apache2.

And it works !!!

Regards.
-- 
Didier BRETIN
http://www.bretin.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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---



[Trac] Email-Engine: Email to the trac system creates a new ticket

2006-10-25 Thread fritzr

Hi guys,
is there any possibility to add a ticket via email?
Our software has a sort of feedback agent, which can send emails to
notify the developers if there is a bug in the system.

could be nice, to add such a failure mail as a new ticket

cheers 
fritzr


--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---



[Trac] Re: Mandatory Fields

2006-10-25 Thread Michael Renzmann

Hi.

Noah Kantrowitz wrote:
 You can write a plugin that implements ITicketManipulator. They can  
 reject tickets that don't pass your tests.

That sounds interesting and could be useful for an idea I have in mind. 
Is there an example plugin available that takes this road?

Bye, Mike

--~--~-~--~~~---~--~~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---