Adding access check to week_post_page().
Fixing the problem where the global archive ignored node type exclusions broke the individual node type archives.
i18n aware.
Global block disregarded node type restriction - http://drupal.org/node/597472 January 1 showing as week 52 of the next year, not 53 of previous year, fixed by BlakeLucchesi
Making sure all the UI strings are translatable
Uses date_api for month and day names, adds dependency
week_menu() had t() calls in the menu titles.
http://drupal.org/node/563192
Labels properly account for the first day of the week (Sunday or Monday...if it's set for Tuesday - Saturday for some reason, we force it to Monday).
USes Token module to generate block links and page titles.
First pass at using the token module to build links and page titles, like the montharchive module does
6.x compatible
Version 6 compatible.
bug fix: _weekly_contentQuery()
bug fix release
5.x version
functionality compatible with 4.7.x version.
4.6 release
4.7 version