Hi Clinton,

> This is to summarize the resolution for this problem.
> 
> Thanks to Martin for his help in eliminating some possible causes of
> the problem, I was able to track down the offending party. It turned
> out to be some provisions for custom style sheets in the site.html
> (which were not actually being used) that caused the problem. This was
> snippet in the site.html which caused the problem:
> 
>  <body py:match="body" py:attrs="select('@*')">
>     <!--! Add site-specific header -->
>     <div id="siteheader">
>       <!--! Place your header content here... -->
>     </div>
> 
>     ${select('*|text()')}
> 
>     <!--! Add site-specific footer -->
>     <div id="sitefooter">
>       <!--! Place your footer content here... -->
>     </div>
>   </body>
> 
> Once I removed this (since we're not making use of it anyway, really,
> the problems of both the doubled "View__Edit" tabs, and the problem
> where links were not being correctly created were resolved.

Great to hear that!

I am most intrigued by this, as it sounds as if you where able to
trigger a bug in Genshi that is described here
<http://genshi.edgewall.org/ticket/254>

What is strange here is that to our knowledge that bug only appeared in
genshi with version 0.5.2 - but as far as I know you are using version
0.5.1.

So if that is true - this bug actually has a different cause - and is
much older.

So could you please confirm your genshi version again? (For example by
logging in to agilo as an admin and visit "About Trac" in the upper
right corner and copying the system information table.)

Thanks in advance!

cu Martin

-- 
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH 
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en

Reply via email to