- 23 Jan, 2014 14 commits
-
-
Ivan Pomortsev authored
Change buildUnion method to be ready to accept parameters in <code>['all' => $all, 'query' => $query]</code> format for division to "UNION" and "UNION ALL" constructions.
-
Ivan Pomortsev authored
Change passing parameters to array with two elements – 'all' which means if we use UNION or UNION ALL construction and 'query' which is our sql query that will be at right of construction.
-
Ivan Pomortsev authored
Forget one ";" :D
-
Ivan Pomortsev authored
Delete some spaces from result string.
-
Ivan Pomortsev authored
Change union method to accept also <code>$all</code> variable. TRUE means that we must results <code>UNION ALL</code> construction, FALSE – that <code>UNION</code>.
-
Ivan Pomortsev authored
Fixed some errors – syntax with ";" after closure function and also moved building of unions queries into this function.
-
Ivan Pomortsev authored
Change using of implode to convert array of queries to union to array_reduce. Result of this changing is that code feel difference between two selects that connects with UNION and two selects that connects with UNION ALL.
-
Qiang Xue authored
-
Qiang Xue authored
#2103 improves http exception consistency and adds new subclasses
-
Daniel Schmidt authored
-
Daniel Schmidt authored
-
Daniel Schmidt authored
-
Daniel Schmidt authored
-
- 22 Jan, 2014 26 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Alexander Makarov authored
Adjustment the translation into Portuguese of Brazil.
-
Thiago Talma authored
-
Qiang Xue authored
Added ability to get incoming headers
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #1958: `beforeSubmit` in `yii.activeform` is now executed after validation and before form submission
-
Qiang Xue authored
Transfer beforeSubmit function after global validation all fields forms
-
Vladimir Zbrailov authored
-
git://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
git://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
Conflicts: apps/basic/tests/README.md apps/basic/tests/unit/models/LoginFormTest.php
-
Carsten Brandt authored
Greek core translation
-
Alexander Makarov authored
-
Panagiotis Moustafellos authored
-
Carsten Brandt authored
fixes #1864
-
Qiang Xue authored
Minor fixes in active-record.md
-
Paul Kofmann authored
-
Carsten Brandt authored
-
Panagiotis Moustafellos authored
-
Panagiotis Moustafellos authored
-
Panagiotis Moustafellos authored
-
Vladimir Zbrailov authored
-