Commit Graph

1860 Commits

Author SHA1 Message Date
Guy Sartorelli
ee8fe59c6c Merge branch '5.13' into 5 2022-05-11 12:26:55 +12:00
Michal Kleiner
cac56c4081
Merge pull request #1095 from silverstripe/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2022-05-10 21:55:15 +12:00
Steve Boyd
0f12e1ecfc Update translations 2022-05-04 13:29:41 +12:00
dependabot[bot]
ee2967722b
Merge pull request #1142 from silverstripe/dependabot/npm_and_yarn/async-2.6.4 2022-05-03 09:52:11 +00:00
Guy Sartorelli
5f7bf4843c
Merge pull request #1143 from creative-commoners/pulls/5/p81
MNT Disallow php 8.1 failure
2022-05-02 17:04:36 +12:00
Steve Boyd
45dabe1e36 MNT Disallow php 8.1 failure 2022-05-02 14:25:06 +12:00
dependabot[bot]
8e04a6d43a
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 19:20:52 +00:00
Guy Sartorelli
2714f8699b
Merge pull request #1141 from creative-commoners/pulls/5/php81
ENH PHP 8.1 compatibility
2022-04-26 17:57:35 +12:00
Steve Boyd
792d61fded ENH PHP 8.1 compatibility 2022-04-13 13:52:56 +12:00
Maxime Rainville
cd0deae9c0
Merge pull request #1138 from creative-commoners/pulls/5/update-js-deps
MNT Add update JS deps workflow
2022-03-30 21:12:32 +13:00
Michal Kleiner
ea20c6d990
Merge pull request #1139 from thewebmen/dynamic-admin-urls
FIX Use controller provided admin URL
2022-03-24 21:53:28 +13:00
Rens
6f34d27c48 Fix hardcoded admin urls 2022-03-24 08:29:29 +01:00
Steve Boyd
95869064dc MNT Add update JS deps workflow 2022-03-22 12:11:47 +13:00
Michal Kleiner
81c21ea463
Merge pull request #1102 from lerni/OnCompleteMessage-in-populateDefaults()
ENH Move OnCompleteMessage from $defaults to populateDefaults() for translations
2022-03-17 10:37:22 +13:00
Lukas Erni
663bfa6952 ENH move OnCompleteMessage from $defaults to populateDefaults() for translations
add double backslashes, fix typo as requested by michalkleiner
2022-03-16 13:05:37 +01:00
Lukas
a97fb570c3
FIX strings instead of __CLASS__ for translation keys in trait (#1101)
* strings instead of __CLASS__ for translation keys in trait

* use double backslashes for FQN in _t()

* amend missing for double backslashes for FQN in _t()
2022-03-16 14:48:41 +13: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
dependabot[bot]
e3d2c37faa
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 22:27:55 +00: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