Commit Graph

185 Commits

Author SHA1 Message Date
mdomba (mdlap)
22afb3fef0 forgot to remove the comment doc 2012-08-18 00:37:20 +02:00
mdomba (mdwork)
902d00dfdc prevent occasional errors (invalid connectionId) 2012-08-17 15:38:39 +02:00
mdomba (mdwork)
c980ff506c proper action for autocomplete 2012-08-17 15:37:35 +02:00
mdomba (mdwork)
2686ca3e5f set new autocomplete options when connectionId chages 2012-08-17 15:36:58 +02:00
mdomba (mdwork)
72c2498b72 calling ajax from automcomplete has performace issues 2012-08-17 15:35:48 +02:00
mdomba (mdwork)
41b71d901e no braces for single lines 2012-08-17 15:34:51 +02:00
Alexander Makarov
17479ecc0f fixed crud phpdoc hint 2012-08-15 14:02:02 +04:00
mdomba (mdwork)
d071f08bae prevent output of spaces on new line in new created model 2012-08-09 15:39:11 +02:00
mdomba (mdlap)
a40ac64238 better error message for wrong connectionId 2012-08-09 00:30:01 +02:00
mdomba (mdlap)
ba6ab46d79 move action to proper controller 2012-08-08 18:54:11 +02:00
mdomba (mdwork)
0ff56d34d7 added parameter description 2012-08-08 15:37:41 +02:00
mdomba (mdwork)
c621bfeb51 Issue #1099 - changed connectionID to sticky text field 2012-08-08 15:01:48 +02:00
mdomba (mdwork)
f7e148098d Merge branch 'master' of git://github.com/yiisoft/yii into 1099-gii-model-generator-connections 2012-08-08 12:33:32 +02:00
Greg Molnar
f71703f60f removed font duplication from gii css 2012-08-06 14:34:26 +02:00
Leo R. Lundgren
7a194496a5 Fix a bunch of @param and @return phpdoc errors in various files. 2012-08-03 16:17:58 +02:00
mdomba (mdwork)
ffb2e8ee2a fixed spaces 2012-08-03 14:28:54 +02:00
mdomba (mdwork)
418a9ce716 #1099 better check for connection string 2012-08-03 14:14:32 +02:00
mdomba (mdwork)
9b81336814 Fixes #1099 - proper detection of CDbConnection class 2012-08-03 14:07:22 +02:00
Alexander Makarov
ec2ba0581f Merge pull request #1030 from samdark/551-safer-way-of-using-cjavascript-encode-bc
Enh #551: Added $safe parameter to CJavaScript::encode. If set to true, 'js:' will not be allowed
2012-07-27 15:12:44 -07:00
Alexander Makarov
ada1cedc7d added CJavaScriptExpression while keeping BC 2012-07-27 01:54:19 +04:00
mdomba (mdwork)
5f372b7e91 Fixes #510 replaced live() with on() 2012-07-26 14:53:31 +02:00
resurtm
a03903579b Gii default templates: metadata for variables passed into views is now compatible with both Netbeans and PHPStorm. 2012-07-14 00:16:39 +06:00
resurtm
b274e112c3 Gii controller template: added missing new line. 2012-07-12 19:11:39 +06:00
resurtm
4db0b7a0b9 Gii default templates: view variables metadata (phpdoc) joined into a single php tag (<?php and ?>). 2012-07-12 19:09:19 +06:00
resurtm
0f6edcc2eb Gii default templates: view variables metadata (phpdoc) joined into a single php tag (<?php and ?>). 2012-07-12 19:08:06 +06:00
resurtm
5c853b056f Gii default templates: view variables metadata (phpdoc) joined into a single php tag (<?php and ?>). 2012-07-12 18:54:47 +06:00
resurtm
0cb29229e0 Gii default templates: added additional metadata (PHPDoc) of the variables passed into views for better IDE autocompletion 2012-07-12 15:35:52 +06:00
resurtm
efa1dfde52 A little bit more cleaner Gii CRUD template. Checking whether deletion happens by POST request removed from actionDelete. Instead the postOnly filter was added to the controller. 2012-06-24 20:02:58 +06:00
mdomba (mdwork)
462aac0350 (Reverted pull #681) detection of one-to-one relations 2012-05-21 12:39:51 +02:00
Richard Peng
d4a86c803d fix detection of one-to-one relations 2012-05-04 17:24:38 -04:00
mdomba (mdwork)
c4a089a557 added .gitignore to exclude list 2012-03-23 11:29:40 +01:00
Alexander Makarov
54fe951f5e Fixed possible Gii error when default component doesn't have class specified 2012-03-21 03:25:17 +04:00
Alexander Makarov
96089ef5df Set gii model generator connection dropdown width to fixed value, corrected tooltip text 2012-03-10 19:14:21 +04:00
Alexander Makarov
5c46317820 Enh #136: Added ability to select database connection in Gii model generator 2012-03-10 17:03:45 +04:00
Maurizio Domba
96d8c67179 Merge pull request #438 from mdomba/433-gii-model-autocomplete
Fixes issue #433 proper fix for no registering jQueryUI in Gii
2012-03-02 10:09:51 -08:00
mdomba (mdlap)
16285a694c Fixes issue #433 proper fix for no registering jQueryUI in Gii 2012-03-02 19:04:22 +01:00
mdomba (mdwork)
314c9eabad Fixes issue #381 Gii model name input could get misspelled when autocomplete is used 2012-03-02 15:28:25 +01:00
mdomba (mdwork)
b5fa03afb6 Fixes #443 jqueryUI is now registered with registerCoreScript() 2012-03-02 13:46:01 +01:00
Dariusz Górecki
b8f8acb0c9 Fix gitignore files 2012-02-16 15:39:12 +01:00
mdomba
56b931f4c4 (Fixes issue 3121) added more rules for proper pluralization to CCodeModel->pluralize() 2012-01-24 10:07:28 +00:00
mdomba
4273483ecd Gii - check tableNames for reserved PHP keywords when '*' is used 2012-01-08 14:03:36 +00:00
mdomba
9674e22394 fixed doc for proper IDE autocompletion 2011-12-16 16:33:07 +00:00
mdomba
0c9da11335 (Fixes issue 3010) Added proper doc for CActiverecord::model() when generated with Gii 2011-12-16 13:35:16 +00:00
mdomba
d1d559b88e (fixes issue 2959) included only the tool.tooltip instead of the complete library with jQuery 2011-11-15 11:19:01 +00:00
mdomba
b10e82f79e jQuery fix: used prop() instead of attr() for the 'checked attribute' 2011-11-07 15:03:58 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
alexander.makarow
88d645b1e4 (Fixes issue 2823) Added autocomplete for Gii "Table Name" field 2011-09-26 22:23:03 +00:00
alexander.makarow
fb260f51a3 2011-07-12 21:20:01 +00:00
qiang.xue
564fc84c1e (Fixes issue 2264) 2011-06-23 21:13:06 +00:00
qiang.xue
efc2af00b2 (Fixes issue 2359) 2011-06-23 17:16:03 +00:00