Commit Graph

8965 Commits

Author SHA1 Message Date
Nikolay Oleynikov
950e895fe0 Fix phpDocumentor annotations (#13905) [skip ci] 2017-04-02 21:49:09 +03:00
S.M.A. Javadi
6cd3eaf828 Fixed persian translation (#13906) [skip ci] 2017-04-02 21:47:21 +03:00
Kolyunya
892512feba Fixes #13560: Refactored \yii\widgets\FragmentCache::getCachedContent(), added tests 2017-04-02 02:40:52 +03:00
Alexander Makarov
43edf24123 Eliminated else branches in yii\web\Request 2017-04-02 02:15:39 +03:00
Sam Mousa
8ae207c3a1 Fixes #13837: Refactored masking of CSRF tokens 2017-04-02 02:10:16 +03:00
aquy
514b29d55d Fixes #13369: Added ability to render current yii\widgets\LinkPager page disabled 2017-04-02 00:54:00 +03:00
Alexander Makarov
902c2b563d Fixes #13831: Added more info about transactions in migrations to phpdoc [skip ci] 2017-04-02 00:41:34 +03:00
Sam Mousa
ae7378974e Fixes #13376: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination 2017-04-01 18:27:27 +03:00
Nikolay Oleynikov
4e9497c4fa Fixes #13770: Added support for yii\widgets\Menu item classes definition in the form of an array 2017-04-01 16:57:17 +03:00
Alexander Makarov
78a0035703 Removed unnecessary else 2017-04-01 16:37:48 +03:00
Sam Mousa
79f16b1492 Fixes #13883: \yii\data\SqlDataProvider now provides automatic fallback for the case when totalCount is not specified 2017-04-01 16:37:25 +03:00
Sam Mousa
e26bc50441 Fixed wrong variable returned. 2017-03-31 10:27:52 +02:00
Igor Jerosimić
fb50273c17 Fixed Serbian translation (#13882) [skip ci]
Fixed Serbian translation issue with totalCount appearing twice in GridView summary
2017-03-30 17:28:26 +03:00
Sam Mousa
afb93bf743 Apply grouping after loading relations. 2017-03-30 16:01:19 +02:00
Alexander Makarov
a626440761 Reverted #13822, clarified exception descriptions 2017-03-30 16:50:18 +03:00
Sam Mousa
a2acd88efe Moved serialization of Cookie to Cookie. Added unit test for serialization / deserialization. 2017-03-30 14:05:29 +02:00
Alexander Makarov
0c56a7cab4 Fixed typo [skip ci] 2017-03-24 14:18:05 +03:00
Vladimir Reznichenko
6da1ec6fb2 Fixes #13845: mt_rand() is not used instead of rand() in yii\captcha\CaptchaAction + minor code improvements 2017-03-24 13:50:13 +03:00
Pavel Dovlatov
7e1a050a16 Fixes #13821: fixed docs and added more tests for Url helper 2017-03-23 17:35:47 +03:00
Alexander Makarov
da3bb5aa42 Removed change from changelog since it's for code which wasn't yet released [skip ci] 2017-03-23 01:56:26 +03:00
Nikolay Oleynikov
ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of Error to the yii\web\Response::setStatusCodeByException() 2017-03-23 01:20:42 +03:00
Nikolay Oleynikov
558f2aa02a Fixes #13827 Generate "safe" methods uncommented by default 2017-03-23 00:53:14 +03:00
Alexander Makarov
f906452f8e Added UPGRADE note for #13829 2017-03-23 00:51:34 +03:00
Nikolay Oleynikov
7a2f04ae32 Fixes #13822: Fixed yii\web\User::loginRequired() to throw an UnauthorizedHttpException instead of a ForbiddenHttpException 2017-03-23 00:18:39 +03:00
Nikolay Oleynikov
cf4eea1878 Fixes #13823: Refactored migrations template 2017-03-22 18:28:33 +03:00
yyxx9988
0770863209 Fixes #13820: Add new HTTP status code 451 2017-03-22 13:29:40 +03:00
Гордиенко Владислав Юрьевич
cd64fb2dc6 Refactored BooleanValidator (#13791) 2017-03-17 01:59:11 +03:00
Artur Fursa
1b322f519f Fixes #13776: Fixed setting precision and scale for decimal columns in MSSQL 2017-03-16 19:38:56 +03:00
vladis84
3c1f3e20cf Fixes #13704: Fixed yii\validators\UniqueValidator to prefix attribute name with model's database table name 2017-03-16 17:42:31 +03:00
Vladislav Lyshenko
b00cd65ef3 Fixes #13738: Fixed getQueryParams() method in yii.js to correctly parse URL with question mark and no query parameters 2017-03-16 14:15:05 +03:00
Alexander Makarov
bc59d5da85 Fixes #13707: Fixed \yii\web\ErrorHandler and \yii\web\ErrorAction not setting correct response code to response object before rendering error view 2017-03-16 12:03:23 +03:00
Sam
b238afacee Fixes #4408: Add support for unicode word characters and + character in attribute names 2017-03-15 16:19:06 +03:00
Sam
9459eaa277 Fixes #10372: Fixed console controller including complex typed arguments in help 2017-03-15 15:47:21 +03:00
Bob Olde Hampsink
8192f84850 Fix SQLite resetSequence inconsistencies (#13755, #13630) 2017-03-15 15:04:37 +03:00
Sam
06967f9018 Fixes #13254: Core validators no longer require Yii::$app to be set 2017-03-14 15:37:54 +03:00
gagatust
6397791513 Fixed whitespaces to match code style [skip ci] 2017-03-14 09:42:13 +03:00
Skiptir Engu
6a7c01de72 Fixed broken link 2017-03-13 16:12:32 -03:00
Гордиенко Владислав Юрьевич
29b5f33722 Adjusted conditions nesting in yii\base\Event 2017-03-13 18:30:09 +03:00
Sergey Makinen
a9fb0171f7 Fixes #13745: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined in MSSQL and bug fixes in yii\db\QueryBuilder::buildLikeCondition() 2017-03-11 22:36:01 +03:00
gagatust
2c9278391c Used short syntax for arrays (#13743) 2017-03-11 01:44:05 +03:00
Alexander Makarov
0b36b27caf Fixed version number in @since 2017-03-10 21:16:25 +03:00
Carsten Brandt
e12dd895e9 improved docs for #13576 2017-03-10 16:01:24 +01:00
Nikolay Oleynikov
ad1ce9e498 Improve sluggable behavior documentation (#13747) [skip ci] 2017-03-10 17:19:24 +03:00
Carsten Brandt
7d4b33a805 changed method visibility
this should not belong to exposed interface as it is only used
internally by transaction() method.

additional change to #13346
2017-03-10 02:30:16 +01:00
Nikolay Oleynikov
9fa66b23a5 Remove an empty expression (#13731) 2017-03-09 02:52:36 +03:00
Bizley
c5296242b1 Fixes #13698: yii\grid\DataColumn filter is automatically generated as dropdown list in case of format set to boolean 2017-03-09 00:33:13 +03:00
Vladimir
55dd16f1f7 Fixes #12715: Exception SAVEPOINT LEVEL1 does not exist instead of deadlock exception 2017-03-07 22:58:46 +03:00
Alexey Rogachev
b39e50ecd8 Removed duplicate line [skip ci] 2017-03-07 13:15:28 +06:00
Alexey Rogachev
572b27035d Added missing colon in 2.0.12 section [skip ci] 2017-03-06 23:57:28 +06:00
Carsten Brandt
ff4cde18d4 Merge branch 'master' into feature/docker-testing 2017-03-06 15:50:56 +01:00