53 Commits (e6450be665545c618d5238298092bb60447f5c62)

Author SHA1 Message Date
Alexander Makarov e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names" 10 years ago
Alexander Makarov 0c8faedd33 Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Alexander Makarov 9c359d146f Fixed table name regression caused by changed introduced in #4971 10 years ago
Alexander Makarov cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 10 years ago
Stephen Seliuk 3847630994 Fixes #4971: Fixed hardcoded table names in `viaTable` expression in model generator 10 years ago
Alexander Makarov 59a52d8876 Fixes #4556: Gii was incorrectly generating labels 10 years ago
Alexander Makarov d9a23975a5 Relaxed access level for `yii\gii\generators\model\Generator` 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov a38ba3ccbf Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4 10 years ago
Carsten Brandt 7736853837 property code style extensions 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue 6461817667 Fixes #2314: Gii model generator does not generate correct relation type in some special case 10 years ago
Carsten Brandt a643bde5d5 improved gii input filter, fixes #3689 10 years ago
Qiang Xue cd162d9b9b added missing hint [skip ci] 11 years ago
Qiang Xue 3e3e443544 Refactored the fix for #3222. 11 years ago
horizons2 b68f5b617f removed unused code 11 years ago
horizons2 8ff55d1a28 correct typo 11 years ago
horizons2 1d9e6b6f8b use tableprefix on gii model generator 11 years ago
Carsten Brandt fe14f0c5e3 fixed all the PHPdoc in extensions 11 years ago
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
Qiang Xue 02c3c37a00 Fixes #2986. 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 3eb90c54c1 Enable I18N for GII model generator 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
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
Alexander Makarov b0ef4c9084 Removed unused variables 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Alexander Makarov 4a201c7ad5 Removed unused variables 11 years ago
Thiago Talma d92a23536c Ensure that the table prefix is used when generating the class name. 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
Qiang Xue f473abe17f Fixes #1405: fixed disambiguation of relation names generated by gii. 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
slavcodev ecc557ef92 Refactor all models to new rules format 11 years ago
slavcodev 3cdd78cafe Fix rules generator 11 years ago
Qiang Xue 4b49a31f57 minor fix to gii 11 years ago