8 Commits

Author SHA1 Message Date
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
cb765ab09d Updated info about setting timezone in the guide (#14689) [skip ci] 2017-12-19 22:08:08 +03:00
a5bbb3d8f3 Fixed non-translation block of text (#11765) 2016-06-18 16:10:15 +03:00
fbcd1a5014 Russian translation: special block marks should not be translated 2015-12-14 01:39:42 +03:00
06faaf3c4a Update translation
Есть 2 проблемы:
1. "Log Targets" перевел как "Цели логов". Так было в первой версии перевода, ничего лучше не смог придумать,
2. Подраздел "Log Targets", первое примечание 
"Note: The log component must be loaded during bootstrapping time so that it can dispatch log messages to targets promptly. That is why it is listed in the bootstrap array as shown above." 
перевел как 
"Примечание: Компонент `log` должен быть загружен в процессе [предзагрузки](runtime-bootstrapping.md), тогда он сможет оперативно передавать сообщения целям логов. Поэтому он указан в массиве `bootstrap`."
Смысл первого предложения не переврал?
2015-10-26 17:30:20 +06:00
dc35e9a057 Update runtime-logging.md 2014-10-23 21:39:41 +03:00
7dd6c31f70 Fixed typo 2014-10-16 11:55:39 +04:00
e9afccda6c Перевод runtime-logging на русский язык 2014-09-18 23:51:27 +04:00