aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* 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
|
* Replace root-redirect with propper HTTP 307.Hugo Hörnquist2022-10-24
|
* 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
|
* Remove exec flag from guild scripts.Hugo Hörnquist2022-10-16
|
* Improve source-analyzing module introspection.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
|
* Add uniq to hnh/util.Hugo Hörnquist2022-09-18
|
* Add procedure relative-to.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
|
* Rewrote make-routes to use define-syntax.Hugo Hörnquist2022-09-18
| | | | | This is the first step into adding extra functionallity, since I now want have to worry about how namespace pollution works.
* Change JavaScript build system to esbuild.Hugo Hörnquist2022-08-01
| | | | | | | Esbuild is way faster, and feels less hacky. One downside is that it doesn't actually check Typescript types. However, typescript can still be installed alongside, and has the fancy --noEmit flag for just this situation.
* Repair broken styles on search page.Hugo Hörnquist2022-07-25
| | | | Fix to c16c6199.
* Repair search page.Hugo Hörnquist2022-07-25
|
* Add call-with-tmpfile.Hugo Hörnquist2022-07-21
|
* Add srfi-64 util.Hugo Hörnquist2022-07-07
|
* Add path-absolute?Hugo Hörnquist2022-07-07
|
* Import missing car+cdr.Hugo Hörnquist2022-07-07
|
* Cleanup (vcomponent datetime).Hugo Hörnquist2022-07-07
|
* Note that with-working-directory isn't thread-safe.Hugo Hörnquist2022-07-07
|
* Cleanup in graph.Hugo Hörnquist2022-07-07
|
* Remove set! from datetime.Hugo Hörnquist2022-07-07
|
* Remove case*.Hugo Hörnquist2022-07-07
| | | | It has its uses, but like others, its extra weight.
* Move each imported symbol to own line for easier removal.Hugo Hörnquist2022-07-07
| | | | | This allows each of the following commits to remove a single symbol from the import list without problem.
* Fix datetime issues discovered due to new tests.Hugo Hörnquist2022-07-07
|
* Move (date|time)-zero? higher up in datetime.Hugo Hörnquist2022-06-23
|
* Remove (add|remove)-day, and month[+-].Hugo Hörnquist2022-06-23
| | | | | Procedures where overly specific, and doing it manually was almost no more work.
* Normalize base64 errors.Hugo Hörnquist2022-06-23
|
* Minor cleanup of entry-points/server.Hugo Hörnquist2022-06-23
|
* Clean up btn.Hugo Hörnquist2022-06-23
|
* Add TODO about query parameters.Hugo Hörnquist2022-06-23
|
* Remove ->str and ->quoted-string.Hugo Hörnquist2022-06-23
| | | | | | ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
* Limit imports in (srfi srfi-41 util).Hugo Hörnquist2022-06-23
|