20150209 (Monday, 09 February 2015)¶
I restarted to work on Lino Noi because Mahmoud and I are maybe
going to use it as ticketing system. Added a new fixture
lino_noi.fixtures.tractickets. Changes in
ino.modlib.tickets. New class TimeInvestment. I stopped to
try to import my old tickets and sessions from TIM. Yes you might say
that I am crazy. Why don’t I use Trac or GitHub? Why must I reinvent
the wheel?
Fixed a bug which caused an AttributeError 'NoneType' object
has no attribute 'attname' during RefuseClient. Could not
reproduce this problem on my machine, but found and eliminated the
obvious reason for it: add_system_note used the library class
object instead of the overridden one.