276 Commits

Author SHA1 Message Date
f8e37eb48b update fontawesome link (#18780) 2021-07-25 09:34:26 +02:00
5c80accf0b update twig link (#18774)
Co-authored-by: Bizley <pawel@positive.codes>
2021-07-22 09:32:33 +02:00
7374d4ac5c update http to https website links 2021-07-19 00:16:20 +03:00
2147029615 update structure block (#18760) 2021-07-12 08:24:44 +02:00
fd99eb6c8b update yii forum & chat link (#18751) 2021-07-08 10:12:15 +02:00
c318536cc3 update forum link (start-looking-ahead.md) (#18744) 2021-07-04 10:28:53 +02:00
9a9b722d52 update IRC chat (#18736) 2021-06-30 10:29:51 +02:00
be4faf6018 fix books link & update code block 2021-06-27 02:25:41 +03:00
f29f8a279b single style to structure block (start-workflow.md) 2021-06-23 23:32:18 +03:00
6d709cc560 Fix intro-yii.md (pt-BR) link (#18692) 2021-06-02 00:08:08 +03:00
82be8b61cf Replacing deprecated ::className() with ::class (#18671) 2021-05-22 23:14:54 +03:00
79a81fd77f update npmjs urls 2021-05-10 00:24:32 +03:00
93425c3568 Fix #18631: Update nodejs links in docs 2021-05-07 11:10:04 +03:00
bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
fe3ae964cd Updates pt-BR translation (#17105) [skip ci] 2019-02-06 12:37:48 +03:00
b904f78f9e Updates translation pt-BR (#17101) [skip ci]
* Translates start prerequisites to pt-BR
* Fixes grammatical and didactic errors
* Updates new topics and fixes minor grammatical errors
* Updates translation and fixes grammatical and conceptual errors
2019-02-04 08:01:43 +03:00
7470eea2e9 Updates translation to fix several gramatical, didatical, conceptual and functional errors (#17097) [skip ci] 2019-02-03 10:04:46 +03:00
0602b06c8d Improves readability, updates topics and fixes broken links (#17096) [skip ci] 2019-02-02 19:31:58 +03:00
b9fe589228 start-hello.md (#16399) [skip ci]
Apenas umas correção na escrita
2018-06-14 12:23:24 +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
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
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
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
e0a021cd25 Added a checkAccess example [skip ci] 2016-10-05 15:13:20 +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
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
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
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
af8e792f0d grammatical adjustment 2016-02-17 23:49:47 -03:00
f639d63cf9 Sync the file guid, translater, review for ptBR 2016-02-16 23:33:08 -03:00
84a3bc2ebf Merge pull request #10842 from lukBarros/master
Added and translated into Brazil of the Portuguese session of the URL helper
2016-02-16 10:20:42 +02:00
2e50270527 grammatical adjustment
grammatical adjustment
2016-02-15 11:44:49 -03:00
21fe25ff18 finish review ptbr - 100% done 2016-02-14 18:44:13 -03:00
3f6f691e52 partial change for ptBR lang (3/3) 100% done
partial change for ptBR lang (3/3) 100% done
2016-02-14 18:24:47 -03:00
64fb931270 partial change for ptBR lang (2/3)
partial change for ptBR lang (2/3)
2016-02-14 17:56:51 -03:00