aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Handle calendar change through dropdown.Hugo Hörnquist2021-11-10
|
* Calendar colors now handled through html datasets.Hugo Hörnquist2021-11-10
| | | | | | | | | | | Previously css rules for each calendar (governing color) where handled through CSS classes. This however had the problem that all calendar names needed to be mapped unto valid classnames, and it brought some problems with updating it. This change places the calendar information in the dataset.calendar attribute. It's still base64 encoded, so special characters don't need escaping, and XML doesn't trip up.
* Better handle debug tab.Hugo Hörnquist2021-11-09
|
* Comment out x-hnh-calendar-name.Hugo Hörnquist2021-11-08
| | | | | | It caused tests to crash, since it requires that all components have parents (which is obviously false for root components), and that all those parents have a NAME field.
* Fix flat event slice for calendars.Hugo Hörnquist2021-11-08
| | | | | | As noted in the fidd, our simple filter-sorted-stream on event-overlaps? missbehaves in some edge cases. The new system "should" work *fingers crossed*.
* Start depending on npm.Hugo Hörnquist2021-11-05
| | | | | | | | | | | | | | | Chromium can't handle JavaScript-modules in XHTML-document [1]. The workaround is to use a javascript bundler. Here we start depending on browserify. I evaluated both that and webpack, and browserify seemed to work marginally better with typescript. Unfortunately this also makes us depend on npm, where we unfortunately already are bloatet... $ ls static/node_modules | wc -l 174 [1]: https://bugs.chromium.org/p/chromium/issues/detail?id=717643
* Mostly fix datetime values in frontend.Hugo Hörnquist2021-10-10
|
* Drive popup tabs through javascript.Hugo Hörnquist2021-10-06
|
* Merge branch 'new-js' into typescriptHugo Hörnquist2021-10-04
|\
| * Work on calendar from event in frontend, broken.Hugo Hörnquist2021-10-04
| |
* | Major typescript work.Hugo Hörnquist2021-10-04
|/
* workHugo Hörnquist2021-10-03
|
* Further work, rework popup.Hugo Hörnquist2021-10-03
|
* Repair debug buttons.Hugo Hörnquist2021-10-03
|
* Reintroduce dateonly for date-time-input:s.Hugo Hörnquist2021-10-01
|
* Remove old date_time system.Hugo Hörnquist2021-10-01
|
* Got date-times working in new system.Hugo Hörnquist2021-10-01
|
* Replace today-button with web component.Hugo Hörnquist2021-09-30
|
* Start rework on js setup.Hugo Hörnquist2021-09-29
|
* Add debug tab to HTML popups.Hugo Hörnquist2021-08-30
|
* Fix minor syntax error for set/r!Hugo Hörnquist2021-08-30
|
* Allow partial change and removal of XML Namespaces.Hugo Hörnquist2021-08-24
| | | | | | | | | | | | | Changing the error to a returnu allows a partial namespace change map, which can sometimes be usefull (and should hopefully not lead to any issues here). Changing assoc-ref to assoc allows the removal of namespaces, since assoc-ref can't differentiate between a match with #f in its cdr, and no match. (assoc-ref '((a . #f)) 'a) ⇒ #f (assoc-ref '((a . #f)) 'b) ⇒ #f
* Fix warning calls in string->datetime.Hugo Hörnquist2021-08-24
|
* Improve error messages of rfc->datetime-weekdayHugo Hörnquist2021-08-21
|
* Repair BYDAY output for ical serialization.Hugo Hörnquist2021-08-21
| | | | | | 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.
* 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
|