aboutsummaryrefslogtreecommitdiff
path: root/module/output (unfollow)
Commit message (Collapse)Author
2020-07-24Button onclick now actually sends object.Hugo Hörnquist
2020-07-24Add missing equal signs for parameters in ical output.Hugo Hörnquist
2020-07-24Change internal fields to stat with a dash.Hugo Hörnquist
2020-07-24Move parenthesis.Hugo Hörnquist
2020-07-24Stuff about (output vdir).Hugo Hörnquist
2020-07-22Let with-atomic-output-to-file break free.Hugo Hörnquist
2020-07-17Properties now return alist instead of hashmap.Hugo Hörnquist
2020-07-17Add duration output.Hugo Hörnquist
2020-07-17Resolve TODO about datetime output.Hugo Hörnquist
2020-07-15Move --editmode width for generated events to fix css.Hugo Hörnquist
2020-07-15Repair jump to date.Hugo Hörnquist
2020-07-15HTML Generated events now come without an UID.Hugo Hörnquist
2020-07-14Add TODO about id to functions JS.Hugo Hörnquist
2020-07-14Javascripts date should now work for both local and UTC dates.Hugo Hörnquist
2020-07-13Minor SXML cleanup.Hugo Hörnquist
2020-07-13Frontend for event creation should work for long and short events.Hugo Hörnquist
2020-07-13Remove width:calc(100%*var(--editmode)) from created events.Hugo Hörnquist
2020-07-13Apply event blankspace to long events.Hugo Hörnquist
2020-07-13Fix module error in (output vdir).Hugo Hörnquist
2020-07-13Minor cleanup.Hugo Hörnquist
2020-07-12Minor formatting changes.Hugo Hörnquist
2020-07-12Fix graphical event overflow.Hugo Hörnquist
2020-07-11HTML Change template code for new events.Hugo Hörnquist
2020-07-11Add some TODO:s.Hugo Hörnquist
2020-07-11Javascript bind advanced fields + special formatting.Hugo Hörnquist
2020-07-10Javascript bind properties to object.Hugo Hörnquist
2020-07-10Fix popup close buttons, and ESC to close all.Hugo Hörnquist
2020-07-10Add CSS to embedded icalendar.Hugo Hörnquist
2020-07-10Move back to own popup system.Hugo Hörnquist
JQuery apparently doesn't handle xhtml, so the old system goes bust. Currently it's replaced with a barebones popup system, which works almost as well as the dependency. However; current problems include: - Wrong mouse cursor on events - Bad size on some browsers - Close button broken - Sometimes placed outside intended area, stretching it (since I *need* scroll on it). - ...
2020-07-09Attempt to serve everything as xml.Hugo Hörnquist
2020-07-09Replace xcal main with ns-wrap.Hugo Hörnquist
2020-07-09HTML Download tab now div instead of article.Hugo Hörnquist
2020-07-08Move save-event to own module.Hugo Hörnquist
This hopefully resolves theh problems with (output ical) having bootstraping problems.
2020-07-08Add HTML button for removing elements.Hugo Hörnquist
2020-07-08Add xcal class to unformatted xml.Hugo Hörnquist
2020-07-08HTML move download to own tab.Hugo Hörnquist
2020-07-08Repair ics output.Hugo Hörnquist
2020-07-08Only include XCAL when in edit mode.Hugo Hörnquist
2020-07-08Fix minor errors in HTML output.Hugo Hörnquist
2020-07-07Draft of multiple tabs for HTML popups.Hugo Hörnquist
Adds a tab system inside each popup. Vivaldi's lighthouse says it works fine, but firefox takes way longer to load the page, and uses 100% CPU for a while. Not sure why. Possible solution would be client side rendering for the events (since they only need to be shown one clicked). It's worth taking another look at this once the popup system has been replaced.
2020-07-07HTML add defer to script tags.Hugo Hörnquist
2020-07-07Resolve TZ for xcal datetime.Hugo Hörnquist
2020-07-07Introduce HTML edit mode.Hugo Hörnquist
2020-07-07TODO's in html.Hugo Hörnquist
2020-07-07Remove some TODO:s.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-07-07Rename attributes => properties, properties => parameters.Hugo Hörnquist
2020-07-07Add basic event creation from HTML.Hugo Hörnquist
2020-06-29Xcal output cleanup.Hugo Hörnquist