73 Commits (41cddc7e36cc2d7111ae0b81f6fb2812059d0c0d)

Author SHA1 Message Date
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
Luciano Baraglia 7d33a5d3b5 Some Code style fixes 11 years ago
Qiang Xue 135f06413a fixed phpdoc command. 11 years ago
Qiang Xue ab47d58c69 path fixes. 11 years ago
Qiang Xue 03a88e4f38 Adjusted composer for faker extension. 11 years ago
Qiang Xue 943bf88904 doc fix. 11 years ago
Qiang Xue 494e3e3f23 changed composer setting to match all requirements. 11 years ago
Carsten Brandt 8be4f3778a updated properties of extensions 11 years ago
Qiang Xue 1c24b3e0d8 removed TestCase and WebTestCase. 11 years ago
Carsten Brandt 913eb62294 updated phpdoc and fixed generator read/write-only annotation 11 years ago
Alexander Mohorev 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov bf722c0423 Used intl ICU for message translation 11 years ago
Alexander Makarov b873f9f242 Fixes #915: helper classes renamed again 11 years ago
Alexander Makarov 558f499439 Renamed YiiBase to AbstractYii 11 years ago
Carsten Brandt 91c16782ef finalized PhpDocController 11 years ago
Carsten Brandt c582e589d2 added note about differing property types 11 years ago
Carsten Brandt 8366cb6e67 allow [] in property doc type 11 years ago
Carsten Brandt 6405c4f349 added proper word wrapping and note about read/writeonly properties 11 years ago
Carsten Brandt f870162535 fixed indentation of PhpDocController and sort properties alphabetically 11 years ago
Carsten Brandt 1c9b9681a7 phpdoc command skip classes that do not extend Object 11 years ago
Carsten Brandt df21e10c5d fixed postioning of property tags in php-doc command 11 years ago