Tuesday, January 20, 2015

The last thing I did yesterday before going to sleep was to upgrade The Lino framework. Which revealed that Renamed “Lino Faggio” to “Lino Voga” was still broken.

I worked on https://www.lino-framework.org/tutorials/tables/index.html.

I renamed lino.core.site_def to lino.core.site.

Fixed a typo bug in lino.utils.sendchanges.Emitter.emit_created() which caused a TypeError format() argument after ** must be a mapping, not type (ticket #69).

Added more content to https://www.lino-framework.org/tutorials/sendchanges/index.html in order to cover this.

Added a new rule to facilitate above test case: remote authentication is now activated also if lino.core.site.Site.default_user is nonempty but lino.core.site.Site.remote_user_header has been left empty. In that case ever request becomes default_user.