ed9de17357
Sync to master branch. ( #20401 )
2025-06-09 12:03:50 -04:00
52e4a3e645
release version 2.0.50
2024-05-30 20:23:31 +03:00
e2a167028b
Upgrade to PSR12 coding standard ( #20121 )
2024-03-19 17:21:27 +03:00
161526cd41
HTTPS everywhere ( #19503 )
2022-08-03 12:32:18 +03: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
82be8b61cf
Replacing deprecated ::className()
with ::class
( #18671 )
2021-05-22 23:14:54 +03:00
bdb7c64910
Update to https protocol for php.net links ( #17168 ) [skip ci]
...
* Updated php.net link for some MemCache properties [skip ci]
* Changed protocol to https for links to php.net in comments
* Changed protocol to https for links to php.net in code
* Changed www.php.net (http) to secure.php.net (https) in comments
* Changed www.php.net (http) to secure.php.net (https) in code
* Changed protocol to https for links to php.net in UPGRADE.md
* Changed protocol to https for links to pecl.php.net in comments
* Changed us.php.net to secure.php.net (https) in comments
* Changed protocol to https for links to php.net in docs
* Changed www.php.net (http) to secure.php.net (https) in docs
* Changed protocol to https for links to pecl.php.net in docs
* Changed ru/jp.php.net to secure.php.net (https) in docs
Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
65f6b59b35
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
1501c659ac
Add empty lines before return statements. ( #14682 ) [skip ci]
2017-08-21 01:58:49 +03:00
217d50e4ff
improved PHPdoc and @since
annotations
2016-07-11 12:58:43 +02:00
73803ff28b
Fixes #8422 : added note to behaviors explaining that there's no sense in validating attributes there are set automatically
2016-04-30 21:05:33 +03:00
731769241b
release version 2.0.8
2016-04-28 16:50:20 +02:00
0bd7bb961f
[doc] link to unexistant class
...
`\yii\behaviors\Expression` to `\yii\db\Expression`
2016-03-29 20:29:26 -06:00
8476997800
MySQL default column type for TimestampBehaviour
2016-03-11 00:57:53 +05:30
b6caff1952
Removed unused imports
2016-02-16 13:48:09 +03:00
e8d309dddb
documentation fixes for 2.0.7
2016-02-06 19:47:13 +01:00
f38bb6ced4
Chg #9953 : TimestampBehavior::getValue()
value processing is consistent with AttributeBehavior::getValue()
2015-10-18 16:14:19 +03:00
a2568d1ec8
updated some comments and @since
annotations
2015-08-02 19:56:49 +02:00
cad9fd9d20
yii\behaviors\TimestampBehavior::touch()
throws an exception if owner is new record
2015-05-13 13:19:46 +03:00
da50920ac8
improved wording in TimestampBehavior
2015-02-27 21:25:49 +01:00
e742ba0ea1
updated docs about timestamp and refresh
...
fixes #7484
2015-02-27 11:31:45 +01:00
98571fb3b9
More correct usage of TimeStamp touch method
...
TimeStampBehavior PHPDoc update for the `touch()` method
2015-01-16 16:46:29 +05:30
a20f82dcfa
Fixes #4919
2014-09-04 20:44:36 +04:00
378b765e48
Fixes #4571 : ignore non-string attribute names for AttributeBehavior.
2014-08-02 14:12:30 -04:00
8701d7df3b
more explicit comment in phpdoc, code style
2014-07-29 02:45:56 +02:00
b1bcb59aa9
\yii\behaviors\TimestampBehavior updated
2014-07-23 22:58:30 -04:00
4c20b57b98
\yii\behaviors\TimestampBehavior updated
2014-07-23 22:58:30 -04:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
a625b79bf2
Some minimal doc blocks changes for consitency
2014-02-20 09:57:17 -03:00
02d5b20bda
Fixes #2360 : Added AttributeBehavior
and BlameableBehavior
, and renamed AutoTimestamp
to TimestampBehavior
2014-02-19 21:47:25 -05:00