aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc updates.Hugo Hörnquist2021-11-05
|
* 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
* Limit exports to those used by imports.Hugo Hörnquist2021-11-01
| | | | This gives a clearer picture of what is dead code and what isn't.
* lib.Hugo Hörnquist2021-10-31
|
* Everything but lib.Hugo Hörnquist2021-10-31
|
* Mostly fix datetime values in frontend.Hugo Hörnquist2021-10-10
|
* Drive popup tabs through javascript.Hugo Hörnquist2021-10-06
|
* Fix issue with datetimes not getting set.Hugo Hörnquist2021-10-06
|
* add development start script.Hugo Hörnquist2021-10-04
|
* Add tsconfig.json.Hugo Hörnquist2021-10-04
|
* 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
| |
* | {.js => .ts} on relavant files.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
|
* Fix graphical block size.Hugo Hörnquist2021-10-03
|
* to_jcal for new VEvent class.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
* Add tests for iCal unknown key warnings.Hugo Hörnquist2021-08-24
|
* Warnings are errors when running tests.Hugo Hörnquist2021-08-24
| | | | Should prevent warnings from slipping through the cracks.
* Fix warning calls in string->datetime.Hugo Hörnquist2021-08-24
|
* Slightly improve error handling in test-runner.Hugo Hörnquist2021-08-21
|
* 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
|
* Add parser for Microsoft Teams generated events in sample config.Hugo Hörnquist2021-07-19
|
* Fix bug where 'base' of event repeated through multiple VEVENT:s would be ↵Hugo Hörnquist2021-07-19
| | | | "lost".
* Templetize blue color.Hugo Hörnquist2021-07-07
|
* Add marker on events with descriptions.Hugo Hörnquist2021-06-10
|
* '/' focuses search in HTML.Hugo Hörnquist2021-05-20
|
* Add TODO about search formatting.Hugo Hörnquist2021-05-17
|