253 Commits

Author SHA1 Message Date
5ec64bb3c7 Update db-dao.md (#15982) [skip ci] 2018-03-25 21:11:52 +03:00
8cc3830f46 Fix #15656: Error in the documentation of widget theming (#15734) [skip ci] 2018-02-22 02:04:31 +03:00
089685975a Wrap @inheritdoc tag in curly brackets [skip ci] 2018-02-19 00:16:19 +02: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
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
a6e8bae49f Add signature of callable in DI (#15369) [skip ci] 2017-12-15 18:44:06 +03:00
15a46441e1 Updated asset-plugin version in docs [skip ci] 2017-10-02 21:03:13 +02: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
a50d9d8e3e Enable include rule in php-cs-fixer (#14418) 2017-07-10 13:19:57 +03:00
c35ddec09a Update composer fxp plugin version in docs and travis scripts 2017-04-19 02:55:31 +03:00
400c531d95 Tiny documentation fix [skip ci] (#13998) 2017-04-17 15:51:09 +03:00
30b7fc8dc1 Fixes #13577: yii\db\QueryBuilder::truncateTable should work consistent over all databases 2017-02-20 23:38:50 +03:00
5e987b0b9b Fixed anchor in docs 2017-02-17 09:15:57 +02:00
96069b341a fixed some links in doc (#13390) 2017-01-14 21:37:31 +01:00
496310e7e3 fixed typo in security guide about namespace
backslash vs. slash
fixes #13132
2016-12-04 02:50:22 +01:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
f01fdc7584 Translate file input-multiple-models.md carga multiple Yii2 2016-10-05 11:34:17 -04:00
e0a021cd25 Added a checkAccess example [skip ci] 2016-10-05 15:13:20 +03:00
fda4fccbb9 fix pull !11207 does not update db migrations guide 2016-09-23 12:09:14 +08:00
0a0a8af598 Fixed bad replacements :) 2016-09-20 11:01:26 +03:00
685f16e8ef 📖 Updated guide pages - wrap true, false, null 2016-09-20 10:49:15 +03:00
eceaa97275 promote restrictive version constraints in the guide
issue #12154
2016-09-05 15:20:10 +02:00
b1da1085b4 yiisoft/yii2-httpclient added to structure-extensions.md 2016-08-31 15:34:25 +03:00
d55d8f6070 Class-based events doc fix 2016-08-30 13:14:00 +03:00
b3059a9a76 Updated Input Validation guide. Closes #12377 2016-08-29 11:34:38 +03:00
98926891a4 added translators.json to the Guide to allow attribution in the rendered guide
see https://github.com/yiisoft-contrib/yiiframework.com/issues/33
2016-08-23 14:03:13 +02:00
d96d619158 fixed a bunch of guide issues with illegal characters and missing images 2016-08-22 15:25:48 +02:00
fead450998 Fix links in helper-array.md. [skip ci] (#11913) 2016-07-07 11:44:00 +03:00
8c240ed067 Fixes #11683: Fixed fixture command to work with short syntax. yii fixture "*, -User" should be used instead of yii fixture "*" -User 2016-07-07 01:30:06 +03:00
5992eea571 Fixes #11808: _table and _column suffixes are now required when generating migration 2016-07-04 12:50:37 +03:00
c66121d2b6 update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876) 2016-07-03 12:05:42 +02:00
56308eab1d fixed guide docs about controller map
fixes #11762
2016-06-16 12:30:33 +02:00
b6a0592903 fixed broken links in the guide 2016-06-09 14:33:39 +02:00
b9bff5f681 Correct links for migration database accessing methods. (#11669) [skip ci] 2016-06-06 20:49:28 +02:00
21c2c7a768 Some spanish docs updates [skip ci] (#11695) 2016-06-05 21:58:03 +02:00
ff5f7b5cf1 [docs] [skip-ci] RBAC Spanish Translation (#11675)
* [docs] [skip-ci] RBAC Spanish Translation

* Update security-authorization.md
2016-06-04 21:59:16 +02:00
52bd5790f1 More Spanish Docs [skip ci] 2016-05-30 15:21:45 -03:00
0a7514eac8 Spanish docs [skip ci] (#11649) 2016-05-30 17:09:45 +03:00
42db3687cb More spanish docs [skip ci] (#11640) 2016-05-27 07:15:39 +02:00
af6df229e8 Output client spanish docs [skip ci] (#11622) 2016-05-25 23:10:49 +02:00
04835e5a33 Some spanish docs updates [skip ci] (#11621) 2016-05-24 19:51:55 +03:00
bd2e78c1db Some spanish docs [skip ci] (#11617) 2016-05-23 22:34:12 +02:00
3eb70a724b Test fixtures spanish docs [skip ci] 2016-05-20 22:39:09 -03:00
b4ed34558f Some spanish doc translations [skip ci] 2016-05-20 16:27:23 -03:00
48bcee6fc3 Doc translation es (#11597)
* Added glossary to Spanish translation

* Some spanish translation updates

* DB Migrations Spanish Docs [skip ci]

* Fix line break in english doc [skip ci]
2016-05-19 23:44:45 +03:00
f1c1505808 Added glossary to Spanish translation (#11587)
* Added glossary to Spanish translation

* Some spanish translation updates
2016-05-19 00:03:03 +03:00
10aee2cfab [ci skip] updated screenshot in guide start-databases
https://github.com/yiisoft/yii/issues/4022
2016-03-04 19:05:43 +02:00
89dc2570c2 [ci skip] updated population in guide start-databases
https://github.com/yiisoft/yii/issues/4022
2016-03-04 17:07:52 +02:00
25138d337c Docs es,ja,pt-BR,ru,zh-CN: fixed link to AuthMethod 2016-01-15 13:15:18 +02:00