aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm (follow)
Commit message (Collapse)AuthorAge
* Use catch* where appropriateHugo Hörnquist2022-03-28
|
* Introduce user-additions in frontend.Hugo Hörnquist2022-03-15
| | | | Along with an initial example of their use.
* Fix anchors in non-js page.Hugo Hörnquist2022-03-15
| | | | | Now blocks link to their entry in the sidebar, and the sidebar entries link to (one of) their blocks.
* Move summary-filter and description-filter configs to more sensible place.Hugo Hörnquist2022-03-15
|
* Add missing (ice-9 format) imports.Hugo Hörnquist2022-03-06
|
* Move calculate-fg-color into calp subtree.Hugo Hörnquist2022-02-02
| | | | | While the algorithm was general, the packing of colors, along with the error handling made it to non-portable.
* Move path-append to own module.Hugo Hörnquist2022-02-01
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | 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.
* Correctly show recur indicator.Hugo Hörnquist2021-12-12
|
* Fix recurring events not being rendered in side listHugo Hörnquist2021-12-12
|
* Major move from week to calendar meta-view. Also repairs month view.Hugo Hörnquist2021-12-10
|
* Major cleanup in calp html.Hugo Hörnquist2021-12-10
|
* Propagate recurring events to frontend.Hugo Hörnquist2021-12-09
| | | | | | | This handles each instance of a recurring event as its own unique event, which allows us to properly send it to the frontend. It's currently not possible to submit the repeating events back, but that is probably a underlying problem.
* Deprecate editable-repeat-info, some comments.Hugo Hörnquist2021-12-07
|
* Formatting fixes in make-block.Hugo Hörnquist2021-12-02
|
* Rework tab system.Hugo Hörnquist2021-11-30
| | | | | | This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
* Got categories working.Hugo Hörnquist2021-11-26
|
* Remove .interactive, fix date-time checkbox.Hugo Hörnquist2021-11-18
|
* Calendar colors now handled through html datasets.Hugo Hörnquist2021-11-10
| | | | | | | | | | | 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.
* Drive popup tabs through javascript.Hugo Hörnquist2021-10-06
|
* Work on calendar from event in frontend, broken.Hugo Hörnquist2021-10-04
|
* workHugo Hörnquist2021-10-03
|
* Further work, rework popup.Hugo Hörnquist2021-10-03
|
* Repair debug buttons.Hugo Hörnquist2021-10-03
|
* Reintroduce dateonly for date-time-input:s.Hugo Hörnquist2021-10-01
|
* Got date-times working in new system.Hugo Hörnquist2021-10-01
|
* Start rework on js setup.Hugo Hörnquist2021-09-29
|
* Add debug tab to HTML popups.Hugo Hörnquist2021-08-30
|
* Render attachements to HTML frontend.Hugo Hörnquist2021-08-15
|
* Fix encode-query-parameters.Hugo Hörnquist2021-08-15
| | | | | | Multiple parameters are now correctly joined by an ampersand. Also noticed that the given parameters should use the regular ->string for encoding strings.
* Add marker on events with descriptions.Hugo Hörnquist2021-06-10
|
* Merge branch 'jcal'Hugo Hörnquist2021-05-17
|\
| * Cleanup + fix for wholeday checkbox.Hugo Hörnquist2021-05-17
| |
| * Rework date-time input to be cleaner + work again.Hugo Hörnquist2021-05-17
| |
| * Start moving vcal stuff to own class.Hugo Hörnquist2021-03-02
| |
| * Limit edit tab to when in edit mode.Hugo Hörnquist2021-02-01
| |
* | Change clear-input icon.Hugo Hörnquist2021-02-01
|/
* Add debug buttons in popup for dumping xcal and jcal.Hugo Hörnquist2021-01-13
|
* Add debug button to repats tab.Hugo Hörnquist2021-01-13
|
* Start using event_from_popup everywhere.Hugo Hörnquist2021-01-13
|
* Bind large part of rrule.Hugo Hörnquist2020-11-23
|
* Further work on breakout and rrule.Hugo Hörnquist2020-11-21
|
* Start adding binding stuff too rrule edit form.Hugo Hörnquist2020-11-20
|
* Repair by* input.Hugo Hörnquist2020-11-17
|
* Start byday.Hugo Hörnquist2020-11-11
|
* Add @select for RRULE options.Hugo Hörnquist2020-11-11
|
* Add most of form for editing rrule:s.Hugo Hörnquist2020-11-06
|
* Add view calendar button on search page.Hugo Hörnquist2020-11-06
|
* Add comment about freeform fields.Hugo Hörnquist2020-11-05
|