- 11 Jan, 2015 2 commits
- 10 Jan, 2015 1 commit
-
-
Qiang Xue authored
-
- 06 Jan, 2015 1 commit
-
-
Alexander Makarov authored
-
- 16 Dec, 2014 1 commit
-
-
Alexander Makarov authored
Fixes #3665: Improved Gii CRUD generated code to support setting initial conditions via initializing search model
-
- 11 Dec, 2014 2 commits
- 07 Dec, 2014 2 commits
- 04 Dec, 2014 2 commits
- 03 Dec, 2014 1 commit
-
-
Qiang Xue authored
Fixes #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller
-
- 25 Oct, 2014 1 commit
-
-
Alexander Mohorev authored
-
- 24 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 23 Oct, 2014 1 commit
-
-
Alexander Makarov authored
Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names" This reverts commit 0c8faedd.
-
- 22 Oct, 2014 1 commit
-
-
Alexander Makarov authored
Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names
-
- 19 Oct, 2014 1 commit
-
-
Alexander Makarov authored
Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()`
-
- 17 Oct, 2014 2 commits
- 12 Oct, 2014 2 commits
- 11 Oct, 2014 3 commits
- 10 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 06 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 03 Oct, 2014 2 commits
- 28 Sep, 2014 2 commits
- 27 Sep, 2014 1 commit
-
-
Carsten Brandt authored
as discussed before, better do this change before RC to avoid breaking BC in GA.
-
- 22 Sep, 2014 3 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0` it does not prevent dev versions to be installed but neither does `1.*` - dev versions are constrolled via `minimum-stability` setting and the `@dev`, `@beta`, `@stable`,... settings. - setting bower packages that ship compiled files only with the stable release to use `@stable` in composer.json of the applictaions. This setting can be removed when we remove the `minimum-stability=dev` setting after GA.
-
- 19 Sep, 2014 3 commits
- 17 Sep, 2014 1 commit
-
-
Carsten Brandt authored
-
- 16 Sep, 2014 2 commits