aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm (unfollow)
Commit message (Collapse)Author
2021-12-10Major move from week to calendar meta-view. Also repairs month view.Hugo Hörnquist
2021-12-10Major cleanup in calp html.Hugo Hörnquist
2021-12-09Propagate recurring events to frontend.Hugo Hörnquist
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.
2021-12-07Deprecate editable-repeat-info, some comments.Hugo Hörnquist
2021-12-02Formatting fixes in make-block.Hugo Hörnquist
2021-11-30Rework tab system.Hugo Hörnquist
This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
2021-11-26Got categories working.Hugo Hörnquist
2021-11-18Remove .interactive, fix date-time checkbox.Hugo Hörnquist
2021-11-10Calendar colors now handled through html datasets.Hugo Hörnquist
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.
2021-10-06Drive popup tabs through javascript.Hugo Hörnquist
2021-10-04Work on calendar from event in frontend, broken.Hugo Hörnquist
2021-10-03workHugo Hörnquist
2021-10-03Further work, rework popup.Hugo Hörnquist
2021-10-03Repair debug buttons.Hugo Hörnquist
2021-10-01Reintroduce dateonly for date-time-input:s.Hugo Hörnquist
2021-10-01Got date-times working in new system.Hugo Hörnquist
2021-09-29Start rework on js setup.Hugo Hörnquist
2021-08-30Add debug tab to HTML popups.Hugo Hörnquist
2021-08-15Render attachements to HTML frontend.Hugo Hörnquist
2021-08-15Fix encode-query-parameters.Hugo Hörnquist
Multiple parameters are now correctly joined by an ampersand. Also noticed that the given parameters should use the regular ->string for encoding strings.
2021-06-10Add marker on events with descriptions.Hugo Hörnquist
2021-05-17Cleanup + fix for wholeday checkbox.Hugo Hörnquist
2021-05-17Rework date-time input to be cleaner + work again.Hugo Hörnquist
2021-03-02Start moving vcal stuff to own class.Hugo Hörnquist
2021-02-01Change clear-input icon.Hugo Hörnquist
2021-02-01Limit edit tab to when in edit mode.Hugo Hörnquist
2021-01-13Add debug buttons in popup for dumping xcal and jcal.Hugo Hörnquist
2021-01-13Add debug button to repats tab.Hugo Hörnquist
2021-01-13Start using event_from_popup everywhere.Hugo Hörnquist
2020-11-23Bind large part of rrule.Hugo Hörnquist
2020-11-21Further work on breakout and rrule.Hugo Hörnquist
2020-11-20Start adding binding stuff too rrule edit form.Hugo Hörnquist
2020-11-17Repair by* input.Hugo Hörnquist
2020-11-11Start byday.Hugo Hörnquist
2020-11-11Add @select for RRULE options.Hugo Hörnquist
2020-11-06Add most of form for editing rrule:s.Hugo Hörnquist
2020-11-06Add view calendar button on search page.Hugo Hörnquist
2020-11-05Add comment about freeform fields.Hugo Hörnquist
2020-11-05Bound CATEGORIES input.Hugo Hörnquist
2020-10-26HTML Prettyify code for following tags.Hugo Hörnquist
2020-10-23Work on generalizing multi-input lists.Hugo Hörnquist
2020-10-16s/inline-edit/input-list/Hugo Hörnquist
2020-10-05Remove old edit mode.Hugo Hörnquist
2020-10-02Binding of fields in edit tab work.Hugo Hörnquist
2020-10-02Fix XML double attribute error.Hugo Hörnquist
2020-09-28Groundwork for adding new fields from frontend.Hugo Hörnquist
2020-09-28Made timeinput checkbox needlesly fancy.Hugo Hörnquist
2020-09-27Add fancy editing of tag list.Hugo Hörnquist
2020-09-27Input cleaned up.Hugo Hörnquist
2020-09-27Add new edit tab.Hugo Hörnquist