aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Make zero-length events be part of day flow.Hugo Hörnquist2021-08-20
| | | | | | 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.
* Refactor read-file to use string ports.Hugo Hörnquist2021-08-15
| | | | | | | | | | | | | | 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.
* Add TODO about bad string-append performance.Hugo Hörnquist2021-08-15
|
* Render attachements to HTML frontend.Hugo Hörnquist2021-08-15
|
* Fix paginator buttons forgetting future clause.Hugo Hörnquist2021-08-15
|
* Fix encode-query-parameters.Hugo Hörnquist2021-08-15
| | | | | | Multiple parameters are now correctly joined by an ampersand. Also noticed that the given parameters should use the regular ->string for encoding strings.
* Add comment about "bug" where calendars where missing their names.Hugo Hörnquist2021-08-10
|
* Export vline? from (vcomponent base).Hugo Hörnquist2021-08-10
|
* Add OpenSSL:s SHA256Hugo Hörnquist2021-08-10
|
* HTML calendar list now links to list off all their events.Hugo Hörnquist2021-08-10
|
* Change uri-encode to use ->quoted-string.Hugo Hörnquist2021-08-10
|
* Fix bug where 'base' of event repeated through multiple VEVENT:s would be ↵Hugo Hörnquist2021-07-19
| | | | "lost".
* Add marker on events with descriptions.Hugo Hörnquist2021-06-10
|
* Add TODO about search formatting.Hugo Hörnquist2021-05-17
|
* Merge branch 'jcal'Hugo Hörnquist2021-05-17
|\
| * Cleanup + fix for wholeday checkbox.Hugo Hörnquist2021-05-17
| |
| * Rework date-time input to be cleaner + work again.Hugo Hörnquist2021-05-17
| |
| * Change background when in debug mode.Hugo Hörnquist2021-05-16
| |
| * Start moving vcal stuff to own class.Hugo Hörnquist2021-03-02
| |
| * Limit edit tab to when in edit mode.Hugo Hörnquist2021-02-01
| |
| * Handle types of xcal rrule.Hugo Hörnquist2021-02-01
| |
* | Terminal reload events when jumping to today.Hugo Hörnquist2021-05-15
| |
* | Add week indicator to week screen.Hugo Hörnquist2021-05-11
| |
* | Change clear-input icon.Hugo Hörnquist2021-02-01
|/
* Add only-future checkbox on search page.Hugo Hörnquist2021-02-01
|
* Added string->date/-time.Hugo Hörnquist2021-01-14
|
* Bind full week days in addition to abriviations.Hugo Hörnquist2021-01-14
|
* xcal parse now handles WKST in RRULE's.Hugo Hörnquist2021-01-14
|
* Add comments to some procedures.Hugo Hörnquist2021-01-14
|
* Add horrendous / -> /today redirect.Hugo Hörnquist2021-01-14
|
* Merge branch 'doc' into jcalHugo Hörnquist2021-01-13
|\
| * Fix repo-url in HTML.Hugo Hörnquist2021-01-13
| |
* | Add debug buttons in popup for dumping xcal and jcal.Hugo Hörnquist2021-01-13
| |
* | Change quoting style.Hugo Hörnquist2021-01-13
| |
* | Add debug button to repats tab.Hugo Hörnquist2021-01-13
| |
* | Start using event_from_popup everywhere.Hugo Hörnquist2021-01-13
| |
* | xcal->vcomponent fix rrule parsing.Hugo Hörnquist2021-01-12
| |
* | Can create event with new interface.Hugo Hörnquist2021-01-12
| |
* | Start work on jcal system.Hugo Hörnquist2020-12-18
|/
* Add convert entry-point.Hugo Hörnquist2020-11-29
|
* Generated xcal now has by*-rules correct.Hugo Hörnquist2020-11-29
|
* getopt 'options' option on values.Hugo Hörnquist2020-11-29
|
* JS Add date_time pseudo tag.Hugo Hörnquist2020-11-23
|
* Bind large part of rrule.Hugo Hörnquist2020-11-23
|
* Further work on breakout and rrule.Hugo Hörnquist2020-11-21
|
* Work on templetazing js.Hugo Hörnquist2020-11-20
|
* Start adding binding stuff too rrule edit form.Hugo Hörnquist2020-11-20
|
* Add preliminary component for input-plus-minus.Hugo Hörnquist2020-11-20
|
* Slightly improve 'Building <events>' print.Hugo Hörnquist2020-11-17
|
* Repair by* input.Hugo Hörnquist2020-11-17
|