:date: 2017-02-08 =========================== Wednesday, February 8, 2017 =========================== Avanti ====== More changes in :ticket:`1466`. I am still fiddling with presences and who is responsible for the generated events. I had to extend the :class:`EventGenerator ` API (adding a method :meth:`eventgen_user `). I started a new specs document :ref:`avanti.specs.courses`. I moved the workflows module from Voga to XL because I want to use that workflow in Avanti as well. UnicodeException ================ A stupid UnicodeException took me 1h30:: AjaxExceptionResponse UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 2: ordinal not in range(128) in request PUT /api/tickets/AllTickets/1473 (data: `. Renamed RFC to `Commentable`. TODO: - Adapt test suite and verify that no comments on private tickets are - Rename :meth:`get_slave_summary` to :meth:`get_table_summary` or something similar. -