Commit Graph

4066 Commits

Author SHA1 Message Date
Mark
c52c063ca6 file validator added mime - types , image validator fixed 2014-06-10 14:14:19 +04:00
Alexander Makarov
25f1083d5a Merge pull request #3769 from creocoder/db-message-source-code-style-fix
\yii\i18n\DbMessageSource code style fixes
2014-06-10 13:30:58 +04:00
Alexander Kochetov
333f521f1e \yii\i18n\DbMessageSource code style fixes 2014-06-10 12:55:53 +04:00
Qiang Xue
efda450a4f Merge pull request #3764 from creocoder/excess-model-methods
Excess \yii\base\Model::resolveFields() method removed
2014-06-09 20:58:01 -04:00
Alexander Kochetov
7bce33f1da Excess \yii\base\Model::resolveFields() method removed 2014-06-10 04:21:16 +04:00
Carsten Brandt
3eae6942e6 improve cache phpdoc 2014-06-10 00:24:26 +02:00
Kartik Visweswaran
516ba30bcc Fix #3756: Convert values to float for number formatting 2014-06-09 20:12:05 +05:30
Kartik Visweswaran
7f788e7427 Fix #3756: Convert values to float for number formatting
Convert string values to floating point, so that `number_format` method can properly format values.
2014-06-09 19:35:13 +05:30
Carsten Brandt
886def8571 removed unused argument 2014-06-09 15:51:50 +02:00
Carsten Brandt
a967dbe9a2 Merge pull request #3755 from yiisoft/logger-arrays
refactored logger to support array values out of the box.
2014-06-09 15:36:24 +02:00
Carsten Brandt
a836ec177a Merge PR #3751 branch 'master' of https://github.com/makroxyz/yii2
* 'master' of https://github.com/makroxyz/yii2:
  Fix PostgreSQL enumValues
