Sunday, May 24, 2015¶
The lino_noi.settings.Site class had url not set.
Miscellaneous optimizations in Lino Noi.
Moved the table definitions (#273) for
lino.modlib.ticketsfromlino.modlib.tickets.modelsto a new separate modulelino.modlib.tickets.ui.Changed column_names and order_by of
lino.modlib.tickets.ui.ActiveTickets.
Fixed a general bug which I discovered as user of Lino Noi:
#274 (Printing a table with RichTextField). This includes a
new method fromstring
on any namespace.
I had an error OperationalError: no such column:
users_user.open_session_on_new_ticket while building the Lino docs
tree after a fab clean (so it’s possible that this problem
has been there for a while).