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 fieldLanguageKnowledge.obervation_dateand 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.adgtolino_book.projects.avanti1.In
lino_avanti.lib.avanti.settings, replaced their usage oflino.core.site.Site.setup_plugins()bylino.core.site.Site.get_plugin_options()Reviewed the
avanti/Client/final_report.body.htmltemplate and started using it.