- 17 Nov, 2014 2 commits
-
-
artyhedgehog authored
Minor words order fix.
-
Qiang Xue authored
-
- 16 Nov, 2014 8 commits
-
-
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 7 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
-
Qiang Xue authored
-
Serge Postrash authored
Use case: ``` echo GridView::widget([ ... 'columns' => [ ... [ 'attribute' => 'created_at', 'label' => '<span data-toggle="tooltip" class="glyphicon glyphicon-time" title="'.Yii::t('app', 'Created At').'"></span>', 'encodeLabel' => false, ... ], ```
-
- 13 Nov, 2014 9 commits
-
-
Carsten Brandt authored
fixes #4745
-
Alexander Makarov authored
-
Carsten Brandt authored
-
Carsten Brandt authored
groovy is now always on in ES 1.3.0 fixes #5662
-
Andrei Chugunov authored
Some Annotation Typos close #6029
-
PommeVerte authored
close #6036
-
Nobuo Kihara authored
- prepared for translation [ci skip] - docs/guide-ja/structure-widgets.md - changed "コンテント" to "コンテンツ" [ci skip] - docs/guide-ja/* - changed "ドキュメンテーション" to "ドキュメント" [ci skip] - docs/guide-ja/intro-yii.md - inserted the Chinese character "易" [ci skip] - docs/guide-ja/structure-assets.md - WIP [ci skip] - docs/guide-ja/structure-assets.md - completed [ci skip] close #6037
-
git://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
- 12 Nov, 2014 7 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
Fixes #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button`
-
fly authored
Pass all the button's config array to Button::widget() instead of creating new one item by item. Now allowed to pass in ButtonGroup button's configs any possible attributes(like tagName, encodeLabel, etc).
-
Alexander Makarov authored
Rest versioning spanish guide changes and fixes [skip ci]
-
Luciano Baraglia authored
-
Alexander Makarov authored
[skip ci] Spanish guide
-
Luciano Baraglia authored
-