Hi Dave,
A while back I asked for a few small changes to enable to to make better
templates, but forgot to create a tickets for them. If it is not too
difficult, I would really appreciate the following enhancements (from a
May 30 2007 message):
I've been working on creating a new Roller theme based on a sharp
template from styleshoot. It's almost finished. There is a button
effect that I can't do 100% accurately to the theme (even after
fiddling with the CSS for hours) because of the very few tags in that
menu bar. It would be most helpful to theme developers if at least
one of these two things could be added to Roller's default output:
(not just on my installation)
1) Change the menu bar list items from:
<li class="rNavItem">
<a href="$url.site/">$config.siteShortName</a>
</li>
to have a span inside of the a link:
<li class="rNavItem">
<a href="$url.site/"><span>$config.siteShortName</span></a>
</li>
2) If Roller knows that one of these list items is currently being
displayed (such as Front Page or Weblog), then add either an id or
class of "current" to the list item.
3) On the comments form, the buttons have a class of "button" which is
very helpful. On the search form, the button does not have a class of
"button" so it gets styled differently.
Thanks,
Ryan
Dave wrote:
All bugs reported against 3.1 have been fixed, see below:
http://opensource.atlassian.com/projects/roller/browse/ROL-1363
Migration Oracle database 3.0 to 3.1 partitialy failed
http://opensource.atlassian.com/projects/roller/browse/ROL-1406
Optional themes use incorrect $url method
http://opensource.atlassian.com/projects/roller/browse/ROL-1410
Cast database results to Number, not Integer
http://opensource.atlassian.com/projects/roller/browse/ROL-1412
Mail session should not be commented out in web.xml
http://opensource.atlassian.com/projects/roller/browse/ROL-1458
Referrers macro not showing count
http://opensource.atlassian.com/projects/roller/browse/ROL-1464
Update Atom protocol to use final namespace and pass draft #15 Ape tests
Did some of the issues on the mailing list fail to make it into JIRA?
Any other issues consider for 3.1.1?
- Dave