aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Documentation updates for util.Hugo Hörnquist2021-12-20
|
* Remove procedure map-eachHugo Hörnquist2021-12-20
| | | | Was only used once, and wasn't even optimized.
* Remove re-export-modulesHugo Hörnquist2021-12-20
| | | | | A weird special form which was only used once, and didn't add much clarity above what we actually did.
* Add TODO about broken color files.Hugo Hörnquist2021-12-12
|
* Correctly show recur indicator.Hugo Hörnquist2021-12-12
|
* Fix recurring events not being rendered in side listHugo Hörnquist2021-12-12
|
* Fix colors on earlier events in sidebarHugo Hörnquist2021-12-12
|
* Add create event button!Hugo Hörnquist2021-12-10
|
* '.btn' no longer contains div.Hugo Hörnquist2021-12-10
| | | | | | | | Previously I generated buttons on the form <a><div/></a> & <button><div/></button>, which was invalid for button tags. This removes the inner div, with the only cost being that the hitbox for the button is slightly wonky if pressed at the top left where the button isn't when it's depressed, since I move it.
* Remove commented out script includes.Hugo Hörnquist2021-12-10
|
* Repair event position in week.Hugo Hörnquist2021-12-10
|
* Change {start,end}-date to pre-start and post-end.Hugo Hörnquist2021-12-10
| | | | | | pre-start and post-end are the real intervals for a given page, since some more days than requested are often shown to make sense of a given layout.
* 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.
* <datetime> no longer crashes.Hugo Hörnquist2021-12-09
|
* Deprecate editable-repeat-info, some comments.Hugo Hörnquist2021-12-07
|
* Add fullscreen button to popups.Hugo Hörnquist2021-12-07
|
* Add delete-{parameter,property}!Hugo Hörnquist2021-12-06
|
* Update xcal rrule parser to do as expected.Hugo Hörnquist2021-12-06
|
* Add clarifying comments.Hugo Hörnquist2021-12-06
|
* Add assoc-ref-all family of procedures.Hugo Hörnquist2021-12-06
|
* Formatting fixes in make-block.Hugo Hörnquist2021-12-02
|
* Add basic changelog viewHugo 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!
* Display categories in event description.Hugo Hörnquist2021-11-26
|
* Got categories working.Hugo Hörnquist2021-11-26
|
* 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
|
* Comment out x-hnh-calendar-name.Hugo Hörnquist2021-11-08
| | | | | | It caused tests to crash, since it requires that all components have parents (which is obviously false for root components), and that all those parents have a NAME field.
* 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
|