Nisuga Jayawardana
ad83952197
Improved explanation in start-database.md ( #17748 ) [skip ci]
2020-01-10 12:18:18 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Somogyi Márton
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
3850e663e8
Fix code example [skip ci]
2019-12-13 23:09:11 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
72e8b911fe
Fix #17675 : Replace incorrect <script example with correct one in <style [skip ci]
2019-12-12 23:47:41 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
620d963493
docs: more readable command [skip ci] ( #17716 )
2019-12-06 16:02:08 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Daniel Szabo
ef33af645d
Correct typo: "mutli-server" > "multi-server" [skip ci]
2019-11-29 12:13:15 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Rafal Grid
ed7e966cef
Simply way to join to slack channel ( #17680 )
2019-11-21 23:49:33 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Andrii Vasyliev
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Somogyi Márton
e5ab48e9d8
#17521 typo ( #17599 ) [skip ci]
2019-10-07 13:25:38 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Somogyi Márton
aac8e3cec6
Already resolved IP: doc added #17521 ( #17596 ) [skip ci]
2019-10-06 14:58:33 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
sihar
bde939dee3
Remove Yii 2.1 reference from DAO docs ( #17582 ) [skip ci]
2019-10-01 13:26:20 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
23202244b4
Fix #16676 : Set gridview ID explicitly so example works out of the box [skip ci]
2019-09-17 17:41:23 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Said Bakr
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Nobuo Kihara
4a9c82f9ab
Fix typos in documentation, update Japanese translation ( #17551 ) [skip ci]
2019-09-09 17:06:25 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
f72f7c7406
Remove dead link mention [skip ci]
2019-08-21 02:31:17 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Andre
405c83cf34
Add note about adding module to console config in order to register commands [skip ci]
2019-08-19 11:29:46 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Michael Härtl
e615f0f43e
Fix minor typos in fixture guide ( #17488 ) [skip ci]
...
* Fix typo with `grabFixture()` (remove second argument)
* Use lowercase for filename placeholders to better match real filenames
* Add some missing articles for better readability
2019-08-01 13:18:34 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Bizley
e50a07c30c
Fix #17437 : Fixed generating namespaced migrations
2019-07-23 17:28:43 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
siggi-k
f984f02f4f
Update input-file-upload.md to include note on changing field name ( #17385 ) [skip ci]
2019-06-21 00:10:27 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Kartavenko
8fb5b35cc5
Closes #17372 . Fix documentation for the ArrayHelper::multisort() ( #17375 )
2019-06-18 14:17:16 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
michalwoz
0165416c79
Update path configuration for composer-asset-plugin ( #17347 )
...
Composer install don't take "installer-paths" on the level of "config". The path which works: "config" => "fxp-asset" => "installer-paths"
2019-06-11 16:25:31 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
rhertogh
1ed6ec1e5c
Fixes #17353 : Added sameSite support for yii\web\Cookie and yii\web\Session::cookieParams
2019-06-11 00:33:36 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
1f3e89d056
Fixes #17331 : Adjusted docs to state that console command option position does not matter [skip ci]
2019-05-29 17:36:31 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
unionolivia
7e05e956b3
Fix typo in db-active-record.md ( #17317 ) [skip ci]
2019-05-22 17:03:04 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tamás Molnár
25672a94d1
Fix syntax error in Query builder docs ( #17281 ) [skip ci]
2019-04-20 21:18:03 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Pavel Dovlatov
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Nobuo Kihara
1f1319cb9e
anchor tag fixed (from <a> to <span>) [ci skip] ( #17157 )
2019-02-23 18:38:38 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
sabi1981
2460e7f7ba
Update tutorial-yii-integration.md ( #17153 )
2019-02-22 15:47:06 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Sidney Lins
fe3ae964cd
Updates pt-BR translation ( #17105 ) [skip ci]
2019-02-06 12:37:48 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Maxim Tugaev
31d3850a13
Fix typos in docs ( #17084 ) [skip ci]
2019-01-30 01:06:13 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SilverFire - Dmitry Naumenko
e4eaccc14d
Merge branch 'security'
2019-01-28 22:50:38 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Evgeniy Moiseenko
e3b7581bca
Fixes #15145 : Fixed Validator::skipOnEmpty documentation [skip ci]
2019-01-09 06:51:31 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
minitia
f44266c946
Updated db-query-builder.md adding example for 'in' with composite columns ( #17026 ) [skip ci]
2019-01-08 15:30:12 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Bizley
bca1e88fbd
Fix Apache URL rewriting ( #16936 )
2018-12-05 13:20:35 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SilverFire - Dmitry Naumenko
826a0fecdd
Fixed excess logging of sensitive information in \yii\log\Target
2018-11-23 12:55:16 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Sohel Ahmed Mesaniya
48aa1957de
Widget docs enhancement ( #16801 ) [skip ci]
2018-10-20 00:03:01 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
e2afaf6680
Update structure-applications.md
...
link to time zone settings. fixes #16775
2018-10-10 18:55:26 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
bbdb3ee722
update CSRF docs
2018-10-05 11:14:04 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Bizley
6960d2cfe6
Web aliases note ( #16757 ) [skip ci]
2018-10-02 01:25:51 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Vitaly
9ed7eaa998
Fix typos in example in "Adding custom Conditions and Expressions" ( #16742 ) [skip ci]
2018-09-25 17:54:26 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Nobuo Kihara
e2eee94108
docs/guide/db-active-record.md fix ( #16704 ) [skip ci]
2018-09-13 02:18:27 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
teo1978
8582c12363
Update start-databases.md ( #16578 ) [skip ci]
...
Possibly addresses part of issue #16577
(the part in comment 1 still needs to be addressed)
2018-07-29 21:47:26 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
teo1978
101b26c0f4
Update start-workflow.md ( #16573 ) [skip ci]
...
It's not only possible, but quite normal, that an action loads more than one data model. Using the singular, suggesting that it (necessarily or typically) loads only one model, is confusing.
You may want to consider these alternatives:
- "The action loads zero or more data models"
- "The action optionally loads one or more data models"
but I guess "some models" is clear enough.
2018-07-29 00:47:17 +08:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Evgeniy Moiseenko
602ba9760e
Added sample for filter validator ( #16494 ) ( #16559 ) [skip ci]
2018-07-27 23:59:50 +08:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
teo1978
ec792617ba
Update start-installation.md ( #16548 ) [skip ci]
...
On a typical Linux installation, you will need "sudo" to move composer.phar to /usr/local/bin, as the folder belongs to root.
2018-07-27 23:25:11 +08:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Evgeniy Moiseenko
2a4d57a232
Update caching data docs ( #15901 ) ( #16555 ) [skip ci]
2018-07-27 23:05:57 +08:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Sam
80f079a6c1
Mariadb docs ( #16515 )
...
* Updated docs
* Fix copy-paste typo
2018-07-19 23:30:12 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Nobuo Kihara
71424a42fa
docs/guide/db-active-record.md typo fixed ( #16529 ) [skip ci]
2018-07-19 11:15:48 +08:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
teo1978
feae9be281
Update start-installation.md ( #16520 ) [skip ci]
...
In the Yii2 Guide, where the Advanced Project Template is mentioned, the link should be to the topic about it in the guide, rather than to an .md file in a github repository.
2018-07-18 00:23:23 +08:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
9ba5581fa4
added note about session GC config
...
fixes #16516
2018-07-14 01:23:48 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)