108 Commits

Author SHA1 Message Date
d62590807d Fix #18051: Fix using EachValidator with custom validation function 2020-07-06 16:18:03 +03:00
17742afb73 Remove redundant line (#18138)
"build an HTML form in a view" and "zbudować formularz HTML w widoku" mean the same thing, but in 2 languages
2020-06-28 14:08:58 +03:00
e50a07c30c Fix #17437: Fixed generating namespaced migrations 2019-07-23 17:28:43 +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
516821fb19 PL docs update (#16768) [skip ci]
* Concept Aliases PL update

* Concept Behaviors PL
2018-10-04 00:12:12 +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
5f68ec12b2 new guide sections PL (#14965) 2017-10-14 15:20:33 +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
400c531d95 Tiny documentation fix [skip ci] (#13998) 2017-04-17 15:51:09 +03:00
d370b10cb9 Guide PL updates (#13914) [skip ci] 2017-04-04 01:06:44 +03:00
2a71e251a7 PL guide updated (#13909) [skip ci] 2017-04-02 21:49:49 +03:00
30b7fc8dc1 Fixes #13577: yii\db\QueryBuilder::truncateTable should work consistent over all databases 2017-02-20 23:38:50 +03:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
f71a14c284 fixed typos (#12820) [skip ci] 2016-10-24 14:10:00 +03:00
e32f2f4c09 [docs][PL] guide Autoloading (#12698) [skip ci] 2016-10-07 21:31:51 +03:00
22538700bb guide PL aliases 2016-10-04 18:57:27 +02:00
97ab551bac guide PL HTTP cache (#12630) [skip ci] 2016-09-29 10:00:52 +03:00
685f16e8ef 📖 Updated guide pages - wrap true, false, null 2016-09-20 10:49:15 +03:00
2856dbbf18 guide PL rest versioning 2016-09-08 15:31:50 +02:00
eceaa97275 promote restrictive version constraints in the guide
issue #12154
2016-09-05 15:20:10 +02:00
3deb6900b8 Yii 2 name fix (#12448)
To match Documentation Style Guide

> Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)
2016-09-03 22:02:33 +02:00
d1abe005da PL guide Security Overview (#12438) [skip ci] 2016-09-02 15:42:46 +03:00
7bb36d164e [docs][PL] updating guide 2016-08-29 19:49:34 +02:00
add47b7237 Fix indentation in docs/guide-pl/start-installation.md [skip ci] 2016-08-28 16:59:09 +02:00
4478658978 PL README (#12287)
README updated with current links.
2016-08-24 08:04:51 +02:00
616671bef6 PL start-installation (#12288) 2016-08-24 08:04:11 +02:00
1108f5b319 PL blocktypes (#12286) 2016-08-24 08:02:46 +02:00
70170a4164 PL translators (#12289) 2016-08-24 08:02:00 +02:00
74a441d7d5 Fix code sample indentation in Polish guide [skip ci] (#12273) 2016-08-24 01:25:40 +03:00
ea8c98368c Fix composer link in start-installation.md (PL) [skip ci] (#12272) 2016-08-23 22:19:26 +02: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
6e522fc7c1 small typo fixes
noticed by @niko22

close #12189
2016-08-19 10:00:33 +02:00
c66121d2b6 update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876) 2016-07-03 12:05:42 +02:00
b6a0592903 fixed broken links in the guide 2016-06-09 14:33:39 +02:00
88d79f78eb Guide pl (#11321)
* caching fragment

* guide PL

Previous sections update
Tutorial: shared hosting
2016-04-10 21:09:46 +03: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
b57789dc07 Late addition 2016-01-29 21:51:09 +01:00
86f8aa0aa1 Links shortening and fixes 2016-01-29 21:42:41 +01:00
53b915ed4b Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2016-01-29 18:54:32 +01:00
bc37eadd84 structure-application-components.md 100% 2016-01-28 11:02:54 +01:00
89f677ba2a Guide db-active-record fixed code example 2016-01-23 09:35:21 +02:00
571a936327 tutorial-mailing.md 100% 2016-01-15 13:23:30 +01:00
217e944262 Fix
Adding the fix from
83d72cddc0
2016-01-10 11:55:55 +01:00
6e6e202200 Guide PL fixes and links shortening 2016-01-10 11:30:12 +01:00
4b6277a265 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2016-01-09 11:58:39 +01:00
be71588429 output-client-scripts.md 100%
README.md translation fix
output-client-scripts.md 100%
input-validation typo fix
2016-01-08 15:30:04 +01:00