6289 Commits

Author SHA1 Message Date
d82bf74f41 fixed removal of empty lines in array in phpdoc controller 2016-03-14 23:53:10 +01:00
9824da5883 update phpDoc of \yii\widgets\ActiveField::error 2016-03-14 15:11:50 +03:00
7229b3aa7d QueryBuilder::buildAndCondition() - added Expression value extraction
Updated CHANGELOG
Added test case for param binding in `or` condition

Closes #11093
2016-03-13 19:22:32 +02:00
2bd14098f9 Fix Expression parameter binding in 'And' clause 2016-03-13 19:19:48 +02:00
8476997800 MySQL default column type for TimestampBehaviour 2016-03-11 00:57:53 +05:30
60be6389bf Fixes #11081 2016-03-10 21:31:03 +03:00
f3b02186b0 Updated UPGRADE.md 2016-03-10 18:13:46 +02:00
5a425b2528 BaseArrayHelper::index() updated PHPDoc 2016-03-10 18:12:33 +02:00
ab0bb308ba Updated CHANGELOG and UPGRADE.md 2016-03-10 16:39:21 +02:00
91e2c71826 Fixes #@11071 2016-03-10 16:39:21 +02:00
e4d9ed5182 code style fix 2016-03-09 10:17:41 +02:00
8e1ab29592 Changelog updated 2016-03-09 00:01:53 +02:00
c4e782725c Fixed cache key collision in yii\web\UrlManager::createUrl()
Closes #10935
2016-03-09 00:01:31 +02:00
c7f365910d Fixed handling of intervals of 0 seconds in yii\i18n\Formatter::asDuration().
Added unit tests for handling 0 second intervals and numeric values for yii\i18n\Formatter::asDuration().

Closes #11038
2016-03-08 15:12:08 +02:00
4353825180 Merge pull request #11043 from Ni-san/11040_parameter_recursive_for_copy_directory
fixes #11040: make copyDirectory method work correctly with parameter 'recursive'
2016-03-08 14:21:15 +02:00
07fba18cf3 updated thai translation 2016-03-08 03:59:24 +07:00
77599dc179 fixes #11040: make copyDirectory method work correctly with parameter 'recursive' 2016-03-08 00:45:52 +06:00
6987fb5d54 Fixed Captcha client side validation after image refresh, when controller is under module
Closes #10910
2016-03-06 11:33:50 +02:00
1989494faa Console command aliases enhancements 2016-03-05 17:56:12 +03:00
8b4fd5c028 Updated changelog 2016-03-05 17:54:58 +03:00
9088d49990 fix name method 2016-03-04 14:13:18 +01:00
857eee2451 Merge pull request #10870 from pana1990/10840-add-shorcuts-console
WIP #10840
2016-03-04 13:53:28 +02:00
4a5a80b1ce WIP #10870: improvement docs [skip ci] 2016-03-04 00:11:13 +01:00
cdd14d81e7 Update pt-BR translation 2016-03-02 15:45:51 -03:00
2cf7e35074 Check for timestamp at yii\validators\DateValidator improved 2016-02-29 10:40:58 +02:00
06a4207695 WIP #10840: update changelog [skip ci] 2016-02-28 01:00:37 +01:00
1ce21cd927 WIP #10840: rename key 'alias' to '_aliases' 2016-02-27 23:26:34 +01:00
ac73aeebed update message-es [skip ci] 2016-02-27 02:46:10 +01:00
5dcfb19112 remove unnecesary check 2016-02-27 02:45:10 +01:00
e50b300a0f string array replace change
shorten :D
2016-02-26 22:31:39 +05:00
9b94dbfe38 Merge remote-tracking branch 'upstream/master' into 10969-fix-migration 2016-02-26 15:58:17 +01:00
ded158ed43 Updated CHANGELOG 2016-02-26 16:07:36 +02:00
c199f33410 Merge pull request #10974 from maximal/patch-1
Fix accidental `getResponseHeader()` fails
2016-02-26 15:21:55 +02:00
779b1e90ce yii\validators\DateValidator skip validation for timestampAttribute, if it is already in correct format 2016-02-26 15:02:22 +02:00
be44d265e2 Fix accidental getResponseHeader() fails 2016-02-26 15:06:24 +03:00
921b102961 Fixed #10969: generator migration tool not works with decimal params in column 2016-02-26 03:34:03 +01:00
191f2a4943 fixed phpdoc type names 2016-02-25 20:24:32 +01:00
ef050338cc Fixed Imagick call in Captcha 2016-02-25 21:45:01 +03:00
645e78e832 fixed message formatter for input where no parameters are provided
fixes #10884
2016-02-25 19:39:52 +01:00
af75262541 fixed sqlite bigPk creation 2016-02-25 19:10:23 +01:00
c5a60ce2ec Avoid new $this->modelClass in ActiveQuery::findWith()
reduces the issue described in #8639 to `joinWith()` and `asArray()`.

close #10940
2016-02-25 18:26:28 +01:00
705edfff5a Add aliases for core commands 2016-02-25 16:28:19 +01:00
360eb03d5c remove min.js sourcemap hint from error page
fixes #10919
2016-02-25 15:35:35 +01:00
f390e8c069 Updated CHANGELOG 2016-02-25 15:48:03 +02:00
be81074215 Merge branch 'enh-link-submission-form-attribute-9893' of https://github.com/SamMousa/yii2 into SamMousa-enh-link-submission-form-attribute-9893 2016-02-25 15:46:16 +02:00
2fe7ed05f0 Fixed setup of 'definitions' and 'aliases' at yii\widgets\MaskedInput 2016-02-25 13:49:49 +02:00
9b554b065d Merge remote-tracking branch 'upstream/master' into enh-link-submission-form-attribute-9893 2016-02-25 10:49:10 +00:00
1e1baec6e6 Reverted c478199 2016-02-25 12:14:22 +02:00
992bc264b6 Fixed PHPDoc 2016-02-25 00:20:55 +02:00
c478199937 Added property yii\web\DbSession::encodeData to encode/decode session data in base64 on session read/write
Closes #6173
2016-02-25 00:17:26 +02:00