aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (follow)
Commit message (Collapse)AuthorAge
* 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
|
* Minor fixups.Hugo Hörnquist2020-08-03
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Repair vcomponent describe.Hugo Hörnquist2020-08-01
|
* Move type formatters away from HTML.Hugo Hörnquist2020-07-30
|
* Change internal fields to stat with a dash.Hugo Hörnquist2020-07-24
|
* Remove some unused procedures.Hugo Hörnquist2020-07-24
|
* s/TOOD/TODO/Hugo Hörnquist2020-07-20
|
* Fix RRULE/UNTIL in xCal.Hugo Hörnquist2020-07-18
|
* Fix parameter print in describe.Hugo Hörnquist2020-07-17
|
* Properties now return alist instead of hashmap.Hugo Hörnquist2020-07-17
|
* Resolve TODO about parameter name.Hugo Hörnquist2020-07-17
|
* Add duration output.Hugo Hörnquist2020-07-17
|
* Fix parse error on duration.Hugo Hörnquist2020-07-17
|
* Add TODO about VALUE in some cases.Hugo Hörnquist2020-07-14
|