20336 Commits

Author SHA1 Message Date
bee7f7206f Add changelog line. 2023-10-21 09:03:20 -03:00
f58eb362ca Remove YII_ENV. 2023-10-21 08:53:15 -03:00
b7488185ba Merge branch 'master' into yii-serve-fix 2023-10-20 13:16:06 -03:00
f8b49ce511 Fix getMockbuilder className(). 2023-10-20 12:59:20 -03:00
c56bccd913 Fix error typo. 2023-10-20 12:50:20 -03:00
e726284a48 Fix php 5. 2023-10-20 12:45:51 -03:00
ecc6c6121e Use Mock tests, after checking the real test. 2023-10-20 12:42:19 -03:00
39cf0a567d Merge branch 'master' into yii-serve-fix 2023-10-20 10:50:00 -03:00
5eeb12f275 Fix #19060: Fix yii\widgets\Menu bug when using Closure for active item and adding additional tests in tests\framework\widgets\MenuTest 2023-10-20 16:49:25 +03:00
70a7282fec Fix yii server and add tests. 2023-10-20 10:45:21 -03:00
a4b5856f4c Fix typo in runtime-logging.md (#20019) 2023-10-20 16:43:13 +03:00
04f59442d9 Merge pull request #20007 from xicond/bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer
fix: #20002 optimize head request on serializeDataProvider
2023-10-20 11:10:53 +02:00
c1315b9cd6 Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer 2023-10-20 16:22:55 +08:00
ce13f0f35a refactor: cleanup SerializerTest 2023-10-20 16:22:19 +08:00
75e5a0845f Merge pull request #20018 from rob006/patch-1
Use `self` to access private method in `BaseFormatConverter`
2023-10-20 08:32:54 +02:00
ace4a5b888 fix: separate test Head Serialize DataProvider 2023-10-20 10:47:17 +08:00
febbe0f20e Use self to access private method in BaseFormatConverter 2023-10-19 21:33:43 +02:00
833f335fd0 Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer 2023-10-19 20:36:05 +03:00
f28386835d Update framework/CHANGELOG.md 2023-10-19 20:35:59 +03:00
e0299884fe Introduce createFormatter Static Method for Formatter Logic (#20014) 2023-10-19 20:27:52 +03:00
fd241defd0 Update the Persian translation file (#20016)
Signed-off-by: Nabi <nabikaz@gmail.com>
2023-10-19 18:15:54 +03:00
344b0aecf3 core: add collectionEnvelope unit test 2023-10-18 16:36:43 +08:00
b4697641d3 fix: changelog 2023-10-18 16:18:29 +08:00
e11819ddbe fix: changelog 2023-10-18 16:16:42 +08:00
a923481b65 Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer 2023-10-18 16:07:31 +08:00
c314febd95 core: add changelog 2023-10-18 16:02:48 +08:00
5d8a96ee0d Added 'zh' into 'framework/messages/config.php' (#19995) 2023-10-18 11:01:40 +03:00
4f2a7c5f03 Merge branch 'bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer' of https://github.com/xicond/yii2 into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer 2023-10-18 15:57:19 +08:00
72e46e6795 Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer 2023-10-18 15:56:46 +08:00
b9a30a8df2 feat: add HEAD unit test serializer 2023-10-18 15:56:32 +08:00
4b423e4bbc Merge pull request #19909 from tim-fischer-maschinensucher/13920-validation-marks-valid-field-as-invalid
Fix #13920: Fixed erroneous validation for specific cases
2023-10-17 10:45:15 +02:00
cba3a5e87e Merge branch 'master' into 13920-validation-marks-valid-field-as-invalid 2023-10-17 09:50:31 +02:00
fe73d9c11f Merge pull request #20009 from terabytesoftw/fix-maskedinputasset
Fix `MaskedInputAsset::class`.
2023-10-16 15:03:53 +02:00
961a952f82 Fix #19927: Fixed console\controllers\MessageController when saving translations to database: fixed FK error when adding new string and language at the same time, checking/regenerating all missing messages and dropping messages for unused languages 2023-10-16 10:17:02 +03:00
87dea2570e Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer 2023-10-16 09:13:51 +08:00
6ceb6f65f4 Fix MaskedInputAsset::class. 2023-10-15 06:28:12 -03:00
5a4c0483ef Merge pull request #20006 from angrybrad/master
Fixed a bug with the yii serve command and a custom router
2023-10-14 10:05:26 +02:00
3014fa22e5 fix: #20002 optimize head request on serializeDataProvider 2023-10-14 12:28:22 +08:00
9875ae6445 Fixed a bug where the yii serve command would break if a custom router was supplied and it had a space in the path 2023-10-13 10:26:42 -07:00
4fe40f9d33 Merge pull request #19893 from PowerGamer1/fix12743
New methods: BaseActiveRecord::loadRelations() and BaseActiveRecord::loadRelationsFor().
2023-10-13 13:02:52 +02:00
02ed808056 New methods: BaseActiveRecord::loadRelations() and BaseActiveRecord::loadRelationsFor(). 2023-10-13 13:22:48 +03:00
505fd5a2f8 prepare for next release 2023-10-12 17:46:49 +02:00
4f1735995a release version 2.0.49.2 2.0.49.2 2023-10-12 17:46:26 +02:00
33254d5dad Update CHANGELOG.md
2.0.49.2 changelog
2023-10-12 17:43:55 +02:00
049e37c0a5 Update structure-controllers.md (#20003)
добавил пропущенное слово "как"
2023-10-12 17:11:11 +03:00
11d4b2cb6b Merge pull request #20000 from yiisoft/fix-mime-type-generator
Fix mime type generator
2023-10-12 11:43:45 +02:00
0726714e55 Added note 2023-10-08 13:20:43 +02:00
4addf02c26 Fix mime type generator 2023-10-08 13:03:48 +02:00
bd296ebe04 Merge pull request #19997 from salehhashemi1992/ci/update-checkout-to-v4
update actions/checkout to v4
2023-10-08 10:59:08 +02:00
7665e56216 update actions/checkout to v4 2023-10-07 22:34:56 +03:30