49 Commits (01d444f6da64bb1c9d17c0692683d913d715082c)

Author SHA1 Message Date
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
Carsten Brandt 098567ce16 fixed phpdoc errors and updated properties 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Johnny Theill 276883b890 Use 'Yii::$app->request->post()' instead of $_POST 11 years ago
Tobias Munk 097ee6f874 first draft of the extension generator 11 years ago
Alexander Makarov 4a201c7ad5 Removed unused variables 11 years ago
Qiang Xue bb2256a723 Fixes #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue) 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 d92a23536c Ensure that the table prefix is used when generating the class name. 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
BelalWM 7baf261f94 Fix phpdoc generation in gii model generator. 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
Qiang Xue f473abe17f Fixes #1405: fixed disambiguation of relation names generated by gii. 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
Qiang Xue c7c13a6693 Added concrete http exception classes. 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Qiang Xue 542477c323 typo fix. 11 years ago
Qiang Xue 6992cc2c73 Fixes #1196. 11 years ago
KiTE c5ee83bffb Fixed gii after merge #1184 11 years ago
Qiang Xue da93d9b4ba Fixes #1195. 11 years ago
slavcodev ecc557ef92 Refactor all models to new rules format 11 years ago
slavcodev 3cdd78cafe Fix rules generator 11 years ago
Carsten Brandt faed08e620 fixed crud to work with table that has no PK but AR defines one 11 years ago
Qiang Xue 4b49a31f57 minor fix to gii 11 years ago
Alexander Makarov 927e9dddb4 Refactored View 11 years ago
Carsten Brandt 07391b6dc1 fixed wrong relation class name in gii model generator 11 years ago
Qiang Xue 0515d32bdf Fixes #1146: Gii generates wrong relation. 11 years ago
Alexander Makarov 115487a875 Fixes #1133: gii controller generator now uses application controllerNamespace as default value for "Controller Namespace" 11 years ago
Carsten Brandt 2faf6bb109 typo in crud generator 11 years ago
Qiang Xue c4bb668b90 moved gii and debug to extensions. 11 years ago