Commit Graph

5618 Commits

Author SHA1 Message Date
Nobuo Kihara
43740be3f3 guide-ja/db* updated 2018-03-20 10:00:50 +09:00
Nobuo Kihara
115855443e WIP 2018-03-20 07:56:26 +09:00
Sam
1ebf951a59 Fixes #15492: Clarify tree traversal configuration (#15919) [skip ci] 2018-03-19 01:05:03 +03:00
SilverFire - Dmitry Naumenko
aa085d93bf Removed fxp/composer-asset-plugin from git-workflow 2018-03-17 14:46:11 +02:00
Roman Grinyov
5a66299962 Removed unnecessary hyphens (#15914) 2018-03-17 00:02:41 +03:00
Disassem
8a80e48f1d Fixes in docs [skip ci] (#15909) 2018-03-16 17:54:20 +03:00
Nobuo Kihara
58e7e1d947 db-query-builder.md WIP 2018-03-16 16:38:44 +09:00
Nobuo Kihara
89a496bb39 db-active-record.md and db-dao.md updated 2018-03-16 13:20:32 +09:00
Nobuo Kihara
6643bcfed2 docs/guide-ja update WIP 2018-03-16 07:31:24 +09:00
Nobuo Kihara
0831fa2f09 translated bc.md to Japanese 2018-03-14 23:34:07 +09:00
Nobuo Kihara
2c5e5b4007 docs/internals-ja 2018-03 updates 2018-03-14 17:15:28 +09:00
Roman Grinyov
2962f1d8c1 Cache Flushing as separate section 2018-03-13 18:27:52 +03:00
Disassem
58ed1ed2ca Adjust code sample to screenshot 2018-03-13 13:04:28 +07:00
lkcode666666
7e2490eb70 Update concept-properties.md 2018-03-03 12:05:28 +08:00
Carsten Brandt
bb212f0c13 Update tutorial-yii-as-micro-framework.md
fix headline reference
2018-03-01 01:32:25 +01:00
biaoqianwo
c389c08085 Update test-environment-setup.md 2018-02-27 09:43:29 +08:00
laterz
0e8d02f36c Update db-query-builder.md 2018-02-25 13:44:38 +08:00
Alexander Makarov
9dab7b1850 Fixes #15543: Fixed trustedHosts docs in request guide [skip ci] 2018-02-24 02:41:41 +03:00
Thomas Roos
5a5f3d1bd9 Correct table name in docs (#15754)
* Correct table name in docs

With this PR, the micro-framework guide is actually followable :)

* Fixed inconsistency in post table name [skip ci]
2018-02-24 00:17:08 +03:00
一路洒满阳光XD
f34faec2f2 Update runtime-responses.md
翻译错误:触雷->除了
2018-02-23 11:26:05 +08:00
SilverFire - Dmitry Naumenko
85a7739c54 Fixed link in guide [skip ci] 2018-02-22 16:16:20 +02:00
Vlad Nikishin
8cc3830f46 Fix #15656: Error in the documentation of widget theming (#15734) [skip ci] 2018-02-22 02:04:31 +03:00
Luis Gonzalez
bc889353de Added slack channel link 2018-02-20 23:21:43 -06:00
SilverFire - Dmitry Naumenko
089685975a Wrap @inheritdoc tag in curly brackets [skip ci] 2018-02-19 00:16:19 +02:00
Alexander Makarov
38774a30cc Added info about nesting "expand" to REST docs [skip ci] 2018-02-17 21:47:08 +03:00
Alexander Makarov
10bab28423 Mentioned new data caching methods in the guide [skip ci] 2018-02-17 02:25:28 +03:00
Alexander Makarov
6c31645bf2 Added upsert() to the guide [skip ci] 2018-02-17 01:07:03 +03:00
HailouWang
d9ce9f25fc FixBugs:afterRender trigger EVENT_AFTER_RENDER
ps:
#yii\base\View::afterRender()
    public function afterRender($viewFile, $params, &$output)
    {
        if ($this->hasEventHandlers(self::EVENT_AFTER_RENDER)) {
            $event = new ViewEvent([
                'viewFile' => $viewFile,
                'params' => $params,
                'output' => $output,
            ]);
            $this->trigger(self::EVENT_AFTER_RENDER, $event);
            $output = $event->output;
        }
    }
2018-02-13 17:01:39 +08:00
Sergey Makinen
c382d3e8d4 Fixes #15120: Refactored dynamic caching introducing DynamicContentAwareInterface and DynamicContentAwareTrait 2018-02-13 00:19:01 +03:00
SilverFire - Dmitry Naumenko
62d4604269 Added BetweenConditionBuilder
Replaces #12678, Fixes #11611
2018-02-11 18:55:07 +02:00
Brandon Kelly
e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
Jerry Cheung
4ce42d9f46 Correction of the spelling of a word
修改文档内goodbye单词的拼写错误
2018-02-07 08:18:22 +00:00
Paul Klimov
46848f0051 Add docs about assets preventing assets installation (#15603) [skip ci] 2018-02-06 14:38:27 +03:00
cuiliang
844b73b45c Merge pull request #57 from cddwx/patch-2
Add the missing "```"
2018-02-06 13:24:28 +08:00
Dmitry Naumenko
d16586334d Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 2018-02-05 04:59:14 +07:00
bscheshirwork
57b31fc92c Added example for yii\validators\Validator::addError() [skip ci] (#15197) 2018-02-03 18:41:29 +07:00
Klimov Paul
ab10e43195 picking-up path from composer autoload added to PhpDocController 2018-02-01 18:32:44 +02:00
cuiliang
e6567fc29e Merge pull request #55 from YanlongMa/master
yii2-redis 扩展翻译和详解
2018-01-30 21:57:31 +08:00
myl
fc1b00c28b yii2-redis 2018-01-28 18:07:45 +08:00
myl
d36b674e2b yii2-redis 2018-01-28 18:02:26 +08:00
Zhukov Roman
dd3e5ec1e2 Update russian translation of Git Workflow [ci skip] (#15564) 2018-01-26 18:05:14 +03:00
Thomas Roos
dbcb66b87a Add missing file to micro-framework docs (#15550) [skip ci] 2018-01-24 20:46:38 +03:00
Ricardo Pérez
3d27ab3463 Removes unnecessary integerOnly option (#15546) [skip ci]
`integer` validator already has `'integerOnly' => true`.
2018-01-23 22:53:55 +03:00
Klimov Paul
71c541773f PHPDoc fix 2018-01-23 13:17:25 +02:00
Klimov Paul
65f6b59b35 @inheritdoc notation changed 2018-01-23 13:11:24 +02:00
cddwx
a8182ab630 Add the missing "```" 2018-01-19 15:29:24 +08:00
cddwx
db18220838 "时间" to "事件" 2018-01-19 15:10:49 +08:00
Alexander Makarov
e813c20124 Fixes #3250: Added support for events partial wildcard matching 2017-12-24 00:36:54 +03:00
Paul Klimov
be3ebb0e9f docs added 2017-12-23 16:01:20 +02:00
Alexander Makarov
1f02e77b86 Fixes #15035: Added prerequisites to the guide (#15397) [skip ci] 2017-12-21 02:51:52 +03:00