v2.0 Slim+jQueryUI+jqGrid
Big changes
- dropped Yii2 framework and all workarounds for it. Code was rewritten with Slim4 + Illuminate/database
- some hidden UIX and validation issues were fixed
- db migration is now triggered on index page every time it loads. This is cheap trade off for option to have everything to go automatically instead of extra endpoint which I have no will to maintain
- made preparation for better configuration compatibility for future changes
- dropped unused/bloat functionality (migration endpoint, table optimization, email support)
- tabs were moved to separate pages, it was stupid anyway
other changes
- test coverage is ~100%
- major refactoring was done, controllers were replaced with actions