25f88131b7
update caching-data.md php.net links ( #19671 )
2022-11-13 11:06:41 +01:00
30512e1124
update security-best-practices.md wiki link ( #19667 )
2022-11-11 08:21:52 +01:00
a80ca77f33
Added UPGRADE.md note for #19603 ( #19645 )
...
Added UPGRADE.md note since the default "scope" of the yii\mutex\MysqlMutex has changed.
2022-11-07 10:34:35 +04:00
56e872e37b
PL language fixes ( #19659 )
2022-11-07 09:14:48 +04:00
52f3e04883
update protocols link ( #19658 )
2022-11-06 11:27:04 +04:00
b520f57c4e
Update protocol links ( #19658 )
2022-11-06 11:26:43 +04:00
be4f1e4f91
update security-passwords.md php.net links ( #19656 )
2022-11-04 09:14:57 +01:00
d010ec8b2d
Use github output ( #19651 )
2022-11-02 08:19:52 +01:00
a3dac7d888
update security-authorization.md wiki links ( #19650 )
2022-10-30 10:03:12 +01:00
7515f0ff0b
update output-client-scripts.md php.net links ( #19644 )
2022-10-28 08:21:56 +02:00
ca1c7efa93
Fix #19546 : Reverted #19309
2022-10-26 15:59:25 +04:00
3dfba03233
update output-formatting.md links ( #19642 )
2022-10-26 09:10:29 +02:00
fd8b08e022
Added upgrade note about default options for message console command ( #19633 )
2022-10-25 09:10:07 +02:00
e193e8cb75
changed git protocol ( #19641 )
2022-10-24 09:10:17 +02:00
0d59c4db1b
Changed git:// protocol to https:// in git-workflow.md since git:// doesn't work anymore ( #19634 )
2022-10-24 09:09:16 +02:00
e759584d07
update input-file-upload.md php.net links ( #19638 )
2022-10-23 09:52:43 +02:00
7c26670f4d
Fixed several typos and grammar errors ( #19639 )
2022-10-22 15:35:53 +02:00
54ee1aaf71
update input-forms.md mozilla links ( #19636 )
2022-10-21 08:50:17 +02:00
1d557360d5
Update db-active-record.md links ( #19628 )
2022-10-18 01:58:54 +04:00
48f6f7cc0e
update db-query-builder.md links ( #19626 )
2022-10-16 12:14:37 +02:00
d41752bec8
19265 fix file cache duration phpdoc ( #19623 )
...
* #19265 fix file cache duration phpdoc
* #19265 fix file cache duration phpdoc
* Update framework/caching/FileCache.php
Co-authored-by: Bizley <pawel@positive.codes>
* #19265 remove CHANGELOG.md line
* #19265 add CHANGELOG.md line
Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
Co-authored-by: Bizley <pawel@positive.codes>
2022-10-16 12:14:01 +02:00
6b3fea3891
update db-dao.md links ( #19625 )
2022-10-15 12:05:05 +02:00
c2d98f2c1f
update concept-autoloading.md links ( #19622 )
2022-10-14 12:40:21 +02:00
364e907875
#19316 removed not relevant CHANGELOG.md line ( #19620 )
...
Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
2022-10-13 09:14:14 +02:00
25eed6fe1c
Fix phpdoc for yii\web\Controller ( #19619 )
2022-10-12 08:41:20 +02:00
b2fcedaeea
Fix comments in BaseFormatConverter ( #19618 )
2022-10-12 01:26:20 +04:00
53fc9e7e7d
update concept-behaviors.md links ( #19617 )
2022-10-11 09:01:34 +02:00
c410e2de64
Added info on how to delete fragment caching ( #19613 )
2022-10-09 23:57:36 +04:00
2086a8dbb1
Fixed typo mistakes ( #19610 )
2022-10-09 23:56:27 +04:00
381c266443
#19316 fix MysqlMutex long name ( #19614 )
...
Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
2022-10-09 20:21:09 +02:00
4aad60fd87
update concept-events.md php.net links ( #19609 )
2022-10-07 09:35:09 +02:00
0b4741ea6a
MysqlMutext component fix same connection but difference database fail ( #19603 )
...
* MysqlMutext component fix same connection but difference database fail with extended keyPrefix.
* @since added to MysqlMutex#keyPrefix
Co-authored-by: Márton Somogyi <somogyi.marton@metrisoft.hu>
2022-10-06 09:06:59 +02:00
7d8507dea8
Fix eager loading of nested one-to-many relations ( #19585 )
...
* Update ActiveRelationTrait.php
fix #19507
* update structure-applications.md wiki links (#19597 )
* update structure-models.md wiki links (#19598 )
* Update structure-views.md wiki links (#19600 )
* update structure-filters.md links (#19601 )
* Added nested via relations
* Added nested via relations eager loading test
* Update framework/db/ActiveRelationTrait.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/data/ar/Customer.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/data/ar/Customer.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/framework/db/ActiveRecordTest.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/framework/db/ActiveRecordTest.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/framework/db/ActiveRecordTest.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/framework/db/ActiveRecordTest.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/framework/db/ActiveRecordTest.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/framework/db/ActiveRecordTest.php
Co-authored-by: Bizley <pawel@positive.codes>
* Update tests/framework/db/ActiveRecordTest.php
Co-authored-by: Bizley <pawel@positive.codes>
* Fix #19507 : Fix eager loading of nested relations
Co-authored-by: Ihor Sychevskyi <arhell333@gmail.com>
Co-authored-by: Bizley <pawel@positive.codes>
2022-10-04 15:55:53 +06:00
d563f51ea6
update runtime-routing.md wiki links ( #19606 )
2022-10-04 08:24:23 +02:00
dd7a3026e5
update structure-widgets.md php.net links ( #19602 )
2022-10-03 08:50:05 +02:00
592482a97a
update structure-filters.md links ( #19601 )
2022-10-01 10:25:38 +02:00
182c558155
Update structure-views.md wiki links ( #19600 )
2022-09-30 11:51:40 +04:00
aa4a2f720d
update structure-models.md wiki links ( #19598 )
2022-09-29 08:05:57 +02:00
8aae8ed226
update structure-applications.md wiki links ( #19597 )
2022-09-27 10:24:23 +02:00
b61b9ac253
Fix #19589 : Fix Error reporting in to the BaseArrayHelper::getValue()
2022-09-25 23:48:05 +04:00
2061b59932
update structure-applications.md links ( #19596 )
2022-09-25 12:00:21 +02:00
1bf70b4289
update structure-overview.md wiki ( #19592 )
2022-09-23 10:49:16 +02:00
043155482b
update start-databases.md lang links ( #19587 )
2022-09-20 08:46:29 +02:00
4604206bfb
Switch from swiftmailer to symfonymailer in examples & tutorials ( #19582 )
2022-09-19 22:04:22 +03:00
6da1f21999
Add second parameter to preg_quote() in Inflector::slug() ( #19588 )
2022-09-19 19:35:30 +03:00
79bfd68915
update start-installation.md lang links ( #19583 )
2022-09-18 11:12:35 +02:00
b99f02eccd
Optimize Model::safeAttributes() ( #19547 )
2022-09-16 10:44:07 +02:00
4f7bb0a249
update intro namespaces traits lang links ( #19575 )
2022-09-15 08:06:27 +02:00
60dec4008b
Wrong operator format ( #19548 )
...
Based on the docs and mainly my experience with Yii, I believe the "and" operator format here is wrong. The condition parts which the "and" separates have to be each in an array, otherwise the where() doesn't know where the condition starts and where ends.
2022-09-12 13:59:33 +02:00
27344557ea
fix xcache link ( #19543 )
2022-09-07 08:24:35 +02:00