I'm not quite sure where to post this, but I'll put it here since it involves one of the components included with Joomla! 1.5. Please move this if its in the wrong place.
Anyways, I've been working with the section blog, and I've noticed that the links it creates don't work (at least with SEF on and no mod_rewrite, I haven't tried this any other way). Under the "read more" section, when you have more articles than will show on one page, the links it creates are along the lines of
http://localhost/index.php/b_sec/72-j5, however, that link doesn't lead anywhere. The proper link is
http://localhost/index.php/b_sec/5/72-j5, where the 5 is the Section ID. I'm not sure how to fix this myself (I know it involves html/components/com_content/views/section/tmpl/blog_links.php, but I don't know how to get the section ID), otherwise I'd fix it and submit the fix.
Along the same lines, the URL for the actual section blog should be
http://localhost/index.php/b_sec/5, instead of
http://localhost/index.php/b_sec, otherwise it causes errors when trying to use the syndication module. And if anyone knows where I can go to alter this so that the syndication module will work properly, it'd be much appreciated.
EDIT: found where to modify the syndication stuff: html/components/com_content/views/section/view.feed.php (in case that matters at all).
EDIT2: It seems worth noting that this doesn't appear to affect Category blogs, just section blogs.