aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (follow)
Commit message (Collapse)AuthorAge
* Merge branch 'front'Hugo Hörnquist2020-11-05
|\
| * Xcal input split CATEGORIES.Hugo Hörnquist2020-11-05
| |
| * CATEGORIES (and RESOURCES) join list ical on output.Hugo Hörnquist2020-11-05
| |
| * Change recovery on unexpected ',' in TEXT field.Hugo Hörnquist2020-11-05
| |
| * HTML Prettyify code for following tags.Hugo Hörnquist2020-10-26
| |
| * HTML add toggle for whole-day.Hugo Hörnquist2020-10-16
| |
| * Fix error propagation for some search queries.Hugo Hörnquist2020-10-15
| |
| * Datetime bindings for search.Hugo Hörnquist2020-10-15
| |
| * Simplify /insert endpoint.Hugo Hörnquist2020-10-05
| |
* | Add entry-point for generating tidsrapporter.Hugo Hörnquist2020-10-23
|/
* Allow recurrence from just Recurrence-ID.Hugo Hörnquist2020-09-06
|
* Described vcomponent now has keys sorted.Hugo Hörnquist2020-09-06
|
* Add some type signatures.Hugo Hörnquist2020-09-06
|
* VComponent describe outputs line numbers when available.Hugo Hörnquist2020-09-06
|
* Fix spelling of intersperse.Hugo Hörnquist2020-08-28
|
* Move text numbers into sv-submodule, create en-module.Hugo Hörnquist2020-08-28
|
* Propagate errors to HTML search page.Hugo Hörnquist2020-08-27
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Base64 now free floating top level.Hugo Hörnquist2020-08-23
|
* Micro optimization on string->symbol.Hugo Hörnquist2020-08-23
|
* Move more places to use path-append.Hugo Hörnquist2020-08-22
|
* SIGUSR1 to reload calendars.Hugo Hörnquist2020-08-18
|
* Fix global version var.Hugo Hörnquist2020-08-17
|
* Fixes.Hugo Hörnquist2020-08-17
|
* Errors not correct in this context.Hugo Hörnquist2020-08-17
|
* MOOREHugo Hörnquist2020-08-17
|
* even more.Hugo Hörnquist2020-08-17
|
* Got type files out of output.Hugo Hörnquist2020-08-17
|
* Start moving stuff out from output.Hugo Hörnquist2020-08-17
|
* Fix date output on long events.Hugo Hörnquist2020-08-17
|
* Improve filtering when loading vcomponents.Hugo Hörnquist2020-08-12
|
* Event edit within calendar now works.Hugo Hörnquist2020-08-12
|
* Merge branch 'master' into calchooserHugo Hörnquist2020-08-12
|\
| * Massivly simplify config internals.Hugo Hörnquist2020-08-12
| |
* | Add TODO about trimming text.Hugo Hörnquist2020-08-11
| |
* | Can create events without descriptions again.Hugo Hörnquist2020-08-11
|/
* Start breaking apart HTML modules.Hugo Hörnquist2020-08-10
|
* Allow param, children and type in search queries.Hugo Hörnquist2020-08-10
|
* Add comment about final page.Hugo Hörnquist2020-08-10
|
* Got new timeslice limiter to work, document.Hugo Hörnquist2020-08-10
|
* Remove old limiter on execute-query.Hugo Hörnquist2020-08-10
|
* Add stream-timeslice-limit.Hugo Hörnquist2020-08-10
|
* Partial search page works, but alway times out first.Hugo Hörnquist2020-08-09
|
* Add paginator, use in in html and term.Hugo Hörnquist2020-08-09
|
* Add basic (semi broken) paginator to HTML search.Hugo Hörnquist2020-08-09
|
* Create search module, update term to use it.Hugo Hörnquist2020-08-07
|
* Start work on long event layout for months.Hugo Hörnquist2020-08-04
|
* Add TODO's about early load.Hugo Hörnquist2020-08-03
|
* Fixed stack overflow on event deletion!Hugo Hörnquist2020-08-03
| | | | | | | Equal? on vcomponents was a bad idea. The bug most likely came from two objects where they pointed to themseves, or recursively to one another, and guile couldn't figure out that they where eq? each other. Change to use eq? comparison directly, and now everything just seems to work.
* Move <events> methods to own module for easier loading.Hugo Hörnquist2020-08-03
|