once the new release system goes live, and releases are real nodes (http://drupal.org/node/83339), the existing "view all releases" page is going to start to get quite huge and unwieldy. in addition to being able to filter on core compatibility (http://drupal.org/node/89535) it'd be nice to add a way to sort based on various things (like the project browsing pages):
- date (current default)
- core compatibility
- a release "series" (e.g. a specific stable or devel branch for a given core API).
should these be tabs?
should #2 and #3 be merged?
any other sorting/grouping options we'd want?
mockups, screenshots and patches welcome.
Comments
Has this feature been implemented?
@KiamLaLuno:
http://drupal.org/node/3060/release
http://drupal.org/node/3281/release
...
No, not yet implemented. However, this page is now a view, so we're closer. Unfortunately, exposed sorts aren't fully working in views yet, and will require views3, so it'll probably be a while until we could add exposed sorts here. Postponing this until:
is committed and officially released...
On pages like http://drupal.org/node/3060/release, there is a filter for the version using a text field, but I cannot say if that is something added on drupal.org from a custom module / feature.
This part of the all releases pages is all done by project_release module. And we do effectively have a way to filter by core compatibility and release series with the version starts with filter.
Comment #1
aclight commentedThis should be done with views in the D6 version. Postponing until then.