1150 Commits (8bb3e07c82e41989bc5fef4464aebae475c57597)

Author SHA1 Message Date
Qiang Xue f4c38faf74 prepare for next release. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Qiang Xue f7396fa024 Minor refacotring of bootstrap active field and form. 11 years ago
Michael Härtl 7364249ff6 Issue #3029: Implement ActiveForm and ActiveField 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Qiang Xue ea75177abc Refactored app bootstrap logic. 11 years ago
Qiang Xue 629ed62983 start debug logging only if debug runs when bootstrap. 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt fa767ceaca renamed attributes to attributeNames in model 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Klimov Paul e3f4214978 Tabs replaced by spaces at AuthChoice asset files. 11 years ago
Klimov Paul 4f0089bb0d Microsoft Live OAuth2 client added. 11 years ago
Klimov Paul 7f0ab92d8e Widget 'yii\authclient\widgets\Choice' renamed to 'yii\authclient\widgets\AuthChoice' 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 02c3c37a00 Fixes #2986. 11 years ago
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 11 years ago
Carsten Brandt 865b71ef5e cleanup CHANGELOGs 11 years ago
Carsten Brandt 44dbb2235a cleanup docs 11 years ago
Qiang Xue 54e08f3f01 fixed build break. 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
Qiang Xue 3ea6343799 improved search model [skip ci] 11 years ago
Qiang Xue b23cb17713 fixed search model to use base model class. 11 years ago
Qiang Xue 1e098ebd4b simplified search model [skip ci] 11 years ago
Qiang Xue f747768fcf improved search model generator. 11 years ago
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Carsten Brandt ff83bd1bb5 removed todo 11 years ago
Carsten Brandt cc0d5b6f94 added CHANGELOG lines 11 years ago
Carsten Brandt e9e59483f4 removed unnecessary code duplication 11 years ago
Carsten Brandt 51eabf527f typo 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Carsten Brandt e5ba8c8715 reverted elasticsearch rename of filter 11 years ago
muyiwaolurin 47b26b8bd8 Tiny Change - Typo 11 years ago
Alexander Makarov 36c59dce9c Adjusted search model code generated by Gii CRUD generator 11 years ago
Alexander Makarov 06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 11 years ago
Qiang Xue 338b6aa7d3 Refactored ActiveRecord::find() so that find(null) will also return an ActiveRecord instance instead of ActiveQuery. 11 years ago
Alexander Makarov 94fd4e7e06 Gii CRUD generator now uses new addFilter method 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt c93231e26b improved session error handling 11 years ago
Alexander Makarov 8cd247730a Query::filter() adjustments 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
Dirk Adler 0320670822 Changes mongodb build and condition, fixes #2868 11 years ago
Carsten Brandt c73cfe147f Fixed inconsistencies with setting old attributes and pks 11 years ago
Carsten Brandt f4395206b7 reset dirty attributes after `afterSave` 11 years ago
Alexander Makarov 3c1a8141fd fixes #2002 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 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt 1fdf17b59b cleanup redis AR 11 years ago
Carsten Brandt dbf733bf60 added TODO message 11 years ago