aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
...
* HTML event attributes added as html attributes.Hugo Hörnquist2020-04-26
|
* Remove wkst argument from tablify.Hugo Hörnquist2020-04-26
|
* DTEND now optional for recurrence sets.Hugo Hörnquist2020-04-26
|
* Add some comments.Hugo Hörnquist2020-04-26
|
* HTML Description exception handler now works.Hugo Hörnquist2020-04-26
|
* Renormalize some dt's to local time, solving owerflow.Hugo Hörnquist2020-04-25
| | | | | Previously, if a DTEND = 01:00+02:00, but was given in UTC (23:00Z) then the fact that DTEND was in different dates lead to some problems.
* Add exception handler to description filter.Hugo Hörnquist2020-04-25
|
* Add new recurrence generator.Hugo Hörnquist2020-04-25
|
* Datetime+ now retains zoneinfo.Hugo Hörnquist2020-04-25
|
* Slightly improve display of EXDATES.Hugo Hörnquist2020-04-25
|
* Remove previous-week-start.Hugo Hörnquist2020-04-25
|
* Add comments in vcomponent/parse.Hugo Hörnquist2020-04-25
|
* Recurrence internal export! count.Hugo Hörnquist2020-04-25
|
* Document 'warning'Hugo Hörnquist2020-04-25
|
* define-config now expands correctly.Hugo Hörnquist2020-04-25
|
* util now sets keyword style.Hugo Hörnquist2020-04-25
|
* Add stream-remove.Hugo Hörnquist2020-04-25
|
* Terminal output end time now end time again.Hugo Hörnquist2020-04-25
|
* Add ice-9 format to datetime/util.Hugo Hörnquist2020-04-25
|
* Add current-datetime.Hugo Hörnquist2020-04-25
|
* Update (start|end)-of-week to work as expected.Hugo Hörnquist2020-04-24
|
* Recurrence rule WKST properly parsed again.Hugo Hörnquist2020-04-23
|
* Improve error reporting on recurrence parse.Hugo Hörnquist2020-04-22
|
* ICAL Change to new tz source.Hugo Hörnquist2020-04-22
|
* Filter X-HNH-FILENAME from ical output.Hugo Hörnquist2020-04-22
|
* ICAL output support for number of new types.Hugo Hörnquist2020-04-22
|
* Add zoneinfo->vtimezone.Hugo Hörnquist2020-04-22
|
* Allow multiple ATETENDEE keys.Hugo Hörnquist2020-04-22
|
* Fix warning parameter.Hugo Hörnquist2020-04-22
|
* Add ~Z format to datetimes.Hugo Hörnquist2020-04-22
|
* Add locale parameter to week-day-name.Hugo Hörnquist2020-04-22
|
* Work on zoneinfo parser.Hugo Hörnquist2020-04-22
|
* Add get-timezone.Hugo Hörnquist2020-04-22
|
* Add time-zero?Hugo Hörnquist2020-04-22
|
* Add iterate procedure.Hugo Hörnquist2020-04-22
|
* Remove define-quick-record macros.Hugo Hörnquist2020-04-22
|
* map takes 2 arguments...Hugo Hörnquist2020-04-20
|
* Add parser for plaintext zoneinfo files.Hugo Hörnquist2020-04-20
|
* Add parameterizised warning procedure.Hugo Hörnquist2020-04-20
|
* Add group prodedure.Hugo Hörnquist2020-04-20
|
* Change cross-product to take any number of lists.Hugo Hörnquist2020-04-20
|
* Add ->> macro.Hugo Hörnquist2020-04-20
|
* Add some week handling procedures.Hugo Hörnquist2020-04-20
|
* Add year-day function.Hugo Hörnquist2020-04-20
|
* Improve some errors.Hugo Hörnquist2020-04-17
|
* RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist2020-04-17
|
* Add week numbers to HTML small calendar.Hugo Hörnquist2020-04-16
|
* Add datetime functions for working with week numbers.Hugo Hörnquist2020-04-16
|
* Fix date-difference when changing year.Hugo Hörnquist2020-04-16
| | | | | | | | Previously some days in a date-difference would be dropped when the end date was in the year after the start date. There might be more bugs of this nature, better testing should be put in place.
* Fix directory-table erroring when subdirs are present.Hugo Hörnquist2020-04-16
|