Commit Graph

8965 Commits

Author SHA1 Message Date
Tobias Munk
a1fd4d3069 updated changelog 2017-03-06 14:16:24 +01:00
Alexander Makarov
a6d266405d Fixes #13671: Fixed error handler trace to work correctly with XDebug 2017-03-06 15:24:18 +03:00
Kyle McCarthy
0b3c066bd2 Fixes #13695: \yii\web\Response::setStatusCode() method now returns the Response object itself 2017-03-04 18:55:17 +03:00
Dmitry Naumenko
8f88780104 Fixed typo in warning message in Cache::getOrSet()
Fixes #13690
2017-03-03 09:30:03 +02:00
SilverFire - Dmitry Naumenko
bfa2390d5a Added yii\di\Instance::__set_state() method 2017-03-01 19:29:30 +02:00
Robert Korulczyk
c8a323af81 Remove UrlRule::$trailingSlashForDefaults property. 2017-03-01 12:12:37 +01:00
Robert Korulczyk
a79e4e8128 Merge branch 'master' into 13614-add-a-failing-test-for-url-rule 2017-03-01 12:09:13 +01:00
SilverFire - Dmitry Naumenko
af612f47d1 Addded pluralization and singularization exception for currency 2017-02-28 15:59:10 +02:00
sam002
a350b34c1b Fixes additional case for #13657 which wasn't covered by tests 2017-02-28 16:52:09 +03:00
Daniel Gómez Pan
73ddf2e65e Fixes #13670: Fixed alias option from console when it includes - or _ in option name 2017-02-28 16:39:03 +03:00
Alexey Rogachev
058d2f6ef6 Merge branch 'master' into 13379-js-tests 2017-02-28 01:02:09 +06:00
Alexey Rogachev
cdb21d7e2c Added JS tests for # #13379 2017-02-28 00:58:25 +06:00
Sergey Gonimar
22dbd25e1a Updated Tajik message translations [skip ci] 2017-02-27 15:26:30 +03:00
sam002
c78b9e470d Fixes #13657: Fixed yii\helpers\StringHelper::truncateHtml() skip extra tags at the end 2017-02-27 15:16:31 +03:00
Nikolay Oleynikov
f47b6c7683 Fixes #7946 Fixed a bug when the form attribute was not propagated to the hidden input of the checkbox 2017-02-27 13:47:37 +03:00
Charles R. Portwood II
953a0bba2b Fixes #13650: Improved yii\base\Security::hkdf() to take advantage of native hash_hkdf() implementation in PHP >= 7.1.2 2017-02-27 13:32:48 +03:00
Nikolay Oleynikov
148007ffd6 Refactor HTML helper attribute order (#13665) 2017-02-26 20:54:44 +03:00
SilverFire - Dmitry Naumenko
36960da101 Fixed applyFilter function in yii.gridView.js
Closes bug #13379

`applyFilter` function in `yii.gridView.js` fixed to work correctly
when params in `filterUrl` are indexed
2017-02-26 19:31:47 +02:00
Dmitry Naumenko
52ba771a4c Update CHANGELOG.md 2017-02-26 11:47:40 +02:00
Alex-Code
a719293ab0 Fixes #13649: Fixes issue where ['uncheck' => false] and ['label' => false] options for ActiveRadio and ActiveCheckbox were ignored 2017-02-25 14:41:02 +03:00
Anderson Scouto da Silva (Dan)
b4dc7a4f51 Update yii.php (#13658) [skip ci] 2017-02-25 10:25:28 +03:00
Alexey Rogachev
186420da40 Fixes #13243: Added support for unicode attribute names in yii\widgets\DetailView 2017-02-25 00:19:29 +03:00
Sergey Makinen
9a915ba10c Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in yii\db\QueryBuilder 2017-02-24 01:24:06 +03:00
Dmitry Naumenko
407c38d13a Merge branch 'master' into 13221_limit_offset_expression 2017-02-23 23:36:49 +02:00
Alex
6db6a2ddbe Fixes #13418: Fixed QueryBuilder::batchInsert() if $rows is \Generator 2017-02-24 00:28:27 +03:00
Alex-Code
13de76714b Refactored yii\db\Query::queryScalar() method 2017-02-23 22:01:48 +02:00
Alexander Makarov
3536c7c4f9 Additional fixes for #13087 2017-02-22 23:15:40 +03:00
Vladimir Reznichenko
a182ce57fc Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606)
* Php Inspections (EA Extended): language level migration fixes
* Php Inspections (EA Extended): instanceof a trait always return false
* Php Inspections (EA Extended): fixed preg_quote (/ is not escaped by default)
* Php Inspections (EA Extended): fixed a greedy regex
* Php Inspections (EA Extended): refereted instanceof self in a trait
* Php Inspections (EA Extended): revert language level changes in requirements checker
* Php Inspections (EA Extended): revert language level changes in requirements checker
* Php Inspections (EA Extended): more greedy regexes fixed
2017-02-22 17:07:52 +03:00
Elvira Sheina
2de18cf9a5 Fixes #13087: Fixed getting active validators for safe attribute 2017-02-22 17:06:19 +03:00
Alexander Makarov
10b59ee6e4 Merge branch 'master' into 13221_limit_offset_expression 2017-02-22 17:02:04 +03:00
Bob Olde Hampsink
0ea45c78a8 Fixes #13571: Fix yii\db\mssql\QueryBuilder::checkIntegrity for all tables 2017-02-22 16:57:32 +03:00
Andrew Nester
953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to StringHelper 2017-02-22 16:54:27 +03:00
SilverFire - Dmitry Naumenko
643431a2e3 Reordered CHANGELOG 2017-02-21 23:38:27 +02:00
SilverFire - Dmitry Naumenko
1dc4618f3d Fixed MessageConstroller::saveMessagesToDb() to work on different DBMS correctly
Closes #13494
2017-02-21 23:37:17 +02:00
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
Robert Korulczyk
414312970a Add changelog line. 2017-02-19 23:30:44 +01:00
Robert Korulczyk
bf841b926d Additional tests. 2017-02-19 23:19:48 +01:00
Robert Korulczyk
8d4a197d19 Fix bug with creating URL in UrlRule with optional params at the beginning of pattern. 2017-02-19 22:51:02 +01:00
Robert Korulczyk
5d81af21fb Fix bug with optional params at the beginning of pattern in UrlRule. 2017-02-19 22:26:37 +01: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