Project:Weekly Archive by Node Type
Version:6.x-2.0
Component:Code
Category:bug report
Priority:critical
Assigned:Prometheus6
Status:closed (fixed)

Issue Summary

In the module sunday is hard coded to be the first day of the week. This is the standard in USA (as I know) but in Europe the standard first day of the week is monday. Drupal core provides a setting for the first day of the week under /admin/settings/date-time.

This setting must be used for creating weekly node listings, anything other is incorrect and inconvenient.

Thanks for the module anyway!

Comments

#1

Priority:normal» critical
Assigned to:Anonymous» Prometheus6

It's actually the labels that are broke, not the assembly of the posts for the archive page.

#2

Status:active» fixed

New version, 6.x-2.1, respects the beginning day of the week as set in /admin/settings/date-time.

If the first day of the week is set to Sunday, it will be used. Otherwise it will assume Monday as the first day of the week.

#3

Status:fixed» closed (fixed)

Five days with no complaint