Commit Graph

22679 Commits

Author SHA1 Message Date
Bryn Whyman
08028d3969
Merge pull request #10082 from creative-commoners/pulls/4.9/changelog
DOC Add additional info to 4.9.0 changelog
2021-09-13 12:37:40 +12:00
Maxime Rainville
6898dd06db
DOC Minor tweaks to changelog
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2021-09-13 12:29:04 +12:00
Steve Boyd
575637612a
Merge pull request #10089 from silverstripe/pulls/4.9/test-mailer-sanitise-from-as-well
BUG When asserting an email was sent, sanitise both the To and From field
2021-09-10 10:07:23 +12:00
Maxime Rainville
26da242e6b Add a bit more detail 2021-09-09 23:06:55 +12:00
Maxime Rainville
49f2f641be DOC Mention the EOL of IE 11 in 4.9.0 changelog 2021-09-09 23:00:37 +12:00
Maxime Rainville
d499420ae2 DOC Add additional info to 4.9.0 changelog 2021-09-09 23:00:37 +12:00
Maxime Rainville
1c698348a2 BUG When asserting an email was sent, sanitise both the To and From field 2021-09-09 19:23:37 +12:00
Maxime Rainville
c69bc3719f
Merge pull request #10085 from creative-commoners/pulls/4.9/ensure-email-set
FIX Only send email if email address set
2021-09-09 13:12:54 +12:00
Maxime Rainville
715892d544 MNT Added 4.9.0-rc1 changelog 2021-09-08 13:43:49 +12:00
Steve Boyd
0a389112ca FIX Only send email if email address set 2021-09-07 11:20:29 +12:00
Steve Boyd
d614cc6d78
Merge pull request #10061 from creative-commoners/pulls/4/doc-set-current-member
DOC Add information regarding Security::setCurrentUser()
2021-09-06 14:24:52 +12:00
Steve Boyd
00e29758ff DOC Add information regarding Security::setCurrentUser() 2021-09-06 14:04:53 +12:00
Maxime Rainville
50acac04c5
Merge pull request #10073 from silverstripe/pulls/4/skip-login-hash-tests
MNT Skip tests when session-manager module is installed
2021-09-03 12:20:58 +12:00
Maxime Rainville
3be8b3aefa MNT Install 4.9.x-dev recipe for test 2021-09-03 11:10:30 +12:00
Steve Boyd
1fcbcc8368 MNT Skip tests when session-manager module is installed 2021-09-03 11:09:59 +12:00
Maxime Rainville
f8b600d7d4 MNT Added 4.9.0-beta1 changelog 2021-08-27 15:14:56 +12:00
Maxime Rainville
89a6d9825e Merge branch '4' of https://github.com/silverstripe/silverstripe-framework into 4 2021-08-27 12:06:05 +12:00
Maxime Rainville
5ee6fa5ef2 Update translations 2021-08-27 11:27:34 +12:00
Steve Boyd
9a11d8339c
Merge pull request #10076 from creative-commoners/pulls/4/swiftmailer-changelog
DOC Add SwiftMailer to changelog
2021-08-27 11:01:14 +12:00
Steve Boyd
b5c3b60502
Merge pull request #10047 from madmatt/pulls/extend-hydrate
NEW Add extension point to DataObject->hydrate()
2021-08-27 10:41:06 +12:00
Steve Boyd
b38b27fad7 DOC Add SwiftMailer to changelog 2021-08-27 10:19:32 +12:00
Maxime Rainville
02c9736e23 Merge branch '4.8' into 4 2021-08-26 16:58:09 +12:00
Maxime Rainville
cbed904b5b
Merge pull request #10066 from creative-commoners/pull/4/more-login-as
MNT Update unit tests to use logInAs()
2021-08-26 11:16:20 +12:00
Guy Marriott
7a68524ee2
Merge pull request #10068 from patricknelson/patch-8 2021-08-25 15:27:19 -07:00
Maxime Rainville
887663c97a MNT Added 4.9.0-alpha1 changelog 2021-08-25 21:16:56 +12:00
Matt Peel
f99ba5d716 NEW Add extension point to DataObject->hydrate() 2021-08-25 16:07:02 +12:00
Steve Boyd
2eb406dcd3
Merge pull request #10065 from creative-commoners/pulls/4/trim-email-addresses
FIX Trim email addresses to comply with RFC 2822, 3.6.2
2021-08-25 09:07:35 +12:00
Maxime Rainville
6cb456a649
Merge pull request #10064 from creative-commoners/pulls/4/installer-swiftmailer
DOC Add email section to server requirements
2021-08-24 13:57:08 +12:00
Steve Boyd
4c51d89798
Merge pull request #10072 from creative-commoners/pulls/4/doc-php-version
DOCS incorrect php version reference
2021-08-24 11:38:15 +12:00
Steve Boyd
a2f850d65f DOC Add email section to server requirements 2021-08-24 10:53:22 +12:00
Steve Boyd
de87d91d22 FIX Trim email addresses to comply with RFC 2822, 3.6.2 2021-08-24 10:06:15 +12:00
Patrick Nelson
c8d1b49880 Adding spider food for SEO purposes. 2021-08-22 18:08:05 -07:00
Steve Boyd
805004fd31 MNT Update unit tests to use logInAs() 2021-08-23 09:04:31 +12:00
brynwhyman
c59ef273e2 DOCS incorrect php version reference 2021-08-18 17:13:27 +12:00
Steve Boyd
92f47da08b
API Update SwiftMailer from v5 to v6 (#10048)
* Update SwiftMailer from v5 to v6

- Fixes #9834
- Update default Swift_Transport to use Swift_SendmailTransport
- Update version restraint for Swiftmailer
- Address new parameter type for Swift_Message::setDate()
- Update class references in docblocks

Co-authored-by: Danaë Miller-Clendon <danae.millerclendon@silverstripe.com>
2021-08-18 12:16:45 +12:00
Maxime Rainville
2838625a09
DOC Add extra detail to the Image Lazy Loading doc (#10049) 2021-08-18 11:27:34 +12:00
Maxime Rainville
a5d07f837c
Merge pull request #10042 from creative-commoners/pulls/4/changelog-session-manager
DOC Add session-manager to changelog
2021-08-17 17:26:44 +12:00
Steve Boyd
e78a93588b DOC Add session-manager to changelog 2021-08-16 10:39:41 +12:00
Ingo Schommer
bc843311ea
Merge pull request #10051 from creative-commoners/core-committer-process
DOCS core committer onboarding proccess
2021-08-13 11:57:18 +12:00
Maxime Rainville
4b8397cd81
Merge pull request #10052 from creative-commoners/pulls/4/logged-in-as
MNT Update tests to use logInAs()
2021-08-13 10:41:04 +12:00
Steve Boyd
733282307e MNT Update tests to use logInAs() 2021-08-12 10:56:29 +12:00
brynwhyman
0128bbd804 DOCS core committer onboarding proccess 2021-08-11 16:34:49 +12:00
Steve Boyd
0ea36ad5d6
Merge pull request #10027 from chrometoasters/pulls/director-extension-point-4.8
NEW Add extension point to Director::is_site_url
2021-08-07 09:56:31 +12:00
Dylan Wagstaff
86042b5fc6
Merge pull request #10046 from Michael-HEIW/silverstripe-cms
DOC Change SilverStripe to Silverstripe CMS
2021-08-07 09:05:53 +12:00
Michael Pritchard (HEIW)
6e8a390561 Change SilverStripe to Silverstripe CMS
Correct Silverstripe to Silverstripe CMS (#9992)
2021-08-06 11:51:43 +01:00
Daniel Hensby
83b458ff59
Merge pull request #10022 from xini/fix-session-destroy
take current request protocol into account when deleting session cookie
2021-08-06 10:06:08 +01:00
Florian Thoma
9a7c99fc4b FIX Take current request protocol into account when deleting session cookie 2021-08-06 10:55:05 +10:00
Michal Kleiner
f8a9431152 NEW Add extension point to Director::is_site_url 2021-08-06 12:54:18 +12:00
Steve Boyd
e0548b208e
Merge pull request #10044 from TheBnl/patch-1
Fix error when executing method SSViewer::templates() when $subTempla…
2021-08-06 09:49:00 +12:00
Steve Boyd
9b42624616
Merge pull request #9994 from GuySartorelli/patch-1
ENH Provide onBeforeRenderHolder extension hook in GridField.
2021-08-06 09:47:53 +12:00