Closed (fixed)
Project:
Project
Version:
4.7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2005 at 22:24 UTC
Updated:
19 Apr 2007 at 09:57 UTC
This patch changes the date displayed in the download link from the release creation date to the last modified date for the file.
For me this makess more sense to reflect the age of the file instead of the release, and I think it would make more sense here a drupal.org too.
| Comment | File | Size | Author |
|---|---|---|---|
| project.inc-displayfiledate.patch | 802 bytes | moggy |
Comments
Comment #1
hba commentedThis seems like a very good idea. I just updated guestbook module for 4.6.0, but my project page still shows "Download latest release (4.6.0, 07/06/2005 - 17:58)". Annoying.
Comment #2
nedjoThis issue has been fixed in HEAD. It's complicated because simply using the file date can lead to problems in certain situations. E.g., on drupal.org files are generated and uploaded nightly, so testing for file date would lead to everything appearing to have been changed each day. In the HEAD version we generate a hash for the file and then test if it has changed, updating the timestamp if so. So should we apply this change? I'm not sure. It would lead to improvements for some users, but possibly cause problems for others.
Comment #3
markus_petrux commentedHi!
I was confused by the date shown in the project page, not matching the date of the last package.
Please, see this forum topic for an example:
http://drupal.org/node/49817
I hope that helps, currently it is really confussing.
Comment #4
nedjoAs I noted, this issue is fixed in HEAD, and so will be fixed on drupal.org as soon as we can update drupal.org to HEAD.
For the issue, and the patch that was applied, see: http://drupal.org/node/37927
Comment #5
markus_petrux commentedI guess this issue may confuse many users/devs. ...are there any news on this?
In my case, and I'm not sure if that will be fixed with incoming changes, I have committed changes (to head and the 4.7 branch) to the SMTP Checker module that are not being reflected in the project page. It is hard to make latest fixes available to those that may not have (or know how to use) CVS tools.
Comment #6
markus_petrux commentedViews module users seem to be confused by this:
http://drupal.org/node/50921
Comment #7
dwwfixed by the new release system