Carsten Brandt
|
b7e493fca0
|
Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
|
2014-05-23 16:58:21 +02:00 |
|
tsvetann
|
f8fefb009f
|
Update Generator.php
To comply with the docs RE namespace usage:
https://github.com/yiisoft/yii2/blob/master/docs/guide/extend-creating-extensions.md
|
2014-05-04 21:11:16 +02:00 |
|
Sorokin Victor
|
d8652a52ee
|
Update AutoloadExample.php
typo fix
|
2014-04-23 14:23:07 +03:00 |
|
Tobias Munk
|
21d02e1483
|
fixes #2776 renamed default template folder
|
2014-03-17 23:49:18 +01:00 |
|
SonicGD
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
Carsten Brandt
|
40cb98bb02
|
updated @property annotations
|
2014-03-11 16:21:25 +01:00 |
|
Thiago Talma
|
7037769fa7
|
Fixed typo
|
2014-02-26 19:22:15 -03:00 |
|
Thiago Talma
|
8f7aa2fb8f
|
Fixed typos
|
2014-02-26 17:11:56 -03:00 |
|
Alexander Makarov
|
80d3afa0dc
|
Gii extension generator adjustments
|
2014-02-26 12:46:57 +04:00 |
|
Tobias Munk
|
c624f91dc3
|
fixed typos
|
2014-02-26 00:38:46 +01:00 |
|
Tobias Munk
|
d32b3a0e8f
|
updated docs and hints
|
2014-02-26 00:38:23 +01:00 |
|
Tobias Munk
|
9ad28d9088
|
added safe validator for keywords
|
2014-02-26 00:37:26 +01:00 |
|
Tobias Munk
|
be54f24b47
|
updated defaults, UI, validation and templates
|
2014-02-25 01:11:42 +01:00 |
|
Tobias Munk
|
4192c72256
|
minor docs update (still WIP)
|
2014-02-24 18:33:50 +01:00 |
|
Tobias Munk
|
097ee6f874
|
first draft of the extension generator
|
2014-02-13 04:06:42 +01:00 |
|