Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CakePHP Upgrade to 4.x #3123

Draft
wants to merge 23 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2542e0f
Update CakePHP to 3.9.*
cblanken Apr 16, 2024
f6f643f
Update CakePHP to 3.10.*
cblanken Apr 16, 2024
d75beec
Fix deprecation warning for setting $config
cblanken Apr 16, 2024
b52e47d
Remove references to Helper::$request property
cblanken Apr 16, 2024
30b3b9c
Fix request->params property deprecation
cblanken Apr 16, 2024
04fd8c9
Fix Form/FormHelper deprecations
cblanken Apr 16, 2024
8484587
Fix SecurityComponent::config() deprecation
cblanken Apr 18, 2024
f925f9c
Fix Query::repository() deprecation
cblanken Apr 18, 2024
d447295
Fix ServerRequest::query() deprecation
cblanken Apr 20, 2024
345860e
Fix EventManager::attach() deprecation
cblanken May 2, 2024
b4abe06
Fix Router::parseNamedParams() deprecation
cblanken May 2, 2024
f891a16
Fix SecurityHelper deprecations
cblanken May 2, 2024
776f7b3
Fix Request::data() deprecation
cblanken May 3, 2024
79d8420
Fix ViewBuilder::autoLayout() deprecation
cblanken May 3, 2024
1e94991
Fix Plugin::load() deprecation
cblanken May 3, 2024
512ad31
Fix ExportsTable deprecations
cblanken May 3, 2024
54f5070
Fix Email::setTemplate deprecation
cblanken May 3, 2024
37c14c6
Fix Response::header() deprecation
cblanken May 3, 2024
d547543
Fix fixture underscore format deprecation
cblanken May 3, 2024
8c1ac47
Fix another Request array access deprecation
cblanken May 3, 2024
10b91fa
Fix another Helper::$request deprecation
cblanken May 3, 2024
adbeafb
Fix App\Model\Entity\<Entity>::dirty() deprecation
cblanken May 8, 2024
2135a7e
Fix App\Model\Entity\<Entity>::errors() deprecation
cblanken May 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "AGPL-3.0-only",
"description": "Code for tatoeba.org, a multilingual sentence and translation database",
"require": {
"cakephp/cakephp": "3.8.*",
"cakephp/cakephp": "3.10.*",
"cakephp/plugin-installer": "^1.0",
"dereuromark/cakephp-queue": "dev-cake3",
"markstory/asset_compress": "^3.5",
Expand Down
Loading