aboutsummaryrefslogtreecommitdiff
path: root/module/html (follow)
Commit message (Collapse)AuthorAge
* Add option for default calendar.Hugo Hörnquist2020-08-12
|
* Calendar names now encoded with modified base64Hugo Hörnquist2020-08-12
|
* Can create events in different calentdars, given that the calendars have ↵Hugo Hörnquist2020-08-12
| | | | simple names.
* Slightly clean up server imports.Hugo Hörnquist2020-08-12
|
* Merge branch 'master' into calchooserHugo Hörnquist2020-08-12
|\
| * Massivly simplify config internals.Hugo Hörnquist2020-08-12
| |
* | Fix frontend for calendar choosing.Hugo Hörnquist2020-08-11
| |
* | Limit CAL_ class to once per 'thing'.Hugo Hörnquist2020-08-11
| |
* | Add dropdown editing event.Hugo Hörnquist2020-08-11
| |
* | Mercge CAL and CAL_bg css classes.Hugo Hörnquist2020-08-11
| |
* | Keep summary when editing existing elements.Hugo Hörnquist2020-08-11
| |
* | Allow events to enter edit mode after creation.Hugo Hörnquist2020-08-11
| |
* | Can create events without descriptions again.Hugo Hörnquist2020-08-11
| |
* | HTML Created events now have a description.Hugo Hörnquist2020-08-11
|/ | | | Unfortunately they ALWAYS have a description.
* Remove week-start from (html view calendar) (again?)Hugo Hörnquist2020-08-11
|
* Remove dependency from view/calendar -> datetime.Hugo Hörnquist2020-08-10
|
* Rename html search module.Hugo Hörnquist2020-08-10
|
* 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
|
* Move stuff from main.Hugo Hörnquist2019-04-23
|
* Add command line option parsing.Hugo Hörnquist2019-04-23
|
* General cleanup in HTML.Hugo Hörnquist2019-04-23
|
* Add summary-filter to HTML output.Hugo Hörnquist2019-04-23
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23
|
* Change event-length => event-length/day.Hugo Hörnquist2019-04-23
| | | | | | | | | 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.
* Reorder CSS output for event size.Hugo Hörnquist2019-04-23
|
* Rewrote fix-event-widths!Hugo Hörnquist2019-04-23
|
* Slightly better HTML colors.Hugo Hörnquist2019-04-22
|
* Fix events spanning over multiple days.Hugo Hörnquist2019-04-22
|
* Made multi day events appear in HTML.Hugo Hörnquist2019-04-22
|
* General cleanup.Hugo Hörnquist2019-04-22
|
* Limit HTML output to single week.Hugo Hörnquist2019-04-22
|
* Add CSS.Hugo Hörnquist2019-04-22
|
* Add rudamentary HTML output.HTMLHugo Hörnquist2019-04-22