The year designation dropdown control on the "archive" selection page will not display the year 2006.
In addition, when the year 2006 is accessed from the archive/calendar block, the archived node display page shows the year 2000.
The year designation dropdown control on the "archive" selection page will not display the year 2006.
In addition, when the year 2006 is accessed from the archive/calendar block, the archived node display page shows the year 2000.
Comments
Comment #1
sprite commentedThe problem is caused by the hardcoded date range handling in archive.module.
Someone hacked it recently to extend the date to 2010, but that is an inappropriate hack that will only cause it to break again later. (remember the Y2K bug people??)
User lcd_47 provided a proper bug fix the other day that assembles the date range dynamically.
http://drupal.org/node/51801
See:
http://drupal.org/files/issues/patch.archive
spritefully yours
Comment #2
FlemmingLeer commentedit didn´t make it into drupal 4.6.6.
Could someone create a CVS version of this patch ?
Comment #3
gábor hojtsyA fix is in 4.6.x and 4.7.x. It is as simple as replacing 2010 with date('Y'). Marking as fixed.
Comment #4
(not verified) commented