aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Document remaining javascript items.Hugo Hörnquist2023-09-07
|
* Normalize tsconfig formatting.Hugo Hörnquist2023-09-07
|
* Move JS documentation into the JS-code.Hugo Hörnquist2023-09-05
| | | | | | | | | | | | Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
* Minor whitespace cleanup.Hugo Hörnquist2023-09-05
|
* Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist2023-09-05
|
* Add build step for jsdoc.Hugo Hörnquist2023-09-05
|
* Add test for path-append without components.Hugo Hörnquist2023-02-11
|
* Fix IPv6-binding without hot-patching guile.Hugo Hörnquist2022-12-07
| | | | | The previous hotpatching worked fine in Guile-2.2, but not in Guile-3.0. Probably due to the higher level of optimizations now applied.
* Document (hnh util io).Hugo Hörnquist2022-11-12
|
* Add /everything.ics endpoint.HEADshowmasterHugo Hörnquist2022-10-24
| | | | | Endpoint returns all events in interval. Used to sync to other calendars.
* Change graphviz linking for easier patching.Hugo Hörnquist2022-10-24
|
* Specify encoding for scss.Hugo Hörnquist2022-10-24
|
* Replace root-redirect with propper HTTP 307.Hugo Hörnquist2022-10-24
|
* Use MAKEINFO variableHugo Hörnquist2022-10-24
|
* Repair labels in HTML.Hugo Hörnquist2022-10-17
| | | | | | At commit bbecd2476ebddb2731065aad2f3895c5074c9ecb the code changed from generating valid labels backend to generating them frontend. I however forgot to attach the labels to the DOM...
* Add missing translations.Hugo Hörnquist2022-10-16
|
* Handle liu-get script if gnutls is unavailable.Hugo Hörnquist2022-10-16
|
* Fix that events where submitted twice.Hugo Hörnquist2022-10-16
|
* Minor cleaup.Hugo Hörnquist2022-10-16
|
* Validate that submitted event doesn't have invalid interval.Hugo Hörnquist2022-10-16
|
* Fix errors when submitting events.Hugo Hörnquist2022-10-16
|
* Add missing lambda in make routes.Hugo Hörnquist2022-10-16
|
* Truncate print for spawned repl.Hugo Hörnquist2022-10-16
| | | | | | Having this as the default allows the representation of vcomponents to not contain a newline. Otherwise accidentaly printing everything was a sure fire way to hang emacs.
* Better error handling when submitting events.Hugo Hörnquist2022-10-16
|
* Extend catch to allow pre-unwind handlers.Hugo Hörnquist2022-10-16
|
* Fix wrongly ordered TODO's.Hugo Hörnquist2022-10-16
|
* Remove exec flag from guild scripts.Hugo Hörnquist2022-10-16
|
* Improve source-analyzing module introspection.Hugo Hörnquist2022-10-16
|
* Clarify documentation for group-by.Hugo Hörnquist2022-10-16
|
* Clean up imports in main.Hugo Hörnquist2022-10-16
|
* Move load-config to own file.Hugo Hörnquist2022-10-16
| | | | | Guile 3 defaults all modules to be declarative, but Guile doesn't support extra args in define-module.
* Fix minor errors.Hugo Hörnquist2022-10-16
|
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Change NOTE to TODO.Hugo Hörnquist2022-09-23
|
* Cleanup in module-{dependants,imports}.Hugo Hörnquist2022-09-23
|
* Document and parameterize peg-to-graph.Hugo Hörnquist2022-09-23
|
* Document and parameterize use2dot-all.Hugo Hörnquist2022-09-23
|
* Move all generally usable scripts to module dir.Hugo Hörnquist2022-09-23
|
* Move graphviz to main tree.Hugo Hörnquist2022-09-23
|
* Add procedure module-file-mappings.Hugo Hörnquist2022-09-18
|
* Extend user-additions salar to handle multiple locations.Hugo Hörnquist2022-09-18
|
* Repair user-additions salar.Hugo Hörnquist2022-09-18
|
* Add uniq to hnh/util.Hugo Hörnquist2022-09-18
|
* Add some items to TODO.Hugo Hörnquist2022-09-18
|
* Add procedure relative-to.Hugo Hörnquist2022-09-18
|
* Extend module-imports to work on non-module scheme files.Hugo Hörnquist2022-09-18
|
* Add library for staticly figuring out module deps.Hugo Hörnquist2022-09-18
|
* Move get-forms to module static-util.Hugo Hörnquist2022-09-18
|
* Slightly better error handling in HTTP routes.Hugo Hörnquist2022-09-18
|
* Extend globel-even-object reload to take optional parameter.Hugo Hörnquist2022-09-18
|