1083 Commits (353cf8919abce14a2f0edfb8e6b6a29cb3f6f052)

Author SHA1 Message Date
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
Carsten Brandt f93d871cd6 fixed wrong method calls in elasticsearch Command 11 years ago
Carsten Brandt 8a6eceb852 phpdoc fixes 11 years ago
Kartik Visweswaran cd4038bfa8 Simplify inline script code 11 years ago
Kartik Visweswaran 14137a123e Correct classname typo 11 years ago
Kartik Visweswaran dd4ddfe06c Simplify inline script code 11 years ago
Qiang Xue b25f1f65d7 added more ignores. 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 11 years ago
Qiang Xue 797b0430b9 Added missing using statement in Gii. 11 years ago
Qiang Xue 6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 11 years ago