2014-06-09 15:25:52 +02:00
Carsten Brandt
9679721e0c fixes display of array log messages in debug toolbar
fixes #3244
2014-06-09 15:17:54 +02:00
Carsten Brandt
efbd23b52e refactored logger to support array values out of the box.
fixes #3245, #3244
2014-06-09 14:58:36 +02:00
Qiang Xue
ce49416e32 Fixes #3752: QueryBuilder::batchInsert() does not typecast input values 2014-06-09 08:12:08 -04:00
Alexander Makarov
de8ba90019 Revert "Fixes #3744: yii\db\Connection now skips bindValues if there are no parameters to bind"
This reverts commit ea10ba4938.
2014-06-09 16:05:13 +04:00
makroxyz
458c4a6623 Fix PostgreSQL enumValues
$column->enumValues is set to array[0 =>''] even if $info['enum_values'] is null.
Gii generates always dropDownList in forms.
2014-06-09 12:29:39 +02:00
Alexander Makarov
ea10ba4938 Fixes #3744: yii\db\Connection now skips bindValues if there are no parameters to bind 2014-06-09 02:35:29 +04:00
Alexander Makarov
714f27ab22 Fixes #3241 2014-06-09 02:30:48 +04:00
Alexander Makarov
b01e6de9bc Fixes #3399: Added support for MS SQL Server older than 2012 2014-06-09 02:29:57 +04:00
Alexander Makarov
a4f23f1cba Merge branch 'patch-1' of github.com:fourteenmeister/yii2 into fourteenmeister-patch-1 2014-06-09 02:13:04 +04:00
Alexander Makarov
20d11ed0e6 Fixed typo 2014-06-09 02:09:46 +04:00
Alexander Makarov
4ad1b6c1d5 Fixes #3640: All cookies are not httpOnly by default in order to increase overall security 2014-06-09 01:43:55 +04:00
Alexander Makarov
36e4930dcd Fixes #3669: added note about using ArrayHelper::getValue with objects 2014-06-09 01:34:11 +04:00
Alexander Makarov
03efbc4ca8 Added getDb() to ActiveRecordInterface in order for BaseActiveRecord to have stricter contract 2014-06-09 01:11:11 +04:00
Alexander Makarov
09e6a13e8f Fixed tests 2014-06-08 12:14:42 +04:00
Alexander Makarov
f8e05fbf4f Improved yii\helpers\Inflector::slug to support more cases for Russian, Hebrew and special characters 2014-06-08 05:44:31 +04:00
Alexander Makarov
c7d8439072 Fixes #3687: Default sourceLanguage and language are now en-US in order for i18n formatter to work correctly 2014-06-08 02:38:32 +04:00
Alexander Kochetov
a034fc2659 Additional Application property for $formatter 2014-06-07 05:18:12 +04:00
Qiang Xue
4d2cf38376 Fixes #3716: DynamicModel::validateData() does not call validate() if the $rules parameter is empty 2014-06-06 10:25:59 -04:00
Klimov Paul
ce70a4e069 Merge branch 'master' of github.com:yiisoft/yii2 2014-06-06 14:05:38 +03:00
Klimov Paul
e67ca1a61c Issue #3478 added to CHANGELOG 2014-06-06 11:00:22 +03:00
Paul Klimov
44476d985e Merge pull request #3479 from lynicidn/patch-4
fix #3478
2014-06-06 10:57:18 +03:00
Qiang Xue
91cd62be27 Fixes #3715: Fixed the bug that using a custom pager/sorter with GridView may generate two different pagers/sorters if the layout configures two pagers/sorters 2014-06-06 00:34:56 -04:00
Qiang Xue
01e5ffdceb guide WIP [skip ci] 2014-06-05 22:40:37 -04:00
Kartik Visweswaran
e90fb534da Masked input widget upgrade fixing #3196
Support contribution credits updated
2014-06-05 11:49:24 +05:30
Qiang Xue
d1e0a54553 guide WIP [skip ci] 2014-06-04 17:50:24 -04:00
Deng Zhi Cheng
47284b4907 fix wrong template for min validation error 2014-06-04 21:09:24 +08:00
Carsten Brandt
3e4ec22004 update changelog
[ci skip]
2014-06-04 14:33:07 +02:00
Carsten Brandt
d92281dcda refactored ActiveRecord::unlinkAll() to work will noSQL
issue #3520
2014-06-04 14:28:57 +02:00
Carsten Brandt
274b6e41b4 adjusted apidoc for MaskedInput widget 2014-06-04 10:37:50 +02:00
Carsten Brandt
d6d48de990 Merge pull request #3685 from kartik-v/3196-masked-input-revamped
Fix #3196: Masked input widget revamped to use new plugin
2014-06-04 10:25:35 +02:00
SonicGD
199bc57780 fix issue number 2014-06-04 09:42:12 +06:00
SonicGD
b2246d19ce fix align 2014-06-04 09:36:55 +06:00
SonicGD
fa01c003e4 line to changelog 2014-06-04 09:34:53 +06:00
SonicGD
bf73fd81c1 Set expire to null so CookieCollection::has work 2014-06-04 09:33:39 +06:00
Kartik Visweswaran
b5461a7660 Fix #3196: Masked input widget revamped to use new plugin
Edited Asset Bundle PHP doc header information.
2014-06-03 21:27:51 +05:30
Kartik Visweswaran
8331ff018d Fix #3196: Masked input widget revamped to use new plugin 2014-06-03 19:32:07 +05:30
Alexander Makarov
a5c4a0ebb4 Adjusted BaseActiveRecord code for better noSQL compatibility 2014-06-02 20:13:48 +04:00
Alexander Makarov
4624793954 Merge branch 'unlinkAll' of github.com:NmDimas/yii2 into NmDimas-unlinkAll
Conflicts:
	framework/CHANGELOG.md
2014-06-02 17:38:15 +04:00
Alexander Makarov
7669b06214 Merge branch 'patch-1' of github.com:leandrogehlen/yii2 into leandrogehlen-patch-1
Conflicts:
	framework/CHANGELOG.md
2014-06-02 16:10:21 +04:00