aboutsummaryrefslogtreecommitdiff
path: root/module/calp/server/routes.scm (unfollow)
Commit message (Collapse)Author
2022-03-15Calp server now 404s on missing file on disk.Hugo Hörnquist
2022-03-06Add missing (ice-9 format) imports.Hugo Hörnquist
2022-02-01Move path-append to own module.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2021-12-22Cleanup modules.Hugo Hörnquist
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
2021-11-22Slightly better error hnadling in directory-table.Hugo Hörnquist
2021-11-10Calendar colors now handled through html datasets.Hugo Hörnquist
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.
2021-08-15Render attachements to HTML frontend.Hugo Hörnquist
2021-08-15Fix paginator buttons forgetting future clause.Hugo Hörnquist
2021-08-10Change uri-encode to use ->quoted-string.Hugo Hörnquist
2021-02-01Add only-future checkbox on search page.Hugo Hörnquist
2021-01-14Add horrendous / -> /today redirect.Hugo Hörnquist
2021-01-12Can create event with new interface.Hugo Hörnquist
2020-10-05Simplify /insert endpoint.Hugo Hörnquist
2020-09-07Events created and modified by server get LAST-MODIFIED set.Hugo Hörnquist
2020-08-27Propagate errors to HTML search page.Hugo Hörnquist
2020-08-27Add /search/text endpoint.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-23Move html modules under calp.Hugo Hörnquist
2020-08-23GET /search without query now works.Hugo Hörnquist
2020-08-22Move more places to use path-append.Hugo Hörnquist
2020-08-17fixes.Hugo Hörnquist
2020-08-17Split module/server into stuff.Hugo Hörnquist
2020-08-17MOOREHugo Hörnquist
2020-08-17Start moving stuff out from output.Hugo Hörnquist
2020-08-14Html-generate now returns sxml.Hugo Hörnquist
2020-08-13Changing calendar now unlinks old file.Hugo Hörnquist
2020-08-12Remove stack overflow handler for /remove/.Hugo Hörnquist
2020-08-12Calendar names now encoded with modified base64Hugo Hörnquist
2020-08-12Event edit within calendar now works.Hugo Hörnquist
2020-08-12Move run-server to (server server).Hugo Hörnquist
2020-08-12Broke away routes from server entry-points.Hugo Hörnquist
2020-08-12Slightly clean up server imports.Hugo Hörnquist
2020-08-11Focus summary when editing existing.Hugo Hörnquist
2020-08-10Rename html search module.Hugo Hörnquist
2020-08-10Fix problems with new HTML for calendar view.Hugo Hörnquist
2020-08-10Repair /today.Hugo Hörnquist
2020-08-10Add TODO:s to server.Hugo Hörnquist
2020-08-09Add paginator, use in in html and term.Hugo Hörnquist
2020-08-09Add basic (semi broken) paginator to HTML search.Hugo Hörnquist
2020-08-09Can create events with åäö again.Hugo Hörnquist
2020-08-07Slightly better search page.Hugo Hörnquist
2020-08-07Search page now xhtml.Hugo Hörnquist
2020-08-07HTML search now actually searches.Hugo Hörnquist
2020-08-07Add rudementary search page to HTML.Hugo Hörnquist
2020-08-06Add favicon.Hugo Hörnquist
2020-08-03Move <events> methods to own module for easier loading.Hugo Hörnquist
2020-08-03Minor fixups.Hugo Hörnquist
2020-08-02Module cleanup.Hugo Hörnquist
2020-08-02Remove (util app).Hugo Hörnquist