190 Commits (master)

Author SHA1 Message Date
Qiang Xue 88d38b7820 Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 7736853837 property code style extensions 10 years ago
Alexander Makarov 100ba6c3ab Replaced substr_compare with strncmp where possible 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 5976d1c576 added property spacing to code style fixer 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Carsten Brandt 3c6239f9f7 Revert "Used substr_compare instead of substr when we don't care about result" 10 years ago
Carsten Brandt a9aebfab7c minor message improvements 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Alexander Makarov 81d5dd0163 Better Windows detection 10 years ago
Alexander Makarov 7ef0d76048 Corrected app/link for Windows once again 10 years ago
Alexander Makarov b014489b6a Better Windows unlink as suggested by @cebe 10 years ago
Alexander Makarov aff1382126 Fixes broken app/link under non-Windows 10 years ago
Alexander Makarov 67677dd79a Fixed build app/link to work on Windows 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov f262e77329 Fixed translation docs typo 10 years ago
Alexander Makarov e65eeabeab Fixed translation tool and docs 10 years ago
Carsten Brandt e5713c8e12 generated mimeType detection file from apache http mime.types file 10 years ago
Alexander Makarov d7a251bbec Removed unused imports, added missing phpdoc 10 years ago
Alexander Makarov 3b29001ef5 #2677: added 1.1 port of translations command 11 years ago
Carsten Brandt 3437c571a1 phpdoc controller did not find some setters 11 years ago
Carsten Brandt c27ac8ef0e updated phpdoc 11 years ago
Carsten Brandt 4c09aef2a4 created Appcontroller to make it easiert to debug 11 years ago
Carsten Brandt 3f7779a26a phpdoc 11 years ago
Carsten Brandt fe14f0c5e3 fixed all the PHPdoc in extensions 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Carsten Brandt 12d34849cc improved phpdoc command 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Qiang Xue a6136e1b16 Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Carsten Brandt 4f50295f41 created build ReleaseController 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 7570afdeea fixed the build command after controller namespace changes 11 years ago
Christian Nadolle 706ab7f968 combine globalOptions() with local options into options($id) 11 years ago
Alexander Makarov 3422c01712 Minor phpdoc fix 11 years ago
Alexander Makarov 05339536a6 Used Exception instead of die() in classmap CLI controller 11 years ago
Alexander Makarov 386979d6a3 Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
Alexander Makarov 2bb6f13505 Used ternary operator instead of "or" for constant definition 11 years ago
Alexander Makarov b0ef4c9084 Removed unused variables 11 years ago
Alexander Mohorev 426af3177c code style. WHILE 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Carsten Brandt 098567ce16 fixed phpdoc errors and updated properties 11 years ago
Carsten Brandt 074ec7dd20 fixed exclude paths in phpdoc command 11 years ago
John Was 62a7e397e0 fix the _only_ option in calls to FileHelper::findFiles() 11 years ago
Aleksandr Zelenin 4f17c45f00 Fix typos in constant 11 years ago
Alexander Makarov 4b7c879c6d Defined STDOUT in entry scripts in case console application is running via CGI 11 years ago