Commit Graph

23020 Commits

Author SHA1 Message Date
Aaron Carlino
e1b33e639b DOCS: fix formatting error 2021-12-20 16:38:41 +13:00
Loz Calver
cb37e5fb87 FIX: Ensure extra classes are copied over to readonly/disabled fields 2021-12-17 09:16:43 +00:00
Steve Boyd
ed492da636 Merge branch '4.10' into 4 2021-12-16 17:45:33 +13:00
Maxime Rainville
465ca1d16d
Merge pull request #10182 from creative-commoners/pulls/4.10/changelog
DOC Add 4.10.0-rc1 changelog
2021-12-16 17:34:17 +13:00
Steve Boyd
d246074274 DOC Add 4.10.0-rc1 changelog 2021-12-16 17:27:09 +13:00
Steve Boyd
8b3bec9c68 Merge branch '4.9' into 4.10 2021-12-16 10:58:13 +13:00
Steve Boyd
d5f0c78262 Merge branch '4.8' into 4.9 2021-12-16 10:57:58 +13:00
Maxime Rainville
dfd57a7217
Merge pull request #10179 from creative-commoners/pulls/4.8/textcollect
FIX Look for existing modules in vendor folder rather than base folder
2021-12-16 10:31:38 +13:00
Loz Calver
e543bc100a
Merge pull request #10180 from chrometoasters/pulls/10177-changelog-addition
MNT Mention CoreKernel protected variable name fix in the 4.11 changelog
2021-12-14 09:01:43 +00:00
Maxime Rainville
504c08f8c2
Merge pull request #10178 from creative-commoners/pulls/4.10/dynamic
MNT Rely on dynamic REQUIRE_RECIPE
2021-12-14 10:44:10 +13:00
Michal Kleiner
645e1f14bd
Merge pull request #10173 from GuySartorelli/patch-2
FIX Allow custom SELECT to be used for sorting in DataQuery::column()
2021-12-14 10:23:48 +13:00
GuySartorelli
0b0c13764b FIX allow custom SELECT to be used for sorting in DataQuery::column().
If a custom select clause (using special features such as `CASE`) is used, and it was added using `SQLSelect::selectField`, the custom select clause should be retained when calling DataQuery::column().
2021-12-14 08:01:02 +13:00
Lukas
63ec5069f7
MNT Update URL unicode-org.github.io/icu (#10176)
A further addition to #10118
2021-12-13 21:28:15 +13:00
Michal Kleiner
818a9dd705 MNT Mention CoreKernel protected variable name fix in the 4.11 changelog 2021-12-13 21:21:44 +13:00
Lukas
552cf5944d
MNT Fix various typos with codespell (#10177) 2021-12-13 21:05:33 +13:00
Steve Boyd
e11820d44f FIX Look for existing modules in vendor folder rather than base folder 2021-12-13 17:27:23 +13:00
Maxime Rainville
27d7c2fe85
Merge pull request #9749 from gurucomkz/patch-9453-mysql8-ints
FIX Don't use int width for mysql >= 8.0.17 #9453
2021-12-13 12:39:12 +13:00
Steve Boyd
8d0cc20579 MNT Rely on dynamic REQUIRE_RECIPE 2021-12-13 12:05:16 +13:00
Maxime Rainville
d5de29ffa9
DOC Remove outdated changelog entry 2021-12-13 11:11:25 +13:00
Maxime Rainville
9ea608d0f2
Merge pull request #10021 from xini/fix-login-marker-cookie
remove login marker cookie on logout
2021-12-13 10:48:32 +13:00
Thomas Portelange
97ab957de8
ENH Use ::create to get DropdownField instance in DBEnum (#10175)
This allows using alternate dropdown implementation.
2021-12-11 20:12:07 +13:00
Maxime Rainville
01600086c9
Merge pull request #10169 from creative-commoners/pulls/4/phpunit9docs
DOC Add section for upgrading to PHPUnit 9.5
2021-12-10 09:55:38 +13:00
Steve Boyd
698629cace DOC Add section for upgrading to PHPUnit 9.5 2021-12-09 14:06:44 +13:00
Sergey Shevchenko
be623349ed DOC Apply suggested typos fixes
Co-authored-by: Michal Kleiner <mk@011.nz>
2021-12-08 11:19:47 +13:00
Sergey Shevchenko
235ebe3c3c TEST: Simulated test for MySQLSchemaManager::shouldUseIntegerWidth() 2021-12-08 11:19:47 +13:00
Sergey Shevchenko
9e2d661689 FIX: Make MySQLSchemaManager::shouldUseIntegerWidth() private 2021-12-08 11:19:47 +13:00
Maxime Rainville
eb5dc731a8 Move MySQL 8 changelog note to 4.9.0 changelog 2021-12-08 11:19:39 +13:00
Maxime Rainville
13357c33df DOC Explain the new MySQLSchemaManager::schema_use_int_width flag 2021-12-08 11:18:00 +13:00
Sergey Shevchenko
e68e65badc feat: added config value to force certain behaviour & added a note to the docs 2021-12-08 11:18:00 +13:00
Sergey Shevchenko
2c9ba8bc45 fix: conform with linter 2021-12-08 11:18:00 +13:00
Sergey Shevchenko
62725a5db3 fix: added exception for MariaDB 2021-12-08 11:18:00 +13:00
Maxime Rainville
e63b73ad98
Merge pull request #10166 from creative-commoners/pulls/4/sspathdoc
DOC Unquote title
2021-12-02 15:30:50 +13:00
Steve Boyd
8ca492092f DOC Unquote title 2021-12-02 15:28:53 +13:00
Michal Kleiner
48780fa76f
Merge pull request #10165 from creative-commoners/pulls/4/changelog
DOC Fix module version details
2021-12-02 15:14:47 +13:00
Steve Boyd
ee224a95c9 DOC Fix module version details 2021-12-02 15:08:50 +13:00
Steve Boyd
83b757632a Merge branch '4.10' into 4 2021-12-02 15:00:06 +13:00
Aaron Carlino
a1092b8606
DOCS: Add clearer instructions for prerelease installation (#10164)
* DOCS: Add clearer instructions for prerelease installation

* Update docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/index.md

Co-authored-by: Michal Kleiner <mk@011.nz>

Co-authored-by: Michal Kleiner <mk@011.nz>
2021-12-02 11:21:41 +13:00
Steve Boyd
f3a9c566dc DOC Update changelog 2021-12-01 10:33:08 +13:00
Steve Boyd
acb2e8a71a MNT Added 4.10.0-beta1 changelog 2021-12-01 10:32:12 +13:00
Maxime Rainville
ef8669f3ed
DOC Document hickup with the 4.10 framework unstable (#10161)
* DOC Document hickup with the 4.10 framework unstable

* DOC Add partial crhangelog entry for PHP8/PHPUnit9.5
2021-12-01 09:25:42 +13:00
Michal Kleiner
1425146dad
Merge pull request #10159 from creative-commoners/pulls/4/tmpitem
FIX Ensure tmpItem has a value before calling method_exists on it
2021-11-25 16:19:44 +13:00
Steve Boyd
a3d9648687 FIX Ensure tmpItem has a value before calling method_exists on it 2021-11-25 15:52:51 +13:00
Daniel Hensby
8a73a4ad22
Merge pull request #10157 from madmatt/pulls/silverstipe-is-not-bamboo
Fix typo
2021-11-24 10:08:05 +00:00
Matt Peel
fe653b5e13 Fix typo 2021-11-24 22:43:30 +13:00
Maxime Rainville
ae5aa4b442
Merge pull request #10150 from creative-commoners/pulls/4/manifest-destiny
API Selectively register test folder in manifest
2021-11-22 11:27:13 +13:00
Maxime Rainville
e0197191b8 Rename "Ignore CI Configs" to "Ignored CI Config" 2021-11-22 11:02:27 +13:00
Maxime Rainville
7c3fddfc8a Anwser Peer review feedback 2021-11-18 23:16:03 +13:00
Maxime Rainville
cbc4593ab4 ENH Don't index test from PHPUNit 5.7 module wdon using PHPUnit 9.5 2021-11-18 21:45:53 +13:00
Maxime Rainville
640a7e3eea ENH Improve ManifestFileFinder so it can ignore test based on the testing library 2021-11-18 21:45:53 +13:00
Maxime Rainville
2922370d81 API Add Module::getCILibrary function 2021-11-18 21:45:53 +13:00