-
Notifications
You must be signed in to change notification settings - Fork 11
6.x - Cakephp 5 (+ php 8.4, phpunit 11) + BEdita 6 #1317
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
Open
didoda
wants to merge
36
commits into
master
Choose a base branch
from
6.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: php 8.4 * feat: update dependencies * fix: phpcs * fix: paths * fix: phpcs * fix: phpcs * fix: scrutinizer php 8.3.16 * fix: phpstan * fix: psalm * fix: psalm * fix: use FormProtection instead of Security component * fix: TranslatorController defaultTable null * tests: data provider static * tests: ErrorControllerTest * tests: fix ErrorControllerTest * fix: unit be5 on php 8.3 * tests: fix data provider static + phpunit coverage config * tests: helpers * chore fix: phpcs * chore fix: psalm * tests: utility * chore fix: phpcs * fix: cake log deprecations * tests: fix namespace * tests: api * tests: middleware * tests: SchemaComponentTest * tests: StatusMiddlewareTest * tests: AppControllerTest * tests: controllers * tests: exceptions, filter, result, event * tests: form * tests: controllers * tests: RolesControllerTest * tests: refactor vars * tests: cs, stan, and more * fix: cake core to cake translations cache keys * tests: components * tests: controllers * tests: controllers * tests: controllers * tests: controllers * tests: ExportController * tests: ExportController * fix: codeCoverageIgnore AdministrationBaseController::initialize * chore fix: remove unused imports * fix: load plugins from bootstrap * fix: ModulesController * fix: phpstan * fix: tests * chore fix: phpcs * refactor: set defaultTable to empty string * tests: fix * chore fix: phpdoc * fix: TagsController FormProtection * fix: phpcs trailing comma * fix: phpunit cacheDirectory * fix: phpcs, stan, psalm * fix: phpdoc remove covers * fix: phpdoc and tests * fix: organize imports * fix: replace SecurityException with FormProtectionException * chore fix: phpcs * chore fix: phpcs * chore fix: phpcs * chore fix: phpcs * fix: RolesControllerTest.php * fix: RolesControllerTest * chore fix: phpstan * fix: phpcs trailing comma after last parameter * fix: psalm method signature and too few arguments * fix: phpstan * chore fix: phpcs * fix: psalm and stan * fix: tests bootstrap * fix: tests bootstrap imports * chore fix: phpcs * fix: deprecation loadIdentifier * fix: tests using authenticator and identifier * chore fix: phpcs and phpstan * chore fix: phpcs + stan * fix: phpcs * fix: phpstan * chore fix: phpcs * fix: phpunit CoversMethod extract * chore fix: phpcs * fix: tests * feat: BE v6-alpha
* feat: apply sass migrator module on scss files * feat: silence sass warnings in build * chore feat: update dependencies * refactor: loaders options
* feat: send mail template, component, controller * chore fix: eslint
This reverts commit 58c0db0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This resolves #1042 by updating dependencies and codebase to use cakephp 5.
This also introduces: