dc7c3779a0
fixed phpdoc controller to not crash on non-instantiable classes
...
this happens with codeception classes that are auto generated, they
shoud not be changed by phpdoc controller anyway.
2016-10-20 14:39:57 +02:00
ff871bdf48
adjuste PHPdoc controller to use short form types
2016-10-20 13:53:06 +02:00
cf54dec00d
application release automation
2016-04-28 18:33:21 +02:00
101ec4fb59
fix phpdoc controller for empty interfaces
2016-04-28 16:42:17 +02:00
7e5fa258b8
adjusted phpdoc controller for gii
2016-03-20 17:43:13 +01:00
512bd45426
release controller enhancements
2016-03-17 05:51:31 +01:00
6e4aaaa31b
finished automated extension releases
2016-03-17 03:54:44 +01:00
d82bf74f41
fixed removal of empty lines in array in phpdoc controller
2016-03-14 23:53:10 +01:00
191f2a4943
fixed phpdoc type names
2016-02-25 20:24:32 +01:00
9b5f6cb188
prepare for 2.0.7 release
...
- adjust version
- build classmap
- build phpdoc @property annotations
- build mime-type file
2016-02-14 15:45:55 +01:00
00ca1cb4b3
Fixes #4914
2014-09-04 03:27:13 +04:00
88d38b7820
Fixes #4501 : Renamed the constant YII_PATH
to YII2_PATH
2014-08-14 22:17:05 -04:00
7736853837
property code style extensions
2014-07-30 00:40:46 +02:00
100ba6c3ab
Replaced substr_compare with strncmp where possible
2014-07-30 02:32:47 +04:00
3a1e0f3a5c
property codestyle framework
2014-07-30 00:21:31 +02:00
5976d1c576
added property spacing to code style fixer
2014-07-30 00:21:31 +02:00
1c414caace
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
2014-07-30 02:15:08 +04:00
3c6239f9f7
Revert "Used substr_compare instead of substr when we don't care about result"
...
This reverts commit 07f01bcf2bb7725eab00cd5a22cc0c79161702b2.
BUT ONLY for the /build directory!
2014-07-29 22:04:24 +02:00
07f01bcf2b
Used substr_compare instead of substr when we don't care about result
2014-07-23 16:37:49 +04:00
6578cfbdab
updated phpdoc and classmap
2014-06-25 18:24:23 +02:00
3437c571a1
phpdoc controller did not find some setters
...
fixes #3255
2014-04-26 13:03:08 +02:00
c27ac8ef0e
updated phpdoc
2014-04-26 03:39:46 +02:00
3f7779a26a
phpdoc
...
[ci skip]
2014-04-23 04:22:13 +02:00
fe14f0c5e3
fixed all the PHPdoc in extensions
2014-04-23 03:25:11 +02:00
91965fd391
phpdoc formatting issues
2014-04-23 02:55:17 +02:00
12d34849cc
improved phpdoc command
2014-04-23 02:13:53 +02:00
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
67dd874e0c
renamed console controller optoins param $id to $actionId
2014-03-26 17:51:52 +01:00
1e75427393
updated classmap and phpdoc
2014-03-24 23:26:30 +01:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
7570afdeea
fixed the build command after controller namespace changes
2014-03-11 16:20:03 +01:00
706ab7f968
combine globalOptions() with local options into options($id)
...
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
1b7e1cd027
Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
...
* 'feature' of https://github.com/mongosoft/yii2 :
returned back formatting language files
code style. WHILE
code style. FOR
code style. FOREACH
code style. operator IF
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
short echo tags
short array syntax
Conflicts:
extensions/apidoc/commands/RenderController.php
extensions/apidoc/models/BaseDoc.php
extensions/apidoc/models/Context.php
extensions/apidoc/templates/bootstrap/Renderer.php
extensions/apidoc/templates/bootstrap/layouts/guide.php
extensions/apidoc/templates/bootstrap/layouts/main.php
extensions/apidoc/templates/bootstrap/views/index.php
extensions/apidoc/templates/html/Renderer.php
extensions/apidoc/templates/offline/views/index.php
extensions/apidoc/templates/offline/views/offline.php
extensions/apidoc/templates/online/views/index.php
extensions/elasticsearch/Connection.php
extensions/redis/ActiveQuery.php
framework/base/ErrorException.php
framework/helpers/BaseFileHelper.php
tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
3422c01712
Minor phpdoc fix
2014-03-07 03:07:49 +04:00
426af3177c
code style. WHILE
2014-03-03 21:53:26 +03:00
c7e8d8b900
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
2014-03-03 20:50:44 +03:00
074ec7dd20
fixed exclude paths in phpdoc command
...
fixes #2184
2014-01-28 00:04:25 +01:00
62a7e397e0
fix the _only_ option in calls to FileHelper::findFiles()
2014-01-27 21:04:49 +01:00
7d33a5d3b5
Some Code style fixes
2014-01-19 13:35:36 -03:00
135f06413a
fixed phpdoc command.
...
fixed Markdown::process() to make it compatible with parent declaration.
2014-01-11 17:33:48 -05:00
ab47d58c69
path fixes.
2014-01-10 21:58:50 -05:00
03a88e4f38
Adjusted composer for faker extension.
2014-01-02 22:47:21 -05:00
943bf88904
doc fix.
2013-12-29 23:36:19 -05:00
8be4f3778a
updated properties of extensions
2013-11-25 15:33:59 +01:00
913eb62294
updated phpdoc and fixed generator read/write-only annotation
2013-11-08 12:24:03 +01:00
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.
2013-10-28 23:51:48 +03:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
b873f9f242
Fixes #915 : helper classes renamed again
2013-09-28 16:25:43 +04:00
558f499439
Renamed YiiBase to AbstractYii
2013-09-28 02:50:33 +04:00
91c16782ef
finalized PhpDocController
...
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
over @return or @param tag if present
2013-08-28 18:58:59 +02:00