47 Commits

Author SHA1 Message Date
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
d7462656f7 2.0.2 release 2015-01-10 22:57:55 -05:00
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
19af264530 Enh: yii fixture command now offers help if no arguments are provided instead of crashing 2014-11-28 00:32:38 +03:00
64b4d6dca1 Correct order of property declaration 2014-10-25 16:28:36 +03:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
ef4d5e48ad Fixes #4936 [skip ci] 2014-09-05 20:26:02 -04:00
4ad022c372 Fixes #3240: Added support for assigning an anonymous function to yii\widgets\ActiveForm::fieldConfig 2014-09-05 13:37:52 -04:00
00ca1cb4b3 Fixes #4914 2014-09-04 03:27:13 +04:00
da261afd9f docs fix 2014-09-01 18:28:17 +04:00
18524631d9 fixed docs 2014-09-01 18:26:44 +04:00
615e1030e6 fixed docs 2014-09-01 18:01:57 +04:00
ff3506aeab fixed docs 2014-09-01 17:36:06 +04:00
2271297d92 adjusted faker fixture controller 2014-09-01 17:32:39 +04:00
6879db3f3b typo fixes [skip ci] 2014-08-31 10:19:29 -04:00
24f46c645a Fixed grammar 2014-08-26 02:46:26 +04:00
be8b03bcd9 minor refactoring. [skip ci] 2014-08-07 22:27:15 -04:00
359ae98f9c Fixes #4622: Simplified the way of creating a Faker fixture template file 2014-08-07 21:23:53 -04:00
fcaddb0c62 Fixes #4609. Fixes #4610. 2014-08-05 18:28:45 -04:00
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
2c5c2c101b Fixes #4131: Security adjustments 2014-07-26 03:29:30 +04:00
63c7a4cfca Docs regarding Security component usage updated. 2014-06-27 14:33:20 +03:00
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
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
7295540c72 Code style and phpdoc fixes 2014-04-17 15:33:07 +04:00
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
67dd874e0c renamed console controller optoins param $id to $actionId 2014-03-26 17:51:52 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
1998935309 Merge pull request #2671 from hqx/2670-ConsoleLocalOptions
2670 console local options
2014-03-10 18:23:26 -04:00
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
706ab7f968 combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
3d6529efe1 fixed docs 2014-02-04 18:32:43 +04:00
9cf8d7df6f faker extension fixed 2014-02-04 18:30:19 +04:00
cafdebb55c CS fix. doc fix. 2014-02-03 16:53:03 -05:00
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
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
62a7e397e0 fix the _only_ option in calls to FileHelper::findFiles() 2014-01-27 21:04:49 +01:00
4cf356df8d adjust directories for PSR-4. 2014-01-10 20:28:17 -05:00