Commit Graph

278 Commits

Author SHA1 Message Date
Alexander Mohorev
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
Qiang Xue
a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 2014-10-24 08:01:35 -04:00
Alexander Makarov
e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names"
This reverts commit 0c8faedd33.
2014-10-23 20:24:10 +04:00
Alexander Makarov
0c8faedd33 Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names 2014-10-22 23:07:08 +04:00
Alexander Makarov
48ec791e4a 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() 2014-10-19 18:50:46 +04:00
Qiang Xue
8c50ee9ef3 Fixes #5613: Added --overwrite option to Gii console command to support overwriting all files
Fixed the bug that Gii console command help information does not contain global options
2014-10-16 20:38:08 -04:00
Qiang Xue
2d31f9f6fd Fixes #5610: Removed unused property "generate" 2014-10-16 20:10:56 -04:00
Qiang Xue
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
Qiang Xue
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
Qiang Xue
fb505220b8 typo fix. [skip ci] 2014-10-11 10:36:48 -04:00
Qiang Xue
be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 2014-10-11 09:35:55 -04:00
Qiang Xue
7ba770ebd0 Fixes #5408: Gii console command incorrectly reports errors when there is actually no error 2014-10-10 22:33:11 -04:00
Alexander Makarov
9c359d146f Fixed table name regression caused by changed introduced in #4971 2014-10-11 01:18:10 +04:00
Alexander Makarov
cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 2014-10-07 01:13:17 +04:00
Qiang Xue
f612835344 Fixes #5337 2014-10-03 09:49:54 -04:00
Qiang Xue
b63bd412da Fixes #3323 [skip ci] 2014-10-02 23:10:50 -04:00
Qiang Xue
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
Qiang Xue
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
Carsten Brandt
c93bbee1d0 adjusted composer.json to follow more stable versioning policy for assets
as discussed before, better do this change before RC to avoid breaking BC in GA.
2014-09-28 00:43:19 +02:00
Carsten Brandt
46488e674a improved version constraints for bower asset packages 2014-09-22 17:34:18 +02:00
Carsten Brandt
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
Carsten Brandt
8176a392bb Changed version constratints to be semantic versioning again
- 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.
2014-09-22 13:15:43 +02:00
Qiang Xue
889d3bc942 using stable versions. 2014-09-18 23:44:36 -04:00
Qiang Xue
ad4f652ca9 Removed unused bower.json files. Adjusted version dependencies. 2014-09-18 23:25:38 -04:00
Qiang Xue
a81969950d Adjusted dependency versions to stable ones. 2014-09-18 23:09:45 -04:00
Carsten Brandt
32c122178e avoid publishing dev files of js packages 2014-09-17 19:13:29 +02:00
Qiang Xue
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
Qiang Xue
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
Qiang Xue
583c660c80 Fixes #5047. 2014-09-16 11:47:40 -04:00
Qiang Xue
cebc25679b updated README.md for gii extension [skip ci] 2014-09-15 16:39:19 -04:00
Qiang Xue
00cfe93b20 Finished console Gii feature. 2014-09-14 14:25:11 -04:00
Qiang Xue
443779d693 Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
	framework/console/controllers/HelpController.php
2014-09-14 14:22:43 -04:00
Qiang Xue
6a9b3c7774 Finished console Gii. 2014-09-14 14:15:16 -04:00
Qiang Xue
bfb9aa84f7 WIP 2014-09-14 11:29:26 -04:00
Stephen Seliuk
3847630994 Fixes #4971: Fixed hardcoded table names in viaTable expression in model generator 2014-09-10 14:15:59 +04:00
Qiang Xue
11a4d6dedc console gii WIP 2014-09-07 11:29:32 -04:00
Qiang Xue
dd6f4442a5 gii command line WIP 2014-09-05 20:16:00 -04:00
Christopher Stebe
aedfd7fc7f fix link to extension guidlines 2014-09-03 20:09:30 +02:00
Qiang Xue
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
Qiang Xue
d184fbb8ed new asset WIP [skip ci] 2014-08-29 14:54:49 -04:00
Qiang Xue
35c3cbd04e Merge branch 'master' into new-asset 2014-08-29 11:43:23 -04:00
Qiang Xue
6c123c9556 Fixes ignores in bower.json [skip ci] 2014-08-28 16:28:03 -04:00
Qiang Xue
e0035e257c typo fix [skip ci] 2014-08-28 15:37:52 -04:00
Qiang Xue
f04970ec07 typo fix [skip ci] 2014-08-28 15:27:39 -04:00
Qiang Xue
1954810531 adjusted dependencies. [skip ci] 2014-08-28 15:14:57 -04:00
Qiang Xue
eb7ffc8e7a new asset WIP 2014-08-28 15:11:50 -04:00
Qiang Xue
c36417a831 Added bower.json for gii and debug extensions. 2014-08-15 21:18:37 -04:00
Alexander Makarov
59a52d8876 Fixes #4556: Gii was incorrectly generating labels 2014-08-01 12:48:35 +04:00
Alexander Makarov
d9a23975a5 Relaxed access level for yii\gii\generators\model\Generator 2014-08-01 04:00:34 +04:00
Alexander Makarov
a38ba3ccbf Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4 2014-07-31 19:00:07 +04:00