Commit Graph

1840 Commits

Author SHA1 Message Date
Guy Sartorelli
7618704a7a
MNT Update release dependencies 2023-03-10 16:34:10 +13:00
Guy Sartorelli
5214da76e9
MNT Update development dependencies 2023-03-10 12:21:29 +13:00
Steve Boyd
2b9c2c33be Merge branch '5' into 6.0 2023-03-08 12:00:02 +13:00
Guy Sartorelli
39701166f5
Merge pull request #1195 from creative-commoners/pulls/5/tx-1678080205
ENH Update translations
2023-03-08 10:32:26 +13:00
Steve Boyd
3d73a71b9c ENH Update translations 2023-03-06 18:23:25 +13:00
Steve Boyd
22696bdb65 Merge branch '5' into 6.0 2023-03-02 17:56:44 +13:00
Guy Sartorelli
59d007f4e9
Merge branch '5.14' into 5 2023-03-01 13:00:17 +13:00
Guy Sartorelli
7677f15fda
Merge pull request #1192 from creative-commoners/pulls/5.14/bump-jquery-validiation
DEP Bump jQuery validiation install
2023-02-28 16:44:30 +13:00
Maxime Rainville
d5ce6239ea DEP Bump jQuery validiation install 2023-02-28 15:02:09 +13:00
Steve Boyd
77af08139c Merge branch '5' into 6 2023-02-02 16:04:16 +13:00
Steve Boyd
10fc452c8d Merge branch '5.14' into 5 2023-02-02 16:03:12 +13:00
Steve Boyd
58583ded8d Merge branch '5.13' into 5.14 2023-02-02 16:02:49 +13:00
Guy Sartorelli
1c0dd09445
DEP Upgrade frontend build stack (#1191) 2023-01-31 11:20:28 +13:00
Guy Sartorelli
65d455f17e
Merge pull request #1187 from creative-commoners/pulls/6/php82
MNT Unit test PHP 8.2 compatibility
2023-01-26 10:14:02 +13:00
Sabina Talipova
1ea2b8e87f
API Remove deprecated code (#1185) 2023-01-25 13:55:24 +13:00
Guy Sartorelli
c11d22bbef
Merge pull request #1190 from creative-commoners/pulls/6/broken-builds
MNT Broken builds
2023-01-25 13:39:40 +13:00
Steve Boyd
b25e905bde MNT Unit test PHP 8.2 compatibility 2023-01-25 10:34:39 +13:00
Steve Boyd
2ea1b07c3c MNT Broken builds 2023-01-24 15:45:09 +13:00
Maxime Rainville
232f1ac8a6
Merge pull request #1188 from creative-commoners/pulls/6/remove-legacy-upgrader
MNT Remove legacy upgrader config
2023-01-23 10:06:41 +13:00
Steve Boyd
b6fbd374ea MNT Remove legacy upgrader config 2023-01-20 16:21:49 +13:00
Maxime Rainville
9ca8399c72
Merge pull request #1186 from creative-commoners/pulls/6/broken-builds
MNT Broken builds
2023-01-20 14:21:56 +13:00
Steve Boyd
14e1e5e1fa MNT Broken builds 2023-01-19 21:16:49 +13:00
Maxime Rainville
db55d68248
Merge pull request #1184 from creative-commoners/pulls/5/htmlvalue
FIX Use HTMLValue::class
2023-01-18 11:32:11 +13:00
Steve Boyd
746ac8aedf FIX Use HTMLValue::class 2023-01-18 10:34:46 +13:00
Maxime Rainville
2024622c0c
Merge pull request #1182 from creative-commoners/pulls/6/upgrade-cms5
DEP PHP Support in CMS5
2023-01-13 10:17:36 +13:00
Sabina Talipova
2b9d9833b3 DEP PHP Support in CMS5 2023-01-09 15:24:33 +13:00
Guy Sartorelli
a8a2e6b0bd
Merge branch '5.14' into 5 2022-12-19 02:24:04 +00:00
Guy Sartorelli
3c5843a01c
Merge branch '5.14-release' into 5.14 2022-12-19 02:23:59 +00:00
Michal Kleiner
3b043bfb43
Merge pull request #1180 from jericrealubit/EditableLiteralField-nolabel-fix-JamesDPC 2022-12-07 23:26:39 +13:00
jeric realubit
c593138569 FIX Ensure .nolabel is only added once when Hide Title is used 2022-12-07 22:58:34 +13:00
Sabina Talipova
bf1a8cb3b2
Merge pull request #1177 from creative-commoners/pulls/5/stop-using-depr
API Stop using deprecated API
2022-12-05 16:37:03 +13:00
Steve Boyd
7a6cd1c211 API Stop using deprecated API 2022-11-29 09:36:08 +13:00
Guy Sartorelli
f3f23351a7
Merge pull request #1176 from creative-commoners/pulls/5/depr-messages
API Update deprecations
2022-11-21 09:58:42 +13:00
Steve Boyd
2a2b66a09b API Update deprecations 2022-11-16 11:57:49 +13:00
Guy Sartorelli
923d170847
Update translations 2022-11-10 01:56:21 +00:00
Michal Kleiner
a356b0f8ce
Merge pull request #1017 from NightJar/new/5/set-max-upload-size-via-config 2022-10-28 14:41:21 +13:00
Daniel Hensby
3fb760de84
Merge pull request #1174 from kinglozzer/fix-typo
Fix incorrect label on unwritten field groups
2022-10-27 13:47:14 +01:00
Loz Calver
c0fd386ea7 Fix incorrect label on unwritten field groups 2022-10-27 10:42:43 +01:00
Dylan Wagstaff
0ff72734dd NEW Maximum email attachment size can be configured
Previously hard coded size of 1MB meant any file larger was excluded
from recipient emails - often confusing for CMS admins configuring an
advanced use case for a userform, expecting to recieve files to begin a
business process external to the website.

The configuration has been made to support PHP 'shorthand byte values'
https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
in the configuration option. This give flexibility around oddly
specific limits, but can also be used to set as 0, disabling attachments

Tests are updated to set up a known state before testing, as to be able
to accurately assert the results. One should test the class they intend,
not an Injector service of some unknown element.
2022-10-24 20:12:58 +13:00
Michal Kleiner
25e64441b8
Merge pull request #1172 from NightJar/pulls/5/performance-tweaks 2022-10-24 00:17:29 +13:00
Dylan Wagstaff
3cd8c7ea77 FIX submission performance issues with large data
The more submissions a form receives, the more submission fields it must
process just to be able to load `getCMSFields`. Arguably submission data
does not belong here, but this is beyond the scope of this patch.

On popular forms it is not improbable to be trying to process 300,000
submitted fields just to test the unique sets of name and title...
however databases have the ability to do this without wasting PHP cycles
and memory, leaving us with a much smaller set to process and hopefully
bypassing one (of several) performance issues with this module.

The consequence of not making allowance for this is that a page in the
CMS suddenly stops saving or loading via web server or PHP (or both)
process timeouts (e.g. saving takes longer than 30 seconds so saving
never happens).
2022-10-23 23:53:46 +13:00
Guy Sartorelli
198466a979
Merge pull request #1169 from creative-commoners/pulls/5/review-behat-tests
ENH Replace ADMIN permissions with less permissions in Behat test
2022-09-15 11:13:25 +12:00
Sabina Talipova
2444e844f1 ENH Replace ADMIN permissions with less permissions in Behat test 2022-09-15 09:24:03 +12:00
Maxime Rainville
41fda09b1b
Merge pull request #1167 from creative-commoners/pulls/5/access-submitted-file
ENH Protect access to the uploaded file without permission
2022-08-31 11:35:33 +12:00
Sabina Talipova
2750bc3a07 ENH Protect access to the uploaded file without permission 2022-08-31 11:04:15 +12:00
Maxime Rainville
22984380a2
Merge pull request #1164 from creative-commoners/pulls/5/fix-userdoc-deploy
MNT Fix github action for deploying userdocs
2022-08-24 11:25:36 +12:00
Guy Sartorelli
b08f5de219
MNT Fix github action for deploying userdocs 2022-08-23 15:19:56 +12:00
Guy Sartorelli
a93fedafff
Merge pull request #1163 from creative-commoners/pulls/5/userhelp-fix
DOC Correct title for userhelp
2022-08-22 11:05:37 +12:00
Maxime Rainville
0a53cef94f DOC Correct title for userhelp 2022-08-20 21:03:34 +12:00
Steve Boyd
4ea877c7e3 Merge branch '5.13' into 5 2022-08-02 19:01:57 +12:00