File tree
14 files changed
+176
-121
lines changed- site
- config
- plugins
- snippets
- comps
- tailwind
- templates
14 files changed
+176
-121
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + |
- .github/workflows/backend.yml+18-18
- .github/workflows/frontend.yml+5-5
- .github/workflows/integration.yml+9-9
- .github/workflows/stale.yml+1-1
- composer.json+1-1
- composer.lock+1-1
- config/methods.php+9-7
- config/sections/files.php+5
- config/sections/pages.php+5
- i18n/translations/ca.json+1-1
- i18n/translations/cs.json+1-1
- i18n/translations/de.json+4-4
- i18n/translations/el.json+1-1
- i18n/translations/en.json+1-1
- i18n/translations/es_419.json+1-1
- i18n/translations/es_ES.json+6-6
- i18n/translations/fr.json+1-1
- i18n/translations/ko.json+1-1
- i18n/translations/pl.json+1-1
- i18n/translations/tr.json+1-1
- panel/dist/js/index.js+1-1
- panel/src/api/request.js+10-8
- panel/src/components/Forms/Blocks/Block.vue+5-1
- panel/src/components/Forms/Blocks/Blocks.vue+39-48
- panel/src/components/Forms/Field/ObjectField.vue+1-10
- panel/src/components/Forms/Field/StructureField.vue+1-8
- panel/src/components/Navigation/Search.vue+6-1
- panel/src/config/api.js+4-4
- panel/src/helpers/embed.js+6-2
- panel/src/helpers/embed.test.js+160-135
- panel/src/helpers/field.js+29-7
- src/Cms/App.php+8-13
- src/Cms/AppPlugins.php+13
- src/Cms/Block.php+7
- src/Cms/BlockConverter.php+285
- src/Cms/Blocks.php+43-4
- src/Cms/File.php+1-1
- src/Cms/Item.php+11
- src/Cms/Items.php+13
- src/Cms/Layout.php+1
- src/Cms/LayoutColumn.php+1
- src/Cms/Layouts.php+4-1
- src/Cms/PageActions.php+3-3
- src/Cms/PageRules.php+6-1
- src/Cms/Pages.php+3-3
- src/Filesystem/Asset.php+28
- src/Filesystem/Dir.php+17-4
- src/Image/Image.php+8-2
- src/Option/OptionsApi.php+25-31
- src/Query/Query.php+1-1
- src/Toolkit/A.php+32-5
- src/Toolkit/Dom.php+65-68
- tests/Cms/Blocks/BlockTest.php+6-3
- tests/Cms/Blocks/BlocksTest.php+39
- tests/Cms/Fields/FieldMethodsTest.php+31-7
- tests/Cms/Files/FileActionsTest.php+3-1
- tests/Cms/Items/ItemTest.php+13-1
- tests/Cms/Items/ItemsTest.php+29-5
- tests/Cms/Pages/PageCreateTest.php+33
- tests/Cms/Pages/PageRulesTest.php+34
- tests/Cms/Pages/PagesTest.php+38
- tests/Cms/Sections/FilesSectionTest.php+58
- tests/Cms/Sections/PagesSectionTest.php+54
- tests/Filesystem/AssetTest.php+33
- tests/Filesystem/DirTest.php+66-8
- tests/Option/OptionsApiTest.php+37
- tests/Option/fixtures/data-nested.json+2-1
- tests/Panel/ViewTest.php+1-1
- tests/Toolkit/ATest.php+72
- vendor/autoload.php+15-2
- vendor/composer/ClassLoader.php+27-14
- vendor/composer/autoload_classmap.php+1
- vendor/composer/autoload_real.php+10-17
- vendor/composer/autoload_static.php+1
- vendor/composer/installed.php+4-4
+84-53
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
19 | 42 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
23 | 46 |
| |
24 |
| - | |
| 47 | + | |
25 | 48 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
36 | 52 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
46 | 69 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
59 | 82 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
64 | 95 |
|
Submodule kirby3-matomo added at 8662f8e
Whitespace-only changes.
Whitespace-only changes.
This file was deleted.
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 | + |
This file was deleted.
File renamed without changes.
Whitespace-only changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
5 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + |
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 |
| - | |
| 1 | + | |
20 | 2 |
| |
21 | 3 |
| |
22 | 4 |
| |
23 | 5 |
| |
24 |
| - | |
| 6 | + |
0 commit comments