Carsten Brandt
913eb62294
updated phpdoc and fixed generator read/write-only annotation
2013-11-08 12:24:03 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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.
2013-10-28 23:51:48 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
9212c16ca8
Merge branch 'master'
2013-09-28 16:30:40 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
bf722c0423
Used intl ICU for message translation
2013-09-28 16:30:29 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
b873f9f242
Fixes #915 : helper classes renamed again
2013-09-28 16:25:43 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
558f499439
Renamed YiiBase to AbstractYii
2013-09-28 02:50:33 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
c582e589d2
added note about differing property types
2013-08-28 15:18:13 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
8366cb6e67
allow [] in property doc type
2013-08-28 14:54:00 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
6405c4f349
added proper word wrapping and note about read/writeonly properties
2013-08-28 14:40:31 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
f870162535
fixed indentation of PhpDocController and sort properties alphabetically
2013-08-28 12:09:04 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
1c9b9681a7
phpdoc command skip classes that do not extend Object
2013-08-28 11:59:34 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
df21e10c5d
fixed postioning of property tags in php-doc command
2013-08-28 11:51:19 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
14181b2be0
Update PHPDoc command to update classfiles automatically
2013-08-28 11:36:25 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
fa2a48c684
ported @property phpdoc generator from yii 1.1
...
fixes #822
2013-08-28 07:29:59 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
2c5098860f
sort classmap alphabetically
...
to avoid producing different results on different file systems
-> better diffs
2013-08-18 19:40:51 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
3d5a762bc5
exclude gii from classmap
2013-08-18 19:40:29 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
5e759790e4
fixed output of classMap controller
2013-08-18 19:31:07 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
0596fa82fd
code style fixes
2013-08-13 02:43:47 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
ea9949c729
minor doc update.
2013-07-28 11:49:46 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
9b0cb851d6
renamed autoload to classmap.
2013-07-11 11:33:58 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
3c09eadded
Added autoload command.
2013-07-11 11:32:47 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
7c41ac994d
Fixed locale command.
2013-07-10 17:23:11 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Valery Viktorovsky
6708923740
Converted CRLF to LF. Added gitattributes file.
2013-06-22 15:28:11 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
4d5985b10c
added namespace to locale command
2013-06-13 02:20:37 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
0744413819
Fixed iii include path.
2013-05-21 21:45:30 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Rinat Silnov
5a81959d4a
Rename yiic to yii. Fixes #113
2013-05-17 02:33:41 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Kochetov
8b311ecbe7
yiic => yii additional corrections
2013-05-17 01:18:33 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
resurtm
6162d4b341
Build command path fix.
2013-05-12 13:52:45 +06:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
2387e59c4e
Renamed yii.php -> Yii.php for class, filename consitency
...
See https://github.com/yiisoft/yii2/issues/123#issuecomment-17657374
Issue #123
2013-05-09 13:31:43 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Suralc
992992b4a3
Fix build command.
2013-05-04 15:55:01 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
0e8e94bcb9
cleanup.
2013-04-02 17:59:54 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
c629ad776a
Finished plural forms.
2013-04-01 17:59:14 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
78457bf009
fetching plural rule data.
2013-04-01 14:58:44 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)