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
5adb556151
Adding some important hints for IIS Configuration ( #18112 )
...
- Mention the term **Web site** of IIS that acts as Virtual Hosts in other servers.
- Introducing a list of helpful official IIS resources.
2020-06-18 00:52:19 +03:00
385fe13d66
Revert #18102 since renaming is technically problematic ( #18109 )
2020-06-17 13:40:17 +03:00
ba7106564d
blacklist → exclude ( #18104 )
2020-06-14 23:55:24 +03:00
472600ee3f
Fix #18102 : Use “primary”/“replica” terminology instead of “master”/“slave”
2020-06-14 00:12:10 +03:00
4ea484ca68
Fix #17722 : Add action injection support
2020-06-12 10:06:18 +03:00
c365f472cd
docs/guide-ja updated [ci skip] ( #18095 )
2020-06-11 12:33:57 +03:00
87a9beaede
Add NGINX Unit config to start-installation.md ( #18079 )
2020-06-05 00:19:34 +03:00
8957d08e0b
Add blank lines before ```php if needed ( #18042 )
...
The documentation builder need a blank line before a code block:
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#access-control
> refusant l'accès à ces actions aux autres utilisateurs. `php use yii\filters\AccessControl;
* https://www.yiiframework.com/doc/guide/2.0/fr/structure-filters#content-negotiator
> de réponse, et anglais (États-Unis) et allemand en tant que langues. `php use yii\filters\ContentNegotiator; use
2020-05-16 21:06:30 +03:00
d0857589ae
Fix Markdown formating and a typo ( #18043 )
2020-05-16 21:04:28 +03:00
bec66eb83c
Add links to Russian translation of "testing" guide for templates ( #18029 )
2020-05-07 14:23:41 +03:00
0b66d8f988
Update yii2-base and yii2-advanced reference link ( #18016 )
2020-04-30 16:12:11 +03:00
a66fac3bb1
Fix #17758 : Query::withQuery() can be used for CTE
2020-04-13 11:58:18 +03:00
2717070cce
Update Russian translation ( #17945 )
2020-04-04 02:22:04 +03:00
68832c8f6d
Fix #17928 : Fix broken link in "Response Formatting"
2020-03-24 01:32:59 +03:00
445cc9f91f
Fix Russian translation of output-data-providers.md
2020-03-02 16:03:54 +03:00
a04055579e
Add detail transport properties in tutorial mailing [skip ci]
2020-02-14 13:12:35 +03:00
861da4ef8a
Fix typo in Russian translation of runtime-logging [skip ci]
2020-02-14 01:26:49 +03:00
6d5c1a2a2b
Update Html helper guide, Russian translation [skip ci]
2020-02-13 23:58:01 +03:00
1378ca03ba
Fix incorrect info in start-installation.md ( #17821 ) [skip ci]
2020-01-22 22:48:34 +03:00
8c29db5546
Fix typo in rest-resources.md ( #17819 ) [skip ci]
2020-01-22 13:42:21 +03:00
607fac6d1a
Fix typo in Russian rest-resources.md ( #17820 ) [skip ci]
2020-01-22 13:41:38 +03:00
2498a77040
Fix typo in Russian structure-controllers.md ( #17812 ) [skip ci]
2020-01-20 17:26:22 +03:00
559206bc78
Fix #17635 : Fix varbinary data handling for MSSQL
2020-01-16 19:19:34 +03:00
ad83952197
Improved explanation in start-database.md ( #17748 ) [skip ci]
2020-01-10 12:18:18 +03:00
1af90a92cd
Updated Japanese docs [ci skip] ( #17779 )
2020-01-04 15:27:58 +03:00
a636ff916a
Fixed typo in Russian docs ( #17772 ) [skip ci]
2019-12-27 20:10:30 +03:00
5e71b11d8d
#17733 : Additional fixes for #17665 , Forwarded header parsing in Request
...
- Remove header from secure headers
- Regexp and return null fix
- Fix tests, fix in array case sensitivity, rx duplicated group name
- Simplify code
- Add phpdoc
Co-Authored-By: Alexander Makarov <sam@rmcreative.ru>
2019-12-17 21:53:55 +03:00
f287b608aa
Fixed typos in Russian translation of the guide ( #17737 ) [skip ci]
2019-12-16 11:41:39 +03:00
3850e663e8
Fix code example [skip ci]
2019-12-13 23:09:11 +03:00
72e8b911fe
Fix #17675 : Replace incorrect <script example with correct one in <style [skip ci]
2019-12-12 23:47:41 +03:00
8911141150
Migrate Travis from .org to .com
2019-12-06 19:10:42 +03:00
620d963493
docs: more readable command [skip ci] ( #17716 )
2019-12-06 16:02:08 +03:00
ef33af645d
Correct typo: "mutli-server" > "multi-server" [skip ci]
2019-11-29 12:13:15 +03:00
ed7e966cef
Simply way to join to slack channel ( #17680 )
2019-11-21 23:49:33 +03:00
c5f7704a4d
Add Hanzi and Vietnamese meaning for "Yii" ( #17645 ) [skip ci]
...
Meaning is taken from http://vietnamtudien.org/hanviet/td_hanchar.php?unichar=26131
2019-10-29 12:16:25 +03:00
da626f507f
Fix #17607 : Added Yii version 3 DI config compatibility
...
- Allow `__class` and `__construct()` in configurations
- Allow wider use of `Instance::of`
- Allow static call DI definition like: `[SomeFactory::class, 'createMethod']`
- Add support for `__class` in `createObject`
2019-10-17 14:01:00 +03:00
e5ab48e9d8
#17521 typo ( #17599 ) [skip ci]
2019-10-07 13:25:38 +03:00
aac8e3cec6
Already resolved IP: doc added #17521 ( #17596 ) [skip ci]
2019-10-06 14:58:33 +03:00
bde939dee3
Remove Yii 2.1 reference from DAO docs ( #17582 ) [skip ci]
2019-10-01 13:26:20 +03:00
8f72ba4b59
docs/guide-ja updated [ci skip] ( #17581 )
2019-09-30 10:47:00 +03:00
3525d96cec
One word translated ( #17578 ) [skip ci]
...
"For example" --> "Например"
2019-09-29 00:36:48 +03:00
23202244b4
Fix #16676 : Set gridview ID explicitly so example works out of the box [skip ci]
2019-09-17 17:41:23 +03:00
0dd5e370df
Add IIS configuration to getting started guide section ( #13712 ) [skip ci]
...
Supposing configurations for IIS to host Yii2 application. The reference of the code is the following question's answer on Stack Overflow:
http://stackoverflow.com/questions/30470618/iis-and-yii2-pretty-url
2019-09-17 14:13:36 +03:00
4a9c82f9ab
Fix typos in documentation, update Japanese translation ( #17551 ) [skip ci]
2019-09-09 17:06:25 +03:00
f72f7c7406
Remove dead link mention [skip ci]
2019-08-21 02:31:17 +03:00
a676fb8ec1
Update structure-modules.md
2019-08-19 17:09:32 +03:00
577f905b92
Update structure-modules.md
...
Перевод инфо блока
2019-08-19 12:38:37 +03:00
b98dc9eb2e
Add note about adding module to console config in order to register commands to Russian guide [skip ci]
2019-08-19 11:30:42 +03:00
405c83cf34
Add note about adding module to console config in order to register commands [skip ci]
2019-08-19 11:29:46 +03:00