aboutsummaryrefslogtreecommitdiff
path: root/static (unfollow)
Commit message (Collapse)Author
2020-07-14Javascripts date should now work for both local and UTC dates.Hugo Hörnquist
2020-07-14Add functions for TZ dates in JS.Hugo Hörnquist
2020-07-13Frontend for event creation should work for long and short events.Hugo Hörnquist
2020-07-13Javascript fixes.Hugo Hörnquist
2020-07-13"Improve" gensym.Hugo Hörnquist
2020-07-13Change event creation to only work for long events.Hugo Hörnquist
2020-07-13lol gensym.Hugo Hörnquist
2020-07-13Javascript use strict.Hugo Hörnquist
2020-07-13JS Move eventCreation functions into class.Hugo Hörnquist
2020-07-13Minor cleanup.Hugo Hörnquist
2020-07-13Fix popup movement.Hugo Hörnquist
2020-07-13Add basic movement of popups.Hugo Hörnquist
2020-07-12Fix Javascript part of event removal.Hugo Hörnquist
2020-07-12Event creation from HTML works again.Hugo Hörnquist
2020-07-12JS work.Hugo Hörnquist
2020-07-12Remove parents_until.Hugo Hörnquist
2020-07-12Fixed display end time of short events.Hugo Hörnquist
2020-07-12Reintroduce time input on generated events for HTML.Hugo Hörnquist
2020-07-12Add deleteIndex to javascript arrays.Hugo Hörnquist
2020-07-12Created events dt{start,end} now correct date.Hugo Hörnquist
2020-07-12Fix graphical event overflow.Hugo Hörnquist
2020-07-12Remove unused decimal_time_to_string.Hugo Hörnquist
2020-07-12Slightly simplify js format_date.Hugo Hörnquist
2020-07-12Remove time_to_date.Hugo Hörnquist
2020-07-12Realized javascript had the Math "library".Hugo Hörnquist
2020-07-11HTML Change template code for new events.Hugo Hörnquist
2020-07-11Add decimal_time_to_date.Hugo Hörnquist
2020-07-11{time => date}_to_percent.Hugo Hörnquist
2020-07-11Break out bind_properties function.Hugo Hörnquist
2020-07-11Change bar class to eventlike.Hugo Hörnquist
This allows binding of properties and similar to work better, since they can simply target everything that is .event.
2020-07-11TODO tz.Hugo Hörnquist
2020-07-11Switch on type instead of field name...Hugo Hörnquist
2020-07-11Javascript icalendar format of datetime.Hugo Hörnquist
2020-07-11Javascript only allow event creation when mouse down on background.Hugo Hörnquist
2020-07-11Javascript bind advanced fields + special formatting.Hugo Hörnquist
2020-07-10Remove Javascript XML pretty printer.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-09HTML Download tab now div instead of article.Hugo Hörnquist
2020-07-09Javascript now sends the description on event creation.Hugo Hörnquist
2020-07-08Add HTML button for removing elements.Hugo Hörnquist
2020-07-08HTML move download to own tab.Hugo Hörnquist
2020-07-08Javascript self closing XML tags.Hugo Hörnquist
2020-07-08Reformat xcal data in HTML with js.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 only start creating events on actual drag.Hugo Hörnquist
2020-07-07Add basic event creation from HTML.Hugo Hörnquist
2020-05-24Handle events with no DTEND.Hugo Hörnquist