- 03 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 27 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 25 Oct, 2014 1 commit
-
-
Alexander Mohorev authored
-
- 24 Oct, 2014 2 commits
-
-
Thiago Talma authored
-
Qiang Xue authored
Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents
-
- 23 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 19 Oct, 2014 1 commit
-
-
Qiang Xue authored
-
- 17 Oct, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5601
-
- 13 Oct, 2014 1 commit
-
-
Alexander Makarov authored
-
- 12 Oct, 2014 1 commit
-
-
Carsten Brandt authored
there is no reliable way to determine the cubrid PDO extension version used and also no reliable way to detect which combination of server and client produces wrong behavior. By requiering 9.3 or higher in both client and server we can be sure it works. fixes #852
-
- 09 Oct, 2014 1 commit
-
-
Klimov Paul authored
-
- 06 Oct, 2014 2 commits
-
-
Alexander Makarov authored
-
Carsten Brandt authored
-
- 05 Oct, 2014 1 commit
-
-
Serge Postrash authored
-
- 03 Oct, 2014 1 commit
-
-
Carsten Brandt authored
fixes #5331
-
- 28 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 24 Sep, 2014 6 commits
-
-
Carsten Brandt authored
-
Qiang Xue authored
-
Carsten Brandt authored
fixes #5147 [ci skip]
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #5147
-
Qiang Xue authored
Fixes #5106: Refactored query caching to not load cache component when query caching is not used at all.
-
- 23 Sep, 2014 1 commit
-
-
Qiang Xue authored
Fixes #3197: Using `ActiveQuery::indexBy()` may cause relational AR queries to generate incorrect relational results
-
- 22 Sep, 2014 1 commit
-
-
Qiang Xue authored
Fixes #3725: Fixed the bug that the filtering condition used in relation definition was ignored when calling `ActiveRecord::unlinkAll()`
-
- 12 Sep, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated
-
- 10 Sep, 2014 3 commits
-
-
Qiang Xue authored
-
Stephen Seliuk authored
Handling $query->joinWith called inside of other $query->joinWith within Closure (called inside Closure). Ex.: ```php $query->joinWith( [ 'rel1' => function($query) { $query->joinWith( [ 'rel2' => function($query) { // ... } ] ); } ] ); ```
-
Qiang Xue authored
-
- 05 Sep, 2014 2 commits
-
-
Carsten Brandt authored
fixes #4931
-
Carsten Brandt authored
New syntax: ``` [link to guide](guide:file-name.md) [link to guide](guide:file-name.md#subsection) ``` fixes #4719
-
- 03 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 28 Aug, 2014 1 commit
-
-
Carsten Brandt authored
- do not allow boolean values for integer columns - use native boolean type with boolean values - removed workaround that turned out to be wrong when schema and values are used correctly. Workaround resulted from wrong usage of boolean values before. fixes #4672
-
- 26 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 24 Aug, 2014 1 commit
-
-
Arthur Khachaturov authored
-
- 23 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 22 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 14 Aug, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4697: MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY
-
- 13 Aug, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4607: AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively
-
- 12 Aug, 2014 2 commits
-
-
Carsten Brandt authored
[ci skip]
-
Carsten Brandt authored
-