- 16 Oct, 2013 19 commits
-
-
Alexander Makarov authored
Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920).
-
Carsten Brandt authored
-
Carsten Brandt authored
* master: (103 commits) fixed broken test after whitespace changes in view Removed the extra EOLs. I add new line in methods that render code in the head and for body GII update button style GII create object button style [skip ci] Fixes #980: Changed the default way of generating action URLs for ActionColumn. View default value for $params adjusted cubrid version in schema quote removed cubrid env from tavis.yml simplified cubrid db install on travis fixed cubrid schema test for pdo type fixed validator test break added cubrid specific pdo type casting Updated FileValidator tests Better AR connection init in tests Removed @codeCoverageIgnore no xss for attribute error messages that contain {value} Clientvalidation {value} was not what has been validated moved getPdoType() to Schema. optimized datepick js code. ...
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Qiang Xue authored
Conflicts: framework/yii/base/View.php
-
Qiang Xue authored
-
Alexander Makarov authored
I have add new line in methods that render code in the head and for body
-
egorpromo authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Qiang Xue authored
GII button styles
-
Luciano Baraglia authored
-
Luciano Baraglia authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 15 Oct, 2013 8 commits
-
-
Alexander Makarov authored
View. Default empty array value for $params
-
iJackUA authored
To prevent Warning "Trying to get property of non-object" in case when nothing set to params, but you try to get some key (check is there something) ArrayHelper::getValue($this->view->params, 'abc');
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
cubrid pdo does not support PARAM_BOOL so we cast the value to integer and store 0 and 1 instead fixes #964
-
- 14 Oct, 2013 7 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Conflicts: framework/yii/validators/RegularExpressionValidator.php
-
Carsten Brandt authored
-
Carsten Brandt authored
also fixed some inconsistency between client and server validation.
-
Qiang Xue authored
-
- 13 Oct, 2013 6 commits
-
-
Qiang Xue authored
-
Carsten Brandt authored
Total 0 items. when list is empty. and showing x out of x for n>0 and paging on.
-
Qiang Xue authored
Filter only active attributes in gridview
-
Carsten Brandt authored
When we do not want an attribute to be searched we do not define it in the filter model, or mark it inctive in the scenario when we use the original model. GridView should not try to access the attribute then and automatically not display the filter field.
-
Carsten Brandt authored
* 'master' of github.com:yiisoft/yii2: fixes issue with debugmodule initializing view component too early
-
Carsten Brandt authored
consistent api for safe and required
-