20101123

Die Uploads sind jetzt in etwa fertig

Noch kleine Bugfixes:

  • Im Detail waren die Navigator-Buttons abhanden gekommen (das war ein Bug in Lino.FormPanel.constructor()).

  • MultiValueDictKeyError: “Key ‘file’ not found in <MultiValueDict: {}>” kam, weil ich http://www.sencha.com/deploy/dev/docs/?class=Ext.form.BasicForm fileUpload nicht gesetzt hatte.

  • Neue Reports MyUploads und MyContracts. Neuer mixin ByUser.

  • Leere Foreign Keys wurden in Grids als ein anklickbares “null” angezeigt. Darum kümmer sich jetzt Lino.fk_renderer().

  • reminder_text has now a selection list. This list is currently statically defined in lino.mixins.reminder.REMINDER_TEXT_CHOICES which is definitively not the definitive place.