When ordering modules and themes by date, and also filtering by Drupal version, shouldn't the listing ONLY show modules that have been updated for the version the listing is filtered by?

In other words, if one filters modules by "all" then all modules will be listed by the date of the latest version update, regardless of WHICH version. But if one filters modules by "version number" then modules should be listed in the order of the date that specific version's modules were updated.

Comments

dww’s picture

Status: Active » Closed (works as designed)

that's how it works. however, when the release system was deployed, *all* modules had their tarballs repackaged (since the version numbers had changed) which reset the dates on the files. therefore, for right now, it looks like everything came from the same date. in the future, things will spread out again as people commit changes.

see http://drupal.org/node/94023#comment-171063 for more.

dddave’s picture