Alexandr
|
a07b4afea6
|
Update Controller.php
|
2014-05-18 02:56:38 +07:00 |
|
Alexandr
|
06e0c50699
|
Update ErrorAction.php
|
2014-05-18 02:55:40 +07:00 |
|
Carsten Brandt
|
ff4df42700
|
Merge pull request #3496 from LAV45/fix
Tests excess dump removed
|
2014-05-17 16:18:58 +02:00 |
|
Carsten Brandt
|
55c2ee9885
|
added note about GET method to ActiveForm
fixes #3353
|
2014-05-17 16:17:32 +02:00 |
|
Carsten Brandt
|
d622442acf
|
improved debugger on handling unreadable files
issue #3494
|
2014-05-17 14:43:47 +02:00 |
|
LAV45
|
55b8a749ae
|
Tests excess dump removed
|
2014-05-17 01:56:33 +03:00 |
|
Qiang Xue
|
9b2fec6b50
|
Moved yii\rest\Controller::checkAccess() to ActiveController.
|
2014-05-16 11:32:55 -04:00 |
|
Carsten Brandt
|
15904951ef
|
Merge PR #3406 branch 'exist-validator-enhancement' of https://github.com/creocoder/yii2
* 'exist-validator-enhancement' of https://github.com/creocoder/yii2:
ExistValidator final refactoring. `allowArray` checking also added to `validateValue` method.
New tests added
New tests added
ExistValidator::validateValue() fixed
Tests excess dump removed
ExistValidator bugfix
Tests updated
ExistValidator refactoring
CHANGELOG updated
`allowArray` introduced.
CHANGELOG
ExistValidator count logic fix
Tests updated
Tests updated
Tests updated
Refactoring
Refactoring
Improve `exist` validator to support array attributes
Conflicts:
framework/CHANGELOG.md
|
2014-05-15 10:00:06 +02:00 |
|
Alexander Kochetov
|
49f8d45d8b
|
ExistValidator final refactoring. allowArray checking also added to validateValue method.
|
2014-05-14 21:18:32 +04:00 |
|
Qiang Xue
|
f648d0b1ac
|
Revert "Fixes #3469: Fixed the bug that QueryBuilder::getColumnType() may drop the provided column precision in certain cases"
This reverts commit a46efe79c6.
|
2014-05-14 11:40:58 -04:00 |
|
Qiang Xue
|
3411504508
|
Revert "Fixed test break."
This reverts commit 70b57766b1.
|
2014-05-14 11:40:46 -04:00 |
|
Qiang Xue
|
70b57766b1
|
Fixed test break.
|
2014-05-14 11:29:48 -04:00 |
|
Qiang Xue
|
a46efe79c6
|
Fixes #3469: Fixed the bug that QueryBuilder::getColumnType() may drop the provided column precision in certain cases
|
2014-05-14 10:28:41 -04:00 |
|
Carsten Brandt
|
50220cc93d
|
Merge PR #3421 branch 'migrate-command-enhancement' of https://github.com/creocoder/yii2
* 'migrate-command-enhancement' of https://github.com/creocoder/yii2:
MigrateController refactoring
CHANGELOG fixed
Comments updated
CHANGELOG updated
MigrateCommand enhancement. `all` option added for `down` action.
Conflicts:
framework/CHANGELOG.md
|
2014-05-14 15:48:10 +02:00 |
|
Alexander Kochetov
|
14ec7e21bd
|
ExistValidator::validateValue() fixed
|
2014-05-14 17:35:24 +04:00 |
|
Alexander Kochetov
|
68f65a9f7a
|
ExistValidator bugfix
|
2014-05-14 13:37:20 +04:00 |
|
Alexander Kochetov
|
f5b7788edd
|
MigrateController refactoring
|
2014-05-14 13:22:04 +04:00 |
|
Qiang Xue
|
a87e589af7
|
Fixes #3458: Fixed the bug that the image rendered by CaptchaAction was using a wrong content type
|
2014-05-13 22:02:49 -04:00 |
|
Alexander Kochetov
|
3e94b24885
|
ExistValidator refactoring
|
2014-05-13 16:10:08 +04:00 |
|
Qiang Xue
|
3dd4e71938
|
rest guide WIP [skip ci]
|
2014-05-12 23:05:15 -04:00 |
|
Carsten Brandt
|
eb847c69a2
|
Merge pull request #3447 from lynicidn/patch-1
changed comments #3446
|
2014-05-12 19:12:20 +02:00 |
|
Carsten Brandt
|
5c837c0575
|
fixed console errorHandler class
|
2014-05-12 19:11:40 +02:00 |
|
Alexander Kochetov
|
3a0e04f329
|
CHANGELOG updated
|
2014-05-12 20:43:43 +04:00 |
|
lynicidn
|
3829b3a5ad
|
changed comments #3446
|
2014-05-12 20:35:35 +04: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 |
|
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 |
|
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 |
|