147 Commits (0859d0f47f1e13e73215e1dffeb18a955af57d34)

Author SHA1 Message Date
Carsten Brandt 3bc70ac133 do not throw exception if db component is not set 11 years ago
Carsten Brandt cd4b3f7827 Gii model generator did not add correct db connection 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
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
Carsten Brandt 51eabf527f typo 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Alexander Makarov 36c59dce9c Adjusted search model code generated by Gii CRUD generator 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
Qiang Xue 797b0430b9 Added missing using statement in Gii. 11 years ago
Luciano Baraglia 7a376175ab Enable I18N for GII form generator 11 years ago
Luciano Baraglia 3eb90c54c1 Enable I18N for GII model generator 11 years ago
Luciano Baraglia 1d7f485444 CS style fix 11 years ago
Luciano Baraglia c1fac6eb5e More changes in GII I18N 11 years ago
Luciano Baraglia 311bd469a1 Changes in GII I18N 11 years ago
Luciano Baraglia d54c6159d9 Add category for I18N in GII 11 years ago
Luciano Baraglia 8c8f3d0cf2 Proposal: GII generate strings for I18N 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
Tobias Munk 21d02e1483 fixes #2776 renamed default template folder 11 years ago
Luciano Baraglia 7c75b9bc53 GII generated files changes according to PSR2 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov cd8e626018 Fixes #2737 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
Alexander Makarov 6d97ded6c6 Fixes #2659 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
Alexander Makarov b0ef4c9084 Removed unused variables 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Qiang Xue 6bdf02dc93 Fixes #2601 11 years ago
Thiago Talma 7037769fa7 Fixed typo 11 years ago
Thiago Talma 8f7aa2fb8f Fixed typos 11 years ago
Alexander Makarov 80d3afa0dc Gii extension generator adjustments 11 years ago
Tobias Munk c624f91dc3 fixed typos 11 years ago
Tobias Munk d32b3a0e8f updated docs and hints 11 years ago
Tobias Munk 9ad28d9088 added safe validator for keywords 11 years ago
Tobias Munk be54f24b47 updated defaults, UI, validation and templates 11 years ago
Tobias Munk 4192c72256 minor docs update (still WIP) 11 years ago
Qiang Xue 976532c131 fixed typo 11 years ago
Qiang Xue 50308d8788 Fixes #2491: Added support for using the same base class name of search model and data model in Gii [skip ci] 11 years ago
Thiago Talma ba9f5d6521 Allow add a condition telling the table to avoid ambiguity error. 11 years ago
Carsten Brandt b7fddd8dd6 Added LinkPager::$linkOptions 11 years ago
Alexander Makarov 6a1816a94e Allow using string for URL in case there are no parameters 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago