416 Commits (7f73ec1fcf01da40187e808af459ff841fb4a9d8)

Author SHA1 Message Date
Alexander Makarov 9c0572bff9 Fixed `$model->load($data)` returned `true` if `$data` and `formName` were empty 11 years ago
Alexander Makarov 3b95aa9cd1 Added `yii\base\Module::getParam($name, $defaultValue = null)` to conveniently work with application parameters 11 years ago
Qiang Xue 00f34f390a Fixes #2303: Fixed the bug that `yii\base\Theme::pathMap` did not support dynamic update with path aliases 11 years ago
Alexander Makarov d9d36006a7 Fixed default scenario constant in docs 11 years ago
Carsten Brandt 214f66a8c1 skip exiting in test env. 11 years ago
Alexander Makarov 91444b20c8 #2248: Renamed `yii\base\Model::DEFAULT_SCENARIO` to `yii\base\Model::SCENARIO_DEFAULT` 11 years ago
Carsten Brandt 0cfd41a21a let application exit with code 1 on error/exception in console 11 years ago
Qiang Xue 6bc4a8cf94 Fixes #706: Added `yii\widgets\Pjax` and enhanced `GridView` to work with `Pjax` to support AJAX-update 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Carsten Brandt f93054a486 fixed possible problem with realpath and false value 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
Qiang Xue c829dd6b47 added more tests. 11 years ago
Qiang Xue 18d7224ac8 Fixes #2149: Added `yii\base\DynamicModel` to support ad-hoc data validation 11 years ago
Alexander Makarov 1444e14853 Fixed Widget::widget 11 years ago
Qiang Xue d43c339670 Formatter::timeZone should take string only. 11 years ago
Alexander Makarov a2dca09e71 Modified phpdoc 11 years ago
Alexander Makarov db7e4a4401 Added echo output in case there's return 11 years ago
Alexander Makarov 4023f4215a Allow writing widgets using return instead of echo in the run method to make it consistent with controller 11 years ago
Qiang Xue 698d66a2c1 fixed test break 11 years ago
Qiang Xue 1ebe46c64a Fixed test break. 11 years ago
Vladimir Zbrailov 330ae053e6 remove timezone from i18n formatter 11 years ago
Vladimir Zbrailov c8a9ed80c8 prevent changing public timezone 11 years ago
Vladimir Zbrailov 230f40c866 fix formatter 11 years ago
Vladimir Zbrailov 84bfc3fc88 add timeZone into base formatter 11 years ago
Carsten Brandt 8735cdb54e doc link fixes 11 years ago
Alexander Makarov 8bdc437bc2 Fixes #2079: 11 years ago
Qiang Xue a5968a6ac6 Added `beforeRun()` and `afterRun()` to `yii\base\Action` 11 years ago
Qiang Xue 9aa006e5ea Removed implementation of `Arrayable` from `yii\Object` 11 years ago
Luciano Baraglia 7d33a5d3b5 Some Code style fixes 11 years ago
Qiang Xue 87be9deaf0 refactored fixture. 11 years ago
Veaceslav Medvedev fc35bc1d49 Removing `abstract` in Module 11 years ago
Carsten Brandt 6944ca1f94 Mark event as handled when filter decides to abort action 11 years ago
Qiang Xue aa5e82ec07 Fixes #1965: `Controller::findLayoutFile()` returns incorrect file path when layout name starts with a slash 11 years ago
Alexander Makarov 349f2c9e32 phpdoc fixes, unused variable 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Alexander Kochetov 17906e712c Application::getAuthManager() comment fix 12 years ago
Alexander Kochetov 9158e110da Auth manager init version 12 years ago
Qiang Xue b836665dfd Added beginPage and endPage events. 12 years ago
Qiang Xue c5bad9ea1b Fixes issue #172: Added Object::className(). 12 years ago
Qiang Xue 2dd51d5b46 Fixes issue #177. 12 years ago
Qiang Xue 17807874b6 Fixes issue #53: implemented Menu. 12 years ago
Alexander Kochetov 48d04fbb8c !== array() => !empty() 12 years ago
slavcopost a94c432311 Fix attaching behavior via config 12 years ago
Qiang Xue 1415c12c5a Changed default value of View::renderers. 12 years ago
slavcopost 3d40b171e0 Fix attaching behavior via config 12 years ago
mdeweerd 2d1180f35c Add ensureBehaviors() to detachBehavior*() 12 years ago
Qiang Xue 9841d6c639 Fixes issue #124. 12 years ago
Zander Baldwin 4be9e195c2 Add Newlines 12 years ago
Qiang Xue c9895eff82 Fixes issue #110. 12 years ago