Niko Sams
Niko Sams
the phantom record might not have all required data set in the edit window yet --- This change is [](https://reviewable.io/reviews/bmoeskau/extensible/73)
Correctly updates the calendar when store is changed outside of calendar --- This change is [](https://reviewable.io/reviews/bmoeskau/extensible/69)
Fixes adding entries with own fields when using a custom event window & model. --- This change is [](https://reviewable.io/reviews/bmoeskau/extensible/66)
This change is [](https://reviewable.io/reviews/bmoeskau/extensible/65)
that allows futher programatically adjustment of values while they are unchanged by the user. Also forward resetOriginalValue call to fields. --- This change is [](https://reviewable.io/reviews/bmoeskau/extensible/70)
because: - it sometimes hangs in maintenace mode - in perhaps 99% of updates a maintenance page is not really needed as the web is not unusable during the update
Problem is that -- ends a html code with might be used in bem classes. This change adds instead of
https://github.com/koala-framework/koala-framework/issues/344#issuecomment-109895768 poedit uses invalid charset (latin1) 
This fixes issues when the `Array.prototype` is modified (Yes, I know that modifying Array prototype should be avoided)
```ts type TupleToUnion = T extends [infer First, ...infer Rest] ? First | TupleToUnion: never; ```