41 Commits

Author SHA1 Message Date
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
655786b7ed release version 2.0.44 2021-12-30 10:50:56 +03:00
ccb14ff667 release version 2.0.39 2020-11-10 13:58:35 +03:00
1f6cc43337 Remove unnecessary concatenation 2019-07-02 21:34:35 +03:00
b0a973a8da Fix #17396: Added 'invoked by controller' to the debug log message when \yii\base\Action is used 2019-06-28 01:50:44 +03:00
e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
f1cb76bc76 Fixes #14882: Corrected action phpdoc to fix IDE hints in console commands [skip ci] 2017-09-29 22:11:47 +03:00
fe8a0a6a2e Enable no_useless_else rule in php-cs-fixer (#14420) 2017-07-10 11:26:21 +03:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
e0d2d2cc88 Improve summary description of Action class 2015-07-21 12:08:35 -04:00
8956626845 Fixes #6518 [skip ci] 2014-12-14 19:06:18 -05:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
91965fd391 phpdoc formatting issues 2014-04-23 02:55:17 +02:00
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
6f9e9cd5b0 minor fix. 2014-02-26 08:02:54 -05:00
7c63c6db3b Update Action.php
Fixed typo in runWithParams
2014-02-26 14:30:10 +02:00
f9648fed4e Fixed action beforeRun/afterRun calls. 2014-02-26 07:06:30 -05:00
a5968a6ac6 Added beforeRun() and afterRun() to yii\base\Action 2014-01-22 16:36:00 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
6a595de4be refactored MVC. 2013-02-03 13:54:27 -05:00
b2662c0cd9 clean up help command. 2013-02-02 23:36:20 -05:00
9165a1592a cleanup. 2013-01-29 09:01:38 -05:00
0d21ee67cb MVC WIP 2013-01-28 18:51:36 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
b7a7800fec Fixed constructors. 2012-08-30 21:17:42 -04:00
769c1dee92 ... 2012-05-12 10:52:55 -04:00
be8dd940db ... 2012-05-12 10:42:44 -04:00
5a72523a14 console commands. 2012-05-12 00:28:23 -04:00
c1cb99ab37 controller work. 2012-05-05 13:30:33 -04:00
c9097ed036 working on controllers and actions. 2012-05-05 10:58:26 -04:00
d1611e66a8 ... 2012-04-30 17:00:57 -04:00
1db738ef1e implemented action. 2012-04-30 16:37:35 -04:00
165bb02a65 ... 2012-04-30 11:20:53 -04:00