aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm (follow)
Commit message (Collapse)AuthorAge
* Really start breaking apart HTML.Hugo Hörnquist2020-08-10
|
* HTML work.Hugo Hörnquist2020-08-10
|
* Start breaking apart HTML modules.Hugo Hörnquist2020-08-10
|
* Add basic (semi broken) paginator to HTML search.Hugo Hörnquist2020-08-09
|
* Dynamicaly created popups now work.Hugo Hörnquist2020-08-07
|
* HTML month day numbers now links to week view.Hugo Hörnquist2020-08-06
|
* Create multiple events without refreshing page between.Hugo Hörnquist2020-08-06
|
* Fix time when creating from month view.Hugo Hörnquist2020-08-06
|
* Fix popup when creating and deleting in week.Hugo Hörnquist2020-08-06
|
* Fix most of event creation problems in week.Hugo Hörnquist2020-08-06
|
* Start moving popup's away from parents.Hugo Hörnquist2020-08-06
|
* Clean up caltable code.Hugo Hörnquist2020-08-05
|
* Events per day now in correct spots.Hugo Hörnquist2020-08-04
|
* Fix row count and height.Hugo Hörnquist2020-08-04
|
* Start work on long event layout for months.Hugo Hörnquist2020-08-04
|
* Move <events> methods to own module for easier loading.Hugo Hörnquist2020-08-03
|
* Module cleanup.Hugo Hörnquist2020-08-02
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Move type formatters away from HTML.Hugo Hörnquist2020-07-30
|
* Start embedding more data for css and js in the html doc.Hugo Hörnquist2020-07-30
|
* Change html-id to randomly generate.Hugo Hörnquist2020-07-26
|
* Button onclick now actually sends object.Hugo Hörnquist2020-07-24
|
* Move --editmode width for generated events to fix css.Hugo Hörnquist2020-07-15
|
* Repair jump to date.Hugo Hörnquist2020-07-15
|
* HTML Generated events now come without an UID.Hugo Hörnquist2020-07-15
|
* Add TODO about id to functions JS.Hugo Hörnquist2020-07-14
|
* Javascripts date should now work for both local and UTC dates.Hugo Hörnquist2020-07-14
|
* Minor SXML cleanup.Hugo Hörnquist2020-07-13
|
* Frontend for event creation should work for long and short events.Hugo Hörnquist2020-07-13
|
* Remove width:calc(100%*var(--editmode)) from created events.Hugo Hörnquist2020-07-13
|
* Apply event blankspace to long events.Hugo Hörnquist2020-07-13
|
* Minor cleanup.Hugo Hörnquist2020-07-13
|
* Minor formatting changes.Hugo Hörnquist2020-07-12
|
* Fix graphical event overflow.Hugo Hörnquist2020-07-12
|
* HTML Change template code for new events.Hugo Hörnquist2020-07-11
|
* Add some TODO:s.Hugo Hörnquist2020-07-11
|
* Javascript bind advanced fields + special formatting.Hugo Hörnquist2020-07-11
|
* Javascript bind properties to object.Hugo Hörnquist2020-07-10
|
* Fix popup close buttons, and ESC to close all.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
|
* HTML Download tab now div instead of article.Hugo Hörnquist2020-07-09
|
* Add HTML button for removing elements.Hugo Hörnquist2020-07-08
|
* Add xcal class to unformatted xml.Hugo Hörnquist2020-07-08
|
* HTML move download to own tab.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
|
* 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.