Commit Graph

22631 Commits

Author SHA1 Message Date
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
Bryn Whyman
54f439ace0
Merge pull request #9848 from edwilde/patch-2
DOC complete first sentence describing middleware
2021-02-12 11:33:26 +13:00
Bryn Whyman
391c2c9827
Merge pull request #9850 from edwilde/patch-4
DOC: fix missing closing backtick for code display, add required alt attribute
2021-02-12 11:28:39 +13:00
Loz Calver
095a3b70f8 NEW: Provide helpers for isDev/isTest/isLive in templates 2021-02-11 11:19:07 +00:00
Ed Wilde
cf50aa71b5
DOC: fix missing closing backtick for code display, add required alt attribute
Otherwise the code is output as html, and displays as a missing image. The alt attribute is required for image tags, whereas self closing is no longer required for html5.
2021-02-11 12:18:36 +13:00
Ed Wilde
c3499d20e5
DOC add a callout to the deprecation notice
This seems more inline with other docs pages I have seen.
2021-02-11 11:33:01 +13:00
Ed Wilde
95a142a9de
DOC complete first sentence describing middleware
To me, the existing sentence did not look complete.
2021-02-11 11:25:24 +13:00
Guy Marriott
eaadd40c3b
Merge pull request #9845 from HARVS1789UK/dataquery-exists-sql-portability-fix
Bug Fix - Ensure DataQuery::exists() SQL is both valid MySQL and T-SQL
2021-02-10 10:21:42 -08:00
Loz Calver
ec1ebc0908
Merge pull request #9846 from AntonyThorpe/patch-1
Updated TreeDropdownField.php documentation
2021-02-09 09:21:26 +00:00
Antony Thorpe
77ecbd854d
Updated TreeDropdownField.php documentation
Updated code example for SS4
2021-02-09 16:27:13 +13:00
Joe Harvey
33365b92f3 Bug Fix - Ensure DataQuery::exists() SQL is both valid MySQL and T-SQL
The original SQL statement is not valid T-SQL for use with SQL Server
2021-02-08 17:22:20 +00:00
Ingo Schommer
1be5f471de DOCS Resolver signature and context provider examples 2021-02-05 11:19:08 +13:00
Aaron Carlino
8c2a9ba07a Document edge case for non-assets install 2021-02-03 14:10:53 +13:00
Ingo Schommer
2f5d976072
Merge pull request #9838 from edwilde/patch-1
DOC fix urls in readme to be version independent
2021-02-03 09:21:26 +13:00
Ed Wilde
ac90ec7d40
DOC remove the version number from docs urls
Removing the version number from the links will redirect users to the latest version, as suggested by @michalkleiner
2021-02-01 15:01:04 +13:00
Ed Wilde
296e41768a
DOC fix the 'Server Requirements' url
The existing url goes to a 404 in the documentation.
2021-02-01 11:22:04 +13:00
Garion Herman
629f2edcc6
Merge pull request #9837 from creative-commoners/pulls/4/improve-modeladmin-doc
DOC Add "Defining the ModelAdmin models" section
2021-01-31 00:33:28 +13:00
Maxime Rainville
062656d923 DOC Add "Defining the ModelAdmin models" section 2021-01-30 23:00:29 +13:00
Ingo Schommer
09dc4ff5cb
Merge pull request #9833 from lars-lemon8/patch-1
Update index.md
2021-01-28 19:00:02 +13:00
Aaron Carlino
24ca17053d Docs for GraphQL 4 changes 2021-01-28 11:10:24 +13:00
Aaron Carlino
caa224e37b DOCS: Remove BuildState documentation 2021-01-28 11:10:24 +13:00
Ingo Schommer
f0ae5e96df
Merge pull request #9823 from creative-commoners/pulls/4/docs-maintainer-guidelines
DOC Add Maintainer Guidelines to the Contributing section
2021-01-28 08:46:24 +13:00