ccf979196c
Fix yii\i18n\GettextMessageSource PHPDoc ( #18916 )
2021-10-03 00:23:20 +03:00
e078c9422f
Fix typos
2021-10-02 21:36:35 +03:00
3578621833
Shorten two identical statements in compare validator ( #18922 )
2021-10-01 23:37:54 +03:00
f7c81fb044
Fix BaseMigrateController::$migrationPath phpdoc ( #18924 )
2021-10-01 23:35:54 +03:00
c3eeb952b9
[docs] typofixes ( #18920 )
2021-10-01 23:24:51 +03:00
175f66e6e0
Fix #18908 : Add stdClass as possible return type to getBodyParams ( #18918 )
2021-10-01 23:23:30 +03:00
2c3f5d990c
Fix #18733 : Fix session offset doc types ( #18919 )
2021-10-01 17:16:38 +03:00
01b6b2a5d1
Fix #18913 : Add filename validation for MessageSource::getMessageFilePath()
...
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2021-10-01 00:52:36 +03:00
435b6dc732
update prepared statements link ( #18911 )
2021-09-29 08:48:15 +02:00
e3028c524d
Fix #18899 : Replace usages of strpos with strncmp and remove redundant usage of array_merge and array_values
2021-09-28 11:06:46 +03:00
f2caf02164
Fix #18904 : Improve Captcha client-side validation
2021-09-28 09:55:47 +03:00
51db399769
update PHP manual link ( #18905 )
2021-09-26 11:31:57 +02:00
1d7f9d8d2d
Fix #18898 : Fix yii\helpers\Inflector::camel2words() to work with words ending with 0
2021-09-23 17:24:17 +03:00
f8e65d2027
Fix @since tag in XmlResponseFormatter.php ( #18901 )
...
Wrong version, see https://github.com/yiisoft/yii2/blob/master/framework/CHANGELOG.md#2044-under-development
2021-09-23 15:18:17 +03:00
7332cc2cba
Fix an invalid phpDoc annotation of yii\data\DataProviderInterface::getSort(). ( #18897 )
2021-09-22 19:13:09 +02:00
cf0966cc8f
Update oracle link ( #18896 )
2021-09-22 01:08:45 +03:00
fdbdbb51fb
Fix #18886 : Fix default return of yii\db\Migration::safeUp() and yii\db\Migration::safeDown()
2021-09-19 12:38:06 +03:00
4e5c95f8f1
Fix PhpDoc of yii\console\Controller::stderr() ( #18885 )
2021-09-18 21:32:16 +03:00
0f8d5c3852
update PDO link ( #18889 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2021-09-18 09:31:26 +02:00
6b8b0a94d9
Fix phpdoc of yii\base\Model
2021-09-18 00:10:23 +03:00
d6632a8367
Fix phpdoc of yii\base\Model ( #18888 )
2021-09-17 23:57:49 +03:00
f3956a4eec
Fix header collection from array ( #18883 )
...
* Fixed HeaderCollection::fromArray() key case
* Added CHANGELOG.md line for #18883 (Fixed HeaderCollection::fromArray() key case)
2021-09-17 09:29:33 +02:00
9ed87a0ad6
Fix #18858 : Reduce memory usage in yii\base\View::afterRender method
2021-09-14 17:41:53 +03:00
59eb9a3395
Fixed ArrayHelper::toArray for DateTime ( #18880 )
...
* Fixed ArrayHelper::toArray() for DateTime object
* Updated README.md for #18880 (Fixed ArrayHelper::toArray() for DateTime object)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2021-09-14 15:30:10 +02:00
f34bc3bf18
update namespace links ( #18881 )
2021-09-14 08:16:13 +02:00
d7b8ab9bee
update class autoloading mechanism link ( #18874 )
2021-09-11 09:09:57 +02:00
b5b1531935
update traits link ( #18870 )
2021-09-08 08:26:03 +02:00
ea60fba0ae
Fix yii\base\Controller::bindInjectedParams() to not throw error when argument of ReflectionUnionType type is passed ( #18869 )
2021-09-06 20:16:14 +02:00
932806b97d
Fix #18812 : Added error messages and optimized "error" methods in yii\helpers\BaseJson
2021-09-06 15:51:13 +03:00
c86cfb66d3
update PHP callback link ( #18864 )
2021-09-04 09:36:36 +02:00
ffe7904d80
Minor tests cleanup ( #18811 )
2021-09-03 12:41:10 +03:00
ac373c06fe
Fix #18845 : Fix duplicating id in MigrateController::addDefaultPrimaryKey()
2021-09-03 11:35:19 +03:00
4f387d05c1
Fix #17119 : Fix yii\caching\Cache::multiSet() to use yii\caching\Cache::$defaultDuration when no duration is passed
2021-09-03 10:02:47 +03:00
ab1c653fb7
Add optimisticLock to all guide languages ( #18860 )
2021-08-31 00:27:44 +03:00
83b4191e6c
Optimistic locking update ( #18857 )
...
The steps/example requires including the optimisticLock() function in the model that will return the field storing the version.
2021-08-30 09:54:28 +03:00
f7f3934226
Remove typo in pt-BR migration docs ( #18855 )
...
Was: "...deleta um registro de uma tabela, você possivelmente mente"
Changed to: "...deleta um registro de uma tabela, você possivelmente"
2021-08-27 20:23:05 +03:00
17581aace3
update SecureFlag wiki article link ( #18853 )
2021-08-27 07:55:12 +02:00
0b29ba870e
Fix #18762 : Added yii\helpers\Json::$keepObjectType and yii\web\JsonResponseFormatter::$keepObjectType in order to avoid changing zero-indexed objects to array in yii\helpers\Json::encode()
2021-08-24 22:30:33 +03:00
ec07ad9ff9
Fix #18783 : Add support for URI namespaced tags in XmlResponseFormatter, add XmlResponseFormatter::$objectTagToLowercase option to lowercase object tags
...
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
2021-08-24 16:54:50 +03:00
bcd5b48492
update HttpOnly wiki article link ( #18851 )
2021-08-23 08:36:49 +02:00
07d7b20b01
update Nginx: X-Accel-Redirec link ( #18848 )
2021-08-20 08:13:25 +02:00
489a543b10
Use ircs as IRC protocol
...
See b583310476
2021-08-19 23:17:05 +03:00
44388e2cf9
Revert changes in dispatcher 18841 ( #18843 )
2021-08-18 23:29:04 +03:00
383241f65c
Fix #18840 : Fix yii2/log/Logger to set logger globally
2021-08-18 00:16:57 +03:00
3387d360b0
Do not mention yii2-codeception as it it deprecated
2021-08-16 20:09:40 +03:00
df6e5869bd
docs: update RFC 7239 link ( #18839 )
...
fix #18838
2021-08-16 17:26:31 +02:00
b7943c6732
Fix #18823 : Rollback changes #18806 in yii\validators\ExistValidator::checkTargetRelationExistence()
2021-08-15 16:15:14 +03:00
d14d65d9f4
fix invalid link & update ( #18835 )
2021-08-15 11:00:30 +02:00
c21322f0c6
Added missing note for $categoryMap ( #18834 )
2021-08-14 11:08:44 +02:00
63e93ba243
Fix #18832 - Inflector::camel2words() adding extra spaces ( #18833 )
2021-08-14 10:43:23 +02:00