292 Commits

Author SHA1 Message Date
65519ffb46 Enh #6857: Added yii\gii\Module::$ignoreTables that allows you to ignore tables during model generation using * (reverted from commit e562f8e43a05adcc9f73d5de4f185a5cd3649df5) 2015-01-24 17:34:00 +03:00
e562f8e43a Enh #6857: Added yii\gii\Module::$ignoreTables that allows you to ignore tables during model generation using * 2015-01-24 12:04:37 +03:00
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
5cb2ce49dd Fixes #3665: Better default behavior for ModelSearch generated by the crud generator 2015-01-10 12:36:08 -05:00
b4ba430ac4 Reverted #3665 (reverted from commit 2aa394996371c2b081bce4adfbc3f1c7a18b15cc) 2015-01-07 00:02:39 +08:00
2aa3949963 Fixes #3665: Improved Gii CRUD generated code to support setting initial conditions via initializing search model 2014-12-17 01:36:38 +03:00
59b8cea525 Fixes #6463: The Gii controller generator generates incorrect controller namespace 2014-12-11 12:44:39 -05:00
3a5e802c24 Fix for #6463 2014-12-11 12:43:11 -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
d7c3e7815b Fixes #6367: Added yii\gii\generators\crud\Generator to support customizing view path for the generated CRUD controller 2014-12-04 15:11:54 -05:00
fefd3d9be0 Fixes #6366 2014-12-03 21:10:04 -05:00
97e4813929 Fixes #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller 2014-12-03 09:52:56 -05:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 2014-10-24 08:01:35 -04:00
e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names"
This reverts commit 0c8faedd3310ace47943c7358032c3a6431eafb2.
2014-10-23 20:24:10 +04:00
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
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
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
2d31f9f6fd Fixes #5610: Removed unused property "generate" 2014-10-16 20:10:56 -04: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
fb505220b8 typo fix. [skip ci] 2014-10-11 10:36:48 -04:00
be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 2014-10-11 09:35:55 -04:00
7ba770ebd0 Fixes #5408: Gii console command incorrectly reports errors when there is actually no error 2014-10-10 22:33:11 -04:00
9c359d146f Fixed table name regression caused by changed introduced in #4971 2014-10-11 01:18:10 +04:00
cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 2014-10-07 01:13:17 +04:00
f612835344 Fixes #5337 2014-10-03 09:49:54 -04:00
b63bd412da Fixes #3323 [skip ci] 2014-10-02 23:10:50 -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
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
46488e674a improved version constraints for bower asset packages 2014-09-22 17:34:18 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
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
889d3bc942 using stable versions. 2014-09-18 23:44:36 -04:00
ad4f652ca9 Removed unused bower.json files. Adjusted version dependencies. 2014-09-18 23:25:38 -04:00
a81969950d Adjusted dependency versions to stable ones. 2014-09-18 23:09:45 -04:00
32c122178e avoid publishing dev files of js packages 2014-09-17 19:13:29 +02:00
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
583c660c80 Fixes #5047. 2014-09-16 11:47:40 -04:00
cebc25679b updated README.md for gii extension [skip ci] 2014-09-15 16:39:19 -04:00
00cfe93b20 Finished console Gii feature. 2014-09-14 14:25:11 -04:00
443779d693 Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
	framework/console/controllers/HelpController.php
2014-09-14 14:22:43 -04:00
6a9b3c7774 Finished console Gii. 2014-09-14 14:15:16 -04:00
bfb9aa84f7 WIP 2014-09-14 11:29:26 -04:00
3847630994 Fixes #4971: Fixed hardcoded table names in viaTable expression in model generator 2014-09-10 14:15:59 +04:00
11a4d6dedc console gii WIP 2014-09-07 11:29:32 -04:00