- 16 Oct, 2013 8 commits
-
-
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
-
Qiang Xue authored
GII button styles
-
Luciano Baraglia authored
-
Luciano Baraglia 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 11 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
-
Qiang Xue authored
fixes issue with debugmodule initializing view component too early
-
Carsten Brandt authored
fixes #929
-
Carsten Brandt authored
* 'master' of github.com:yiisoft/yii2: Fixes #968: clientOptions should not be ignored when enabling internationalization. minor doc fix.
-
Carsten Brandt authored
when error occurs while handling errors output was not readable in web context
-
Qiang Xue authored
-
- 12 Oct, 2013 1 commit
-
-
Qiang Xue authored
-
- 11 Oct, 2013 5 commits
-
-
Carsten Brandt authored
fixes #964
-
Carsten Brandt authored
not need to suggest packages in core. They are required by extension composer.json anyway.
-
Carsten Brandt authored
-
Carsten Brandt authored
* 'master' of github.com:yiisoft/yii2: added comment better error message more asset bundle tests and docs fix issue #700 doc fix added unit test for asset bundles
-
Carsten Brandt authored
fixes #963
-