1056 Commits (b4062ab246595a01c9e0de32b963ac04ca5951a6)

Author SHA1 Message Date
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
andrey 2619fb096d UplodedFile enhasement 11 years ago
andrey 006a139ed3 UplodedFile enhasement 11 years ago
Carsten Brandt 5f3be6c7f7 default values for db\Connection username and password to null 11 years ago
Qiang Xue a861994f19 Fixes #1835: `CheckboxColumn` now renders checkboxes whose values are the corresponding data key values 11 years ago
Qiang Xue b89cd9266b Fixes #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action 11 years ago
Qiang Xue c9c1041a61 Added support for installing packages conforming to PSR-4 standard 11 years ago
Qiang Xue e123428c94 Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore) 11 years ago
Alexander Makarov bee82b29ad Fixed URL parsing so it's now properly giving 404 for URLs like `http://example.com//////site/about` 11 years ago
Alexander Makarov c702dacfda Changelog update 11 years ago
Carsten Brandt a7536d1dae CHANGELOG for #1773 11 years ago
John Was 53bb25947d add handler property to yii\web\Session 11 years ago
Qiang Xue 4a9b2d2b82 Added support for using array-typed arguments for console commands 11 years ago
Qiang Xue fb0c43b30b `yii\web\User::loginRequired()` now returns the `Response` object instead of exiting the application 11 years ago
Qiang Xue 64c4d8e718 Fixes #1733: Incorrect code about `$_modelClasses` in `DbFixtureManager` 11 years ago
Klimov Paul a6144fc9b6 Issues #66 and #1710 added to CHANGELOG 11 years ago
Qiang Xue 27658e56ae Fixes #1647: Changed the default CSS class of error block to be `error-block` 11 years ago
Qiang Xue 9e66e08bc7 Fixes #802: Added support for retrieving sub-array element or child object property through `ArrayHelper::getValue()` 11 years ago
Alexander Makarov 90d5e5cfe4 Updated HTMLPurified dependency to `4.6.*` 11 years ago
Qiang Xue 5f8e6d377b Fixes #1706: Added support for registering a single JS/CSS file with dependency 11 years ago
Qiang Xue 0b28f290f3 Fixes #1704: Incorrect regexp is used in `Inflector::camelize()` 11 years ago