aboutsummaryrefslogtreecommitdiff
path: root/module/calp (follow)
Commit message (Collapse)AuthorAge
...
* Slightly better error hnadling in directory-table.Hugo Hörnquist2021-11-22
|
* Rework popup components.Hugo Hörnquist2021-11-21
| | | | | | | | | | | | | | Previously popups were driven through some CSS hacks, which used labels with specific positioning, and z-index changes. This never really worked, and led the rest of the tree to be unmanagable. This commit replaces that system with a simpler one, which is being driven by javascript. This also allowed a much simpler tree, which allowed us to - make the popups rezisable (with a resize anchor) - move the window handle to above (configurable) - Add and remove tabs without having manually reflow where all labels are
* Add basic rrule tab.Hugo Hörnquist2021-11-19
|
* Change popup tabs interface.Hugo Hörnquist2021-11-18
|
* Restore remove event functionality.Hugo Hörnquist2021-11-18
|
* Remove .interactive, fix date-time checkbox.Hugo Hörnquist2021-11-18
|
* Minor fixes.Hugo Hörnquist2021-11-15
|
* Propagate default-calendar from backend to frontend.Hugo Hörnquist2021-11-15
|
* Handle calendar change through dropdown.Hugo Hörnquist2021-11-10
|
* 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.
* Better handle debug tab.Hugo Hörnquist2021-11-09
|
* Fix flat event slice for calendars.Hugo Hörnquist2021-11-08
| | | | | | As noted in the fidd, our simple filter-sorted-stream on event-overlaps? missbehaves in some edge cases. The new system "should" work *fingers crossed*.
* Start depending on npm.Hugo Hörnquist2021-11-05
| | | | | | | | | | | | | | | Chromium can't handle JavaScript-modules in XHTML-document [1]. The workaround is to use a javascript bundler. Here we start depending on browserify. I evaluated both that and webpack, and browserify seemed to work marginally better with typescript. Unfortunately this also makes us depend on npm, where we unfortunately already are bloatet... $ ls static/node_modules | wc -l 174 [1]: https://bugs.chromium.org/p/chromium/issues/detail?id=717643
* Mostly fix datetime values in frontend.Hugo Hörnquist2021-10-10
|
* Drive popup tabs through javascript.Hugo Hörnquist2021-10-06
|
* Merge branch 'new-js' into typescriptHugo Hörnquist2021-10-04
|\
| * Work on calendar from event in frontend, broken.Hugo Hörnquist2021-10-04
| |
* | Major typescript work.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
|
* Remove old date_time system.Hugo Hörnquist2021-10-01
|
* Got date-times working in new system.Hugo Hörnquist2021-10-01
|
* Replace today-button with web component.Hugo Hörnquist2021-09-30
|
* Start rework on js setup.Hugo Hörnquist2021-09-29
|
* Add debug tab to HTML popups.Hugo Hörnquist2021-08-30
|
* Fix minor syntax error for set/r!Hugo Hörnquist2021-08-30
|
* Make zero-length events be part of day flow.Hugo Hörnquist2021-08-20
| | | | | | Since not all zero-length events are at midnight/doesn't have a time component, they are now placed on the correct position of each day, with a dummy-length of 1 hour.
* Render attachements to HTML frontend.Hugo Hörnquist2021-08-15
|
* Fix paginator buttons forgetting future clause.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 comment about "bug" where calendars where missing their names.Hugo Hörnquist2021-08-10
|
* HTML calendar list now links to list off all their events.Hugo Hörnquist2021-08-10
|
* Change uri-encode to use ->quoted-string.Hugo Hörnquist2021-08-10
|
* Add marker on events with descriptions.Hugo Hörnquist2021-06-10
|
* Add TODO about search formatting.Hugo Hörnquist2021-05-17
|
* 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
| |
| * Change background when in debug mode.Hugo Hörnquist2021-05-16
| |
| * 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
| |
* | Terminal reload events when jumping to today.Hugo Hörnquist2021-05-15
| |
* | Add week indicator to week screen.Hugo Hörnquist2021-05-11
| |
* | Change clear-input icon.Hugo Hörnquist2021-02-01
|/
* Add only-future checkbox on search page.Hugo Hörnquist2021-02-01
|
* Add horrendous / -> /today redirect.Hugo Hörnquist2021-01-14
|
* Merge branch 'doc' into jcalHugo Hörnquist2021-01-13
|\
| * Fix repo-url in HTML.Hugo Hörnquist2021-01-13
| |