aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add TODO about end of date interval JS.Hugo Hörnquist2020-04-06
|
* Made small-calendar have box-sizing border-box.Hugo Hörnquist2020-04-05
|
* Made script work better for month view.Hugo Hörnquist2020-04-05
|
* Update JS to only try to mark today if posible.Hugo Hörnquist2020-04-05
|
* Introduce datetime->unix-time and back.Hugo Hörnquist2020-04-05
|
* CSS made smallcal links larger.Hugo Hörnquist2020-04-05
|
* Fix JS for current time.Hugo Hörnquist2020-04-05
|
* Minor changes.Hugo Hörnquist2020-04-05
|
* Made dates in month-view slightly smaller.Hugo Hörnquist2020-04-04
|
* Add header for month layout.Hugo Hörnquist2020-04-04
|
* Move nav buttons away from smallcal.Hugo Hörnquist2020-04-04
|
* Add responsivnes, major rework on css.Hugo Hörnquist2020-04-03
| | | | | | | | 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.
* Update define-config to hopefully check pre-existing values.Hugo Hörnquist2020-04-03
|
* Enable REPL server in main.Hugo Hörnquist2020-04-03
|
* Add string tilecase to some date outputs.Hugo Hörnquist2020-04-03
|
* Remove ensure? for configs, built in instead.Hugo Hörnquist2020-04-02
|
* 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
|
* Made page slightly responsive.Hugo Hörnquist2020-04-02
|
* Add bottom border to small calendar.Hugo Hörnquist2020-04-01
|
* HTML force calendar list to be single lines.Hugo Hörnquist2020-04-01
|
* 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
|
* Slightly improve footer layout in HTML.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
|
* Create LICENSEHugo Hörnquist2020-03-30
|
* Clarify error on bad RRULE's.Hugo Hörnquist2020-03-29
|
* Change some calendar names in example config.Hugo Hörnquist2020-03-29
|
* Remove some TODO:s which was solved along the way.Hugo Hörnquist2020-03-29
|
* Fix bug where descriptions didn't render unless the contained url:s.Hugo Hörnquist2020-03-29
|
* Update tests.Hugo Hörnquist2020-03-29
|
* Change time markers width.Hugo Hörnquist2020-03-29
|
* minor cleanup.Hugo Hörnquist2020-03-25
|