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
1c3b66f332 removed Unicode BOM from guide files 2015-12-14 04:10:44 +01:00
b9a89c2be3 Update guide-es [skip ci]
close #10380
2015-12-14 03:53:27 +01:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
28fd91679a Replace 'p. ej.' with 'ej.' [skip ci] 2014-12-23 07:00:52 +01:00
5e9550a6b1 spanish docs fixes 2014-12-04 18:39:08 +01:00
51c4da5b17 fix runtime-logging 2014-11-30 18:47:28 +01:00
976d21fbfe docs spanish runtime-logging 2014-11-30 18:10:36 +01:00