630 Commits (6e6005b148032a8585df332887b9118aa71cf112)

Author SHA1 Message Date
Carsten Brandt f6f0e66598 ensure gridview query is reusable 11 years ago
Carsten Brandt 0a3f4e85f1 made grid\DataColumn::getDataCellValue() public 11 years ago
Alex-Code 46f381daf9 Changelog update 11 years ago
Qiang Xue 7b908aa8a3 Fixes #2853: ActiveRecord did not handle resource-typed columns well 11 years ago
Qiang Xue 4eb7906a3e Fixes #3204: `yii\di\Container` did not handle the `$config` parameter well in case when it does not have a default value 11 years ago
Carsten Brandt 0076aac0a1 Update CHANGELOG.md 11 years ago
Kartik Visweswaran 82aedfb295 Update CHANGELOG.md 11 years ago
Qiang Xue 02ff6f5536 updated change log. [skip ci] 11 years ago
ElisDN 8e48dcaa4e Updated CHANGELOG 11 years ago
Alexander Makarov 20e4abeac1 Added changelog for #3175 that fixes #2925 11 years ago
Qiang Xue ab218addda Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths 11 years ago
Qiang Xue 520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 11 years ago
Alexander Makarov dad88c78b4 Fixes #2837: Error page now shows arguments in stack trace method calls 11 years ago
Qiang Xue 507a6f1068 Added `yii\web\UrlManager::addRules()` to simplify adding new URL rules 11 years ago
Qiang Xue 7b44bc75ec added change log [skip ci] 11 years ago
Klimov Paul 72aba34210 `yii\console\controllers\AssetController` fixed to respect data URL resources 11 years ago
Qiang Xue 14b782cf01 Added `$user` as the first parameter of `yii\rbac\Rule::execute()` 11 years ago
Qiang Xue 664d2aa007 Supported adding a new response formatter without the need to reconfigure existing formatters 11 years ago
Qiang Xue 5fbb65ad81 Fixes #3121: `yii\base\Application::bootstrap` may fail to load some components if they are specified as class names 11 years ago
Qiang Xue 665aefbb55 Fixes #3042: `yii\widgets\Pjax` should end application right after it finishes responding to a pjax request 11 years ago
Qiang Xue ce9a8f209a Fixes #3132: `yii\rbac\PhpManager` now supports more compact data file format 11 years ago
Qiang Xue 8ac8d487ad Fixes #3128: Fixed the bug that `defaultRoles` set in RBAC manager was not working as specified 11 years ago
Qiang Xue 1fd0068378 Fixes #3066: `yii\db\mssql\Schema::getTableSchema()` should return null when the table does not exist. 11 years ago
Qiang Xue a60d295253 Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
Qiang Xue c3f4e0057d Refactored `yii\rbac\PhpManager` 11 years ago
Qiang Xue 12c3b59b9b log fixes [skip ci] 11 years ago
Qiang Xue b0b8056f6c Fixes #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default 11 years ago
Qiang Xue a4809bca1b Fixes #3091: Fixed inconsistent treatment of `Widget::run()` when a widget is used as a container and as a self-contained object 11 years ago
Qiang Xue f4c38faf74 prepare for next release. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Carsten Brandt 8eddf5606e fixed changelog about languages 11 years ago
Carsten Brandt 85d32c75a3 Update CHANGELOG.md 11 years ago
Qiang Xue a6136e1b16 Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago
Qiang Xue 7bc52f32a4 Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped `yii\rbac\PhpManager`. 11 years ago
pappfer a2bc50920c Removed unnecessary app.php file. 11 years ago
Qiang Xue f7396fa024 Minor refacotring of bootstrap active field and form. 11 years ago
Qiang Xue 4674f5b74c Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true 11 years ago
resurtm 1991c4cbbd Add ODBC support to yii\db\Connection 11 years ago
Qiang Xue 134d3d4610 Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue aec1b8172b Added `HtmlResponseFormatter` and `JsonResponseFormatter` 11 years ago
Alexander Makarov f6eb5e69bc Fixes #2998: Added `framework\log\SyslogTarget` that is able to write log to syslog 11 years ago
Alex-Code d133abf60a Update CHANGELOG.md 11 years ago
Qiang Xue ab9d4d42a1 changelog fix. 11 years ago
Qiang Xue 5eebaf8721 updated change log. 11 years ago
Qiang Xue b7d6f6141a Added `isAssociative()` and `isIndexed()` to `yii\helpers\ArrayHelper` 11 years ago
Qiang Xue 83da0cd07a refactored authentication filters. 11 years ago
Qiang Xue 12cd71d7c4 Refactored rate limiting by turning RateLimiter into an action filter. 11 years ago
Qiang Xue 3616d1f0d1 Fixes #2816: Changed default date and time format of `yii\base\Formatter` to `Y-m-d` and `H:i:s` 11 years ago
Qiang Xue 48e67e8b89 renamed `PrefixUrlRule` to `GroupUrlRule` 11 years ago