Commit fa04784
committed
Jet library (core):
-------------------
* ORM DataModel: dataFetch* - raw mode added
* Jet Form:
Form_Renderer_Single->setCustomRenderer( ?Closure $custom_renderer ): void
Form_Renderer_Single->getCustomRenderer(): ?Closure
Form_Renderer_Single->renderByView() : string
* Bug fix: non-functional internal relations in entity inheritance
* Bug fix: Form_Field_Data: invalid default error code
* Bug fix: Form_Field_Range: better input value catcher
* Bug fix: Form_Field_Float: null value if input missing
* Bug fix: Form_Field_Int: null value if input missing
Jet Example App:
-------------------
* ErrorHandler_Display: output buffer clean in a case of fatal error1 parent 895aafb commit fa04784
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
74 | | - | |
75 | | - | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
0 commit comments