Ticket #4036 (closed Bug: fixed)
Calendar portlet needs to be restricted to one year back/ahead
| Reported by: | limi | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Templates/CSS | Keywords: | |
| Cc: |
Description
The calendar in the portlet should have a tal:omit-tag on the link to previous/next month that disallows more than 12 months either way.
The way it is now, search crawlers index every year until it runs out of years somewhere around 2038. ;)
Change History
comment:2 Changed 7 years ago by andrewb
Entry 1 has been fixed, but by using a tal:condition, rather than tal:omit. The reasoning for this usability related, as the forward month, previous month images should not appear if they are not clickable.
comment:3 Changed 7 years ago by optilude
- Status changed from new to closed
- Resolution set to fixed
Limi should stop sneaking two bugs into one collector issue; closing this now, since there doesn't seem to be much consensus that the two-in-one calendars is a good thing, and the original entry was fixed.

Oh, and related - if you are on the last week in the current month, *two* calendars should be shown, so you can see the upcoming calendar month too - the way it is now, you can't see events later in the same/next week with certain month combinations.