aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2021-08-24Fix warning calls in string->datetime.Hugo Hörnquist
2021-08-21Improve error messages of rfc->datetime-weekdayHugo Hörnquist
2021-08-21Repair BYDAY output for ical serialization.Hugo Hörnquist
I have no idea why the byday case was commented out while implementing xcal output. Either way it's now fixed, and should hopefully stay fixed with some tests.
2021-08-20Make zero-length events be part of day flow.Hugo Hörnquist
Since not all zero-length events are at midnight/doesn't have a time component, they are now placed on the correct position of each day, with a dummy-length of 1 hour.
2021-08-15Refactor read-file to use string ports.Hugo Hörnquist
Like the diff mentions; appending strings leads to a huge number of allocations and deallocations, killing performance in the GC for large strings. String ports on the other hand say nothing about how the work internally, allowing Guile to have efficient C code which completely bypasses the GC (this was briefly checked in Guile's source code, commit 118ee0c50ba90ea7ad7ff1fd2a212bbbb7a66d99 (3.0.7 + a few commits). The approximate speed increase is at least two orders of magnitude, if not three.
2021-08-15Add TODO about bad string-append performance.Hugo Hörnquist
2021-08-15Render attachements to HTML frontend.Hugo Hörnquist
2021-08-15Fix paginator buttons forgetting future clause.Hugo Hörnquist
2021-08-15Fix encode-query-parameters.Hugo Hörnquist
Multiple parameters are now correctly joined by an ampersand. Also noticed that the given parameters should use the regular ->string for encoding strings.
2021-08-10Add comment about "bug" where calendars where missing their names.Hugo Hörnquist
2021-08-10Export vline? from (vcomponent base).Hugo Hörnquist
2021-08-10Add OpenSSL:s SHA256Hugo Hörnquist
2021-08-10HTML calendar list now links to list off all their events.Hugo Hörnquist
2021-08-10Change uri-encode to use ->quoted-string.Hugo Hörnquist
2021-07-19Fix bug where 'base' of event repeated through multiple VEVENT:s would be ↵Hugo Hörnquist
"lost".
2021-06-10Add marker on events with descriptions.Hugo Hörnquist
2021-05-17Add TODO about search formatting.Hugo Hörnquist
2021-05-17Cleanup + fix for wholeday checkbox.Hugo Hörnquist
2021-05-17Rework date-time input to be cleaner + work again.Hugo Hörnquist
2021-05-16Change background when in debug mode.Hugo Hörnquist
2021-05-15Terminal reload events when jumping to today.Hugo Hörnquist
2021-05-11Add week indicator to week screen.Hugo Hörnquist
2021-03-02Start moving vcal stuff to own class.Hugo Hörnquist
2021-02-01Change clear-input icon.Hugo Hörnquist
2021-02-01Limit edit tab to when in edit mode.Hugo Hörnquist
2021-02-01Handle types of xcal rrule.Hugo Hörnquist
2021-02-01Add only-future checkbox on search page.Hugo Hörnquist
2021-01-14Added string->date/-time.Hugo Hörnquist
2021-01-14Bind full week days in addition to abriviations.Hugo Hörnquist
2021-01-14xcal parse now handles WKST in RRULE's.Hugo Hörnquist
2021-01-14Add comments to some procedures.Hugo Hörnquist
2021-01-14Add horrendous / -> /today redirect.Hugo Hörnquist
2021-01-13Fix repo-url in HTML.Hugo Hörnquist
2021-01-13Add debug buttons in popup for dumping xcal and jcal.Hugo Hörnquist
2021-01-13Change quoting style.Hugo Hörnquist
2021-01-13Add debug button to repats tab.Hugo Hörnquist
2021-01-13Start using event_from_popup everywhere.Hugo Hörnquist
2021-01-12xcal->vcomponent fix rrule parsing.Hugo Hörnquist
2021-01-12Can create event with new interface.Hugo Hörnquist
2020-12-18Start work on jcal system.Hugo Hörnquist
2020-11-29Add convert entry-point.Hugo Hörnquist
2020-11-29Generated xcal now has by*-rules correct.Hugo Hörnquist
2020-11-29getopt 'options' option on values.Hugo Hörnquist
2020-11-23JS Add date_time pseudo tag.Hugo Hörnquist
2020-11-23Bind large part of rrule.Hugo Hörnquist
2020-11-21Further work on breakout and rrule.Hugo Hörnquist
2020-11-20Work on templetazing js.Hugo Hörnquist
2020-11-20Start adding binding stuff too rrule edit form.Hugo Hörnquist
2020-11-20Add preliminary component for input-plus-minus.Hugo Hörnquist
2020-11-17Slightly improve 'Building <events>' print.Hugo Hörnquist