Commit Graph

68 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
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)
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
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
ada1cedc7d added CJavaScriptExpression while keeping BC 2012-07-27 01:54:19 +04: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
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
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
alexander.makarow
88d645b1e4 (Fixes issue 2823) Added autocomplete for Gii "Table Name" field 2011-09-26 22:23:03 +00:00
qiang.xue
564fc84c1e (Fixes issue 2264) 2011-06-23 21:13:06 +00:00
qiang.xue
f189143372 (Fixes issue 2514) 2011-06-14 17:33:16 +00:00
mdomba
c5e9d7fbb6 better regex to check that fieldnames follow PHP naming rules 2011-04-27 07:45:15 +00:00
qiang.xue
e1ee5197c3 (Fixes issue 1770) 2011-03-19 01:26:47 +00:00
mdomba
d9697f4a60 (Fixes issue 1624) 2011-01-26 14:47:23 +00:00
mdomba
32ed99924a Fixed validateTableName() 2011-01-22 10:59:52 +00:00
mdomba
a60cdb3ddd 2011-01-21 19:34:16 +00:00
qiang.xue
8c54346beb 2011-01-21 18:47:31 +00:00
mdomba
8dc87889b2 Separated field name checking in a separate function 2011-01-21 15:02:58 +00:00
mdomba
6209eea813 (Fixes issue 2013) 2011-01-21 11:54:16 +00:00
qiang.xue
51e62b101f (Fixes issue 1168) 2010-11-01 15:37:35 +00:00
qiang.xue
6a7c2dcb66 (Fixes issue 1581) 2010-09-16 00:03:49 +00:00
alexander.makarow
cf76e3bb6c Gii model template without relations should not mention relations in PHPDoc 2010-09-14 19:52:20 +00:00
qiang.xue
267e39d042 Improved class name checking in Gii 2010-09-02 14:56:54 +00:00
alexander.makarow
8ce82236f8 (Fixes issue 1222) Added relations information to Gii generated model's PHPDoc 2010-08-30 21:19:12 +00:00
qiang.xue
e433164b4d 2010-07-29 21:29:56 +00:00
qiang.xue
6a94ad970d (Fixes issue 1369) 2010-07-20 00:38:47 +00:00
qiang.xue
00dac5f243 (Fixes issue 1371) 2010-07-09 19:33:57 +00:00
qiang.xue
3b55d721b5 2010-06-15 22:01:43 +00:00
qiang.xue
7ad6b2d807 2010-06-15 21:55:16 +00:00
qiang.xue
0cc9a42345 (Fixes issue 1278) 2010-06-15 20:04:41 +00:00