1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-26 06:24:32 +02:00

7374 Commits

Author SHA1 Message Date
Awilum
3bd095c66f refactor(core): revert back icon plugin from flextype core #414 2020-03-14 20:34:21 +03:00
Awilum
3397929176 refactor(core): remove icon plugin from flextype core #414 2020-03-13 17:06:13 +03:00
Awilum
a84d29f55c feat(form-plugin): add ability to render forms with tabs sections and without tabs sections. #412
next round of total refactoring
2020-03-13 16:12:15 +03:00
Awilum
a6bfb63fd1 feat(form-plugin): add ability to render forms with tabs sections and without tabs sections. #412
total refactoring
2020-03-12 17:46:27 +03:00
Awilum
0f2ccc3ef5 feat(core): add base Model #413 2020-03-12 00:51:34 +03:00
Awilum
6d5279a53b feat(form-plugin): add ability to render forms with tabs sections and without tabs sections. #412
**EXAMPLES**

form with tabs sections:
```
sections:
  SECTION_NAME:
    title: SECTION_TITLE
    form:
      fields:
       FORM_FIELDS
```

classic form:
```
  form:
    fields:
      FORM_FIELDS
```

**New methods added:**
- **renderFormWithSections**(**array** $fieldset, **array** $values = []) : **string**
- **renderForm**(**array** $fieldset, **array** $values = []) : **string**

**BREAKING CHANGES**
We should place form fields inside `form` element.

old definition (0.9.7):
```
sections:
  SECTION_NAME:
    title: SECTION_TITLE
    fields:
      FORM_FIELDS
```

new definition (0.9.8):
```
sections:
  SECTION_NAME:
    title: SECTION_TITLE
    form:
      fields:
        FORM_FIELDS
```
2020-03-11 13:50:01 +03:00
Awilum
dd2c9e84e4 feat(form-plugin): add form_render twig function #408 2020-03-11 13:20:45 +03:00
Awilum
26adaae919 feat(form-plugin): add form_render twig function #408 2020-03-11 13:20:38 +03:00
Awilum
1a88662190 feat(form-plugin): add form_render twig function #408 2020-03-11 13:20:30 +03:00
Awilum
d5f3c2a06a fix(form-plugin): fix RuntimeError if fieldsets sections not found #410 2020-03-09 15:46:45 +03:00
Awilum
f9db1c9fa4 refactor(form-plugin, admin-plugin): remove $request variable from mediaSelectField #409 2020-03-09 14:06:18 +03:00
Awilum
8d685ac8af fix(core): fix incorrect data merging of manifest and settings for plugins and themes #404 2020-03-09 10:27:54 +03:00
Awilum
f949199ad4 fix(admin-plugin): fix incorrect data merging of manifest and settings for plugins and themes #404 2020-03-08 23:17:07 +03:00
Awilum
ef7cd1ad46 fix(core): fix incorrect data merging of manifest and settings for plugins and themes #404 2020-03-08 22:52:39 +03:00
Awilum
91f12d0bea fix(core): fix incorrect data merging of manifest and settings for plugins and themes #404
affects:
- core
- admin-plugin
2020-03-08 22:49:51 +03:00
Awilum
b6b7f3bffd feat(core): decouple AuthMiddleware from core. #406
AuthMiddleware moved from Flextype core to Admin Panel plugin and renamed to AdminPanelAuthMiddleware
2020-03-08 18:37:21 +03:00
Awilum
bebd31dce8 feat(core): decouple Fieldsets from core. #407
Fieldsets moved fom core to /app/Models/ of Form Plugin
2020-03-08 17:42:28 +03:00
Awilum
425ec16283 chore(core): typo update for locales 2020-03-08 17:39:53 +03:00
Awilum
07d6eeb3f1 fix(admin-plugin): fix Confirmation Required modal buttons position issue in the media tab #403 2020-03-08 12:04:19 +03:00
Awilum
e003995c54 fix(icon-plugin): show fallback icon if icon name is not valid or doesn't exists. #400 2020-03-08 11:25:58 +03:00
Awilum
41ea2814ae fix(default-theme): fix issue with container content position #401 2020-03-08 11:03:21 +03:00
Awilum
f969eb0a17 build(core): remove ext-gd from composer require section 2020-03-07 23:31:52 +03:00
Awilum
30b6cf20c6 feat(core): add Application URL into the common settings #405 2020-03-07 22:02:52 +03:00
Awilum
170264e56d feat(core): add Application URL into the common settings #405
Affected:
 - core
 - admin-plugin
 - site-plugin
 - default-theme

