649 Commits

Author SHA1 Message Date
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
299930658c Added Redis guide link to Russian guide (#15368) [skip ci] 2017-12-15 18:42:58 +03:00
80234e55ce Russian doc fixes (#15366) [skip ci] 2017-12-15 12:16:02 +03:00
da0a510ac6 Russian translation: tutorial-yii-as-micro-framework (#15362) [skip ci] 2017-12-15 02:01:25 +03:00
0fbe8071aa Russian guide updates [skip ci] 2017-12-10 21:01:11 +03:00
8681ad4469 RU: Puctuation (commas and hyphens) added [skip ci] 2017-11-03 23:09:29 +03:00
e65451991d Added example for concrete file alias to aliases docs [skip ci] 2017-10-23 22:23:04 +03:00
7d2079d7e9 Fixed docs 2017-10-23 21:59:13 +03:00
35fba52a6a Improve Russian translations for some guide docs. (#14966) [skip ci] 2017-10-14 15:33:06 +03:00
4f9177ce65 Update concept-di-container.md (#14954)
Added missing comma
2017-10-11 21:28:29 +02:00
15a46441e1 Updated asset-plugin version in docs [skip ci] 2017-10-02 21:03:13 +02:00
03aac69a9b guide fix 2017-09-19 13:20:13 +03:00
a36aa13f7d Added example on how to use service locator as shortcut [skip ci] 2017-08-02 14:49:15 +03:00
3a060d2dd2 Fixed formatting in docs [skip ci] 2017-07-31 18:46:41 +03:00
7cd5fc56c4 Fix typos and punctuation (#14564) [skip ci] 2017-07-31 15:22:22 +03:00
5b2101f14c Update guide: Object -> BaseObject
issue #7936
2017-07-19 10:51:46 +02:00
d38908fc13 Fixed #14469: updated RFC links 2017-07-17 16:21:49 +03:00
59002a9e1e Fixes #6644: Added yii\helpers\ArrayHelper::setValue() 2017-07-16 00:25:44 +03:00
a50d9d8e3e Enable include rule in php-cs-fixer (#14418) 2017-07-10 13:19:57 +03:00