Closed (fixed)
Project:
Drupal core
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 May 2002 at 17:16 UTC
Updated:
8 Jun 2002 at 07:02 UTC
Shouldn't going to index.php?or=xxx show all content for the term rather than only promoted content?
Comments
Comment #1
(not verified) commentedPersonally I find the use of taxonomy in index.php to be wrong it should all be in taxomoy.module.
Comment #2
moshe weitzman commentedagreed. index.php is not an elegant place for this logic ... in the upcoming, node api it would be a shame to sully the core engine with taxonomy specific stuff.
as long as we are discussing index.php, perhaps folks want to chime in on a design for pretty urls: http://www.drupal.org/node.php?id=140
Comment #3
moshe weitzman commentedTo answer your question though, I agree that this is bug (not too hard to fix I think).
Comment #4
(not verified) commentedFixed.
Comment #5
dries commentedThe bug has been fixed and tested. (I'm starting to like the project module more and more.)