Commit Graph

22396 Commits

Author SHA1 Message Date
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
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
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
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
Garion Herman
57bd76ea60 Merge branch '4.7' into 4 2021-01-27 11:22:32 +13:00
Serge Latyntcev
fd99d50b30 DOC Maintainer Guidelines updates 2021-01-27 10:29:03 +13:00
Serge Latyntsev
452f50700f
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Ingo Schommer <ingo@silverstripe.com>
2021-01-27 10:20:49 +13:00
Serge Latyntsev
136c835d79
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Ingo Schommer <ingo@silverstripe.com>
2021-01-27 10:20:05 +13:00
Serge Latyntsev
7d0152ea22
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Ingo Schommer <ingo@silverstripe.com>
2021-01-27 10:19:38 +13:00
Serge Latyntsev
d6a8557ae6
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Ingo Schommer <ingo@silverstripe.com>
2021-01-27 10:19:03 +13:00
Serge Latyntsev
53a1577f08
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Ingo Schommer <ingo@silverstripe.com>
2021-01-27 10:18:47 +13:00
Garion Herman
11440c050a MNT Added 4.7.1 changelog 2021-01-26 16:05:59 +13:00
Ingo Schommer
d5eb3216b3
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2021-01-22 08:54:31 +13:00
Ingo Schommer
b3947789ad
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2021-01-22 08:51:56 +13:00
Ingo Schommer
f7fab135d5
Update docs/en/05_Contributing/16_Maintainer_Guidelines.md
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2021-01-22 08:42:32 +13:00
Lars Prakken
7a1a1dc132
Update index.md
The piece in the docs regarding adding a value to the list of common languages is not valid anymore.

SS4 uses the php-intl extension,  so before adding an extra locale, the user needs to check whether the installed ICU lib on the server supports it.

If that is the case,  the locale can added through the config system by adding a piece of yaml.
2021-01-21 15:23:30 +01:00
Steve Boyd
a2d7dd081d
Update build status badge 2021-01-21 16:31:21 +13:00
Maxime Rainville
9ca33950a2
API Add a CREATE_MEMORY_HYDRATED option to DataObject constructor (#9767) 2021-01-21 14:07:06 +13:00
Guy Marriott
0dabdbfa41
Merge branch '4.7' into 4 2021-01-20 17:04:03 -08:00
3Dgoo
d1cca0f3fb
Fix DataQuery::exists() not working correctly
Fixes `DataQuery::exists()` not working correctly in some cases as discussed in #9809
2021-01-20 17:03:36 -08:00
Maxime Rainville
0dd59a1e7b
BUG Reset GridFieldFilterHeader grid state when search is cleared (#9829) 2021-01-21 13:47:40 +13:00
Serge Latyntcev
c82f5eeb7f DOC Add Maintainer Guidelines to the Contributing section 2021-01-20 15:50:53 +13:00
Maxime Rainville
54bdabd203 Merge branch '4.7' into 4 2021-01-20 12:57:01 +13:00
Maxime Rainville
d13d3a1134
Merge pull request #9818 from creative-commoners/pulls/4.7/check-object-for-key
FIX Type checking in objectForKey() to fix postgres bug
2021-01-20 12:41:49 +13:00
Maxime Rainville
17c6f98ba2 BUG Fix PostgreSQL issue in TreeMultiselectField where field would try to filter list by a blank ID 2021-01-20 12:23:09 +13:00
Maxime Rainville
0da15f0f27 Merge branch '4.7' into 4 2021-01-19 15:33:56 +13:00
Maxime Rainville
1a75efa4d6
Merge pull request #9770 from creative-commoners/pulls/4/allows-test-for-toast-with-quotes
FIX Update behat toast logic so it works with quotes
2021-01-19 15:33:18 +13:00
Maxime Rainville
92af6b3dd5 FIX Update behat toast logic so it works with quotes 2021-01-19 15:16:26 +13:00
Steve Boyd
ed5c1488c8
Merge pull request #9817 from creative-commoners/pulls/4/fix-dbcomposite-indexspecs
FIX DBComposite getIndexSpecs method
2021-01-17 11:18:35 +13:00
Ingo Schommer
070e950c06
Merge pull request #9778 from christopherdarling/patch-18
DOCS replace broken Director link to Routing
2021-01-14 11:38:43 +13:00
Ingo Schommer
315e8f5a1b
Merge pull request #9736 from open-sausages/pulls/4/docs-protected-folder
DOCS Recommend moving .protected out of webroot
2021-01-14 11:13:01 +13:00
Ingo Schommer
6153f441ee Merge branch 'phpdoc-fixes' into 4 2021-01-14 11:08:22 +13:00
Ingo Schommer
fe2027e486 PHPDoc in PEG parser
Required for https://github.com/silverstripe/silverstripe-framework/pull/9808
2021-01-14 11:07:58 +13:00
Ingo Schommer
d308bb022c
DOCS GraphQL blacklisted fields (#9768) 2021-01-14 10:19:24 +13:00
Ingo Schommer
51a8245694
Merge pull request #9742 from stof/patch-1
Remove useless requirement
2021-01-14 09:31:45 +13:00