- 19 Nov, 2014 1 commit
-
-
Qiang Xue authored
-
- 18 Nov, 2014 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
Update structure-applications.md
-
waltye authored
A small modification
-
Nikola Basic authored
close #6099
-
Nin authored
little fix close #6098
-
- 17 Nov, 2014 13 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
improve
-
Carsten Brandt authored
Update tutorial-advanced-app.md
-
Carsten Brandt authored
-
Klimov Paul authored
-
Qiang Xue authored
Grammar fix
-
Qiang Xue authored
Fixed typos in formatter guide
-
Nikola Basic authored
-
artyhedgehog authored
Minor words order fix.
-
Qiang Xue authored
-
pabloassembler authored
-
- 16 Nov, 2014 9 commits
-
-
Mircəlal authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #4643: Extra options specified in `yii\widgets\Breadcrumbs::links` will be treated as HTML attributes for the generated hyperlinks
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
PendalF89 authored
Fix backend url close #6070
-
Nobuo Kihara authored
- docs/guide-ja/runtime-overview.md - added [ci skip] - docs/guide-ja/runtime-bootstrapping.md - added [ci skip] - docs/guide-ja/runtime-bootstrapping.md - added links to OPCache and APC [ci skip] close #6067
-
Carsten Brandt authored
close #6066
-
- 15 Nov, 2014 7 commits
-
-
Carsten Brandt authored
return value would not be a valid array when json encoded after unlink(). fixes #6065
-
Nobuo Kihara authored
close #6061
-
Nobuo Kihara authored
- docs/guide-ja/structure-extensions.md - prepared for translation [ci skip] - docs/guide-ja/structure-assets.md - small changes [ci skip] - docs/guide-ja/structure-extensions.md - WIP [ci skip] - docs/guide-ja/structure-extensions.md - completed [ci skip] - docs/guide-ja/structure-widgets.md - broken link fixed [ci skip] close #6062
-
Qiang Xue authored
Fixes #6049: `yii\db\Connection::getSchema()` for Oracle should return false when the table does not exist. Oracle does not support `ON UPDATE` clause.
-
wenbin1989 authored
Fix batchInsert bug in oci. default batchInsert sql is ``` insert into tableName(col1, col2, col3...) value(`col11`, `col12`,`col13`.... ),(`col21`, `col22`,`col23`.... ); ``` which is illegal in oracle db. Change it to ``` insert into tableName(col1, col2, col3...) select 'col11', 'col12', 'col13' from dual union select 'col21', 'col22', 'col23' from dual union select 'col31', 'col32', 'col33' from dual; ```
-
wenbin1989 authored
oracle db doesn't support `ON UPDATE` in FOREIGN KEY. remove `ON UPDATE` section in method `addForeignKey`.
-
wenbin1989 authored
fix oci bugs: \yii\db\oci\Schema::findColumns($table) return true when table doesn't exist When table doesn't exist, query in method `findColumns` return empty array instead of throw a exception.
-
- 14 Nov, 2014 5 commits
-
-
Carsten Brandt authored
thanks to @pana1990 close #6060
-
Qiang Xue authored
Broken link
-
ArgosOleg authored
[asset bundles](structure-asset-bundles.md) change on [asset bundles](structure-assets.md),
-
Alexander Makarov authored
Update rest-error-handling.md
-
Anders Åkerö authored
Should be parentheses instead of square brackets
-