now that the new release system is deployed, there are going to be more and more different versions floating around as choices in various issue queues. we've always had this problem for core, and now it's going to be a problem for contribs, too. for example, in core, right now to see all the 5.x-related issues, you need something like:
http://drupal.org/project/issues?projects=3060&versions=94737,94702,96923
as soon as we add beta2 you'd have to add another values for the versions= argument, and when we add an RC, yet another...
instead of manually updating bookmarks and issue queue links like this, it'd be slick to provide something like:
http://drupal.org/project/issues?projects=3060&series=5.x
we already have our happy taxonomy for "Drupal core compatibility", with values like "4.7.x", "5.x", etc. it should be a relatively simple INNER JOIN on {term_node} to get all the right versions options dynamically...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 97569-4.filter_version_series.patch | 4.85 KB | dww |
Comments
Comment #1
aclight commentedThis shouldn't be too hard to do when #76725: Refactor project issue module to use Views gets finished in the 6.x port. We'd just create an additional filter handler to do the trick. I'm postponing this until then.
Comment #2
merlinofchaos commentedI'm reactivating this because the new Views integration should make this possible as it's very similar to #382888: Add "- Open issues -" to status selection on advanced search regarding Open issues. It just needs a good way to identify all the versions but otherwise the code would work the same way.
Comment #3
dwwYup, this would be another "killer feature" of the new issue queues. I know exactly how to do all this -- stay tuned.
Comment #4
dwwThis kicks ass. ;)
http://d6.drupal.org/project/issues/drupal?version=6.x
http://d6.drupal.org/project/issues/search/drupal?version[]=6.x&version[]=5.x
Comment #5
gábor hojtsyYay, this indeed kicks ass :)
Comment #6
dwwCommitted and deployed:
http://drupal.org/project/issues/drupal?version=6.x
Whoot! ;)