Commit Graph

22383 Commits

Author SHA1 Message Date
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
Ingo Schommer
5f7239fc3d
Merge pull request #9765 from open-sausages/pulls/4/test-setup-confusion
Warn on database misconfiguration in test runs
2021-01-14 09:18:14 +13:00
Ingo Schommer
f029680209
Merge pull request #9782 from open-sausages/pulls/4/docs-caching-filesystem
DOCS Filesystem capacity issue potential on caches
2021-01-14 09:15:51 +13:00
Ingo Schommer
87cff9c492
Merge pull request #9792 from lerni/patch-1
fix indentation in yml example for Resampled image quality
2021-01-14 09:15:26 +13:00
Ingo Schommer
ebce0cc825
Merge pull request #9793 from open-sausages/pulls/4/docs-graphql-getbylink
DOCS GraphQL filter plugin
2021-01-14 09:14:51 +13:00
Garion Herman
599e054ff1 Merge branch '4.7' into 4 2021-01-13 10:09:59 +13:00
Ingo Schommer
ea5b8bdb76
Merge pull request #9820 from open-sausages/pulls/4/docs-clarify-core-modules
DOCS Clarified Core vs. Supported Modules, added "Triage" role
2021-01-13 09:17:22 +13:00
Daniel Hensby
f7b9f3af6a
Merge pull request #9821 from creative-commoners/pulls/4.7/tweak-collation-upgrade-guide
DOCS Adjust 4.7.0 collation docs to describe opt-in issue
2021-01-12 09:34:51 +00:00
Garion Herman
aec0822e27 DOCS Adjust 4.7.0 collation docs to describe opt-in issue 2021-01-12 15:38:26 +13:00
Ingo Schommer
99b15ce6d3 DOCS New "Triage" role for Silverstripe Core
[ci-skip]
2021-01-12 14:10:24 +13:00
Ingo Schommer
6763530117 DOCS Clarified Core vs. Supported Modules
[ci-skip]
2021-01-12 13:28:03 +13:00
Steve Boyd
76ae5bc38a FIX Type checking in objectForKey() to fix postgres bug 2021-01-08 15:25:38 +13:00
Serge Latyntcev
2f64667bd6 FIX DBComposite getIndexSpecs method using self API to get the list of db fields 2021-01-07 16:19:54 +13:00
Guy Marriott
8438e74b08
Merge pull request #9814 from creative-commoners/pulls/4.7/cache-adapter-docs 2021-01-04 10:04:01 -08:00