aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix graphical event overflow.Hugo Hörnquist2020-07-12
|
* Remove unused decimal_time_to_string.Hugo Hörnquist2020-07-12
|
* Slightly simplify js format_date.Hugo Hörnquist2020-07-12
|
* Remove time_to_date.Hugo Hörnquist2020-07-12
|
* Realized javascript had the Math "library".Hugo Hörnquist2020-07-12
|
* Minor whitespace change.Hugo Hörnquist2020-07-12
|
* HTML Change template code for new events.Hugo Hörnquist2020-07-11
|
* Add (vcomponent build).Hugo Hörnquist2020-07-11
|
* Add decimal_time_to_date.Hugo Hörnquist2020-07-11
|
* {time => date}_to_percent.Hugo Hörnquist2020-07-11
|
* Break out bind_properties function.Hugo Hörnquist2020-07-11
|
* Change bar class to eventlike.Hugo Hörnquist2020-07-11
| | | | | This allows binding of properties and similar to work better, since they can simply target everything that is .event.
* TODO tz.Hugo Hörnquist2020-07-11
|
* Switch on type instead of field name...Hugo Hörnquist2020-07-11
|
* Javascript icalendar format of datetime.Hugo Hörnquist2020-07-11
|
* Add some TODO:s.Hugo Hörnquist2020-07-11
|
* Javascript only allow event creation when mouse down on background.Hugo Hörnquist2020-07-11
|
* Javascript bind advanced fields + special formatting.Hugo Hörnquist2020-07-11
|
* Remove Javascript XML pretty printer.Hugo Hörnquist2020-07-10
|
* Javascript bind properties to object.Hugo Hörnquist2020-07-10
|
* Fix popup close buttons, and ESC to close all.Hugo Hörnquist2020-07-10
|
* Serve xml under .html, month view xhtml content-type.Hugo Hörnquist2020-07-10
|
* Add CSS to embedded icalendar.Hugo Hörnquist2020-07-10
|
* Move back to own popup system.Hugo Hörnquist2020-07-10
| | | | | | | | | | | | | 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). - ...
* Attempt to serve everything as xml.Hugo Hörnquist2020-07-09
|
* Replace xcal main with ns-wrap.Hugo Hörnquist2020-07-09
|
* HTML Download tab now div instead of article.Hugo Hörnquist2020-07-09
|
* Javascript now sends the description on event creation.Hugo Hörnquist2020-07-09
|
* Patch sxml->html, adding:Hugo Hörnquist2020-07-09
| | | | | | | - Support for multiple body forms - Processing instructions (*PI*) (<? ?>) - *TOP* as noop grouper - mapping `#f' to nothing (instead of self)
* Import sxml->html from dthompson.Hugo Hörnquist2020-07-08
|
* Move save-event to own module.Hugo Hörnquist2020-07-08
| | | | | This hopefully resolves theh problems with (output ical) having bootstraping problems.
* Add HTML button for removing elements.Hugo Hörnquist2020-07-08
|
* Add /remove POST endpoint.Hugo Hörnquist2020-07-08
|
* Add xcal class to unformatted xml.Hugo Hörnquist2020-07-08
|
* Add TODO about stack overflow fro add-/remove-event.Hugo Hörnquist2020-07-08
|
* Add remove-event.Hugo Hörnquist2020-07-08
|
* Fixes in add-event.Hugo Hörnquist2020-07-08
|
* HTML move download to own tab.Hugo Hörnquist2020-07-08
|
* Add preliminary xcal download endpoint.Hugo Hörnquist2020-07-08
|
* Repair ics output.Hugo Hörnquist2020-07-08
|
* TODO about list parser.Hugo Hörnquist2020-07-08
|
* Javascript self closing XML tags.Hugo Hörnquist2020-07-08
|
* Only include XCAL when in edit mode.Hugo Hörnquist2020-07-08
|
* Fix minor errors in HTML output.Hugo Hörnquist2020-07-08
|
* Reformat xcal data in HTML with js.Hugo Hörnquist2020-07-08
|
* Merge branch 'html-popup-tabs'Hugo Hörnquist2020-07-08
|\ | | | | | | | | Firefox decided to work again. It might just be my system that it slightly unstable?
| * Draft of multiple tabs for HTML popups.Hugo Hörnquist2020-07-07
| | | | | | | | | | | | | | | | | | | | 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.
* | Remove faulty top error handler from main.Hugo Hörnquist2020-07-07
| |
* | Remove bytevector depend in vcomponent/parse.Hugo Hörnquist2020-07-07
| |
* | HTML add defer to script tags.Hugo Hörnquist2020-07-07
|/