Commit ab6225b
feat: Version 0.15.2 (#192)
* feat: component filter added (#176)
* fix: only add column when it doesn't exist (#167)
* fix: only add column when it doesn't exist
* style: formatting
* feat: export cms (#169)
* feat: import export
* feat: use file instead of database
* feat: move import/export to model
* fix: export from tableitem
* feat: move export to Trait
* style: formatting
* style: formatting
* fix: never use file as source of truth
* style: formatting
* chore: cleanup
* fix: use export to file
* feat: comment things that no longer work
* feat: add meta data
* feat: list filenames
* feat: cleaner export
* feat: remove UI for import/export
* style: formatting
* feat: add import command
* feat: import from files
* feat: remove import UI
* feat: prevent editing tables with changes on disk
* feat: do not use id's in export for tables
* feat: optionally export ids
* feat: import ids when available
---------
Co-authored-by: Rene <[email protected]>
* feat: component filter added
* feat: added filterparams
* feat: only query if filter exists
* feat: WIP
* feat: typed editor classes
* feat: editor changes
* feat: removed code
* feat: removed request from editor and overview
* feat: added TODO
* chore: update dependency
* feat: migration for model column in cms_table
* fix: retain model on import export cms_table
* feat: moved code to component
* feat: added guards
* style: formatting
* feat: parameters now in tableservice
* feat: removed parameter
* feat: removed request() from editor
* fix: return empty array if key not exists
* style: formatting
* style: formatting
---------
Co-authored-by: René <[email protected]>
* fix: exceptions handling (#189)
* fix: exception handling
* style: formatting
* fix: return type
* feat: date helper (#191)
* feat: moved layoutbar to editor (#193)
* feat: moved layoutbar to editor
* style: formatting
* chore: remove unused methods
---------
Co-authored-by: Rene <[email protected]>
---------
Co-authored-by: Xander Schuurman <[email protected]>1 parent 166ae92 commit ab6225b
File tree
2 files changed
+26
-38
lines changed- src
- Http/Controllers/Assets
- Models/Editor
2 files changed
+26
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 78 | + | |
| 79 | + | |
95 | 80 | | |
96 | 81 | | |
97 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
| 19 | + | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 21 | + | |
34 | 22 | | |
35 | | - | |
36 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
37 | 27 | | |
| 28 | + | |
38 | 29 | | |
39 | 30 | | |
40 | | - | |
| 31 | + | |
41 | 32 | | |
| 33 | + | |
| 34 | + | |
42 | 35 | | |
| 36 | + | |
43 | 37 | | |
44 | 38 | | |
45 | | - | |
| 39 | + | |
46 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments