aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* week-day-name rethrow with better error.Hugo Hörnquist2020-04-02
|
* Made date->str use datetime->str. Reintroduce time->str.Hugo Hörnquist2020-04-02
|
* Fix internationalization of datetime formatting.Hugo Hörnquist2020-04-02
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Add set-config! and get-config, along with print for debug.Hugo Hörnquist2020-04-01
|
* Add group-by.Hugo Hörnquist2020-04-01
|
* Extend for syntax to support multiple variables.Hugo Hörnquist2020-04-01
|
* Start rewrite mentioned in last commit.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | 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.
* Fix IPv6 binding for server.Hugo Hörnquist2020-03-31
|
* Add toggles between week and month view for HTML.Hugo Hörnquist2020-03-31
|
* Update HTML /static links to be absolute.Hugo Hörnquist2020-03-31
|
* Update server-main to allow for IPv6.Hugo Hörnquist2020-03-31
|
* Improve server directory listing.Hugo Hörnquist2020-03-31
|
* Update server endpoints for calendar rendering.Hugo Hörnquist2020-03-31
|
* Change url-parsing so '.' is a delimiter.Hugo Hörnquist2020-03-31
|
* Change html-generate to take everything as kv-args.Hugo Hörnquist2020-03-31
|
* Fix unnamed calendars for table view.Hugo Hörnquist2020-03-31
|
* Add {start,end}-of-week.Hugo Hörnquist2020-03-31
|
* Redefine all <date>-stream in terms of general date-stream.Hugo Hörnquist2020-03-31
|
* Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist2020-03-31
|
* Fixed minor errors in HTML output.Hugo Hörnquist2020-03-30
|
* Clarify error on bad RRULE's.Hugo Hörnquist2020-03-29
|
* minor cleanup.Hugo Hörnquist2020-03-25
|
* Improve *->decimal-hour procedures.Hugo Hörnquist2020-03-25
|
* Fix bug in date-difference.Hugo Hörnquist2020-03-25
|
* Move some datetime procedures to propper modules.Hugo Hörnquist2020-03-24
|
* Add comment about DST and create-top-block.Hugo Hörnquist2020-03-24
|
* Allow nameless calendars again.Hugo Hörnquist2020-03-24
|
* Add datetime->decimal-hour.Hugo Hörnquist2020-03-24
|
* Change date{,time}-difference to hopefully sensible types.Hugo Hörnquist2020-03-24
|
* Add date-{min,max}.Hugo Hörnquist2020-03-24
|
* Change overflow type for time-.Hugo Hörnquist2020-03-24
|
* Datetime cleanup.Hugo Hörnquist2020-03-24
|
* Actually use X-WR-CALNAME.Hugo Hörnquist2020-03-23
|
* Slightly tweak text-backgrour-color relation.Hugo Hörnquist2020-03-23
|
* Fix time span formatting for HTML descriptions.Hugo Hörnquist2020-03-23
|
* HTML minor cleanup.Hugo Hörnquist2020-03-23
|
* Reintroduce sidebar text.Hugo Hörnquist2020-03-23
|
* Minor cleanup in HTML output.Hugo Hörnquist2020-03-23
|
* Remove scroll-snap.Hugo Hörnquist2020-03-23
|
* Minor cleanup.Hugo Hörnquist2020-03-23
|
* Hopefully fixed events-between.Hugo Hörnquist2020-03-23
|
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Remove unused datetime->decimal-hour.Hugo Hörnquist2020-03-23
|
* Fix TZ problem with datetime<.Hugo Hörnquist2020-03-22
|
* Date difference once again returns dates.Hugo Hörnquist2020-03-22
|
* event-length/clapmed works marginally better.Hugo Hörnquist2020-03-22
|
* Fix some errors in time intervals.Hugo Hörnquist2020-03-22
|
* Minor cleanup.Hugo Hörnquist2020-03-22
|