Commit Graph

22449 Commits

Author SHA1 Message Date
Steve Boyd
7ec838f9c2
Merge pull request #9908 from sunnysideup/patch-15
PATCH: fix param in docblock ... add \ to FormField::__construct
2021-04-07 09:56:40 +12:00
Steve Boyd
160ed6f3f1
Merge pull request #9882 from creative-commoners/pulls/4/doc-composite-validator
DOC Clarify return value for CompositeValidator::getValidatorsByType()
2021-04-06 15:26:16 +12:00
Nicolaas
b75860b195
PATCH: fix param in docblock ... add \ to FormField::__construct 2021-04-05 19:43:41 +12:00
Steve Boyd
5872dce76d
Merge pull request #9907 from sunnysideup/patch-14
adding use SilverStripe\Security\Member; to make sure linting works
2021-04-02 11:38:37 +13:00
Nicolaas
2ecd8b34ee
adding use SilverStripe\Security\Member; to make sure linting works
adding `use SilverStripe\Security\Member;` to make sure that linting works.
2021-04-01 23:36:36 +13:00
Maxime Rainville
66fa597b3b
FIX Better handling of remember me token when login across devices is disabled (#9895)
* BUG Make sure remember me tokens are not invalidated when logging out without the logout_across_devices flag

* Remove unneeded comment
2021-03-31 11:31:52 +13:00
Nicolaas
504e20320e
Update DBBoolean.php (#9893) 2021-03-24 12:05:33 +13:00
Steve Boyd
47855e3e49
Merge pull request #9579 from scttw/patch-1
DOC Update 04_Rendering_Templates.md
2021-03-23 10:00:59 +13:00
Daniel Hensby
2f62688a79
Merge pull request #9891 from christopherdarling/patch-19
remove unused class import Convert
2021-03-22 18:59:58 +00:00
Christopher Darling
daa9060c1a
remove unused class import Convert
Was missed from PR b02a6fa02d
2021-03-22 14:34:13 +00:00
Steve Boyd
358efdb51d
Merge pull request #9879 from jchenevey/patch-1
DOC Update 02_cors.md
2021-03-19 12:29:14 +13:00
Aaron Carlino
9e766dbaad
DOCS: Fix incorrect CSRF graphql documentation 2021-03-18 17:10:48 +13:00
Maxime Rainville
7db8913914 Merge branch '4.7' into 4 2021-03-15 14:37:16 +13:00
Maxime Rainville
77c85daf56 MNT Added 4.7.3 changelog 2021-03-15 14:36:44 +13:00
Maxime Rainville
7a04090bdf Merge branch '4.7' into 4 2021-03-15 14:27:47 +13:00
Maxime Rainville
4ee92da6b5 DOC Clarify return value for CompositeValidator::getValidatorsByType() 2021-03-10 22:59:06 +13:00
Joe Chenevey
9f9ff0151e
Update 02_cors.md
Updating docs page to reflect that CORS allowed-origins require the protocol on the front in order to function correctly.
2021-03-04 17:34:49 -05:00
Nik
d2fa64b489
BUG Allow Email to re-render when data changes (#9876)
* Fix: Allow Email to re-render when data changes

* Add invalidateBody function

* Make the linter happy
2021-03-04 11:18:46 +13:00
Maxime Rainville
2c54a3fd2f Merge branch '4.7' into 4 2021-03-01 20:37:04 +13:00
Steve Boyd
705b746d0b
Merge pull request #9872 from creative-commoners/pulls/4.7/empty-shortscode-attributes
BUG Tweak shortcode parser so it properly parse empty attributes
2021-02-27 14:42:53 +13:00
Ingo Schommer
229672a49d
Merge pull request #9870 from unclecheese/pulls/4/x-clood
DOCS: Document removal of exclude directive
2021-02-26 08:12:11 +13:00
Aaron Carlino
07dea64bf6 DOCS: Document removal of exclude directive 2021-02-26 08:11:30 +13:00
Maxime Rainville
028c4fdaa1 BUG Tweak shortcode parser so it properly parse empty attributes 2021-02-25 15:18:16 +13:00
Garion Herman
e9c5a50b2d
Merge pull request #9851 from kinglozzer/director-template-provider 2021-02-25 12:40:03 +13:00
Loz Calver
6f0bb9ed94
Merge pull request #9871 from creative-commoners/pulls/4/add-mysql-collation-docs
DOCS Add guide on new MySQL collation to Server Reqs
2021-02-24 09:26:02 +00:00
Garion Herman
34bc080515 DOCS Add guide on new MySQL collation to Server Reqs
This was previously documented in the 4.7.0 changelog, but will be an ongoing
concern for developers, so it makes sense to replicate in a more obvious place.
2021-02-24 15:38:55 +13:00
Ingo Schommer
5a4641d806
DOCS Disable versioning on GraphQL (#9769)
* DOCS Disable versioning on GraphQL

Fixes #320

* Fix yaml snippet

Co-authored-by: Aaron Carlino <unclecheese@leftandmain.com>
2021-02-19 23:42:03 +13:00
Ingo Schommer
c6d6358e45
Merge pull request #9835 from unclecheese/pulls/4/nuclear-refactor
DOCS: Document GraphQL 4 BuildState changes
2021-02-17 16:20:16 +13:00
Ingo Schommer
68eeef60d5 DOCS GraphQL build requirement changes 2021-02-17 12:40:40 +13:00
Aaron Carlino
d023f46137 Update upgrading docs to refactoring 2021-02-17 11:15:43 +13:00
Stevie Mayhew
15c0621fb6
Merge pull request #9863 from edwilde/patch-12
DOC: fix accidentally nested info box
2021-02-16 09:53:17 +13:00
Stevie Mayhew
3c185d1033
Merge pull request #9862 from edwilde/patch-11
DOC: fix link syntax
2021-02-16 09:53:06 +13:00
Ed Wilde
eca656ffeb
DOC: fix accidentally nested info box
The code block was closed on the wrong side of the info box, causing it to not render correctly.
2021-02-15 14:45:56 +13:00
Stevie Mayhew
ea136a55b8
Merge pull request #9861 from edwilde/patch-10
DOC: fix code block not closed
2021-02-15 14:07:07 +13:00
Ed Wilde
7d67760a69
DOC: fix link syntax
Fixing a link syntax error in execution pipeline docs.
2021-02-15 14:01:23 +13:00
Ed Wilde
8a8f5e6baa
DOC: fix code block not closed
This fixes an un-closed code block in the file usage docs, causing two code blocks (php & yml) to be joined.
2021-02-15 13:26:30 +13:00
Stevie Mayhew
38a62425f8
Merge pull request #9849 from edwilde/patch-3
DOC add a callout to the deprecation notice
2021-02-15 10:51:32 +13:00
Stevie Mayhew
4583046195
Merge pull request #9855 from edwilde/patch-7
DOC: fix api link syntax and a couple of typos
2021-02-15 10:50:54 +13:00
Stevie Mayhew
63073f7ae5
Merge pull request #9854 from edwilde/patch-6
DOC: fix broken heading
2021-02-15 10:50:19 +13:00
Stevie Mayhew
97df9725e5
Merge pull request #9852 from edwilde/patch-5
DOC: fix invalid syntax on link
2021-02-15 10:49:55 +13:00
Stevie Mayhew
f3ff7b7bbb
Merge pull request #9858 from edwilde/patch-9
DOC: fix typo
2021-02-15 10:49:16 +13:00
Stevie Mayhew
845e623b9e
Merge pull request #9857 from edwilde/patch-8
DOC: fix typo
2021-02-15 10:49:02 +13:00
Ed Wilde
e60a25cfbd
DOC: fix typo
Fixing typo in searchable fields description.
2021-02-15 10:31:38 +13:00
Ed Wilde
12943d0616
DOC: fix typo 2021-02-15 10:28:52 +13:00
Ed Wilde
01eedff4a4
DOC: fix api link syntax and a couple of typos
The link to the api documentation for `writeWithoutVersion()` was invalid and not rendering as a link. Also fixed a couple of typos in surrounding text.
2021-02-15 09:47:54 +13:00
Ed Wilde
3a214a2ed3
DOC: fix broken heading
It appears there may be a bug in gatsby which causes code blocks in headings to not be output. I can't find a specific issue in their project to link this to, so it might be best to simply remove the code block here allowing the header to display correctly.
2021-02-15 09:24:15 +13:00
Ed Wilde
da56fa785b
DOC: fix invalid syntax on link
Fixing the markdown syntax for the link to HTTP Cache Headers.
2021-02-12 16:11:36 +13:00
Ed Wilde
300cef2bd1
Merge branch '4' into patch-3 2021-02-12 15:44:48 +13:00
Maxime Rainville
25094fcdf5 Merge branch '4.7' into 4 2021-02-12 15:30:04 +13:00
Maxime Rainville
651e5e205a MNT Added 4.7.2 changelog 2021-02-12 15:28:19 +13:00