8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
4f50295f41
created build ReleaseController
2014-04-03 21:02:17 +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
05339536a6
Used Exception instead of die() in classmap CLI controller
2014-03-07 03:07:49 +04:00
b0ef4c9084
Removed unused variables
2014-03-04 21:46:30 +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
1c24b3e0d8
removed TestCase and WebTestCase.
2013-11-16 21:30:20 -05: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
9212c16ca8
Merge branch 'master'
2013-09-28 16:30:40 +04:00
bf722c0423
Used intl ICU for message translation
2013-09-28 16:30:29 +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
c582e589d2
added note about differing property types
2013-08-28 15:18:13 +02:00
8366cb6e67
allow [] in property doc type
2013-08-28 14:54:00 +02:00
6405c4f349
added proper word wrapping and note about read/writeonly properties
2013-08-28 14:40:31 +02:00
f870162535
fixed indentation of PhpDocController and sort properties alphabetically
2013-08-28 12:09:04 +02:00
1c9b9681a7
phpdoc command skip classes that do not extend Object
2013-08-28 11:59:34 +02:00
df21e10c5d
fixed postioning of property tags in php-doc command
2013-08-28 11:51:19 +02:00
14181b2be0
Update PHPDoc command to update classfiles automatically
2013-08-28 11:36:25 +02:00
fa2a48c684
ported @property phpdoc generator from yii 1.1
...
fixes #822
2013-08-28 07:29:59 +02:00
2c5098860f
sort classmap alphabetically
...
to avoid producing different results on different file systems
-> better diffs
2013-08-18 19:40:51 +02:00
3d5a762bc5
exclude gii from classmap
2013-08-18 19:40:29 +02:00
5e759790e4
fixed output of classMap controller
2013-08-18 19:31:07 +02:00
0596fa82fd
code style fixes
2013-08-13 02:43:47 +04:00
9b0cb851d6
renamed autoload to classmap.
2013-07-11 11:33:58 -04:00
3c09eadded
Added autoload command.
2013-07-11 11:32:47 -04:00
7c41ac994d
Fixed locale command.
2013-07-10 17:23:11 -04:00
4d5985b10c
added namespace to locale command
2013-06-13 02:20:37 +04:00
8b311ecbe7
yiic => yii additional corrections
2013-05-17 01:18:33 +04:00
0e8e94bcb9
cleanup.
2013-04-02 17:59:54 -04:00
c629ad776a
Finished plural forms.
2013-04-01 17:59:14 -04:00