- 22 Sep, 2014 8 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
asArray will not include null valued keys
-
Carsten Brandt authored
fixes #1311
-
Nikola Kovacs authored
Fixes #5126
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0` it does not prevent dev versions to be installed but neither does `1.*` - dev versions are constrolled via `minimum-stability` setting and the `@dev`, `@beta`, `@stable`,... settings. - setting bower packages that ship compiled files only with the stable release to use `@stable` in composer.json of the applictaions. This setting can be removed when we remove the `minimum-stability=dev` setting after GA.
-
- 19 Sep, 2014 3 commits
- 18 Sep, 2014 4 commits
-
-
Carsten Brandt authored
fixes #5104, fixes #5101
-
Qiang Xue authored
Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels
-
Qiang Xue authored
-
artur authored
-
- 17 Sep, 2014 4 commits
-
-
Carsten Brandt authored
-
Revin Roman authored
-
Klimov Paul authored
-
Qiang Xue authored
-
- 16 Sep, 2014 3 commits
-
-
Carsten Brandt authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 15 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 14 Sep, 2014 4 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Yuan Chong authored
Hello, I used **Yii2 authclient** to build a Github OAuth (2.0) client, and performed a POST call to create a Github repository hook. But I got this exception: ``` exception 'yii\authclient\InvalidResponseException' with message ' Request failed with code: 201, message: { "url": "https://api.github.com/repos/ychongsaytc/example/hooks/1000000", "test_url": "https://api.github.com/repos/ychongsaytc/example/hooks/1000000/test", "id": 1000000, "name": "web", "active": true, "events": ["push"], "config": { "url": "https://example.com/payload", "content_type": "form", "secret": null }, "last_response": { "code": null, "status": "unused", "message": null }, "updated_at": "2014-09-14T03:02:55Z", "created_at": "2014-09-14T03:02:55Z" } ' in /home/ubuntu/public_html/live/vendor/yiisoft/yii2-authclient/BaseOAuth.php:206 ``` I think a successful API call is not always exactly return **200** status, like **Create a hook** API of Github: https://developer.github.com/v3/repos/hooks/ It will return `201 Created` if hook was successfully created. In my opinion, is status code starts with **20** in normal scenario? close #5011
-
- 12 Sep, 2014 1 commit
-
-
Qiang Xue authored
-
- 11 Sep, 2014 3 commits
-
-
Qiang Xue authored
-
Carsten Brandt authored
-
tvdavid authored
close #4487
-
- 10 Sep, 2014 4 commits
-
-
tvdavid authored
close #4505
-
Carsten Brandt authored
fixes #4452, close #4452
-
dima authored
-
Stephen Seliuk authored
-
- 08 Sep, 2014 2 commits
-
-
Anton Andersen authored
-
Anton Andersen authored
-
- 07 Sep, 2014 3 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-