aboutsummaryrefslogtreecommitdiff
path: root/module/output (follow)
Commit message (Collapse)AuthorAge
* Ical output more modular.Hugo Hörnquist2020-04-26
|
* Popup sidebar now button holder.Hugo Hörnquist2020-04-26
|
* Add export as ics button.Hugo Hörnquist2020-04-26
|
* ICAL output work.Hugo Hörnquist2020-04-26
|
* Add popup close button.Hugo Hörnquist2020-04-26
|
* Move a on event to inside, around body.Hugo Hörnquist2020-04-26
|
* Made .btn own css class.Hugo Hörnquist2020-04-26
|
* Text event CSS better generalized.Hugo Hörnquist2020-04-26
|
* Sidebar event code now reusable for popups.Hugo Hörnquist2020-04-26
|
* Table cells date now in <time> tag.Hugo Hörnquist2020-04-26
|
* All HTML graphical events now use same render code.Hugo Hörnquist2020-04-26
|
* Break out format-recurrence-rule.Hugo Hörnquist2020-04-26
|
* Move events-between.Hugo Hörnquist2020-04-26
|
* Month view better colors.Hugo Hörnquist2020-04-26
|
* Move date-range to datetime/util.Hugo Hörnquist2020-04-26
|
* Remove days-between in favour of days-in-interval.Hugo Hörnquist2020-04-26
|
* HTML event attributes added as html attributes.Hugo Hörnquist2020-04-26
|
* Remove wkst argument from tablify.Hugo Hörnquist2020-04-26
|
* Add some comments.Hugo Hörnquist2020-04-26
|
* HTML Description exception handler now works.Hugo Hörnquist2020-04-26
|
* Renormalize some dt's to local time, solving owerflow.Hugo Hörnquist2020-04-25
| | | | | Previously, if a DTEND = 01:00+02:00, but was given in UTC (23:00Z) then the fact that DTEND was in different dates lead to some problems.
* Add exception handler to description filter.Hugo Hörnquist2020-04-25
|
* Slightly improve display of EXDATES.Hugo Hörnquist2020-04-25
|
* Terminal output end time now end time again.Hugo Hörnquist2020-04-25
|
* ICAL Change to new tz source.Hugo Hörnquist2020-04-22
|
* Filter X-HNH-FILENAME from ical output.Hugo Hörnquist2020-04-22
|
* ICAL output support for number of new types.Hugo Hörnquist2020-04-22
|
* Add week numbers to HTML small calendar.Hugo Hörnquist2020-04-16
|
* Add UI sliders to tune CSS.Hugo Hörnquist2020-04-14
|
* Show EXDATES in text format.Hugo Hörnquist2020-04-07
|
* Minor notes and fixes.Hugo Hörnquist2020-04-07
|
* Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist2020-04-07
|
* Add multiple new text formatting procedures.Hugo Hörnquist2020-04-06
|
* Update JS to only try to mark today if posible.Hugo Hörnquist2020-04-05
|
* Fix JS for current time.Hugo Hörnquist2020-04-05
|
* 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.
* Add string tilecase to some date outputs.Hugo Hörnquist2020-04-03
|
* Remove ensure? for configs, built in instead.Hugo Hörnquist2020-04-02
|
* Update remaining code to use new config scheme.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.
* 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
|
* 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
|
* Fixed minor errors in HTML output.Hugo Hörnquist2020-03-30
|
* Improve *->decimal-hour procedures.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
|