60 Commits (91965fd391040771e9666028fade39c570dd34ae)

Author SHA1 Message Date
Luciano Baraglia 24e0bfcfed Gii missing space in crud update template [skip ci] 11 years ago
João José 831be93868 Typecast model id only if using mongodb AR class 11 years ago
João José 21dff54d6b Typecast model id only if using mongodb AR class 11 years ago
João José b1beae71f3 Fixed format 11 years ago
João José de1df94552 Typecast model id only if using mongodb AR class 11 years ago
João José 377b01d2c1 Typecast model Id so that urls don't break when using MongoDB object Id's 11 years ago
Alexander Makarov 75154d351d Refactored AR find 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
Qiang Xue 797b0430b9 Added missing using statement in Gii. 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
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
Alexander Makarov 6d97ded6c6 Fixes #2659 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
Qiang Xue 6bdf02dc93 Fixes #2601 11 years ago
Alexander Makarov 80d3afa0dc Gii extension generator adjustments 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
Carsten Brandt 098567ce16 fixed phpdoc errors and updated properties 11 years ago
Johnny Theill 276883b890 Use 'Yii::$app->request->post()' instead of $_POST 11 years ago
Alexander Makarov 22fa0d7c90 Added missing phpdoc for gii classes 11 years ago
Qiang Xue 505cb7d622 added missing use statement. 11 years ago
Carsten Brandt 21ae27b306 updated phpdoc properties 11 years ago
Thiago Talma e299b78a2c Best way to get the labels to search, the existing model. 11 years ago
Carsten Brandt e7e6bee928 replaced usages of $_GET with Request::queryParams 11 years ago
Carsten Brandt c5022203de fixed issue with null value in CRUD controller findModel() 11 years ago
Qiang Xue da9d544c54 psr-4 change. 11 years ago
Qiang Xue 41685a2409 moved extensions under yii. 11 years ago
Alexander Makarov 51592f179f Fixed wrong refactoring of helpers 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago
Alexander Makarov 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 11 years ago
Luciano Baraglia 7d1443e4b3 Gii crud generator broken 11 years ago
Carsten Brandt d650ca3a08 updated gii crud to work with non SQL AR 11 years ago