10737 Commits (cdd088a54c0896e868db85628879cffd87e35ea5)
 

Author SHA1 Message Date
Alexander Makarov 8341a400d8 Merge pull request #6111 from softark/docs-guide-ja-2014-11-19 10 years ago
Nobuo Kihara d62a976c17 docs/guide-ja/runtime-bootstrapping.md - fixed [ci skip] 10 years ago
Nobuo Kihara 4ef07b515f docs/guide-ja/structure-views.md - updated [ci skip] 10 years ago
Nobuo Kihara 4fdcabea1e docs/guide-ja/runtime-routing.md - completed [ci skip] 10 years ago
Nobuo Kihara 2098f9f0e3 docs/guide-ja/runtime-routing.md - WIP [ci skip] 10 years ago
Nobuo Kihara d3fc45926e docs/guide-ja/runtime-routing.md - WIP [ci skip] 10 years ago
Nobuo Kihara 9ac128e1fe docs/guide-ja/runtime-routing.md - WIP [ci skip] 10 years ago
Nobuo Kihara 1a2f44b3b7 docs/guide-ja/runtime-routing.md - prepared for translation [ci skip] 10 years ago
Nobuo Kihara df785fc27c docs/guide/runtime-routing.md - grammar fix [ci skip] 10 years ago
Nobuo Kihara 04341e5086 docs/guide/runtime-routing.md - grammar correction [ci skip] 10 years ago
Qiang Xue c98950442c Allow customizing GuideRenderer::apiUrl [skip ci] 10 years ago
Qiang Xue 3090d28038 Allow customizing GuideRenderer::guideUrl. 10 years ago
Qiang Xue e8956f31df Merge pull request #6100 from waltye/patch-1 10 years ago
waltye 0c55cd57df Update structure-applications.md 10 years ago
Nikola Basic 07a8b30575 Added translation for 'just now' 10 years ago
Nin 778714381c Update structure-applications.md 10 years ago
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