BREAKING CHANGES

- shortcode [site_url] renamed to [url]
- twig function site_url() renamed to url()
- new setting added `flextype.url` instead of `plugins.site.url`
2020-03-07 22:00:53 +03:00
Awilum
f957d1d382 Merge remote-tracking branch 'origin/dev' into dev 2020-03-07 21:34:35 +03:00
Awilum
dafa6d9a71 chore(core): typo update for bootstrap.php 2020-03-07 21:34:26 +03:00
Sergey Romanenko
99a70b3ad7 Merge pull request #399 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-04 09:38:25 +03:00
Sergey Romanenko
1e5aacc94a New translations en_US.yaml (German) 2020-03-03 23:45:11 +03:00
Sergey Romanenko
984cba7bc6 Merge pull request #398 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-03 23:40:41 +03:00
Sergey Romanenko
261cc4c06a New translations en_US.yaml (German) 2020-03-03 23:18:22 +03:00
Sergey Romanenko
a7d030de9e Merge pull request #397 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-03 18:12:36 +03:00
Sergey Romanenko
3f16ca8192 New translations en_US.yaml (Hungarian) 2020-03-03 17:56:11 +03:00
Awilum
cfb8e606a2 Merge branch 'dev' 2020-03-03 12:03:44 +03:00
Awilum
3185e73c53 Flextype 0.9.7 v0.9.7 2020-03-03 11:52:43 +03:00
Sergey Romanenko
1e65bada67 Merge pull request #396 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-03 11:45:32 +03:00
Awilum
0c4d61e47b Flextype 0.9.7 2020-03-03 11:44:48 +03:00
Sergey Romanenko
5560230cfe New translations en_US.yaml (Ukrainian) 2020-03-03 11:38:28 +03:00
Sergey Romanenko
01fbbf3ab9 Merge pull request #395 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-03 11:28:59 +03:00
Awilum
97d1e843ed Flextype 0.9.7 2020-03-03 11:28:03 +03:00
Sergey Romanenko
5152990015 New translations en_US.yaml (Hungarian) 2020-03-03 11:01:14 +03:00
Awilum
a2bf45566c Flextype 0.9.7 2020-03-03 10:14:54 +03:00
Awilum
d525b955ab Flextype 0.9.6 2020-03-03 10:13:56 +03:00
Sergey Romanenko
1c4c886fe5 Merge pull request #394 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-03 10:05:12 +03:00
Sergey Romanenko
9d9d4be1df New translations en_US.yaml (French) 2020-03-03 07:46:58 +03:00
Sergey Romanenko
0b0b05276f New translations en_US.yaml (French) 2020-03-03 07:33:26 +03:00
Sergey Romanenko
ba05e9a802 New translations en_US.yaml (French) 2020-03-03 07:26:34 +03:00
Sergey Romanenko
abfebc1f9c Merge pull request #393 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-03 00:51:32 +03:00
Sergey Romanenko
347498e3ae New translations en_US.yaml (Persian) 2020-03-03 00:31:47 +03:00
Sergey Romanenko
cfc93b74fb Merge pull request #392 from flextype/crowding-admin-plugin
New Crowdin translations
2020-03-02 21:04:28 +03:00
Sergey Romanenko
20a471f540 New translations en_US.yaml (German) 2020-03-02 21:02:30 +03:00