[Trac] FYI: Trac 0.11.5 available on Debian

2009-10-11 Thread W. Martin Borgert

Hi,

this is just a note to Trac users who run it on Debian or
derived distributions such as Ubuntu.

If you run Debian testing (squeeze) or unstable (sid), you
can install Trac 0.11.5. If you run stable 5.0 (lenny), just
wait a couple of days (hopefully) and install it from Debian
backports.org. Please test this version and report any problems.

The following Trac plugins are currently packaged in Debian:

trac-accountmanager - account management plugin for Trac
trac-authopenid - OpenID authentication plugin for Trac
trac-bzr - Bazaar version control (bzr) backend for Trac
trac-email2trac - Creates and amends Trac tickets from e-mail
trac-git - Git version control backend for Trac
trac-ja-resource - Japanese resources for trac
trac-mercurial - Mercurial version control backend for Trac
trac-spamfilter - Spam-prevention plugin for Trac

On the Debian todo list are Bitten, CustomFieldAdmin, Graphviz,
MasterTickets, TagsPlugin, WikiTicketCalendar, WYSIWYG, and
XML-RPC. No promises, however.

Thanks for your attention.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Looking for a technique to create flexible, graphical dashboards in Trac wiki pages

2009-10-11 Thread Roger Oberholtzer
On Fri, 2009-10-09 at 09:58 -0500, Olemis Lang wrote:

 I thought I had removed that dependency since version 1.2.1 . Let me
 see ... yes it shouldn't have done that. I don use Babel any more
 
 Please, could you try to install Babel and try again ?

I added Babel. I did not see any error. I restarted Apache, but I do not
see any reference to Babel in the log. This includes the message about
it not being found. Still, the macro returns the message I originally
reported. And I do not see it listed in the macro page.

I have attached the log. I restarted everything, and then tried to
access the macro. Maybe you see something in the log.

--
Roger Oberholtzer

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



trac.log.gz
Description: GNU Zip compressed data


[Trac] [HELP] : which VARIABLE to include environment specific template from a global template ?

2009-10-11 Thread GLC

Hi,

I have 6 Trac environments, and I want to setup a common header for
all 6 environments with the

[inherit]
templates_dir = 

in trac.ini

BUT I want this common header template to include an HTML or text file
located in each environment templates dir, so that I can customize
part of heach header with specific text depending on each project.

== So, what VARIABLE can I use in the global template to specify the
current environment dir name ?

I tried the following on the global template :
---
html xmlns=http://www.w3.org/1999/xhtml;
  xmlns:py=http://genshi.edgewall.org/;
  xmlns:xi=http://www.w3.org/2001/XInclude;

  xi:include href=XXX/templates/label.html /
---
but I need a var in place of XXX in the code above to get the
directory name of each environment.

I tried  ${href.chrome('site/label.html') putting label.html in
htdocs/ but it doesn't work either.

Thanks for your help.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---