817 Commits

Author SHA1 Message Date
725fe75579 Update db-migrations.md (#16298) [skip ci] 2018-05-20 06:09:06 +05:00
3f2fcde7e4 Russian translation: improvements of input-forms (#16293) [skip ci] 2018-05-17 23:56:32 +03:00
39548bf3e2 Russian translation: improvements of output-theming (#16282) [skip ci] 2018-05-15 17:22:01 +03:00
d86b82a8ba Russian translation: improvements of tutorial-template-engines 2018-05-14 23:41:54 +03:00
5b0c163c59 Russian translation: improvements of helper-array (#16256) [skip ci] 2018-05-11 00:39:47 +03:00
68edea375e Russian translation: improvements of helper-url (#16255) [skip ci] 2018-05-11 00:39:17 +03:00
4dda9dad9a Russian translation: improvements of helper-overview (#16262) [skip ci] 2018-05-11 00:03:13 +03:00
ce38d5e5ef Update concept-components.md (#16244) [skip ci]
Wrong namespace
2018-05-08 11:45:17 +03:00
b0fcb6cd36 Russian translation: improvements of tutorial-template-engines (#16237) [skip ci] 2018-05-07 12:56:27 +03:00
93cd3b2736 Russian translation: improvements of start-looking-ahead 2018-05-05 22:17:21 +03:00
183c555a6f Russian translation: improvements of concept-configurations (#16232) [skip ci] 2018-05-05 10:24:27 +03:00
2f78baff6c Russian translation: improvements of runtime-routing (#16229) [skip ci] 2018-05-05 01:44:09 +03:00
be189c35e9 Russian translation: improvements of runtime-logging (#16230) [skip ci] 2018-05-05 01:43:39 +03:00
498b4aa38e Russian translation: improvements of test-fixtures (#16226) [skip ci] 2018-05-05 00:10:34 +03:00
23959e752f Russian translation: improvements of concept-service-locator (#16227) [skip ci] 2018-05-05 00:10:15 +03:00
59f5ef86e5 Russian translation: improvements of rest-authentication (#16228) [skip ci] 2018-05-05 00:09:41 +03:00
5317c3d291 Russian translation: improvements of concept-di-container (#16225) 2018-05-04 19:42:13 +03:00
7d20e11b00 fix typo in russian guide
https://github.com/yiisoft/yii2/pull/16113#issuecomment-385107708
2018-05-01 20:37:37 +02:00
1e4f91057d Fix a typo (#16186) [skip ci] 2018-04-28 13:58:14 +03:00
819e2815b8 Merge pull request #16181 from 3elik/patch-4
docs/guide-ru/input-validation.md fix some typos
2018-04-28 10:01:19 +03:00
3fe65f908f Update db-active-record.md 2018-04-28 09:58:02 +03:00
c84876c780 fix my typo 2018-04-27 16:23:09 +04:00
820cc9d7f2 docs/guide-ru/input-validation.md fixed some typos
fixed some typos
2018-04-27 15:48:46 +04:00
1851330a06 Merge pull request #16172 from 3elik/patch-3
docs/guide-ru/db-migrations.md fix some typos
2018-04-26 16:57:38 +03:00
8294abd19b docs/guide-ru/db-migrations.md fix some typos
fix some typos
2018-04-26 17:18:13 +04:00
7bdac80b41 docs/guide-ru/db-active-record.md fix some typos 2018-04-26 16:08:55 +04:00
7759b597e4 docs/guide-ru/db-query-builder.md fix some typos
fix some typos
2018-04-26 12:07:46 +04:00
0375bf47a1 Update concept-di-container.md 2018-04-23 20:36:57 +03:00
a30ba62413 Update concept-events.md (#16140) [skip ci] 2018-04-22 00:45:24 +03:00
cf095445e0 Update tutorial-yii-as-micro-framework.md (#16113) 2018-04-17 15:11:50 +02:00
8f277c1b30 fix typo
thanks @maxim-niko
2018-04-09 23:21:16 +02:00
6862e0648a Fix typo in input-forms.md (#16062) [skip ci] 2018-04-09 11:20:29 +03:00
972d427ba4 Better ICU formatting reference link [skip ci] (#16019) 2018-04-01 23:25:30 +03:00
da9cb57eac Translated to russian one section. Fixed one typo. (#15986) [skip ci] 2018-03-26 15:11:30 +03:00
52ffaa1b25 Merge branch '2.0.15-dev'
* 2.0.15-dev:
  prepare for next release
  release version 2.0.15
  remove ColumnSchema import from mysql Schema because it conflicts with existing class
  Added russian docs
  Fixed grammar
  improved filtering condition on yii\db\ActiveRecord
  Wording adjustments and doc enhancements [skip ci]
  Fixed possible SQL injection through `ActiveRecord::findOne()`
  Fixes #15878: Fixed migration with a comment containing an apostrophe

Conflicts:
	framework/UPGRADE.md
2018-03-20 13:45:22 +01:00
f8560b7a85 Added russian docs 2018-03-20 13:19:45 +02:00
8a80e48f1d Fixes in docs [skip ci] (#15909) 2018-03-16 17:54:20 +03:00
bb212f0c13 Update tutorial-yii-as-micro-framework.md
fix headline reference
2018-03-01 01:32:25 +01:00
8cc3830f46 Fix #15656: Error in the documentation of widget theming (#15734) [skip ci] 2018-02-22 02:04:31 +03:00
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
57b31fc92c Added example for yii\validators\Validator::addError() [skip ci] (#15197) 2018-02-03 18:41:29 +07:00
71c541773f PHPDoc fix 2018-01-23 13:17:25 +02:00
65f6b59b35 @inheritdoc notation changed 2018-01-23 13:11:24 +02:00
cf8b1dfc8a Replaced .local with .test in installation guide [skip ci]
.local is used in mDNS by Apply and may cause routing issues
2017-12-21 02:35:56 +03:00
e29245d024 Docs: fix outdated unicode link (#15392) [skip ci] 2017-12-20 13:03:48 +03:00
7daf407a66 Added important info about adding module URL rules via extensions [skip ci] 2017-12-19 22:58:17 +03:00
73a7ae03c6 Fixed wording in Russian guide's rest-resources (#14988) [skip ci] 2017-12-19 22:30:10 +03:00
f6b2d4dbcc Added information about filters and header of DataColumn (#14981) [skip ci] 2017-12-19 22:26:00 +03:00
cb765ab09d Updated info about setting timezone in the guide (#14689) [skip ci] 2017-12-19 22:08:08 +03:00
a6e8bae49f Add signature of callable in DI (#15369) [skip ci] 2017-12-15 18:44:06 +03:00