2009-03-25 |
Paul Boddie |
raw
annotate
files
changeset
graph
|
Made the daterange function only permit descending ranges through an explicitly
specified step parameter.
Added a simple span function which just subtracts the last date from the first,
returning the year and month differences in a tuple.
Added a function which defines a "concrete" time period based on window and
event information.
Removed the 'span' macro parameter and introduced "current" month notation to
replace the restrictive "last" and "next" values for 'start' and 'end'.
Improved navigation links, employing 'start' and 'end' parameters. |
|