Commit Graph

1683 Commits

Author SHA1 Message Date
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 909834814c Merge branch '5.10' into 5.11 2021-11-19 09:41:38 +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
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
Maxime Rainville 9e66b403be Merge branch '5.8' into 5.9 2021-05-28 14:36:23 +12:00
Maxime Rainville 2b249c29e2
Merge pull request #1075 from creative-commoners/pulls/5.8/fix-orphan-removal-test
MNT Fix testOrphanRemovalDoesNotAffectOtherClassesWithTheSameID to start with a First Page Step
2021-05-28 09:46:45 +12:00
Maxime Rainville a989700d52 MNT Fix testOrphanRemovalDoesNotAffectOtherClassesWithTheSameID to start with a First Page Step 2021-05-27 11:45:39 +12:00
Steve Boyd 203e3749af Merge branch '5.9' into 5 2021-05-21 14:31:08 +12:00
Daniel Hensby 41fa8f0718
Merge pull request #1051 from wilr/wilr-patch-1
FIX Uploaded files not appearing in emails and cleanup deleted files.
2021-05-17 09:10:31 +01:00
Maxime Rainville 1915acf05f Update translations 2021-05-17 15:09:54 +12:00
Will Rossiter beaf901208
FIX When deleting form submission, delete linked file 2021-05-17 09:13:19 +12:00
dependabot[bot] e9e1f8cbcf
Merge pull request #1047 from silverstripe/dependabot/npm_and_yarn/elliptic-6.5.4 2021-05-15 07:19:28 +00:00
dependabot[bot] 8450b219c4
Merge pull request #1066 from silverstripe/dependabot/npm_and_yarn/hosted-git-info-2.8.9 2021-05-15 07:19:15 +00:00
dependabot[bot] 0208b9db2b
Merge pull request #1064 from silverstripe/dependabot/npm_and_yarn/lodash-4.17.21 2021-05-15 07:19:02 +00:00
dependabot[bot] 19a185d86a
Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 20:41:25 +00:00
dependabot[bot] e866b09376
Bump hosted-git-info from 2.8.5 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 20:41:24 +00:00
dependabot[bot] 9fcfe23f7f
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 20:41:19 +00:00
dependabot[bot] b91f53ec39
Merge pull request #1048 from silverstripe/dependabot/npm_and_yarn/npm-6.14.11 2021-05-14 20:40:34 +00:00
dependabot[bot] c4132dba6b
Merge pull request #1052 from silverstripe/dependabot/npm_and_yarn/y18n-3.2.2 2021-05-14 20:39:51 +00:00
Dan Hensby ce18179d49
Merge pull request #1049 from hamaka/fix/attachments_respecting_hideformdata 2021-05-14 21:32:09 +01:00
Daniel Hensby bc5689b55a
Merge pull request #1056 from purplespider/patch-1
Stops reply-to address being set to empty, if reply-to field value is empty
2021-05-14 21:21:52 +01:00
Steve Boyd 4d2ca74ea5 Merge branch '5.8' into 5 2021-05-03 15:34:18 +12:00