Alexander Makarov
b1d94e5c95
Removed unnecessary instance check, fixed Sphinx schema
2014-05-07 04:04:44 +04:00
Qiang Xue
15c5f94f80
Merge pull request #3386 from adamaltman/master
...
correct typo in phpdoc for HttpBearerAuth class
2014-05-06 19:55:52 -04:00
Alexander Makarov
8077ea3f70
Silenced migrations output in rbac test in case there's no error
2014-05-07 03:11:35 +04:00
Alexander Makarov
a86d2ad11e
Added yii\console\Controller::EXIT_CODE_NORMAL and yii\console\Controller::EXIT_CODE_ERROR constants, yii\console\MigrateController now returns yii\console\Controller::EXIT_CODE_ERROR in case of failed migration
2014-05-07 03:11:35 +04:00
Alexander Makarov
c7b05f0c22
Fixed inconsistent return of \yii\console\Application::runAction()
2014-05-07 03:11:35 +04:00
Alexander Makarov
edc92a86df
Added missing changelog line for mongodb fix
2014-05-07 03:11:34 +04:00
Adam Altman
1ddcd8e705
correct typo in phpdoc for HttpBearerAuth class
2014-05-06 17:56:13 -05:00
Qiang Xue
af7530663d
Fixes #3383 : Added $type parameter to IdentityInterface::findIdentityByAccessToken()
2014-05-06 18:45:18 -04:00
Alexander Makarov
f11d608936
Re-init application if it was destroyed during RBAC test
2014-05-07 01:50:58 +04:00
Alexander Makarov
3af22ece0a
Fixed mongodb to use non-deprecated method of determining if there's an active connection
2014-05-07 01:19:54 +04:00
Alexander Makarov
440c402bde
Simplified RBAC DB manager test
2014-05-07 01:03:44 +04:00
Alexander Makarov
ef4d9683ce
Fixed RBAC migration for SQLite
2014-05-07 00:52:56 +04:00
Alexander Makarov
905e39ede9
RBAC migration is now aware of custom table names, speeded up RBAC tests
2014-05-07 00:19:33 +04:00
Alexander Makarov
12732cfa53
Fixed rbac tests to use migration
2014-05-06 21:02:35 +04:00
Alexander Makarov
ff3a20a785
Removed duplicate property
2014-05-06 21:02:35 +04:00
Carsten Brandt
0df677a064
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
Fixes #699 : fixed wrong usage of self and static
Fixed wrong links
2014-05-06 18:15:10 +02:00
Carsten Brandt
676b366928
adjusted elasticsearch extension to version 1.0 of ES
...
breaking changes.
2014-05-06 18:14:32 +02:00
Alex-Code
7ff1f4ae33
Update DefaultValueValidator.php
2014-05-06 17:14:15 +01:00
Alexander Makarov
d0ddb56639
Fixes #699 : fixed wrong usage of self and static
2014-05-06 20:05:41 +04:00
Alexander Makarov
ca465eae18
Renamed handleError to handleException
2014-05-06 19:15:18 +04:00
Alexander Makarov
48dbde3911
Fixed PostgreSQL test
2014-05-06 19:14:10 +04:00
Alexander Makarov
6cfc949691
Added CUBRID support for throwing integrity exception
2014-05-06 19:13:54 +04:00
Alexander Makarov
7764086c5d
IntegrityException should be thrown for relational DBs only
2014-05-06 19:07:23 +04:00
Alexander Makarov
d1ec2a0241
Better naming for Schema properties
2014-05-06 19:06:34 +04:00
Alex-Code
8d80582f0c
Update CHANGELOG.md
2014-05-06 15:58:41 +01:00
Alex-Code
7dfd210b79
Update DefaultValueValidator.php
...
Allow the default value to be a closure
2014-05-06 15:56:02 +01:00
Marius Kubrakov
1182ba5e45
Fixes #3368 value also has to be parsed.
2014-05-06 17:44:34 +03:00
Carsten Brandt
4ccf093193
Merge pull request #3379 from marsuboss/fix-guide-link-security
...
Fixed wrong links
2014-05-06 16:40:37 +02:00
MarsuBoss
38a872ec2d
Fixed wrong links
2014-05-06 16:39:10 +02:00
Alexander Makarov
2aa5555654
Fixes #2435 : yii\db\IntegrityException is now thrown on database integrity errors instead of general yii\db\Exception
2014-05-06 18:28:06 +04:00
Alexander Makarov
ca23cd8a2c
Implemented throwing \yii\db\IntegrityException on DB integrity errors
2014-05-06 18:26:27 +04:00
Carsten Brandt
76b3d89d83
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (43 commits)
`BaseActiveRecord::findAll()` comment fix
Fixes #2913 : RBAC `DbManager` is now initialized via migration
[NL] Removed app.php
[NL] brought translations up to date
Fix for comparing numeric attributes in JavaScript
Better Gii caption english
Fix for comparing numeric attributes in JavaScript
HHVM compatibility Fixes for Yii 2 Console Application
Rough creation of a doc style guide
typo
Finished Edits
Edited up to Active Record
renamed chapter to section [skip ci]
Catalan translation
Edited up through "I18N"
Cleaned Up
updated guide toc [skip ci]
Update concept-behaviors.md
Fixed wrong links [skip ci]
Fixed document for multisort in BaseArrayHelper
...
2014-05-06 16:00:45 +02:00
Carsten Brandt
c3fe4aa0fd
@inheritdoc from interfaces and params
2014-05-06 15:59:52 +02:00
it3rmit
91a1c95962
Fixing the issue #3292
...
This change fixes the issue #3292 . The details were mentioned in the comments to the issue.
2014-05-06 16:43:17 +03:00
Alexander Makarov
00d00a3eda
Merge pull request #3370 from kartik-v/patch-2
...
[ci skip] Better English for Gii Caption
2014-05-06 17:09:20 +04:00
Alexander Makarov
b86f5a14f7
#2435 Tests for integrity exception
2014-05-06 16:56:51 +04:00
Alexander Makarov
d773ce66c2
Merge pull request #3375 from creocoder/baseactiverecord-findall-comment-fix
...
`BaseActiveRecord::findAll()` comment fix
2014-05-06 16:20:54 +04:00
Alexander Kochetov
d041116b94
BaseActiveRecord::findAll() comment fix
2014-05-06 16:18:01 +04:00
Alexander Makarov
42c566935e
Fixes #2913 : RBAC DbManager is now initialized via migration
2014-05-06 14:59:40 +04:00
Carsten Brandt
01ee85e0f9
Merge pull request #3373 from Blizzke/master
...
[NL] brought translations up to date
2014-05-06 11:19:30 +02:00
Steve Guns
8347ca5cb1
[NL] Removed app.php
2014-05-06 11:15:46 +02:00
Steve Guns
ddce87a355
[NL] brought translations up to date
2014-05-06 10:56:38 +02:00
Carsten Brandt
0d2995f7fb
Merge pull request #3368 from technixp/master
...
Fix for comparing numeric attributes in JavaScript
2014-05-06 10:30:12 +02:00
Marius Kubrakov
ef188b2c5b
Merge remote-tracking branch 'origin/master'
...
Conflicts:
framework/assets/yii.validation.js
2014-05-06 11:16:31 +03:00
Marius Kubrakov
a2bf04b084
Fix for comparing numeric attributes in JavaScript
2014-05-06 11:15:58 +03:00
Carsten Brandt
03f9ac86d2
Merge pull request #3367 from MethyleneGaming/master
...
HHVM compatibility Fixes for Yii 2 Console Application
2014-05-06 09:51:31 +02:00
Kartik Visweswaran
cb4638883b
Better Gii caption english
2014-05-06 12:50:26 +05:30
Marius Kubrakov
b014a7bd09
Fix for comparing numeric attributes in JavaScript
2014-05-06 09:50:03 +03:00
Jurmarcus Allen
6099e85160
HHVM compatibility Fixes for Yii 2 Console Application
2014-05-06 01:18:37 -05:00
Larry Ullman
6d2a371f40
Rough creation of a doc style guide
...
Should have started this before; important to maintain consistency.
2014-05-05 22:24:35 -04:00