> > > > 1. nav.php template > > ------------------- > > > > in the index.php there is a function call rss_nav_items(), which calls > > the wrapper function rss_nav_items(), which creates a new instance of > > Navigator and renders the items. So the nav.php template will be > > needless. It's never called. So I implemented a new function Hmm, I'm not sure if this changed since 0.5.0, but in 0.5.1 this doesn't seem to work this way. In fact it looks like both the template files (nav and navitem.php are called) Am I wrong or am I missing something? > > 2. navigation class > > ------------ > > > > the constructor adds by default some navitems to its list. > > for the devlog its customizable by config - it would be great to do so > > for the other navitems. > > Yes, thats a nice idea. I'll have to think of a smart way to implement this though (one configuration entry per button is not an option, in my opinion) > > 3. taglist.php > > -------------- > > > > the function render() contains the template - therefore it is not > > possible to change the style - a template would be appreciated :-) > > That's a good point. I create http://svn.gregarius.net/trac/ticket/172 to track this issue. > > 4. private feeds > > ---------------- > > > > if i mark some feeds as private and they have new items - these new > > items are shown index. but not the feeds. I guess this could be a bug - > > maybe someone can doublecheck? > > Can't reproduce this, I think it was fixed since 0.5.0 was released. > > If there are more things I think they are worse mentioning - I hope it > > will be appreciated to post them here. > > > > If you could need a helping hand on development - just let me now - I > > would be very pleased to contribute. > > Help is always appreciated! If you spot anything that looks interesting in the bugslist ( http://svn.gregarius.net/trac/report/3 ) feel free to give it a try :) Thank you for your feedback, -m