Monday, September 9, 2019

I started working on #2274 (some extensions asked by the Lino Avanti site operator).

  • New option lino_xl.lib.cv.Plugin.with_language_history. If this is True, Lino adds a field LanguageKnowledge.obervation_date and allows multiple entries per (person, language). This can be used to record a history of the evolution of a person’s language knowledge.

  • Renamed the demo project lino_book.projects.adg to lino_book.projects.avanti1.

  • In lino_avanti.lib.avanti.settings, replaced their usage of lino.core.site.Site.setup_plugins() by lino.core.site.Site.get_plugin_options()

  • Reviewed the avanti/Client/final_report.body.html template and started using it.