20140205 (Wednesday, 05 February 2014)¶
Committed yesterday’s changes at 02:21.
Continued to work for docs/tickets/84:
Noch eine Benutzerfrage zu Renamed “Lino Faggio” to “Lino Voga”: Einzelne Termine ausfallen lassen
Periodische Termine : Tabelle ist jetzt sortiert nach Beginndatum.
“In den Terminen eines Kurses habe ich versehentlich einen Termin auf “Stattgefunden” gesetzt. Wie kann ich ihn wieder auf “Entwurf” setzen?” –> Ab jetzt gibt es eine Aktion “Reset”.
Some subtle optimizations in linoweb.js
:
After clicking the Insert button, the keyboard focus is now on the first field of the FormPanel.
When in a text field, pressing ENTER saved the record instead of inserting a newline. I completely removed the binding ENTER -> save(), and instead added a binding Ctrl-S to do that.