SilverFire - Dmitry Naumenko
e9a96ee834
Replced InvalidParamException with \yii\console\Exception in Request::resolve()
2017-02-21 08:24:15 +02:00
SilverFire - Dmitry Naumenko
86b08e29d2
Enhanced yii\console\Request::resolve() to prevent passing parameters, that begin from digits
...
Closes #8641
2017-02-20 23:17:40 +02:00
SilverFire - Dmitry Naumenko
ecefc2bdfb
Fixed typo in CacheSession::destroySession()
2017-02-20 23:13:44 +02:00
Bob Olde Hampsink
30b7fc8dc1
Fixes #13577 : yii\db\QueryBuilder::truncateTable should work consistent over all databases
2017-02-20 23:38:50 +03:00
SilverFire - Dmitry Naumenko
f496567735
Fixed yii\web\CacheSession::destroySession() to work correctly when session is not written yet
...
Fixes #13537
2017-02-20 22:34:40 +02:00
SilverFire - Dmitry Naumenko
ab36cb29e1
Updated PHPDocs: marked session-handling methods as internal
2017-02-20 22:13:12 +02:00
Bob Olde Hampsink
fab53b4a6e
Fixes #13582 : Added tests for all yii\db\QueryBuilder::resetSequence implementations, fixed SQLite implementation
2017-02-20 23:04:04 +03:00
Bob Olde Hampsink
56c65f6079
Fixes #13577 : Implemented yii\db\mssql\QueryBuilder::resetSequence()
2017-02-20 14:54:33 +03:00
Nikolay Oleynikov
7d82bbcd37
Fixes #13467 : yii\data\ActiveDataProvider no longer queries models if models count is zero
2017-02-20 12:00:00 +03:00
Alexander Makarov
d489e99434
Added issue number to changelog [skip ci]
2017-02-19 17:38:23 +03:00
Bob Olde Hampsink
aeb6231d92
Fixes #13582 : PK column in yii\db\pgsql\resetSequence() was not quoted properly
2017-02-19 17:35:59 +03:00
Nikolay Oleynikov
323568c2e9
Remove trailing spaces from sources and tests ( #13621 ) [skip ci]
2017-02-19 17:34:22 +03:00
Sergey Makinen
ef4dadf437
Fixes #13592 : Fixes Oracle’s yii\db\oci\Schema::setTransactionIsolationLevel()
2017-02-19 17:32:51 +03:00
Sergey Makinen
209fb7d94b
Fixes #13594 : Fixes insufficient quoting in yii\db\QueryBuilder::prepareInsertSelectSubQuery()
2017-02-18 23:58:04 +03:00
Alexey Rogachev
6b8cf1709e
Fixes #13306 : Wildcard in reloadableScripts in yii.js allows 0 characters
2017-02-18 22:01:01 +03:00
Dmitry Naumenko
569bc89eaf
Merge pull request #13340 from Vovan-VE/usemaster-improve
...
Exception within useMaster() completely disables slaves
2017-02-18 18:12:13 +02:00
Nikolay Oleynikov
a26d28f8e3
Fixes #13576 : Added support of srcset to yii\helpers\Html::img()
2017-02-18 02:23:20 +03:00
zoolanders49
8e1a5eccde
Update french translation : yii.php ( #13591 )
...
* Update yii.php
add "must be equal to" translation for french
* Update yii.php
add translation for :
' and ',
'The combination {values} of {attributes} has already been taken.'
2017-02-17 08:38:22 +01:00
Bizley
54278fc842
asTime fixed for time-only values
...
close #13348
fixes #13343
2017-02-16 16:07:52 +01:00
Lanrik
7fda48efcc
Fixes #13550 : Refactored unset call order in yii\di\ServiceLocator::set()
2017-02-16 15:23:27 +03:00
SilverFire - Dmitry Naumenko
1c496532e5
Fixed RBAC migration after bad copy-paste
2017-02-16 09:28:24 +02:00
Dmitry Naumenko
95a175d771
Merge pull request #13588 from Kolyunya/remove-excessive-use-statements-from-mutex
...
Remove excessive `use` statements
2017-02-15 23:57:17 +02:00
Kolyunya
924a3edf4b
Remove excessive use statements
2017-02-15 20:14:53 +03:00
Nikolay Oleynikov
3255829abb
Remove excessive use statement
2017-02-15 18:29:08 +03:00
SilverFire - Dmitry Naumenko
04eb836aa1
Fixed wrong method name in RBAC migration
2017-02-15 15:27:06 +02:00
SilverFire - Dmitry Naumenko
2504ab72f2
Fixed RBAC migraction to work on Oracle
...
Fixes #13513
2017-02-15 13:01:42 +02:00
Dmitry Klyukin
4e9d903fed
Fixes #11404 : yii\base\Model::loadMultiple() returns true even if yii\base\Model::load() returns false
2017-02-15 01:33:23 +03:00
Elvira Sheina
3a4505ac08
Fixes #11230 : Include defaultRoles in yii\rbac\DbManager->getRolesByUser() results
2017-02-15 01:26:33 +03:00
Nikolay Oleynikov
53d824167c
Fix a typo in a comment section ( #13569 )
2017-02-14 10:50:39 +01:00
Elvira Sheina
e47329c92b
Fixed #13523 : Plural rule for pasta
2017-02-11 23:19:06 +03:00
Bizley
59801958fe
example corrected ( #13555 )
2017-02-10 23:33:15 +01:00
Vovan-VE
3538bde085
Add test case for #13340 and update CHANGELOG
2017-02-10 11:24:20 +08:00
Vovan-VE
308abdc8a5
Merge branch 'master' into usemaster-improve
2017-02-10 04:27:51 +08:00
Dmitry Naumenko
e295b28333
Added TODO comment
2017-02-09 16:43:37 +02:00
Vovan-VE
b68417b1ad
Fix: catch Throwable too
2017-02-09 22:06:12 +08:00
Paul Klimov
95b7ffc066
Fix #13278 : DbQueryDependency created ( #13384 )
...
`DbQueryDependency` created
2017-02-09 12:30:53 +02:00
Klimov Paul
319e27c45c
Fixed yii\db\BaseActiveRecord::deleteAll() changes method signature declared by yii\db\ActiveRecordInterface::deleteAll()
2017-02-09 12:16:04 +02:00
Carsten Brandt
89f66ae422
fixed version increment of release command
2017-02-08 10:08:37 +01:00
Carsten Brandt
0e6c6635e5
prepare for next release
2017-02-08 10:05:17 +01:00
Carsten Brandt
278548029a
release version 2.0.11.2
2017-02-08 10:04:32 +01:00
Carsten Brandt
e82b40abee
avoid duplicate slashes on empty values
...
fixes #13522
close #13525
2017-02-08 09:41:04 +01:00
Carsten Brandt
c67e713f75
CHANGELOG for #13533
2017-02-08 09:34:18 +01:00
Elvira Sheina
1ee91fe4ab
Fix BC in Exist Validator ( #13533 )
...
Related to #13318 and #13475
fixes #13533
close #13534
2017-02-08 09:13:40 +01:00
Alexander
97c43c2480
Fixes #13501 : Fixed yii\rbac\DbManager::getRule() and yii\rbac\DbManager::getRules() to properly handle resource data came from Rule table when using PostgreSQL
2017-02-04 15:51:12 +03:00
Carsten Brandt
25b78aa615
Fixes #13508 : Fixed duplicate attachment of behavior BC break
...
Fixes BC break introduced in
954c771fdb (diff-d45d5e14cbb9739c2e1c63b53ba5e363L669)
2017-02-04 15:47:04 +03:00
Pages.Solutions
5eded299e0
Added missing SK translation ( #13510 ) [skip ci]
2017-02-03 22:22:16 +03:00
Carsten Brandt
13b853c527
fixed version
2017-02-02 19:55:34 +01:00
Carsten Brandt
7737745fab
prepare for next release
2017-02-02 19:54:01 +01:00
Carsten Brandt
2cce93adae
release version 2.0.11.1
2017-02-02 19:53:16 +01:00
Carsten Brandt
284cadfe03
Made ActionColumn Yii::t() tags static again ( #13489 )
...
* Made ActionColumn Yii::t() tags static again
this was changed in 2.0.11 and cause the messages translation to not
recognize them anymore.
* Fixed formatting
2017-02-02 19:46:42 +01:00