- 18 Oct, 2013 2 commits
- 17 Oct, 2013 11 commits
-
-
Qiang Xue authored
-
chelishchev authored
-
Eugene Kuzminov authored
-
Eugene Kuzminov authored
debug panel : change json_encode/decode to serialise/unserialise to prevent non-UTF characters error
-
Carsten Brandt authored
fixes #997
-
Alexander Makarov authored
-
Luciano Baraglia authored
-
Carsten Brandt authored
defaults overided settings
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 16 Oct, 2013 18 commits
-
-
Luciano Baraglia authored
-
Luciano Baraglia authored
-
Alexander Makarov authored
-
Alexander Makarov authored
Removed intl version check since it's very inconsistent and it seems bundled versions are always the same ones for the same PHP versions
-
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
-
Carsten Brandt authored
-
Qiang Xue authored
-
egorpromo authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Luciano Baraglia authored
-
Luciano Baraglia authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 15 Oct, 2013 3 commits
-
-
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
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 4 commits
-
-
Alexander Makarov authored
-
Carsten Brandt authored
-
Carsten Brandt authored
also fixed some inconsistency between client and server validation.
-
Qiang Xue authored
-
- 13 Oct, 2013 2 commits
-
-
Carsten Brandt authored
Total 0 items. when list is empty. and showing x out of x for n>0 and paging on.
-
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.
-