Commit Graph

4243 Commits

Author SHA1 Message Date
lynicidn
3829b3a5ad changed comments #3446 2014-05-12 20:35:35 +04:00
Alex-Code
274828839b Check if property is set
```getValue``` didn't check if the property on an object exists so wouldn't return the default value.
2014-05-12 16:31:44 +01:00
Alexander Kochetov
252795ec94 allowArray introduced. 2014-05-12 17:34:36 +04:00
Carsten Brandt
7511de6cab added errorInfo to exception views 2014-05-12 13:31:33 +02:00
Qiang Xue
a2aa20f183 simplified errorhandler registration. 2014-05-11 20:59:20 -04:00
Qiang Xue
32aa175b7c renamed ErrorHandler::deRegister to unregister. [skip ci] 2014-05-11 20:47:27 -04:00
Carsten Brandt
9e0a157fa5 improved docs for AR::findAll() 2014-05-12 01:19:55 +02:00
Carsten Brandt
613b3a138c changelog 2014-05-11 21:27:29 +02:00
Carsten Brandt
2e6e318720 added ErrorHandler::deRegister() 2014-05-11 21:18:34 +02:00
Carsten Brandt
8134af0edd allow using errorhandler from the app namespace
fixes #3431
2014-05-11 21:12:32 +02:00
Qiang Xue
3ea2ffbbd2 Fixed the issue that ServiceLocator still returns the old component after calling set() with a new definition 2014-05-11 15:03:22 -04:00
Alexander Kochetov
e08473a082 CHANGELOG fixed 2014-05-09 20:14:40 +04:00
Alexander Kochetov
9b092e51a8 CHANGELOG 2014-05-09 20:13:54 +04:00
Alexander Kochetov
ccaa052d57 ExistValidator count logic fix 2014-05-09 18:57:00 +04:00
Alexander Kochetov
697e909c30 Comments updated 2014-05-09 18:33:22 +04:00
Alexander Kochetov
40de668a80 CHANGELOG updated 2014-05-09 18:32:33 +04:00
Alexander Kochetov
5f2101893e MigrateCommand enhancement. all option added for down action. 2014-05-09 18:30:38 +04:00
Maikel Brouwer
46add80ac2 Add missing Exception when wrong validator is used 2014-05-09 16:28:11 +02:00
Paul Klimov
e11ecad1ce Object handling at BaseVarDumper::export() reworked 2014-05-09 15:32:09 +03:00
Paul Klimov
3469b47114 Issue #3232 added to CHANGELOG 2014-05-09 14:54:46 +03:00
Paul Klimov
b94b18337b Doc comments for BaseVarDumper::export() added 2014-05-09 14:51:57 +03:00
Paul Klimov
7c69c9141c BaseVarDumper::export() added 2014-05-09 14:47:57 +03:00
dalli
1722d28fbe Update config.php 2014-05-09 19:47:42 +09:00
stevekr
cff8046c45 Estonian translation 2014-05-09 12:56:22 +03:00
Carsten Brandt
b841eb2be0 Merge pull request #3412 from technixp/master
Fixes #3368 value also has to be parsed.
2014-05-09 07:51:20 +02:00
Qiang Xue
d6f6b7b6f2 guide WIP [skip ci] 2014-05-08 20:40:40 -04:00
Alexander Kochetov
fe5376ff7d Refactoring 2014-05-08 20:16:48 +04:00
Alexander Kochetov
8188cc78d3 Refactoring 2014-05-08 20:07:27 +04:00
Alexander Kochetov
3eb257c302 Improve exist validator to support array attributes 2014-05-08 19:47:00 +04:00
Fourteenmeister
3e45097126 MS SQL Server fix for older versions than 2012 (alternative solution)
This alternative solution LIMIT, OFFSET problem SQL Server version older than 2012.
2014-05-08 13:04:36 +09:00
Alexander Makarov
e4bd3b5932 Merge pull request #3378 from yiisoft/db-integrity-exception
Database IntegrityException
2014-05-07 23:13:40 +04:00
Alexander Makarov
b491441246 Removed yii\rest\ActiveController::$transactional property and connected functionality 2014-05-07 22:16:37 +04:00
Alexander Makarov
8886fb235f Fixed handleException method visibility, removed unnecessary slashes from FQN 2014-05-07 20:56:51 +04:00
Alexander Makarov
ab96c1abc1 Merge branch 'master' 2014-05-07 20:49:28 +04:00
Alexander Makarov
e0b701bb87 Added SQL files for RBAC back 2014-05-07 20:49:03 +04:00
Carsten Brandt
b65b0ce591 better exception message for non existing validator 2014-05-07 13:09:39 +02:00
Alexander Makarov
bea7cf8449 Moved exception handling to schema 2014-05-07 04:27:21 +04:00
Alexander Makarov
5cb243025a Merge branch 'master' 2014-05-07 04:04:49 +04:00
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
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
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
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
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