8822 Commits

Author SHA1 Message Date
92d65ab78b fix issue with postgreSQL and batch inserting boolean values
fixes #4654
2014-08-12 01:43:49 +02:00
f1dd83e2a9 Added test that are making sure batchInsert boolean values in PostgreSQL isn't failing with errors
close #4655
2014-08-12 00:51:11 +02:00
70e0115d5a changelog for #4656 2014-08-12 00:45:15 +02:00
9b6f84ca58 BaseHtmlPurifier config can now be a closure
`$config` can now be a closure that will have the `$configInstance` passed as the first param.

updated docs.

close #4656
2014-08-12 00:33:29 +02:00
7728274ce6 Fixes #4122: Html::error() and Html::errorSummary() are now accepting encode option. If set to false it prevents encoding of error messages 2014-08-12 02:13:34 +04:00
1070344278 Adjusted data column docs 2014-08-12 01:58:37 +04:00
564c53f790 Added information about format of Data column 2014-08-12 01:40:19 +04:00
b7cad9df3d Fixes #4371: Active form client validation wasn't working in case of two models having same named fields
When rendering multiple models in the same ActiveForm if any of the field names in the two models is the same then the corresponding attribute in the yiiActiveForm object in yiiActiveForm.js (ie $('form').data('yiiActiveForm').attributes) of the first rendered model is overwritten by the attribute of the last model causing the client-side validation for the overwritten field not to run at all. Example: given two models Car and Owner with attributes {make, age} and {name, age} then if the Car is rendered first its age attribute will not have any client validation.
2014-08-12 01:38:05 +04:00
ba606d06eb Fixes #4673 2014-08-12 00:57:31 +04:00
546bd5a44a Merge pull request #4679 from bevalorous/docs-guide-russian-translation
Docs guide russian translation: translated rest-routing.md into Russian
2014-08-11 23:28:56 +03:00
a2800fe52e Translated rest-routing.md into Russian 2014-08-12 01:23:05 +05:00
20774165bc Fixes #4644: Added \yii\db\Schema::createColumnSchema() to be able to customize column schema used 2014-08-12 00:01:27 +04:00
b4a9ea8f8a Add rest-routing.md to translate into Russian 2014-08-12 00:56:39 +05:00
a4e4c1e04e Merge pull request #4678 from bevalorous/master
Translated docs/guide/rest-controllers.md into Russian
2014-08-11 22:42:09 +03:00
fcf25cbf7f Translated rest-controllers.md into Russian 2014-08-12 00:31:35 +05:00
299f0fc441 Add rest-controllers.md to translate into Russian 2014-08-11 23:20:59 +05:00
316317c87f Add note about smarty SVN 2014-08-11 17:32:42 +02:00
c4b8e045f0 Fixed Smarty extension "use" function to work properly in linux environment 2014-08-11 16:46:51 +04:00
892d95a376 Added runtime cleanup for Smarty and Twig tests 2014-08-11 15:27:02 +04:00
3139c979cb Merge pull request #4671 from TriAnMan/test-runner
Provide aggregate test runner
2014-08-11 12:23:10 +03:00
dfffea9af3 Use config variables instead constants. Cleanup redundant constants 2014-08-11 12:46:28 +04:00
71adca60ee Add namespaces to all tests 2014-08-11 12:43:50 +04:00
545a908b53 Add runner for all tests 2014-08-11 12:43:49 +04:00
930668150a Merge pull request #4667 from jyaqub/patch-1
Update db-active-record.md to correct a minor typo
2014-08-10 19:35:43 -04:00
b70ba7661b Update db-active-record.md to correct a minor typo
changed problem to problems to correct a minor typo.
2014-08-11 00:26:35 +01:00
f08c85c5b8 Merge pull request #4619 from yiisoft/smarty
Smarty improvements
2014-08-10 21:06:49 +03:00
739f3b13e4 Fixes #4553: Smarty enhancements 2014-08-10 22:05:48 +04:00
895bdbcd49 Fixes #4637: fixed broken Twig method calls 2014-08-09 15:47:09 +04:00
464292d105 Fixes #4659: adjusted nginx config in docs to serve 404 instead of "no input file specified" when accessing non-existing PHP file 2014-08-09 15:44:41 +04:00
d41eb358a0 Merge pull request #4662 from hwabbott/master
Fixed typo in comments for generatePasswordHash
2014-08-09 13:13:49 +03:00
00aab7c379 Fixed typo in comments for generatePasswordHash 2014-08-09 00:23:29 -04:00
f6b1ec9b5a Merge pull request #4661 from LAV45/translate-docs-to-ru
[skip ci] Translate docs/guide-ru/start-gii.md to russian language
2014-08-09 02:56:56 +03:00
42210b5f2c translate to russian language 2014-08-09 02:51:10 +03:00
7ad9b298e3 translation into russian language docs/guide/start-gii.md 2014-08-09 02:51:10 +03:00
0e35d76785 Merge pull request #4653 from RichWeber/master
[Uk][Guide] Add page translation
2014-08-08 16:55:18 +03:00
1b93b9a973 Grammar fix 2014-08-08 16:42:56 +03:00
aedcf87bff add start-gii.md 2014-08-08 16:32:46 +03:00
1b9825c36d Merge pull request #4648 from xBazilio/patch-7
Grammar fixes
2014-08-08 08:38:12 -04:00
2bfbbf2320 Fixed phrase. 2014-08-08 16:09:32 +04:00
0ba5a24c32 Grammar fixes 2014-08-08 15:11:45 +04:00
82e70be171 Fixed condition for #4595 2014-08-08 13:53:39 +04:00
be8b03bcd9 minor refactoring. [skip ci] 2014-08-07 22:27:15 -04:00
359ae98f9c Fixes #4622: Simplified the way of creating a Faker fixture template file 2014-08-07 21:23:53 -04:00
ad20aa4b22 Merge pull request #4639 from RichWeber/master
[ci skip][Uk][Guide] Add page translation
2014-08-08 00:58:29 +03:00
1e2c6b1086 Grammar fix 2014-08-08 00:49:35 +03:00
fa67cbf90e add start-databases.md 2014-08-08 00:34:24 +03:00
0e31bb8c3b Merge branch 'master' of github.com:yiisoft/yii2 2014-08-07 22:06:22 +03:00
b927d36f7d Removed index-test from codeception instructions since it's used automatically 2014-08-07 19:56:11 +04:00
fb67f958a9 More cases for #4595 2014-08-07 16:37:48 +04:00
b1e2090083 Fixes #4595: more consistend use of "false" in "don't use" case 2014-08-07 15:58:52 +04:00