aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (follow)
Commit message (Collapse)AuthorAge
...
* 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
|
* Minor whitespace change.Hugo Hörnquist2020-07-12
|
* Add (vcomponent build).Hugo Hörnquist2020-07-11
|
* TODO about list parser.Hugo Hörnquist2020-07-08
|
* Remove bytevector depend in vcomponent/parse.Hugo Hörnquist2020-07-07
|
* Rename parse component to parse ical.Hugo Hörnquist2020-07-07
|
* Resolve whitespace in binary.Hugo Hörnquist2020-07-07
|
* Extend (vcomponent describe) to handle multi-valued fields.Hugo Hörnquist2020-07-07
|
* Fix UNTIL parsinrg for RRULE:s.Hugo Hörnquist2020-07-07
|
* Remove some TODO:s.Hugo Hörnquist2020-07-07
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Replace datetime literals with proper sexps.Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Rename attributes => properties, properties => parameters.Hugo Hörnquist2020-07-07
|
* Fix type for components created from xcal.Hugo Hörnquist2020-06-29
|