Thursday, December 29, 2016¶
Today I committed the work I did during the Christmas holidays for the Lino Care project (tickets #1285 and #1304). Here is an overview of these changes.
New module
lino.modlib.restful
andlino_noi.projects.team.urls
which uses it. Currently just a proof of concept.New field
User.last_login
as a side effect of above. Alsolino.modlib.users.forms
andlino.modlib.users.views
.New module
lino_xl.lib.excerpts.roles
which defines the new roles ExcerptsUser and ExcerptsStaff because simple users in Lino Care never print excerpts and don’t want to see a menu command “My excerpts”. Because this functionality had been covered by OfficeUser and OfficeStaff so far, I had to adapt the roles definitions in noi, cosi, presto, voga, welfare
Here is a list of the commits:
2016-12-29 08:30 : lino_presto 92505c6
2016-12-29 08:30 : lino_welfare c2068b1
2016-12-29 08:30 : lino_algus 021af5e
Another series of minor changes:
The
inv ct
command defined inatelier.invlib.tasks
did not link to the blog in above list. Fixed. Changes in atelier fc83fc1 and blog c080f92.The default value for
lino.core.site.Site.use_websockets
is now False (because Hamza and I decided yesterday to leave #1331 sleeping for a while). Changes in lino 590f3ab lino_voga bf6b8f3 lino_book ae5a3b0 lino_welfare e5e899b