aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2020-04-20map takes 2 arguments...Hugo Hörnquist
2020-04-20Add parser for plaintext zoneinfo files.Hugo Hörnquist
2020-04-20Add parameterizised warning procedure.Hugo Hörnquist
2020-04-20Add group prodedure.Hugo Hörnquist
2020-04-20Change cross-product to take any number of lists.Hugo Hörnquist
2020-04-20Add ->> macro.Hugo Hörnquist
2020-04-20Add some week handling procedures.Hugo Hörnquist
2020-04-20Add year-day function.Hugo Hörnquist
2020-04-17Improve some errors.Hugo Hörnquist
2020-04-17RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist
2020-04-16Add week numbers to HTML small calendar.Hugo Hörnquist
2020-04-16Add datetime functions for working with week numbers.Hugo Hörnquist
2020-04-16Fix date-difference when changing year.Hugo Hörnquist
Previously some days in a date-difference would be dropped when the end date was in the year after the start date. There might be more bugs of this nature, better testing should be put in place.
2020-04-16Fix directory-table erroring when subdirs are present.Hugo Hörnquist
2020-04-14Add UI sliders to tune CSS.Hugo Hörnquist
2020-04-10Add some TODO's.Hugo Hörnquist
2020-04-07Show EXDATES in text format.Hugo Hörnquist
2020-04-07Minor notes and fixes.Hugo Hörnquist
2020-04-07Parse EXDATES, basic handling of repeated keys.Hugo Hörnquist
2020-04-07Introduce --repl.Hugo Hörnquist
2020-04-07Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist
2020-04-06Added pretty formatter for RRULE:s.Hugo Hörnquist
2020-04-06Add some utility functions.Hugo Hörnquist
2020-04-06Add multiple new text formatting procedures.Hugo Hörnquist
2020-04-06Add ~k to datetime format.Hugo Hörnquist
2020-04-06recurence BYMONTH now sets correct field.Hugo Hörnquist
2020-04-05Update JS to only try to mark today if posible.Hugo Hörnquist
2020-04-05Introduce datetime->unix-time and back.Hugo Hörnquist
2020-04-05Fix JS for current time.Hugo Hörnquist
2020-04-05Minor changes.Hugo Hörnquist
2020-04-04Add header for month layout.Hugo Hörnquist
2020-04-04Move nav buttons away from smallcal.Hugo Hörnquist
2020-04-03Add responsivnes, major rework on css.Hugo Hörnquist
Primary page layout is now changed from being flexbox based to being grid based. This allows a much simpler complete rearangement of the elements to a tall view for narrow screens. A few other minor changes might also have slipped in.
2020-04-03Update define-config to hopefully check pre-existing values.Hugo Hörnquist
2020-04-03Enable REPL server in main.Hugo Hörnquist
2020-04-03Add string tilecase to some date outputs.Hugo Hörnquist
2020-04-02Remove ensure? for configs, built in instead.Hugo Hörnquist
2020-04-02week-day-name rethrow with better error.Hugo Hörnquist
2020-04-02Made date->str use datetime->str. Reintroduce time->str.Hugo Hörnquist
2020-04-02Fix internationalization of datetime formatting.Hugo Hörnquist
2020-04-01Update remaining code to use new config scheme.Hugo Hörnquist
2020-04-01Add set-config! and get-config, along with print for debug.Hugo Hörnquist
2020-04-01Add group-by.Hugo Hörnquist
2020-04-01Extend for syntax to support multiple variables.Hugo Hörnquist
2020-04-01Start rewrite mentioned in last commit.Hugo Hörnquist
2020-03-31Attempt at decentralized configuration system.Hugo Hörnquist
Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
2020-03-31Fix IPv6 binding for server.Hugo Hörnquist
2020-03-31Add toggles between week and month view for HTML.Hugo Hörnquist
2020-03-31Update HTML /static links to be absolute.Hugo Hörnquist
2020-03-31Update server-main to allow for IPv6.Hugo Hörnquist