aboutsummaryrefslogtreecommitdiff
path: root/module/html (unfollow)
Commit message (Collapse)Author
2020-08-17Remove git module.Hugo Hörnquist
2020-08-17Move tab positioning to stylesheet.Hugo Hörnquist
2020-08-17Fixes.Hugo Hörnquist
2020-08-17MOOREHugo Hörnquist
2020-08-17Start moving stuff out from output.Hugo Hörnquist
2020-08-17Selected event now glows.Hugo Hörnquist
2020-08-17Can add events spanning midnight.Hugo Hörnquist
2020-08-17Add TRANSPARENT support.Hugo Hörnquist
2020-08-17Fix date output on long events.Hugo Hörnquist
2020-08-16Work on small-calendar.Hugo Hörnquist
2020-08-14Change some variables to scss vars.Hugo Hörnquist
2020-08-14Popup style improvement, add tab for repeats.Hugo Hörnquist
2020-08-14Html-generate now returns sxml.Hugo Hörnquist
2020-08-13Add TODO'sHugo Hörnquist
2020-08-13Popups are now correcetly rooted.Hugo Hörnquist
2020-08-12Add option for default calendar.Hugo Hörnquist
2020-08-12Calendar names now encoded with modified base64Hugo Hörnquist
2020-08-12Can create events in different calentdars, given that the calendars have ↵Hugo Hörnquist
simple names.
2020-08-12Slightly clean up server imports.Hugo Hörnquist
2020-08-12Massivly simplify config internals.Hugo Hörnquist
2020-08-11Fix frontend for calendar choosing.Hugo Hörnquist
2020-08-11Limit CAL_ class to once per 'thing'.Hugo Hörnquist
2020-08-11Add dropdown editing event.Hugo Hörnquist
2020-08-11Mercge CAL and CAL_bg css classes.Hugo Hörnquist
2020-08-11Keep summary when editing existing elements.Hugo Hörnquist
2020-08-11Allow events to enter edit mode after creation.Hugo Hörnquist
2020-08-11Can create events without descriptions again.Hugo Hörnquist
2020-08-11HTML Created events now have a description.Hugo Hörnquist
Unfortunately they ALWAYS have a description.
2020-08-11Remove week-start from (html view calendar) (again?)Hugo Hörnquist
2020-08-10Remove dependency from view/calendar -> datetime.Hugo Hörnquist
2020-08-10Rename html search module.Hugo Hörnquist
2020-08-10Really start breaking apart HTML.Hugo Hörnquist
2020-08-10HTML work.Hugo Hörnquist
2020-08-10Start breaking apart HTML modules.Hugo Hörnquist
2019-04-23Move stuff from main.Hugo Hörnquist
2019-04-23Add command line option parsing.Hugo Hörnquist
2019-04-23General cleanup in HTML.Hugo Hörnquist
2019-04-23Add summary-filter to HTML output.Hugo Hörnquist
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist
2019-04-23Change event-length => event-length/day.Hugo Hörnquist
This fixes a bug where a long event (spanning multiple days) which only had a short part in the current day would still using its whole length when getting sorted to be placed graphically. This limits the length for the sorting to the relevant part of the event.
2019-04-23Reorder CSS output for event size.Hugo Hörnquist
2019-04-23Rewrote fix-event-widths!Hugo Hörnquist
2019-04-22Slightly better HTML colors.Hugo Hörnquist
2019-04-22Fix events spanning over multiple days.Hugo Hörnquist
2019-04-22Made multi day events appear in HTML.Hugo Hörnquist
2019-04-22General cleanup.Hugo Hörnquist
2019-04-22Limit HTML output to single week.Hugo Hörnquist
2019-04-22Add CSS.Hugo Hörnquist
2019-04-22Add rudamentary HTML output.HTMLHugo Hörnquist