157 Commits (3df51e4c5f29b974d6fc5f58466dfd58ca5697d0)

Author SHA1 Message Date
Qiang Xue d8516b17ae doc fix 11 years ago
Vladimir Zbrailov 84bfc3fc88 add timeZone into base formatter 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Qiang Xue 3dd3914a38 Fixes #2144: `Html` helper now supports rendering "data" attributes 11 years ago
Carsten Brandt bc9b62c314 url of CSS and JS files registered in View can be url alias 11 years ago
Ivan Pomortsev 71cc30505b Update CHANGELOG.md 11 years ago
Qiang Xue f39b1e4bb8 changelog fix. 11 years ago
Daniel Schmidt d03b2add89 Condenses changelog notes to 1 line (#2103) 11 years ago
Daniel Schmidt 7fef8cf0cf Adds docblock comments and HTTP spec links for the new HTTP Exception classes (#2103) 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 e6e1a7bac0 Fixes #1958: `beforeSubmit` in `yii.activeform` is now executed after validation and before form submission 11 years ago
Vladimir Zbrailov 53647d8b16 Added ability to get incoming headers 11 years ago
Alexander Makarov 583c56d9e0 Updated changelog 11 years ago
Qiang Xue 9aa006e5ea Removed implementation of `Arrayable` from `yii\Object` 11 years ago
Carsten Brandt 4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https' 11 years ago
Paul Klimov ca778336f2 Issues #1265 #2084 added to CHANGELOG 11 years ago
Qiang Xue 5b3fa9f5ba Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0 11 years ago
Carsten Brandt 813a008da2 improved request body parser docs and configuration 11 years ago
Qiang Xue b496a04f49 refactored fixture feature. 11 years ago
Daniel Schmidt 00785d38c0 Added support for custom web\Request parsers (#2043) 11 years ago
Carsten Brandt 7ae8b8b50f added support to parse json request to Request::getRestParams() 11 years ago
Qiang Xue 88059439f6 Fixes #2063: Removed `yii\web\Request::acceptTypes` and renamed `yii\web\Request::acceptedContentTypes` to `acceptableContentTypes`. 11 years ago
Alexander Kochetov fe6d897f0e CHANGELOG typo fix 11 years ago
Alexander Kochetov 1b0ed00f40 CHANGELOG 11 years ago
Qiang Xue ab5d7bd54c Fixes #2051: Do not save null data into database when using RBAC 11 years ago
Qiang Xue 8e8eca3691 updated change log [skip ci] 11 years ago
Jacob Morrison 5c19cc84f4 Make HelpController check to make sure module controller path exists before scanning it 11 years ago
Alexander Makarov 462c50031a Fixes #1930: Fixed domain based URL matching for website root 11 years ago
callmez 00ce53946c CHANGELOG.md typo 11 years ago
callmez baad3eb2a8 fixed #1992 the issue that use 'site/captcha' will get wrong refreshUrl in module scenario 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Qiang Xue 31c24ec92b Fixes #2003: Added `filter` property to `ExistValidator` and `UniqueValidator` to support adding additional filtering conditions 11 years ago
Kevin LEVRON 6594fbd2da changelog 11 years ago
Mark f154a642f2 changelog added 11 years ago
Mark 27118cd2ae changelog added 11 years ago
Carsten Brandt 796284cba1 reworked fix for #1993 11 years ago
Carsten Brandt 81d23332df afterFind event in AR is now called after relations have been populated 11 years ago
Qiang Xue 777e22c1af Fixes #1959: `Html::activeCheckbox` wasn't respecting custom values for checked/unchecked state 11 years ago
Carsten Brandt 6944ca1f94 Mark event as handled when filter decides to abort action 11 years ago
Alexander Makarov edf98ced99 Fixes #1973: Re-implemented solution for `yii message/extract` is now able to generate `.po` files 11 years ago
Alexander Makarov 2aa8fc7171 Optimized #1959 code a bit 11 years ago
Alexander Makarov a2e0d2d04f init of advanced application now allows to specify answer for overwriting files via init --overwrite=n 11 years ago
Qiang Xue aa5e82ec07 Fixes #1965: `Controller::findLayoutFile()` returns incorrect file path when layout name starts with a slash 11 years ago
Qiang Xue 53e249d2be Fixes #1921: Grid view ActionColumn now allow to name buttons like `{controller/action}` 11 years ago
Qiang Xue 7e4461621a Fixes #1326: The `visible` setting for `DetailView` doesn't work as expected 11 years ago
Alexander Makarov ee109a6f4a Fixes #1937: Fixed wrong behavior or advanced app's `init --env` when called without parameter actually specified 11 years ago
Alexander Makarov 4239b2a5f2 Fixes #1870: Validation errors weren't properly translated when using clientside validation 11 years ago
Alexander Makarov 718ddfb99c Updated changelog 11 years ago
Qiang Xue cc636805da Fixes #1894: The path aliases `@webroot` and `@web` are now available right after the application is initialized 11 years ago