7556 Commits

Author SHA1 Message Date
aa61a97bf2 fixed notes and guide 2014-06-10 15:30:31 +04:00
9a8f676626 sql view mapping added , similar to CQRS query model 2014-06-10 15:25:15 +04:00
3f5e6e9b7e ensure guide PDF compiles with russian characters 2014-06-10 13:00:30 +02:00
c8b75c6aca Merge pull request #3773 from Ragazzo/file_validator_adjusted
File validator adjusted
2014-06-10 14:30:50 +04:00
83e6610ce6 Merge pull request #3762 from MUTOgen/guide-start-forms
Russian guide. Start forms
2014-06-10 14:16:17 +04:00
0206e9174c file validator tests added 2014-06-10 14:14:59 +04:00
c52c063ca6 file validator added mime - types , image validator fixed 2014-06-10 14:14:19 +04:00
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
333f521f1e \yii\i18n\DbMessageSource code style fixes 2014-06-10 12:55:53 +04:00
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
7bce33f1da Excess \yii\base\Model::resolveFields() method removed 2014-06-10 04:21:16 +04:00
364153cda9 edited "hello" guide 2014-06-10 01:31:21 +02:00
8b96f51fe0 edited installation guide 2014-06-10 00:54:36 +02:00
e8657450b8 Merge pull request #3763 from creocoder/yii2-applications-gitignore-fix
Fix .gitignore for `basic` and `advanced` application templates
2014-06-10 00:27:11 +02:00
3eae6942e6 improve cache phpdoc 2014-06-10 00:24:26 +02:00
464af49e9c Fix .gitignore for basic and advanced application templates 2014-06-10 02:19:11 +04:00
75b1f4818c improved HTML guide navigation 2014-06-10 00:09:40 +02:00
713f73e6ed guide WIP [skip ci] 2014-06-09 18:09:33 -04:00
ba1f8a87f9 small fixes 2014-06-10 03:01:04 +06:00
b70d6bb4a8 Guide start-hello in Russian 2014-06-10 02:56:34 +06:00
8edda55057 Merge pull request #3758 from kartik-v/patch-7
Fix #3756: Convert values to float for number formatting
2014-06-09 18:43:42 +04:00
516ba30bcc Fix #3756: Convert values to float for number formatting 2014-06-09 20:12:05 +05:30
a83d6829b1 Merge pull request #3759 from tadaszelvys/3740-help-block-error
Fixed duplicate error message when client validation is enabled. Fixes #3740. [skip ci]
2014-06-09 18:35:44 +04:00
2329af152b Fixed duplicate error message when client validation is enabled 2014-06-09 17:20:00 +03:00
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
886def8571 removed unused argument 2014-06-09 15:51:50 +02:00
564fdf0b3f Merge pull request #3753 from Ragazzo/application_templates_tests_fixed
Application templates tests fixed
2014-06-09 17:39:12 +04:00
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
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
9679721e0c fixes display of array log messages in debug toolbar
fixes #3244
2014-06-09 15:17:54 +02:00
3c8cdd997b fixed reset password token test 2014-06-09 16:59:26 +04:00
efbd23b52e refactored logger to support array values out of the box.
fixes #3245, #3244
2014-06-09 14:58:36 +02:00
9949acbdd2 tabs to spaces unacceptable fix 2014-06-09 16:41:24 +04:00
a7eb306da3 README info update 2014-06-09 16:37:07 +04:00
01ddac64ec basic application template fixtures added 2014-06-09 16:33:36 +04:00
588b8fef16 fixtures folders added 2014-06-09 16:32:48 +04:00
f17982683b application advanced template tests fixed 2014-06-09 16:31:49 +04:00
ce49416e32 Fixes #3752: QueryBuilder::batchInsert() does not typecast input values 2014-06-09 08:12:08 -04:00
4498ccd417 basic application template tests adjusted 2014-06-09 16:10:16 +04:00
de8ba90019 Revert "Fixes #3744: yii\db\Connection now skips bindValues if there are no parameters to bind"
This reverts commit ea10ba4938f44e30c5d3754c43f8a312a91daabc.
2014-06-09 16:05:13 +04:00
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
e091195cf2 Merge pull request #3750 from kartik-v/patch-6
Fix #3749: Ensure clickable links for Bootstrap Dropdown
2014-06-09 14:27:54 +04:00
99bbf1293a Fix #3749: Ensure clickable links for Bootstrap Dropdown 2014-06-09 15:47:29 +05:30
76800fb9e0 Fix #3749: Ensure clickable links for Bootstrap Dropdown
The registerPlugin is not required.
2014-06-09 15:31:32 +05:30
118fac263d typo fix [skip ci] 2014-06-09 00:06:15 -04:00
0e50b2aaf4 Finished validation guide [skip ci] 2014-06-08 21:21:26 -04:00
ea10ba4938 Fixes #3744: yii\db\Connection now skips bindValues if there are no parameters to bind 2014-06-09 02:35:29 +04:00
714f27ab22 Fixes #3241 2014-06-09 02:30:48 +04:00
b01e6de9bc Fixes #3399: Added support for MS SQL Server older than 2012 2014-06-09 02:29:57 +04:00
f5e39f88dc Merge branch 'fourteenmeister-patch-1' 2014-06-09 02:13:16 +04:00