Commit Graph

15391 Commits

Author SHA1 Message Date
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
Alexander Makarov
f470326110 Merge pull request #9577 from df2/patch-3
Update installation docs to latest version of composer-asset-plugin [skip ci]
2015-09-03 00:00:06 +03:00
Alexander Makarov
a5ac9ea5f7 Merge pull request #9576 from yiijan/docs-ja-db-migrations
docs/guide-ja/db-migrations.md updated [ci skip]
2015-09-02 23:58:50 +03:00
Chris Harris
8c51baa88f Update installation docs to latest version of composer-asset-plugin [ci skip]
Anyone stuck on 1.0.0 will be riddled with deprecation notices.
2015-09-02 07:55:02 -07:00
Nobuo Kihara
240fa73bdd docs/guide-ja/db-migrations.md updated 2015-09-02 23:51:32 +09:00
Nobuo Kihara
3915df20b8 docs/guide/db-migrations.md small fixes [ci skip] 2015-09-02 23:48:37 +09:00
Tom Worster
8e7b810423 Merge remote-tracking branch 'upstream/master' 2015-09-02 08:54:00 -04:00
Alexander Makarov
2085dda183 Fixed typo 2015-09-01 12:25:03 +03:00
Alexander Makarov
ae2dea6b20 More details for input-validation.md 2015-09-01 01:42:02 +03:00
scorchsoft
2e65d0ce28 More details for input-validation.md 2015-09-01 01:41:57 +03:00
Carsten Brandt
dfc8991eae Merge pull request #9557 from yiijan/docs-guide-ja-small-updates
docs/guide-ja/* small updates
2015-08-31 13:37:44 +02:00
Nobuo Kihara
205e3f5ed9 docs/guide-ja/* small updates 2015-08-31 20:32:15 +09:00
Alexander Makarov
12280b360c Merge pull request #9554 from yiijan/docs-internal-ja-150831
docs/internals-ja/git-workflow.md updated [skip ci]
2015-08-31 10:23:36 +03:00
Nobuo Kihara
3cfdbc97a9 docs/internals-ja/git-workflow.md updated 2015-08-31 07:38:04 +09:00
Bizley
ec9e8b244f db-active-record [PL]
close #9552
2015-08-30 22:26:35 +02:00
Bizley
df2f6ceba9 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2015-08-30 15:28:40 +02:00
Bizley
415c1d0573 Merge remote-tracking branch 'yiisoft/master' into guide-pl 2015-08-30 15:26:30 +02:00
Carsten Brandt
5a5df19f0c fixed broken markdown in application guide
fixes #9549
2015-08-29 21:24:06 +02:00
Carsten Brandt
1706a9ee4f updated DbMessageSource PHPdoc
fixes #9532
for deprecation see #9533
2015-08-28 15:36:29 +02:00
Alexander Makarov
71b728225b Fixes #9532: improved DbMessageSource::$cache phpdoc 2015-08-27 17:57:10 +03:00
Carsten Brandt
cd84f6c4c5 typo in DateValidator docs 2015-08-27 16:36:59 +02:00
Alexander Makarov
064ee87b08 Merge pull request #9518 from pana1990/patch
Fix code style and delete declaration of yii\db\Schema [skip ci]
2015-08-26 01:17:18 +03:00
pana1990
9c930e34c0 Fix code style and delete declaration of yii\db\Schema [skip ci] 2015-08-26 00:07:21 +02:00
Alexander Makarov
2991908ea3 Merge pull request #9512 from arogachev/patch-2
Removed extra line break
2015-08-25 11:11:45 +03:00
Alexey Rogachev
760cc03194 Removed extra line break
Caused by #9440
2015-08-25 09:54:18 +06:00
Alexander Makarov
3ef5eeaf23 Added link to compliementary article at SitePoint 2015-08-24 14:01:19 +03:00
Alexander Makarov
ce0d0723c0 Merge pull request #9498 from Panoptik/master
Update Query doc return type
2015-08-21 18:56:31 +03:00
Aleksandr Golovko
dba7df3abc Merge pull request #1 from Panoptik/Panoptik-patch-1
Update Query doc return type
2015-08-21 17:19:36 +03:00
Aleksandr Golovko
a2f70f6484 Update Query doc return type
When used ActiveQuery chain call after call any of join type IDE cannot resolve ActiveQuery methods such an asArray
Example:
SomeActiveRecordModel::find()
            ->select('...') // return ActiveQuery
            ->leftJoin('...', '...') // return Query
            ->asArray() // it's become undefined
            ->column();
2015-08-21 17:14:00 +03:00
Davide Della Casa Venturelli
329fe129fe Fixed #9454: changed sqlsrv pdo class selection 2015-08-21 13:25:02 +02:00
Matvey Vasenin
135803b890 correct getColumnDefinition for cubrid 2015-08-20 10:48:47 +03:00
Sebastian Chojniak
f9c776ca5f GroupUrlRule: if $this->routePrefix is unset then only one trim is called 2015-08-19 17:21:21 +02:00
Matvey Vasenin
a8ec3ebe14 add oracle support (need tested) 2015-08-19 17:10:10 +03:00
Matvey Vasenin
d801ca3c90 add mssql support (need test) 2015-08-19 16:42:44 +03:00
Bizley
be48c7861b db-active-record [PL] 2015-08-19 14:40:45 +02:00
Matvey Vasenin
341e16645a add cubrid support 2015-08-19 14:49:40 +03:00
Alexander Makarov
bdcbb06f42 Merge pull request #9462 from nukkumatti/fix-codeception-links
Fixed Codeception links [skip ci]
2015-08-19 10:20:39 +03:00