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 |
|
Carsten Brandt
|
fe14f0c5e3
|
fixed all the PHPdoc in extensions
|
2014-04-23 03:25:11 +02:00 |
|
Alexander Makarov
|
7295540c72
|
Code style and phpdoc fixes
|
2014-04-17 15:33:07 +04:00 |
|
Qiang Xue
|
f4c38faf74
|
prepare for next release.
|
2014-04-13 21:22:29 -04:00 |
|
Qiang Xue
|
8bbcff70db
|
prepare for 2.0.0-beta release.
|
2014-04-13 17:58:59 -04:00 |
|
Alexander Makarov
|
ab799d8ea9
|
Fixes #2911: Removed tbl_ default for table prefix
|
2014-03-30 19:33:46 +04:00 |
|
Carsten Brandt
|
67dd874e0c
|
renamed console controller optoins param $id to $actionId
|
2014-03-26 17:51:52 +01:00 |
|
SonicGD
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
Qiang Xue
|
1998935309
|
Merge pull request #2671 from hqx/2670-ConsoleLocalOptions
2670 console local options
|
2014-03-10 18:23:26 -04:00 |
|
JacekK
|
edc3d2b11a
|
fixed some urls in guide; moved elasticsearch png file to proper location, to be seen by apidoc generator
|
2014-03-09 23:28:11 +01:00 |
|
Christian Nadolle
|
706ab7f968
|
combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
|
2014-03-09 22:45:04 +01:00 |
|
Tobias Munk
|
825a71c6df
|
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)
|
2014-02-27 17:37:08 +01:00 |
|
Mark
|
3d6529efe1
|
fixed docs
|
2014-02-04 18:32:43 +04:00 |
|
Mark
|
9cf8d7df6f
|
faker extension fixed
|
2014-02-04 18:30:19 +04:00 |
|
Qiang Xue
|
cafdebb55c
|
CS fix. doc fix.
|
2014-02-03 16:53:03 -05:00 |
|
Carsten Brandt
|
f93054a486
|
fixed possible problem with realpath and false value
realpath(false) = current working directory.
This can cause problems with getAlias() which returns false.
see yiisoft/yii#3113
|
2014-01-28 14:28:39 +01:00 |
|
Carsten Brandt
|
21ae27b306
|
updated phpdoc properties
|
2014-01-28 00:11:18 +01:00 |
|
John Was
|
62a7e397e0
|
fix the _only_ option in calls to FileHelper::findFiles()
|
2014-01-27 21:04:49 +01:00 |
|
Qiang Xue
|
4cf356df8d
|
adjust directories for PSR-4.
|
2014-01-10 20:28:17 -05:00 |
|