10521 Commits (6cd885e88e10ff19ff0d4c66c8e49c2fa0a39d0b)
 

Author SHA1 Message Date
Carsten Brandt 6cd885e88e Update README.md 10 years ago
Carsten Brandt f9d83661e4 add guidePrefix option for apidoc 10 years ago
Carsten Brandt b809f93b69 ensure apidoc works with relative paths 10 years ago
Carsten Brandt a92a4179e4 Merge pull request #6076 from mirjalal/master 10 years ago
Carsten Brandt 1f4ea8873a Merge pull request #6078 from pabloassembler/patch-1 10 years ago
Carsten Brandt 0ae15e22c8 some typos and grammar for Gii 10 years ago
Klimov Paul df023545c9 Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty 10 years ago
Qiang Xue d0ee41e44d Merge pull request #6086 from artyhedgehog/patch-1 10 years ago
Qiang Xue 4985d13cd7 Merge pull request #6091 from nikbas/formatter-fix 10 years ago
Nikola Basic 9854ee2152 Fixed typos [skip ci] 10 years ago
artyhedgehog 836fef92f9 Grammar fix 10 years ago
Qiang Xue 3c63213de3 Added `yii\base\Controller::renderContent()` 10 years ago
pabloassembler 94ca0c2d5f Update tutorial-advanced-app.md 10 years ago
Mircəlal 940562d301 improve 10 years ago
Qiang Xue 439c2e4d11 Fixes #4450: Added `yii\bootstrap\Nav::renderDropdown()` 10 years ago
Qiang Xue 2782adcca4 Fixes #4643: Extra options specified in `yii\widgets\Breadcrumbs::links` will be treated as HTML attributes for the generated hyperlinks 10 years ago
Qiang Xue 9eedfd054e Fixed test break. 10 years ago
Qiang Xue ab1f32ef76 Fixes #4492: Support PostgreSQL-specific syntax for `QueryBuilder::alterColumn()` 10 years ago
Qiang Xue 865a94f321 Fixes #4739: Better display of exceptions when the response format is set as "raw" format 10 years ago
PendalF89 8495325212 Update tutorial-advanced-app.md 10 years ago
Nobuo Kihara 4456e18be0 docs/guide-ja/runtime - added 2 sections [ci skip] 10 years ago
Carsten Brandt cd46e06085 Update runtime-bootstrapping.md 10 years ago
Carsten Brandt 38d0570843 fixed unlink() for array valued attributes 10 years ago
Nobuo Kihara e5b927244c docs/guide/structure-extensions.md - typo fixed [ci skip] 10 years ago
Nobuo Kihara f072e1d8e9 guide ja 10 years ago
Qiang Xue 6b52b03523 Fixes #6049: `yii\db\Connection::getSchema()` for Oracle should return false when the table does not exist. Oracle does not support `ON UPDATE` clause. 10 years ago
wenbin1989 3d25f76e59 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; ``` 10 years ago
wenbin1989 39a358c269 oracle db doesn't support `ON UPDATE` in FOREIGN KEY. remove `ON UPDATE` section in method `addForeignKey`. 10 years ago
wenbin1989 b733a18904 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. 10 years ago
Carsten Brandt 9869e67df8 fixed phpdoc 10 years ago
Qiang Xue c85c9d6092 Merge pull request #6052 from ArgosOleg/patch-1 10 years ago
ArgosOleg 20b3ec22d6 Broken link 10 years ago
Alexander Makarov 41c167b9a7 Merge pull request #6051 from anders-akero/patch-1 10 years ago
Anders Åkerö eb07fd3ee8 Update rest-error-handling.md 10 years ago
Qiang Xue de8966079f Fixes #5367: Added `yii\grid\DataColumn::encodeLabel` 10 years ago
Serge Postrash c6cb205653 Added encodeLabel param to \yii\grid\DataColumn 10 years ago
Carsten Brandt cfe874607f fixed return type for redis simple strings 10 years ago
Alexander Makarov 2de384e3b0 Fixes #6041 10 years ago
Carsten Brandt f9bb1e21cb fixed elasticsearch test break 10 years ago
Carsten Brandt f23ba6cbdc explicitly set the language for elasticsearch script 10 years ago
Andrei Chugunov 0afd13f0da Update BaseHtml.php 10 years ago
PommeVerte c86989ea82 Added mention of RAW format for runtime-responses 10 years ago
Nobuo Kihara b4607001a9 docs/guide-ja/structure-assets.md 10 years ago
Qiang Xue 5960f49d7f Merge branch 'master' of git://github.com/yiisoft/yii2 10 years ago
Qiang Xue 6a222c8a64 Fixes #6033. 10 years ago
Qiang Xue 8d0cac8cba Fixes #5220 10 years ago
Qiang Xue b7012ca935 Fixes #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button` 10 years ago
fly d36bf9e8a8 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). 10 years ago
Alexander Makarov 4e47b67fc5 Merge pull request #6027 from lucianobaraglia/master 10 years ago
Luciano Baraglia c53a5100c2 Rest versioning spanish guide changes and fixes [skip ci] 10 years ago