410 Commits (c144d8b7ba2bd1bfcf854a50d350cd1598667e2a)

Author SHA1 Message Date
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
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 11 years ago
Qiang Xue 50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 11 years ago
Qiang Xue 104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 11 years ago
Alexander Makarov 9c0f236a5b Changed tabs to spaces in changelog 11 years ago
Qiang Xue a6693588bd changelog update [skip ci] 11 years ago
Alexander Makarov 2c28198cd2 Fixes #499: Decoupled `Rule` from RBAC `Item` 11 years ago
Carsten Brandt 865b71ef5e cleanup CHANGELOGs 11 years ago
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Carsten Brandt cc0d5b6f94 added CHANGELOG lines 11 years ago
Alex-Code bad1fd80fc Update CHANGELOG.md 11 years ago
Alexander Makarov 9936acf764 Fixes #2932: Added `yii\web\ViewAction` that allow you to render views based on GET parameter 11 years ago
Alexander Makarov cb4488ae4c Implemented Oracle column comment reading from another schema 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt 33543cbdb3 improved error handler output on console app 11 years ago
Qiang Xue 92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 11 years ago
Qiang Xue ac74fede28 Fixes #2910: Added `Application::end()` 11 years ago
Carsten Brandt f4395206b7 reset dirty attributes after `afterSave` 11 years ago
Qiang Xue f8b63591b0 Fix #2877: `yii\log\Logger` is split into `yii\log\Logger` and `yii\log\Dispatcher`. (qiangxue) 11 years ago
Carsten Brandt e87e120040 refactored GridView to have clear separation between value and content 11 years ago
Qiang Xue ec3aadfffb Fixes #2862: Using `DbCache` while enabling schema caching may cause infinite loops 11 years ago
Nikola Trifunovic e480a273a4 Repositioned CHANGELOG line 11 years ago
Nikola Trifunovic e250b96a8f Added summaryOptions and emptyTextOptions to BaseListView 11 years ago
Philippe Gaultier 3da39f0387 Adding changelog for UploadedFile upgrade 11 years ago
Carsten Brandt de32f41485 added missing change to changelog 11 years ago
Qiang Xue d1363d9684 Added Validator::whenClient. 11 years ago
Qiang Xue 8053082e0c Fixes #2848: Individual queries should be enclosed within parenthesis in a UNION query 11 years ago
Qiang Xue 1a71c10934 Added `yii\web\PrefixUrlRule` 11 years ago
Qiang Xue b9eb5de96d Fixes #2796: Added BootstrapInterface. 11 years ago
Qiang Xue b1c4416218 Final touchup. 11 years ago
Alexander Makarov b18033bade Added changelog 11 years ago
Alexander Makarov 39b0c454e1 Default values init moved to a method that should be called manually 11 years ago
Alexander Makarov b66427f8c7 Fixes #2726: ActiveRecord now fills default values on creating new instance of the model if defaults are available from DB schema 11 years ago
David Renty ed70735b22 Changelog and doc 11 years ago