Commit Graph

13806 Commits

Author SHA1 Message Date
Alexander Makarov
50ba8628b7 Fixes #9668: enhanced suggestion to use non-file storage for sessions in performance guide with details about file-based session locks 2015-09-11 16:16:33 +03:00
Alexander Makarov
c0f1ed9603 Merge pull request #9663 from yiijan/docs-ja-0911
docs/guide-ja/security-authorization.md updated [ci skip]
2015-09-11 01:34:44 +03:00
Nobuo Kihara
1489377b6a docs/guide-ja/security-authorization.md updated [ci skip] 2015-09-11 07:21:55 +09:00
Alexander Makarov
d43ebdd773 Merge pull request #9655 from arogachev/9635-action-column-add-header-class
Closed #9635: Added default CSS class for ActionColumn header
2015-09-10 15:22:14 +03:00
Alexander Makarov
776f029845 Clarified that IDs in AccessRule::$controllers should be prefixed with module ID 2015-09-10 15:03:20 +03:00
Alexey Rogachev
ad69fb9c7e Closed #9635: Added default CSS class for \yii\grid\ActionColumn header 2015-09-10 18:01:30 +06:00
Alexander Makarov
3587da881a Merge pull request #9640 from yiijan/docs-ja-update
docs/guide-ja updated [ci skip]
2015-09-09 02:14:00 +03:00
Nobuo Kihara
c70e625e1c docs/guide-ja updated [ci skip] 2015-09-09 07:35:31 +09:00
Boudewijn Vahrmeijer
b4da7b570c Better fix for #9288 2015-09-08 15:25:56 +03:00
Carsten Brandt
99fc362e10 Merge pull request #9636 from icron/doc-show-all-errors
Show errors from all models
2015-09-08 12:19:29 +02:00
Alexander Lukyanchikov
5f26b9b7d2 Show errors from all models 2015-09-08 13:33:01 +04:00
Vladimir
8c9a9ed877 Doc block confuse in ManagerInterface
Confisung documentation block for ManagerInterface::getRolesByUser(). The method DOES NOT return roles assigned indirectly.
2015-09-08 10:18:50 +07:00
Alexander Makarov
ab06e9c8dc Fixes #9605 2015-09-08 02:24:56 +03:00
Alexander Makarov
7064abb30b #9629: used port 80 by default for PHP builtin server at installtion page 2015-09-08 01:53:49 +03:00
Alexander Makarov
5396eb1480 Adjusted #9629 further 2015-09-08 01:51:13 +03:00
Alexander Makarov
5f7739fb87 #9629: Mentioned PHP built-in web server in installation guide as a simple way to get started 2015-09-08 01:27:47 +03:00
Alexander Makarov
2595d10eb9 Merge pull request #9630 from dynasource/i18n-hour-nl-bug
Dutch I18n fixes [skip ci]
2015-09-08 00:37:06 +03:00
Boudewijn Vahrmeijer
08ae0b7388 Update yii.php
another fix
2015-09-07 19:53:52 +02:00
Boudewijn Vahrmeijer
e2fc0cb3cf Update yii.php
dutch translation for multiple hours is incorrect
2015-09-07 19:49:47 +02:00
Alexander Makarov
43d51bb658 Merge pull request #9619 from yiijan/docs-guide-ja-update
Docs guide ja update [ci skip]
2015-09-07 12:19:22 +03:00
Nobuo Kihara
8be4337c18 more updates in docs/guide-ja [ci skip] 2015-09-07 07:40:27 +09:00
Alexander Makarov
1ec61969c7 Merge pull request #9618 from ZxUkr/patch-1
Update security-authentication.md [skip ci]
2015-09-06 23:23:22 +03:00
Alexander Makarov
b4ac86b4a3 Merge pull request #9607 from yiijan/tutorial-i18n-fix
docs/guide/tutorial-i18n.md small fixes [ci skip]
2015-09-06 23:02:40 +03:00
ZxUkr
a4cb3b8178 Update security-authentication.md
Fix important typo.
2015-09-06 23:00:09 +03:00
Nobuo Kihara
2dc9568733 additional fix [ci skip] 2015-09-06 11:31:39 +09:00
Nobuo Kihara
0efb82a704 docs/guide-ja/tutorial-i18n.md updated [ci skip] 2015-09-06 10:57:28 +09:00
Nobuo Kihara
6aa34dcaa5 docs/guide/tutorial-i18n.md small fixes [ci skip] 2015-09-06 10:55:21 +09:00
Alexander Makarov
77ecdbd576 Merge pull request #9606 from vchenin/docs_uk
docs/*uk Update Ukrainian documentation [skip ci]
2015-09-05 20:46:46 +03:00
Vadym Chenin
a4e2a673eb docs/*uk Update Ukrainian documentation [skip ci] 2015-09-05 18:34:38 +03:00
Alexander Makarov
80d377ea57 Adjusted test for #9596 2015-09-05 11:41:03 +03:00
bpteam
703f374a85 Fixes #9596: Fixed \yii\web\UrlManager::createAbsoluteUrl(['site/index', '#' => 'testHash']) losing hash 2015-09-05 11:40:45 +03:00
Nikola Kovacs
4c0bcaf12e Fixes #8822, fixes #9298. Clientside validator docs enhancements. 2015-09-05 02:15:08 +03:00
Alexander Makarov
a0df32fd0e Fixes #9319: added ext-ctype to composer requirements 2015-09-05 02:12:22 +03:00
Alexander Makarov
3a207b7559 Fixes #9323: Fixed yii\console\controllers\MessageController not using database connection specified in config 2015-09-05 01:58:03 +03:00
Alexander Makarov
112fc83f27 Fixes #9331: betted PHP Callable Injection example 2015-09-05 01:53:20 +03:00
Alexander Makarov
6b2748a0b3 Code formatting for #9288 2015-09-05 01:41:52 +03:00
Boudewijn Vahrmeijer
4d21c48bc4 Fixes #9288: Fixed FileHelper::createDirectory directory creation to be concurrency friendly 2015-09-05 01:39:27 +03:00
Hesam Khaki
5569eaae06 Fixes #9314: Fixed yii\rbac\DbManager::getPermissionsByUser() not returning permissions directly assigned to a user 2015-09-05 01:31:10 +03:00
Alexander Makarov
6f0bb29e7a Added test for #9596 2015-09-05 01:04:35 +03:00
Alexander Makarov
fbce0c0450 Fixes #9591: Fixed yii.validation.js code so it is compressable by YUICompressor 2015-09-05 00:29:33 +03:00
Alexander Makarov
86b4ebe6eb Merge pull request #9602 from Big-Shark/patch-1
HHVM nightly is no longer supported  on Travis
2015-09-05 00:13:10 +03:00
Maxim
a297870f74 HHVM nightly is no longer supported on Travis
HHVM nightly is no longer supported on Ubuntu Precise. See https://github.com/travis-ci/travis-ci/issues/3788 and https://github.com/facebook/hhvm/issues/5220

https://travis-ci.org/yiisoft/yii2/jobs/78771655
2015-09-05 01:13:31 +07:00
Alexander Makarov
9f88ccafbc Merge pull request #9593 from yiijan/docs-ja-150903
Docs ja 150903 small fixes [ci skip]
2015-09-04 13:38:34 +03:00
Nobuo Kihara
6c838c7f03 Merge branch 'master' into docs-ja-150903 2015-09-03 19:44:42 +09:00
Alexander Makarov
52a46dfa5f Merge pull request #9575 from yiijan/docs-db-migration-fix
docs/guide/db-migrations.md small fixes [ci skip]
2015-09-03 13:09:29 +03:00
Klimov Paul
b107d61aac Update docs to latest version of composer-asset-plugin 2015-09-03 12:04:24 +03:00
Nobuo Kihara
c325663ffd docs/guide-ja small updates [ci skip] 2015-09-03 07:38:00 +09:00
Nobuo Kihara
578772d3cd fixed a sentence [ci skip] 2015-09-03 07:15:15 +09:00
Nobuo Kihara
a8fd4249d0 Merge branch 'master' into docs-db-migration-fix 2015-09-03 07:14:30 +09:00
Carsten Brandt
5a069d1a3c Fixed inappropriate error response on invalid JSON request
Current API responds to invalid JSON with:

```json
HTTP/1.1 400 Bad Request
Content-Type: application/json; charset=UTF-8
...

{"name":"Bad Request","message":"Invalid JSON data in request body: Syntax error.","code":0,"status":400,"previous":{"name":"Internal Server Error","message":"There was an error at the server.","code":0,"status":500}}
```

While it should be

```json
HTTP/1.1 400 Bad Request
Content-Type: application/json; charset=UTF-8
...

{"name":"Bad Request","message":"Invalid JSON data in request body: Syntax error.","code":0,"status":400}
```
2015-09-02 23:10:38 +02:00