310 Commits (7f6f3f6fb46412e26b85630684a7565c77e34f65)

Author SHA1 Message Date
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
Carsten Brandt 0d669f5e6b refactored params methods in Request 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
Carsten Brandt 3ed1125172 added CHANGELOG line for PSR4 directory move 11 years ago
Qiang Xue 7d08a09620 Fixes #1809: Added support for building "EXISTS" and "NOT EXISTS" query conditions 11 years ago
Qiang Xue 15dbf13174 Fixes #1909 11 years ago
Qiang Xue 5eb6c42490 typo fix [skip ci] 11 years ago
Carsten Brandt 93fe5f7c39 added CHANGELOG line for message translations 11 years ago
Alexander Makarov 5f9e88d40f Better exception message when class cannot be loaded 11 years ago
Alexander Kochetov 5ebe8163e1 Typo fix 11 years ago
Alexander Kochetov 1469efbaba Changelog for #1852 11 years ago
Qiang Xue c6c51baa3c Fixes #1844: `Response::sendFile()` and other file sending methods will not send the response 11 years ago
Qiang Xue 50703f8a82 Fixes #1844: Calling `Response::sendFile()` would cause sending the response twice 11 years ago
Alexander Makarov 4609a94dbf Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead 11 years ago
Alexander Makarov 33d18c47dc Added readme line for advanced app change 11 years ago