File tree
92 files changed
+626
-778
lines changed- src
- Fieldset
- template
- field
- options
- Model
- Service
- template
- form
- format
- search
- row
- Relation
- template
- Schema
- Service
- template
- field
- options
- bootstrap
- test
- model
- Service
- schema
- Service
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
92 files changed
+626
-778
lines changedLICENSE
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
composer.json
100644
100755
File mode changed.
src/Exception.php
100644
100755
File mode changed.
src/Fieldset.php
100644
100755
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
143 |
| - | |
| 142 | + | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
174 |
| - | |
| 173 | + | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
src/Fieldset/Validator.php
100644
100755
File mode changed.
src/Fieldset/controller.php
100644
100755
File mode changed.
src/Fieldset/events.php
100644
100755
File mode changed.
src/Fieldset/template/_modal.html
100644
100755
File mode changed.
src/Fieldset/template/_row.html
100644
100755
File mode changed.
src/Fieldset/template/_scripts.html
100644
100755
File mode changed.
src/Fieldset/template/_styles.html
100644
100755
File mode changed.
src/Fieldset/template/_templates.html
100644
100755
File mode changed.
src/Fieldset/template/field/_detail.html
100644
100755
File mode changed.
src/Fieldset/template/field/_list.html
100644
100755
File mode changed.
src/Fieldset/template/field/_type.html
100644
100755
File mode changed.
src/Fieldset/template/field/_validation.html
100644
100755
File mode changed.
src/Fieldset/template/form.html
100644
100755
File mode changed.
src/Fieldset/template/options/_format.html
100644
100755
File mode changed.
src/Fieldset/template/options/_type.html
100644
100755
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
260 |
| - | |
| 259 | + | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
268 |
| - | |
| 267 | + | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
|
src/Fieldset/template/options/_validation.html
100644
100755
File mode changed.
src/Fieldset/template/search.html
100644
100755
File mode changed.
+115
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + |
src/Model.php
100644
100755
File mode changed.
src/Model/Formatter.php
100644
100755
+53-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
47 |
| - | |
| 49 | + | |
48 | 50 |
| |
49 |
| - | |
50 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 |
| |
52 | 60 |
| |
53 | 61 |
| |
| |||
63 | 71 |
| |
64 | 72 |
| |
65 | 73 |
| |
66 |
| - | |
67 |
| - | |
| 74 | + | |
| 75 | + | |
68 | 76 |
| |
69 | 77 |
| |
70 |
| - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
71 | 83 |
| |
72 | 84 |
| |
73 | 85 |
| |
| |||
79 | 91 |
| |
80 | 92 |
| |
81 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
82 | 115 |
| |
83 |
| - | |
| 116 | + | |
84 | 117 |
| |
85 |
| - | |
86 |
| - | |
87 | 118 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
94 | 130 |
| |
95 | 131 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 | 132 |
| |
100 | 133 |
| |
101 | 134 |
| |
| |||
177 | 210 |
| |
178 | 211 |
| |
179 | 212 |
| |
180 |
| - | |
181 |
| - | |
| 213 | + | |
| 214 | + | |
182 | 215 |
| |
183 | 216 |
| |
184 | 217 |
| |
|
src/Model/Service.php
100644
100755
File mode changed.
src/Model/Service/ElasticService.php
100644
100755
File mode changed.
src/Model/Service/RedisService.php
100644
100755
File mode changed.
src/Model/Service/SqlService.php
100644
100755
File mode changed.
src/Model/Validator.php
100644
100755
+40
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
69 | 89 |
| |
70 | 90 |
| |
71 | 91 |
| |
| |||
155 | 175 |
| |
156 | 176 |
| |
157 | 177 |
| |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
158 | 198 |
| |
159 | 199 |
| |
160 | 200 |
| |
|
src/Model/controller.php
100644
100755
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
308 |
| - | |
309 |
| - | |
| 307 | + | |
310 | 308 |
| |
311 | 309 |
| |
312 | 310 |
| |
| |||
475 | 473 |
| |
476 | 474 |
| |
477 | 475 |
| |
478 |
| - | |
479 |
| - | |
480 |
| - | |
| 476 | + | |
481 | 477 |
| |
482 | 478 |
| |
483 | 479 |
| |
|
src/Model/events.php
100644
100755
File mode changed.
0 commit comments