Marco van 't Wout
|
8828c20bd9
|
Merge branch 'master' into bugfix/4573-null-sortfield-php8
|
2025-12-09 15:11:01 +01:00 |
|
Marco van 't Wout
|
085447a4f6
|
Merge pull request #4602 from efhsg/bugfix/4578-php84-session-handler
Fix PHP 8.4 session_set_save_handler() deprecation
|
2025-12-09 15:10:07 +01:00 |
|
Marco van 't Wout
|
814208d1b8
|
Update CHANGELOG
|
2025-12-09 15:09:42 +01:00 |
|
Marco van 't Wout
|
320a6772f9
|
Update CHANGELOG
|
2025-12-09 15:07:50 +01:00 |
|
erwin
|
4ef0c1b444
|
FIX: Remove finally to support PHP 5.3 session test cleanup
|
2025-12-09 11:59:43 +01:00 |
|
erwin
|
64b2da0f9c
|
Refactor session handling in CHttpSessionTest to improve error management
|
2025-12-09 11:41:16 +01:00 |
|
erwin
|
c47ebf92a3
|
Update author information in CHttpSessionHandler class file
|
2025-12-09 11:24:10 +01:00 |
|
erwin
|
4ef3b36160
|
Refactor PHP version check to Yii 1 convention.
|
2025-12-09 11:13:19 +01:00 |
|
erwin
|
d2072ba6bd
|
Fix: only code formatting.
|
2025-12-09 10:49:57 +01:00 |
|
erwin
|
eb65e2eedf
|
Fix: No casting to string in getSortingFieldValue().
|
2025-12-09 10:47:29 +01:00 |
|
erwin
|
8c5400983e
|
Fixed code formatting to match Yii 1 coding style
|
2025-12-04 17:39:27 +01:00 |
|
erwin
|
b15a0dde6c
|
Fix #4573: Handle mb_strtolower(null) deprecation in PHP 8.1+
- Simplified test by removing unnecessary error handling
- Fixed code formatting to match Yii 1 coding style
|
2025-12-04 17:19:50 +01:00 |
|
erwin
|
58e20905d1
|
Add error suppression to session_set_save_handler() call
Maintains consistent behavior with legacy code path by suppressing
"headers already sent" warnings in test environments.
|
2025-12-03 20:04:14 +01:00 |
|
erwin
|
a27cf8c18f
|
Move CHttpSessionHandler to separate file for PHP 5.3 compatibility
|
2025-12-03 19:51:59 +01:00 |
|
erwin
|
f682544dfc
|
Remove unnecessary try-finally block in session handler test
|
2025-12-03 19:40:55 +01:00 |
|
erwin
|
5d3ab97192
|
Fix PHP 8.4 session handler compatibility and add return type hints
|
2025-12-03 19:32:28 +01:00 |
|
erwin
|
dec708cca3
|
Fix PHP 8.4 session_set_save_handler() deprecation
|
2025-12-03 19:11:42 +01:00 |
|
erwin
|
2e4d87cfa4
|
Fixes #4573: Fix test to catch mb_strtolower(null, ...) deprecation in PHP 8.1+
|
2025-12-03 13:55:27 +01:00 |
|
erwin
|
077af097c2
|
Fixes #4573: mb_strtolower(null, ...) deprecation when caseSensitiveSort is false
|
2025-12-03 13:19:49 +01:00 |
|
dependabot[bot]
|
5ff1fe2948
|
Build(deps): bump actions/checkout from 5 to 6 (#4599)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-21 09:49:02 +03:00 |
|
Marco van 't Wout
|
4d87b1d3b0
|
Add PHP 8.4 to build (#4577)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
|
2025-11-13 09:55:15 +03:00 |
|
Marco van 't Wout
|
0fa8ca495d
|
Merge pull request #4594 from yiisoft/dependabot/github_actions/actions/checkout-5
Build(deps): bump actions/checkout from 4 to 5
|
2025-08-19 11:43:25 +02:00 |
|
dependabot[bot]
|
70f03c1d92
|
Build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-12 13:32:33 +00:00 |
|
Marco van 't Wout
|
14f66835c7
|
Merge pull request #4592 from rob006/captcha-validator
Fix deprecation in `CCaptchaAction` for PHP 8.1+
|
2025-07-28 09:48:51 +02:00 |
|
Robert Korulczyk
|
911db78c5a
|
Add tests for allowEmpty as true
|
2025-07-27 22:27:47 +02:00 |
|
Robert Korulczyk
|
e34341155b
|
Fix deprecation in CCaptchaAction for PHP 8.1+
|
2025-07-27 22:14:06 +02:00 |
|
Marco van 't Wout
|
d3d29d1cdb
|
Merge pull request #4587 from mateusmetzker/topic/add-unixsocket-support-for-redis
Add socket connection support to CRedisCache.php
|
2025-04-17 09:54:53 +02:00 |
|
Metzker
|
b1e1ade025
|
Update CHANGELOG
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
|
2025-04-16 18:21:30 -03:00 |
|
Metzker
|
16a97f285c
|
chore: changes requested on code review
|
2025-04-16 17:42:04 -03:00 |
|
Metzker
|
5f45cedac4
|
feat: add socket connection to CRedisCache.php
|
2025-04-15 14:43:41 -03:00 |
|
Marco van 't Wout
|
68598bb795
|
Improve formatting
|
2025-04-14 11:10:50 +02:00 |
|
Marco van 't Wout
|
2baec91aba
|
Prepare for next release
|
2025-04-10 16:00:25 +02:00 |
|
Marco van 't Wout
|
34bac57794
|
Release version 1.1.31
1.1.31
|
2025-04-10 15:57:47 +02:00 |
|
Marco van 't Wout
|
386e1d9b88
|
Update CHANGELOG
|
2025-04-10 14:31:06 +02:00 |
|
Marco van 't Wout
|
d386d73786
|
Merge commit from fork
Fix reflected XSS in default error renderer
|
2025-04-10 14:16:04 +02:00 |
|
Marco van 't Wout
|
7b4536e245
|
Fix: apply standard html encoding around string arguments in default error/exception renderer
Notes:
- message also formats newlines with nl2br
- no dependency on CHtml::encode as this could cause exceptions as well
|
2025-04-10 14:15:21 +02:00 |
|
Marco van 't Wout
|
aaf730d43e
|
Merge pull request #4586 from yiisoft/ci-dev-ini
CI tests using development ini
|
2025-04-02 12:44:00 +02:00 |
|
Marco van 't Wout
|
20467c1892
|
Disable deprecations in test suite from PHP 8.3 onwards
|
2025-03-27 16:07:26 +01:00 |
|
Marco van 't Wout
|
dd3cbb1f2c
|
FIX: apply #[\AllowDynamicProperties] on TestClass
|
2025-03-27 15:32:14 +01:00 |
|
Marco van 't Wout
|
21c0353237
|
FIX: apply #[ReturnTypeWillChange] to test classes that implement JsonSerializable
|
2025-03-27 15:25:35 +01:00 |
|
Marco van 't Wout
|
0741b5f65c
|
Set CI tests to run with development version of php.ini instead of default (production)
|
2025-03-27 15:17:44 +01:00 |
|
Marco van 't Wout
|
29b2d7ba7e
|
Merge pull request #4584 from albertborsos/improve-hungarian-translations
fix a hungarian translation
|
2025-03-27 09:53:39 +01:00 |
|
Albert Borsos
|
d52c9cff82
|
fix a hungarian translation
|
2025-03-26 13:46:07 +01:00 |
|
Marco van 't Wout
|
8726beca2d
|
Merge pull request #4580 from karelvasicek/issue-4579
Fixed CS translation #4579
|
2025-02-03 10:13:13 +01:00 |
|
Marco van 't Wout
|
a694a7b6b4
|
Update CHANGELOG
|
2025-02-03 10:12:35 +01:00 |
|
Karel Vasicek
|
5ec98d5384
|
Fixed CS translation #4579
|
2025-02-03 08:56:14 +01:00 |
|
Marco van 't Wout
|
b6bdc1c289
|
Update CHANGELOG
|
2025-01-07 13:51:28 +01:00 |
|
Marco van 't Wout
|
5fa85faede
|
Merge pull request #4575 from LimeSurvey/bug/19702_bbqjs-minimal-fix-proto-pollution
BBQ JS - dparam should always return an object
|
2025-01-07 13:49:03 +01:00 |
|
Kevin Foster
|
33d5883fa0
|
BBQ JS - re-add doc block to jquery.ba-bbq.min.js
|
2025-01-07 09:12:00 +00:00 |
|
Kevin Foster
|
06c1650969
|
BBBQ JS - dparam should always return an object
|
2024-12-31 14:21:24 +00:00 |
|