18409 Commits

Author SHA1 Message Date
59f5ef86e5 Russian translation: improvements of rest-authentication (#16228) [skip ci] 2018-05-05 00:09:41 +03:00
5317c3d291 Russian translation: improvements of concept-di-container (#16225) 2018-05-04 19:42:13 +03:00
6960eb67d9 Merge pull request #16219 from yiijan/internals-ja
docs/internals-ja revised [ci skip]
2018-05-04 12:13:36 +03:00
df4989324a gods/internals-ja revised [ci skip] 2018-05-04 17:38:12 +09:00
7b8fef4b1c guide-ja/helper-* revised [ci skip] (#16216) 2018-05-04 01:58:43 +03:00
221dc878f6 guide-ja/tutorial-* revised [ci skip] (#16213)
* guide-ja/tutorial-* revising WIP [ci skip]

* guide-ja/tutorial-* revising WIP [ci skip]

* guide-ja/tutorial-* revised [ci skip]

* guide-ja/db-query-builder.md typo fixed [ci skip]
2018-05-03 20:05:37 +03:00
2abe6ecf12 Merge pull request #16210 from yiijan/doc-link-fix
link fix in docs/guide/README.md [ci skip]
2018-05-03 08:15:54 +03:00
c78a290fed guide/tutorial-template-engines.md link fixed [ci skip] 2018-05-03 10:39:36 +09:00
bb232d91ad link fix in docs/guide/README.md [ci skip] 2018-05-03 09:05:40 +09:00
7d20e11b00 fix typo in russian guide
https://github.com/yiisoft/yii2/pull/16113#issuecomment-385107708
2018-05-01 20:37:37 +02:00
951bfed562 Fixed typo in db-query-builder.md (#16201) [skip ci] 2018-05-01 16:08:59 +03:00
629a33fd0e Made Inclector unicode-safe 2018-05-01 12:32:16 +03:00
3317d26df0 Merge pull request #16198 from chenjj/16193-cors-wildcard-origin
Fix #16193 to not reflect origin header for wildcard origins
2018-05-01 11:02:42 +03:00
0c3b3f79d5 Minor [ci skip] 2018-05-01 11:00:32 +03:00
4b00d3ab8a Updated CHANGELOG [ci skip] 2018-05-01 10:38:57 +03:00
a1f52ef118 Adjusted code style, fixed typo 2018-05-01 01:16:03 +03:00
f65361e47d Fixed changelog format 2018-05-01 01:13:50 +03:00
2b6d181878 Fix #16193 to not reflect origin header for wildcard origins 2018-05-01 00:01:25 +08:00
ff83a13d57 Fixes #16068: Fixed yii\web\CookieCollection::has when an expiration param is set to 'until the browser is closed' 2018-04-30 13:07:36 +03:00
9feb72dbd9 Merge pull request #16196 from yiijan/guide-ja-test-rev
guide-ja/test-* revised [ci skip]
2018-04-30 08:19:56 +03:00
d339f6df22 guide-ja/test-* revised [ci skip] 2018-04-30 07:42:07 +09:00
3a1165973a guide-ja/rest-* revised [ci skip] (#16194) 2018-04-29 17:58:04 +03:00
5a87dd2bfa Added explicit encoding 2018-04-29 13:35:39 +03:00
ac1c42168e Added issue number [skip ci] 2018-04-29 13:31:03 +03:00
b9aa0001b6 Fixed yii\helpers\Inflector::camel2words() to work with UTF-8 2018-04-29 13:13:56 +03:00
2c997cdb82 Fixes #16184: Fixed yii\base\Widget to access stack property with self instead of static 2018-04-29 12:36:10 +03:00
9bf11efedf Fixed IPv6 requirement check
Closes #16035
2018-04-29 11:15:45 +03:00
19b076d3fe Mentioned #16039 in CHANGELOG [skip ci] 2018-04-29 11:07:55 +03:00
cb15a413a7 Fix ODBC Driver 13 for SQL Server error on null (#16039) 2018-04-29 11:05:11 +03:00
f5665a0544 fix #15798 (yii\grid\CheckboxColumn, yii\grid\RadioButtonColumn conte… (#16021)
* fix #15798 (yii\grid\CheckboxColumn, yii\grid\RadioButtonColumn content option has no effect)

* fix #15798 update pl, call parent method

* add test for content options in checkboxcolumn and radiobuttoncolumn

* update changelog by #15798
2018-04-29 10:47:09 +03:00
0f11286346 guide-ja/caching-* revised [ci skip] (#16187) 2018-04-28 16:01:12 +03:00
1e4f91057d Fix a typo (#16186) [skip ci] 2018-04-28 13:58:14 +03:00
819e2815b8 Merge pull request #16181 from 3elik/patch-4
docs/guide-ru/input-validation.md fix some typos
2018-04-28 10:01:19 +03:00
7e31b56d39 Merge pull request #16182 from yiijan/guide-ja-secu-rev
guide-ja/security-* revised [ci skip]
2018-04-28 09:58:52 +03:00
3fe65f908f Update db-active-record.md 2018-04-28 09:58:02 +03:00
5e1cd8193e guide-ja/security-* revised [ci skip] 2018-04-27 22:38:15 +09:00
c84876c780 fix my typo 2018-04-27 16:23:09 +04:00
820cc9d7f2 docs/guide-ru/input-validation.md fixed some typos
fixed some typos
2018-04-27 15:48:46 +04:00
dd57c5c73b Initialize the property definition as array (#16168) 2018-04-27 13:24:29 +03:00
d9d6d53843 master merged [ci skip] 2018-04-27 19:19:31 +09:00
be2de34f73 modification to #using-default-roles section (#16177)
* modification to #using-default-roles section

It wasn't clear where put the "authmanager" initialization code.
I specify that the user need to create his command or migration script in a separate files

* Update security-authorization.md
2018-04-27 10:37:25 +02:00
65e39ea806 Merge pull request #16175 from yiijan/guide-ja-output-rev
guide-ja/output-* revised [ci skip]
2018-04-27 11:05:23 +03:00
4c195870fd guide-ja/security-authorization.md revising WIP [ci skip] 2018-04-27 16:59:35 +09:00
f46ab25ad2 guide-ja/security-authentication.md revised [ci skip] 2018-04-27 15:54:32 +09:00
ded8fc95e8 guide-ja/output-* revised [ci skip] 2018-04-27 14:20:38 +09:00
52788d33e9 guide-ja/output-formatting.md revised [ci skip] 2018-04-27 10:38:34 +09:00
58c9a6e83e Fixes #16102: Removed a line that doesn't match BSD license text [skip ci] 2018-04-26 21:06:24 +03:00
56a3d21c24 Minor refactoring of BaseActiveRecord::populateRelation() (#16161) 2018-04-26 19:09:26 +03:00
b9e345be69 docs/guide-ja/db-* and docs/guide-ja/input-* revised [ci skip] (#16174)
* guide-ja/db revising WIP [ci skip]

* guide-ja/db-dao.md, guide-ja/db-query-builder.md revised [ci skip]

* guide-ja/db-active-record.md revising WIP [ci skip]

* guide-ja/db-active-record.md revising WIP [ci skip]

* guide-ja/db-active-record.md revising WIP [ci skip]

* guide-ja/db-active-record.md revising WIP [ci skip]

* guide-ja/db-active-record.md revised [ci skip]

* guide-ja/db-migrations.md revised [ci skip]

* guide-ja/input-forms.md revised [ci skip]

* guide-ja/input-validation.md revised [ci skip]

* guide-ja/input-file-upload.md revised [ci skip]

* guide-ja/input revised [ci skip]
2018-04-26 19:06:48 +03:00
1851330a06 Merge pull request #16172 from 3elik/patch-3
docs/guide-ru/db-migrations.md fix some typos
2018-04-26 16:57:38 +03:00