Commit Graph

1701 Commits

Author SHA1 Message Date
Guy Sartorelli 3532127f25
Merge pull request #1161 from creative-commoners/pulls/5.12/standardise-modules
MNT Standardise modules
2022-08-02 15:50:27 +12:00
Steve Boyd cc601bb942 MNT Standardise modules 2022-08-01 16:23:44 +12:00
Guy Sartorelli a82a924906
Merge pull request #1156 from creative-commoners/pulls/5.12/module-standards
MNT Use GitHub Actions CI
2022-07-15 12:32:30 +12:00
Steve Boyd 13d6ddc80e MNT Use GitHub Actions CI 2022-07-14 12:50:11 +12:00
Guy Sartorelli 7e18097b0a
Merge pull request #1151 from creative-commoners/pulls/5.12/wrong-max-file-size
FIX MAX_FILE_SIZE of the last EditableFileField
2022-06-02 10:40:58 +12:00
Sabina Talipova 63c6326a63 FIX MAX_FILE_SIZE of the last EditableFileField 2022-06-01 14:08:00 +12:00
Guy Sartorelli 52804b026c
Merge pull request #1148 from creative-commoners/pulls/5.12/bug-previous-form-step
FIX Not working previous form step if there is more than one hidden page
2022-05-25 13:58:46 +12:00
Sabina Talipova 0c066a3cfc FIX Add skipping argument and new behat tests 2022-05-25 13:11:29 +12:00
Michal Kleiner 6826489295
Merge pull request #1134 from xini/hide-invisible-fields-from-emails
ENH Add config to hide invisible fields from email output
2022-03-15 14:41:57 +13:00
Florian Thoma 33e9a25688 ENH Add config to hide invisible fields from email output 2022-03-15 11:46:18 +11:00
Guy Sartorelli 60cd3d0937
FIX Ensure all fields are available for updateCMSFields(). (#1089) 2022-03-03 16:47:45 +13:00
Maxime Rainville 243598f880
Merge pull request #1133 from creative-commoners/pulls/5/php74
DEP Set PHP 7.4 as the minimum version
2022-02-18 22:10:19 +13:00
Steve Boyd 3254d57d2d DEP Set PHP 7.4 as the minimum version 2022-02-10 17:42:23 +13:00
Marco Hermo c762835d4f
API Additional data passed to updateAfterProcess hook (#1130)
Passing $emailData and $attachments array to the existing hook, updateAfterProcess
In this case it will give more flexibility for the extension to do
additional cleanup process after the emails has been sent.
2022-01-14 11:08:22 +13:00
Steve Boyd ddea8104a8 Merge branch '5.11' into 5 2021-11-25 13:22:30 +13:00
Maxime Rainville 85ee50c230
Merge pull request #1126 from creative-commoners/pulls/5.11/js
DEP Update JS dependencies
2021-11-24 17:34:54 +13:00
Steve Boyd d1822650db DEP Update JS dependencies 2021-11-23 11:00:40 +13:00
Steve Boyd f8af74d806 Merge branch '5.11' into 5 2021-11-19 09:42:03 +13:00
Steve Boyd 909834814c Merge branch '5.10' into 5.11 2021-11-19 09:41:38 +13:00
Maxime Rainville 94fb446094
Merge pull request #1114 from creative-commoners/pulls/5.10/behat
MNT Add behat tests
2021-11-15 14:56:07 +13:00
Maxime Rainville f98f5f1372
Merge pull request #1117 from creative-commoners/pulls/5/sapphire-test-nine
API phpunit 9 support
2021-11-02 14:25:08 +13:00
Steve Boyd 40bd88e81c API phpunit 9 support 2021-11-02 09:52:58 +13:00
Michal Kleiner 2691ac354e
ENH Provide submitted form info to submission email data (#1113) 2021-10-19 12:58:23 +13:00
Steve Boyd 9d5b8c1b8e
Merge pull request #1111 from alex-dna/fix/controller-name
API Use controller_name static config
2021-10-19 10:47:46 +13:00
Maxime Rainville aa4e892573 Update translations 2021-10-05 14:25:05 +13:00
Steve Boyd ec747d3f26 MNT Add behat tests 2021-09-28 15:56:34 +13:00
Alexandre 9f7e55b346 Use controller_name static config instead of method for better inheritance 2021-09-17 08:23:39 +12:00
Joon Yoon 60931791fb
ENH Scroll back to top after pressing PREV/NEXT buttons (#1109)
* MINOR: scrolling back to top after submission

* BUILD

Co-authored-by: Nicolaas <github@sunnysideup.co.nz>
Co-authored-by: nicolaas@ninasimone <nt@sunnysideup.co.nz>
2021-09-16 11:23:56 +12:00
Steve Boyd de0375651f Merge branch '5.10' into 5 2021-09-04 18:06:17 +12:00
Maxime Rainville 62b726e5ca Update translations 2021-08-27 11:27:35 +12:00
Maxime Rainville 1637a29cb4 Merge branch '5.9' into 5 2021-08-26 17:00:48 +12:00
Steve Boyd 686a7295ff
Merge pull request #1085 from GuySartorelli/patch-1
Fix: Allow removing the Versioned extension from EditableFormField
2021-08-06 10:33:26 +12:00
Daniel Hensby 22f45d069a
Merge pull request #1092 from webbuilders-group/fix-templates-regex-windows
BUGFIX: Fixed issue causing the regex on windows to throw an error
2021-07-28 22:55:41 +01:00
UndefinedOffset 63a1d1deb2
BUGFIX: Fixed issue causing the regex on windows to throw an error due to escaping of the parenthesis caused by DIRECTORY_SEPARATOR 2021-07-19 11:36:03 -03:00
Daniel Hensby 69b397f467
Fix bad lang merge 2021-07-08 12:37:20 +01:00
Steve Boyd df842f6d8e Merge branch '5.9' into 5 2021-07-07 14:09:41 +12:00
Daniel Hensby cfc3e1007a
Merge pull request #1088 from chromos33/5
Update de_DE.yml
2021-06-22 11:17:13 +01:00
Daniel Hensby 15e834de87
Merge pull request #1087 from wilr/5
FIX Log any email exceptions gracefully
2021-06-22 11:16:18 +01:00
Will Rossiter 18eccb65d4
FIX Log any email exceptions gracefully
If an email send() generates any errors such as invalid template or API exceptions then capture the error in the logs rather than displaying the error to the user.
2021-06-22 21:54:06 +12:00
chromos33 80c3d2e686
Update de_DE.yml 2021-06-22 11:47:05 +02:00
GuySartorelli 02c15f321a
Fix: Allow removing the Versioned extension from EditableFormField
fixes #1082
2021-06-21 09:58:35 +12:00
Maxime Rainville acf1c16743
MNT Update translations (#1079)
* MNT Update translations

* MNT Update translation

* MNT Update translation
2021-06-09 14:25:59 +12:00
dependabot[bot] e2f4378fff
Merge pull request #1080 from silverstripe/dependabot/npm_and_yarn/ws-6.2.2 2021-06-06 15:58:09 +00:00
dependabot[bot] 9c1f935433
Bump ws from 6.2.1 to 6.2.2
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-05 15:06:53 +00:00
Daniel Hensby edb3d4ca8c
Merge pull request #1078 from GuySartorelli/patch-1
ENH Avoid use of 'new' keyword on injectable classes from this module.
2021-06-02 10:06:39 +01:00
Maxime Rainville ab20f881eb Merge branch '5.9' into 5 2021-06-01 14:51:34 +12:00
Maxime Rainville 38a498ae9d
Merge pull request #1076 from creative-commoners/pulls/5.9/revert-translations
FIX Add namespaces back to translation files, use EditibleFileField class
2021-06-01 14:45:26 +12:00
GuySartorelli 3fbccea2ea
ENH Avoid use of 'new' keyword on injectable classes from this module.
It's not uncommon to want to override or enhance some functionality in vendor code that doesn't have extension points, so we should avoid the `new` keyword when instantiating injectable classes from the module.
2021-05-31 13:00:31 +12:00
Steve Boyd b13cb73deb FIX Add namespaces back to translation files, use EditibleFileField class 2021-05-31 12:54:31 +12:00
Maxime Rainville 4d9e78a841 Merge branch '5.9' into 5 2021-05-28 14:36:57 +12:00