Hello,
I didn't see this anywhere in the forums, so I thought I'd post it although I have a hard time imagining it hasn't been requested before.
I'm sure quite a few Drupal users develop sites based on taxonomy (section, category), and based on that often there is the need for a separate content type and/or "node limite per page" for one of those taxonomies. The Taxonomy Context module makes a good "frame of reference" tool for tracking where the user is, but as far as I can tell a new DB query would be required to limit the number of nodes per page for the given taxonomy. If that's the case then I believe that query would need to be done in the context of a page node, unless code in the page.tpl.php file would override the default query for a given taxonomy. Is that wrong? I suppose I could be missing something as I am new to Drupal.
In each taxonomy the Administrator has the option to limit the types of content that appear inside it. An added "node limit" for that type relevant to the taxonomy would be, in my opinion, a great feature.
I have had many instances where this would be helpful, one of which is for displaying images per page. I have had little luck with the album/folksonomy/image combination of modules (can't delete an album?) and based on the warnings I've seen in reference to the Gallery module I'm hesitant to dig in. Obviously, I could just hack this in, but a feature such as the one described above could prevent some real messy code and hierarchy. if anyone has an idea of how a module might be extended to accomplish this, please let me know. I've also checked out the Section module, but I am hesitant to break into that as well.