The project_release_by_project view from #357926: Port project_release to views2 (which is how #94138: RSS feeds for release nodes works in D6) just has a generic exposed filter on the "Project release API compatibility" vocabulary. We should really use the specialized "Project release: API compatability term" filter so that the site-wide setting to select which API terms are active will automatically be honored by all views.
Comments
Comment #1
dwwThere are other problems with this view. So, the current list is:
A) It should use the specialized "Project release: API compatability term" filter. Aside from ignoring the "active API terms" setting, using a generic exposed filter on that vocabulary is broken for a default view, since the vocab id will be different on different sites. :(
B) If you don't select any version to filter by, you get duplicate releases listed in the view.
Comment #2
dwwFixed by http://drupal.org/cvs?commit=172601 in HEAD. Temporarily deployed on d6.d.o -- will go out via SVN with another batch of fixes before the upgrade starts.