344 Commits (46a696b0d3bc37d237a53c45f233bc0155662ba5)

Author SHA1 Message Date
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
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
Qiang Xue d2c84606a9 Fixes #2775: Added `yii\base\Application::bootstrap` to support running bootstrap classes when starting an application 11 years ago
Qiang Xue c6a946ec79 Fixes #497: Removed `\yii\log\Target::logUser` and added `\yii\log\Target::prefix` to support customizing message prefix 11 years ago
AlexGx 234c2c0ebe changelog 11 years ago
Qiang Xue da48b37856 Fixes #2756: Added support for injecting custom `isEmpty` check for all validators 11 years ago
Qiang Xue cc08492b08 Fixes #2729: Added `FilterValidator::skipOnArray` so that filters like `trim` will not fail for array inputs 11 years ago
Qiang Xue 9ff8b0f903 Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false; 11 years ago
Qiang Xue a5e3e46905 Fixes #735: Added back `ActiveField::hiddenInput()` 11 years ago
Antonio Ramirez 7b75538963 fixes #2739 11 years ago
Antonio Ramirez df54621e76 fixes #2740 11 years ago
ivokund f3a7c03f9f updated changelog 11 years ago
ivokund 0bc54da126 updated changelog 11 years ago
Qiang Xue 0013b608b6 Fixes #2734: `FileCache::keyPrefix` defaults to empty string now 11 years ago
Qiang Xue 21f2f38b35 Fixes #2691: Null parameters will not be included in the generated URLs by `UrlManager` 11 years ago