Commit 9abc482
v7 - Next CRUD Version (#5715)
* Uploaders - Refactor and fixes (#5478)
* add method to get ajax uploaders
* Apply fixes from StyleCI
[ci skip] [skip ci]
* use an abstract class
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* refactor uploaders
* Apply fixes from StyleCI
[ci skip] [skip ci]
* refactor rules
* Apply fixes from StyleCI
[ci skip] [skip ci]
* move ajax to PRO, cleanup
* Apply fixes from StyleCI
[ci skip] [skip ci]
* make attributes available for all subfields
* fix tests
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* upload multiple and upload properly working 🙏
* fixes
* Apply fixes from StyleCI
[ci skip] [skip ci]
* allow the configuration of valueWithoutPath call.
* fix valid upload inside repeatables
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix condition
* cleanup
* fix
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix use case for enabling validation after entry is created
* Apply fixes from StyleCI
[ci skip] [skip ci]
* dont save array keys
* fix ajax validation
* fix validation messages
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fixes ValidUpload
* Apply fixes from StyleCI
[ci skip] [skip ci]
* dont json encode if casted in the model
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix previous file identification in repeatable
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix getting values
* Apply fixes from StyleCI
[ci skip] [skip ci]
* add fake fields support
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip add uploaders tests
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* add pro columns
* fix test suite
* fix tests
* ffix tests
* remove unused test views
* add uploaders to test coverage
* Apply fixes from StyleCI
[ci skip] [skip ci]
* add coverage folder to gitignore
* make tests run faster by not reloading db when not necessary
* add coverage to validation tests
* add fake tests to uploaders
* Apply fixes from StyleCI
[ci skip] [skip ci]
* add more tests
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* add more upload assets
* fixes
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix single file
* Apply fixes from StyleCI
[ci skip] [skip ci]
* add image column
* fix tests
* Apply fixes from StyleCI
[ci skip] [skip ci]
* remove hardcoded macro names
* Apply fixes from StyleCI
[ci skip] [skip ci]
* remove double loop, fix single file uploader
* Apply fixes from StyleCI
[ci skip] [skip ci]
* use a big increments and unsigned for primary key
* handle pivot file deletion
* Apply fixes from StyleCI
[ci skip] [skip ci]
* register events for relation models
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix typo
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix relationship uploaders
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* update temporary time key
* save objects in the macro
---------
Co-authored-by: StyleCI Bot <[email protected]>
* trigger testing forkflow on PR
* Clean up uploaders (#5725)
* wip
* clean up
* add get uploadedFilesFromRequest to clean up uploaders
* Apply fixes from StyleCI
[ci skip] [skip ci]
* fix type cast
* add summernote uploader
* update summernote
* add summernote
* add more test assets
---------
Co-authored-by: StyleCI Bot <[email protected]>
* allow datatable url configuration (#5713)
* use next branch for basset
* require alpha version
* bump basset version
* Lifecycle hooks for CRUD operations (#5687)
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* tidy up
* Apply fixes from StyleCI
[ci skip] [skip ci]
* panel hooks
* Apply fixes from StyleCI
[ci skip] [skip ci]
* refactoring :broom
* finish implementing hooks
* Apply fixes from StyleCI
[ci skip] [skip ci]
* refactoring hooks
* Apply fixes from StyleCI
[ci skip] [skip ci]
* add hook to delete
* allow empty parameters
* wip
---------
Co-authored-by: StyleCI Bot <[email protected]>
* "Agnostic" filters - decouple filters from datatables (#5714)
* wip
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* wip
* Apply fixes from StyleCI
[ci skip] [skip ci]
* remove filters navbar component
---------
Co-authored-by: StyleCI Bot <[email protected]>
* bump basset version
* Update composer.json
* Apply fixes from StyleCI
[ci skip] [skip ci]
* datatable component (#5688)
Co-authored-by: StyleCI Bot <[email protected]>
Co-authored-by: Cristian Tabacitu <[email protected]>
* move the list heading to the datatable component (#5808)
* add Datagrid and Datalist components (#5810)
Co-authored-by: StyleCI Bot <[email protected]>
* Form component (no ajax form) (#5814)
Co-authored-by: StyleCI Bot <[email protected]>
Co-authored-by: Cristian Tabacitu <[email protected]>
* dataform component fixes (#5816)
Co-authored-by: StyleCI Bot <[email protected]>
* Added general chip blade file and chip widget (#5815)
* Fix Form issues, Add *name* argument to forms (#5817)
Co-authored-by: StyleCI Bot <[email protected]>
* Drop support for Laravel 10 and 11 (#5819)
* Fix hooks at setup level (#5818)
Co-authored-by: StyleCI Bot <[email protected]>
* install dev-next version of generators
* require basset beta version (#5821)
* fix scripts on table
* fix the keyboard shortcuts on forms
* ensure proper crud identification
* fix hooks
* fix crud field javacript issue
* pass the form id to form content
* add error page translations
* fix export buttons
* wip
* wip
* wip
* map the ui files
* fix table without export buttons
* always focus on error field
* delete button redirect
* Apply fixes from StyleCI
[ci skip] [skip ci]
* Fix padding in name
* Fix checkbox padding
* Background of select2
* multiple fixes
* fix form error highlight
* wip
* Add toggle to JSON
* allow user to choose locale and timezone
* fixes bulk actions
* fix the filter navbar
* fix line buttons dropdown
* wip
* wip
* wip
* wip
* wip
* DataFormModal component (#5863)
Co-authored-by: StyleCI Bot <[email protected]>
Co-authored-by: Cristian Tabacitu <[email protected]>
Co-authored-by: Cristian Tăbăcitu <[email protected]>
* wip
* wip
* wip
* Save action classes (#5878)
Enable the usage of classes to describe the save actions. This allow more flexibility and easy to extend and/or configure behaviour.
* add cancel button option to modal form (#5881)
* fix problem with checklist_dependency field in Update operation
* fix indentation
* Update src/app/Console/Commands/Install.php
* Update composer.json
---------
Co-authored-by: Pedro Martins <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>
Co-authored-by: jcastroa87 <[email protected]>
Co-authored-by: zachweix <[email protected]>1 parent cb4bdb4 commit 9abc482
File tree
183 files changed
+9431
-2084
lines changed- .github/workflows
- src
- app
- Http/Controllers
- Contracts
- Operations
- Concerns
- Library
- CrudPanel
- Hooks
- Facades
- SaveActions
- Traits
- Support
- Uploaders
- Support
- Interfaces
- Traits
- Validation/Rules
- Support
- View/Components
- Contracts
- config/backpack/operations
- resources
- assets/css
- lang
- ar
- bg
- bn
- cs
- da-DK
- da_DK
- de
- el
- en
- fa
- fr-CA
- fr_CA
- fr
- hu
- id
- it
- ja
- lv
- my
- nl
- pt-BR
- pt_br
- pt
- ro
- sr
- th
- vi
- zh-Hant
- zh-cn
- views/crud
- buttons
- chips
- columns
- inc
- components
- dataform
- datatable
- fields
- inc
- widgets
- tests
- Feature
- Unit
- CrudPanel
- Uploaders
- config
- CrudPanel
- Http
- Controllers
- Requests
- Models
- Uploads
- assets
- database/migrations
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
183 files changed
+9431
-2084
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 28 | | |
42 | 29 | | |
43 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | | - | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
67 | 87 | | |
68 | 88 | | |
69 | 89 | | |
| |||
79 | 99 | | |
80 | 100 | | |
81 | 101 | | |
| 102 | + | |
| 103 | + | |
82 | 104 | | |
| 105 | + | |
83 | 106 | | |
84 | 107 | | |
85 | 108 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
89 | 115 | | |
90 | 116 | | |
91 | 117 | | |
92 | 118 | | |
93 | 119 | | |
94 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
95 | 125 | | |
96 | 126 | | |
97 | 127 | | |
| |||
178 | 208 | | |
179 | 209 | | |
180 | 210 | | |
181 | | - | |
| 211 | + | |
182 | 212 | | |
183 | 213 | | |
184 | 214 | | |
| |||
197 | 227 | | |
198 | 228 | | |
199 | 229 | | |
200 | | - | |
| 230 | + | |
201 | 231 | | |
202 | 232 | | |
203 | 233 | | |
| |||
315 | 345 | | |
316 | 346 | | |
317 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
318 | 380 | | |
319 | 381 | | |
320 | 382 | | |
| |||
330 | 392 | | |
331 | 393 | | |
332 | 394 | | |
333 | | - | |
| 395 | + | |
334 | 396 | | |
335 | 397 | | |
336 | 398 | | |
| |||
| 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 | + | |
0 commit comments