0c79f1b80b
Update CORS Preflight requests link ( #19078 )
2021-12-14 23:16:05 +03:00
17f0ad7aa1
Update RFC 7232 links ( #19069 )
2021-12-11 01:43:19 +03:00
58ac2e134e
Fix bugs preventing generation of PDF guide [skip ci] ( #19076 )
2021-12-11 01:00:45 +03:00
6067608321
Fix #19005 : Add yii\base\Module::setControllerPath()
2021-12-09 10:46:15 +03:00
1e41533789
(Docs) Normalized existing "virtual" / "magic" methods' descriptions, add missing ones ( #19066 )
2021-12-08 12:27:28 +03:00
5671a0e176
update MySQL link ( #19063 )
2021-12-06 08:38:52 +01:00
dcd1810d87
update PHP XCache link ( #19058 )
2021-12-03 09:15:48 +01:00
6c9eb1a90c
(Docs) Fixed preview for $prepareDataProvider ( #19055 )
2021-12-02 17:21:34 +03:00
766cf701e5
Fix #19031 : Fix displaying console help for parameters with declared types
2021-12-01 15:11:19 +03:00
0d899fa18b
Fix #19030 : Add DI container usage to yii\base\Widget::end()
2021-11-30 23:58:24 +03:00
d52c1237ca
Update Controller phpdoc ( #19052 )
2021-11-30 17:12:53 +03:00
73bb0e2569
update APC extension link ( #19051 )
2021-11-29 09:19:54 +01:00
17aa0e40c1
Fix #13105 : Add yiiActiveForm validate_only property for skipping form auto-submission
2021-11-26 10:19:50 +03:00
4a8c72f0c4
Normalize todos ( #19045 )
2021-11-26 00:45:09 +03:00
717a883d58
Fix #19042 : Fix broken link ( https://owasp.org/index.php/Top_10_2007-Information_Leakage ) ( #19043 )
2021-11-23 21:32:17 +03:00
6aa5bd8d46
Fix #18967 : Use proper attribute names for tabular data in yii\widgets\ActiveField::addAriaAttributes()
2021-11-22 13:00:45 +03:00
7d789bd0a6
update Exception Handling link ( #19035 )
2021-11-22 08:25:26 +01:00
81a3b83995
Fix #19021 : Fix return type in PhpDoc yii\db\Migration functions up(), down(), safeUp() and safeDown()
...
* Fixed PhpDoc in Migration.php (revert #18886 )
Fixed the return type of `up()`, `down()`, `safeUp()` and `safeDown()` functions to match the described behavior.
The current implementation checks for `false`, "all other return values mean the migration succeeds".
This PR also reverts #18886 since it was a code fix for what was documentation error.
Allow all possible values for `yii\db\Migration` functions `up()`, `down()`, `safeUp()` and `safeDown()`
2021-11-22 00:43:53 +03:00
e00b6d607d
update SameSite link ( #19029 )
2021-11-19 10:21:33 +01:00
552593ca3b
Prepare for new apidoc (part 2) ( #19010 )
...
* Fix broken links for events with different namespace
* Fix broken links in see tag
* Fix broken links in see tag (loadData())
* Fix broken link for var_export()
* Fix broken link for CVE
* Remove redundant markdown link wrap in see tags
* Remove see tags that refer to private properties
* Remove more see tags that refer to private properties
* Remove see tags that refer to private methods
* Remove one more redundant markdown link wrap in see tag [skip ci]
* Fix typo in see tag (causes broken link)
* Remove more see tags that refer to private methods
2021-11-18 10:10:09 +03:00
ac454a90d1
update csrf link ( #19023 )
2021-11-16 08:39:47 +01:00
8585ba3a18
update SQL Injection link ( #19015 )
2021-11-12 09:36:01 +01:00
c8d027f649
Fix #18993 : Load defaults by attributes() in yii\db\ActiveRecord::loadDefaultValues()
2021-11-12 00:25:08 +03:00
533b569005
Fix PhpDoc of ActiveField ( #19001 )
2021-11-12 00:21:03 +03:00
74e3cc9d08
Update core-code-style.md ( #19008 )
...
Changed Section 4 from CamelCase to StudlyCase to match the overview and Section 3.
2021-11-10 14:26:25 +03:00
fa6f0ef658
Fix variable references in phpdoc ( #19006 )
2021-11-10 13:26:55 +03:00
53477e8ad9
Correct note about html encoded items in radio/checkboxlist ( #19007 )
2021-11-09 21:16:57 +01:00
db8de0e57f
update Cross Site Scripting link ( #19002 )
2021-11-08 09:05:50 +01:00
1a571f2c4b
update code Injection link ( #18999 )
2021-11-04 08:48:33 +01:00
03235e6c12
Fix #18988 : Fix default value of yii\console\controllers\MessageController::$translator
2021-11-02 13:21:37 +03:00
4c1f872320
Improve ArrayAccess phpdoc in yii\base\Model ( #18992 )
...
Fix parameter name in `offsetSet()`
Fix type of property `$offset` in PhpDoc's
2021-11-01 09:26:54 +03:00
1c082f746f
Brazilian Portuguese translation of the Helpers Overview ( #18996 )
2021-11-01 09:21:45 +03:00
817f956013
update Command Injection link ( #18989 )
2021-10-31 09:10:32 +01:00
4b3361bf02
Docs enhancements ( #18985 )
...
- added more strict checks in if condition: that if `$user` exists, only then call its method
- Renamed `verifyPassword` to `validatePassword` because yii2-advanced-template use that method name
2021-10-29 22:02:24 +02:00
577b68b7d5
update Data Validation link ( #18980 )
2021-10-28 08:01:26 +02:00
480ae53f6d
Fix migration command example in BaseMigrateController ( #18978 )
2021-10-27 10:08:09 +03:00
97f9fba7e9
Fix #18962 : Extend ignore list in yii\console\MessageController::$except
2021-10-27 00:11:14 +03:00
e294c23102
Fix#18328: Yii::warning() raised on file register after View::endBody() has been moved to View::endPage() ( #18975 )
...
Co-authored-by: Mehdi Achour <machour@gmail.com>
2021-10-25 23:11:29 +03:00
d27fb96409
StringHelper::dirname() fixed for trailing slash ( #18965 )
...
* StringHelper::dirname() fixed for trailing slash
* StringHelper::dirname() fix for PHP <7 versions
* Update CHANGELOG.md
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Bizley <pawel@positive.codes>
2021-10-24 10:43:54 +02:00
baa3a0ed8a
update NIST RBAC model link ( #18973 )
2021-10-24 10:15:07 +02:00
b757d25c4b
Fix #18328 : Raise warning when trying to register a file after View::endBody() has been called
2021-10-23 16:08:33 +03:00
6fdba043d7
Update Session.php ( #18969 )
2021-10-22 08:46:29 +02:00
dd1ed636ae
Remove redundand comments in PhpDocController ( #18968 )
2021-10-22 00:05:41 +03:00
d80974da30
Fix #18955 : Check yiisoft/yii2-swiftmailer before using as default mailer in yii\base\Application
2021-10-20 11:10:20 +03:00
685b38c50f
Update PR template ( #18963 )
2021-10-20 10:05:02 +03:00
f5973acd08
Fix JA guide page ( #18958 )
2021-10-19 19:24:34 +02:00
0041f034fd
[doc] Update PHP doc links ( #18957 )
...
* Replace https://secure.php.net with https://www.php.net
* Replace http://www.php.net with https://www.php.net
2021-10-19 14:50:26 +02:00
b22bcaebfd
update date() link ( #18956 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2021-10-19 09:38:20 +02:00
ae82b58d85
Fix #18909 : Fix bug with binding default action parameters for controllers
2021-10-19 01:01:46 +03:00
e22bece3df
update max_file_uploads link ( #18953 )
2021-10-16 09:18:50 +02:00