Closed (won't fix)
Project:
Update Status Advanced Settings
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2008 at 09:33 UTC
Updated:
16 Apr 2009 at 17:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidI'm not sure what you mean by release date of stable modules. I'm not sure if it's because I use the CVS deploy module (http://drupal.org/project/cvs_deploy), but I see the dates on all the current and available releases.
Comment #2
pasqualleComment #3
dwwThis is from a theme function: theme_update_report().
A) Feel free to alter this function however you want to change the appearance of the update report on your site.
B) Since it's already inside the theme function, there's no way for update_advanced to alter this, anyway.
Hence, "won't fix".
Feel free to move this to D7 core with a patch if you think the default theme function should include the date. I'm not convinced, but it's not just up to me to make that decision for core.
Comment #4
pasquallethat theme function have 200 rows (which simply means that it is not a candidate for a maintainable theme override)
maybe we could add an error_level check there for D7. When site is in development stage then display the dates. Does it make sense? I am not sure. I hoped for an easy feature for update_advanced..
Comment #5
dwwAs I said, feel free to open issues against D7 to improve this theme function, split it up, whatever. But, there's no way to fix this from update_advanced.