2698 Commits

Author SHA1 Message Date
cdb21d7e2c Added JS tests for # #13379 2017-02-28 00:58:25 +06:00
c78b9e470d Fixes #13657: Fixed yii\helpers\StringHelper::truncateHtml() skip extra tags at the end 2017-02-27 15:16:31 +03:00
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
148007ffd6 Refactor HTML helper attribute order (#13665) 2017-02-26 20:54:44 +03:00
7206b2ba8a Added assertion in UrlRuleTest to verify #13656 2017-02-26 11:45:50 +02:00
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
186420da40 Fixes #13243: Added support for unicode attribute names in yii\widgets\DetailView 2017-02-25 00:19:29 +03:00
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
407c38d13a Merge branch 'master' into 13221_limit_offset_expression 2017-02-23 23:36:49 +02:00
6db6a2ddbe Fixes #13418: Fixed QueryBuilder::batchInsert() if $rows is \Generator 2017-02-24 00:28:27 +03:00
8582dc93f3 Added unit tests for role based access filter (#13597) 2017-02-23 23:55:10 +03:00
2de18cf9a5 Fixes #13087: Fixed getting active validators for safe attribute 2017-02-22 17:06:19 +03:00
10b59ee6e4 Merge branch 'master' into 13221_limit_offset_expression 2017-02-22 17:02:04 +03:00
953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to StringHelper 2017-02-22 16:54:27 +03:00
b4c7aaa5e0 Added more examples to EmailValidatorTest
Closes #9201
Closes #9067
2017-02-21 23:58:34 +02:00
39ce65db94 Merge pull request #13562 from sergeymakinen/oci-test-fixture
Fixes Oracle’s test fixture
2017-02-21 23:45:34 +02:00
1dc4618f3d Fixed MessageConstroller::saveMessagesToDb() to work on different DBMS correctly
Closes #13494
2017-02-21 23:37:17 +02:00
e9a96ee834 Replced InvalidParamException with \yii\console\Exception in Request::resolve() 2017-02-21 08:24:15 +02:00
86b08e29d2 Enhanced yii\console\Request::resolve() to prevent passing parameters, that begin from digits
Closes #8641
2017-02-20 23:17:40 +02:00
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
fab53b4a6e Fixes #13582: Added tests for all yii\db\QueryBuilder::resetSequence implementations, fixed SQLite implementation 2017-02-20 23:04:04 +03:00
56c65f6079 Fixes #13577: Implemented yii\db\mssql\QueryBuilder::resetSequence() 2017-02-20 14:54:33 +03:00
7d82bbcd37 Fixes #13467: yii\data\ActiveDataProvider no longer queries models if models count is zero 2017-02-20 12:00:00 +03:00
bf841b926d Additional tests. 2017-02-19 23:19:48 +01:00
8d4a197d19 Fix bug with creating URL in UrlRule with optional params at the beginning of pattern. 2017-02-19 22:51:02 +01:00
5d81af21fb Fix bug with optional params at the beginning of pattern in UrlRule. 2017-02-19 22:26:37 +01:00
ecd2dc0d1b Model loadMultiple test (#13585) 2017-02-19 20:40:45 +03:00
323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 2017-02-19 17:34:22 +03:00
ef4dadf437 Fixes #13592: Fixes Oracle’s yii\db\oci\Schema::setTransactionIsolationLevel() 2017-02-19 17:32:51 +03:00
edc7a55692 Add a failing test to the yii\web\UrlRule 2017-02-18 23:25:03 +03:00
6b8cf1709e Fixes #13306: Wildcard in reloadableScripts in yii.js allows 0 characters 2017-02-18 22:01:01 +03:00
e8f8ba2129 Remove excessive use statement (#13604) 2017-02-18 21:56:56 +03:00
569bc89eaf Merge pull request #13340 from Vovan-VE/usemaster-improve
Exception within useMaster() completely disables slaves
2017-02-18 18:12:13 +02:00
45d670c995 Update ConnectionTest.php 2017-02-18 15:49:24 +01:00
a26d28f8e3 Fixes #13576: Added support of srcset to yii\helpers\Html::img() 2017-02-18 02:23:20 +03:00
0e0caef508 Merge branch 'tests/mysql' into feature/docker-testing 2017-02-16 16:49:32 +01:00
2fad692bc7 Merge commit '22972b86dbcc6e010dc90df921090e713521f0b9' into feature/docker-testing 2017-02-16 16:49:00 +01:00
9f95f71572 added groups to tests 2017-02-16 16:46:10 +01:00
22972b86db update date formatter test for intl
some tests where not run with intl extension enabled.
2017-02-16 16:20:07 +01:00
54278fc842 asTime fixed for time-only values
close #13348
fixes #13343
2017-02-16 16:07:52 +01:00
ec8daa0d77 added db group to test 2017-02-16 15:42:24 +01:00
7a4666fe3a added build trigger example 2017-02-16 15:29:14 +01:00
3a4505ac08 Fixes #11230: Include defaultRoles in yii\rbac\DbManager->getRolesByUser() results 2017-02-15 01:26:33 +03:00
8e1a4208ed Improved way of testing jQuery's AJAX "script" and "jsonp" requests (#13554) 2017-02-14 00:13:56 +03:00
a5ab79746b Fixes Oracle’s test fixture 2017-02-12 21:59:37 +03:00
3538bde085 Add test case for #13340 and update CHANGELOG 2017-02-10 11:24:20 +08:00
0dd1ed6594 use custom docker config in dockerized tests 2017-02-09 16:56:41 +01:00
7b43cf09f1 added separate docker config for testing 2017-02-09 16:27:40 +01:00
0a4fdf2832 Merge commit '95b7ffc066c03f2510ef4e6681e1ddf1494e916f' into feature/docker-testing
# Conflicts:
#	tests/framework/db/sqlite/QueryBuilderTest.php
2017-02-09 16:24:28 +01:00
95b7ffc066 Fix #13278: DbQueryDependency created (#13384)
`DbQueryDependency` created
2017-02-09 12:30:53 +02:00