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

4.4.3 Ready code #8098

Merged
merged 74 commits into from
Oct 26, 2023
Merged

4.4.3 Ready code #8098

merged 74 commits into from
Oct 26, 2023

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Oct 26, 2023

No description provided.

dgvirtual and others added 30 commits September 24, 2023 13:06
docs: add changelog and upgrade for v4.4.3
fix: FilterTestTrait::getFilterCaller() does not support Filter classes as array
phpstan: remove unneeded ignoreErrors
docs: fix event points descriptions
…-points

Revert "docs: fix event points descriptions"
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
paulbalandan and others added 28 commits October 25, 2023 08:59
Update phpstan-codeigniter and fix errors on Modules
fix: [Validation] exact_length does not pass int values
docs: improve $DBGroup description in Model
Mocks should be removed.
fix: [Table] field named `data` will produce bugged output
php > ini_set('display_errors', '0');
php > var_dump(ini_get('display_errors'));
string(1) "0"

php > ini_set('display_errors', 0);
php > var_dump(ini_get('display_errors'));
string(1) "0"

php > ini_set('display_errors', false);
php > var_dump(ini_get('display_errors'));
string(0) ""

php > ini_set('display_errors', null);
php > var_dump(ini_get('display_errors'));
string(0) ""

php > ini_set('display_errors', 'off');
php > var_dump(ini_get('display_errors'));
string(3) "off"
For consistency.
php > ini_set('display_errors', '1');
php > var_dump(ini_get('display_errors'));
string(1) "1"

php > ini_set('display_errors', 1);
php > var_dump(ini_get('display_errors'));
string(1) "1"

php > ini_set('display_errors', true);
php > var_dump(ini_get('display_errors'));
string(1) "1"

php > ini_set('display_errors', 'true');
php > var_dump(ini_get('display_errors'));
string(4) "true"
fix: detailed error report is displayed in production environment
@kenjis kenjis mentioned this pull request Oct 26, 2023
5 tasks
@kenjis kenjis merged commit 4b71437 into master Oct 26, 2023
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants