15004 Commits

Author SHA1 Message Date
ea2cab8876 adjusted ActiveRelationTrait phpdoc 2016-07-05 21:57:26 +02:00
6df20a0e7e adjusted test data to make existing relation tests fail
some tests accidentally passed because they matched the primary key
which is named `id` in all tables against similar primary key values.
as soon as primary key values differ among tables, these tests are
failing.

reproduce #5341 on existing tests...
2016-07-05 19:59:14 +02:00
4c49f0f456 test for eager loading when there are 3 tables between the relation using via() to link it 2016-07-04 15:35:50 +02:00
1c20062628 fixed changelog position 2016-07-04 15:16:45 +02:00
bfba387653 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Fixes #11212: Added headers to PO file in `yii\i18n\GettextPoFile::save()`
2016-07-04 15:13:25 +02:00
5bdb5406ba Merge branch 'inverseof'
* inverseof:
  Make sure inverseOf relations are also populated during dynamic relational queries
  fixed inverseof test assertation

close #8497
fixes #6347
2016-07-04 15:12:24 +02:00
0f640c7138 Make sure inverseOf relations are also populated during dynamic relational queries
Refs #6347
2016-07-04 15:07:37 +02:00
8ca845b680 Fixes #11212: Added headers to PO file in yii\i18n\GettextPoFile::save() 2016-07-04 15:13:38 +03:00
a46e88dea5 fixed inverseof test assertation
fixed wrong test to actually test what it should.
current assertation is a duplicate.

thanks to @laszlovl for spotting it.

pr #8497
2016-07-04 13:41:02 +02:00
07d3217706 added test for negative date formatter values
test for #9628
2016-07-04 12:42:09 +02:00
43fddc74c9 remove unnecessary gettimeofday system call
close #9628
2016-07-04 12:41:58 +02:00
93f6ddfbe9 document the fact that widgets use output buffering
so they may break ob stack when end() and begin() are called in
different views.

close #11687
2016-07-04 12:12:44 +02:00
07642098c0 Update db-migrations.md [skip ci] (#11886) 2016-07-04 13:11:34 +03:00
73bc7aab71 Fixes #11878: Fixed i18n gettext fallback language message loading 2016-07-04 12:53:54 +03:00
062895111f fixed php 7.1 test breaks that depend on ICU data version 2016-07-04 11:52:33 +02:00
5992eea571 Fixes #11808: _table and _column suffixes are now required when generating migration 2016-07-04 12:50:37 +03:00
b0bb8649a3 HHVM compatible fix for messageformatter error
fixes #11528
2016-07-04 11:01:24 +02:00
91f1ac1d99 fixed exception on malformed message in Messageformatter
this exception is thrown since PHP7
fix is compatible with older versions.

close #11644
fixes #11528
2016-07-04 10:42:39 +02:00
d219b17e65 Test for MessageFormatter with broken pattern
close #11644
2016-07-04 10:42:39 +02:00
fa64ba29e1 Japanese Documentation updated [ci skip] (#11881)
* Japanese Documentation updated [ci skip]

* docs/guide-ja/input-multiple-models.md [ci skip]
2016-07-04 10:27:45 +03:00
7126209037 make AccessRule::matchVerb() more reliable
related to #11857
2016-07-03 12:47:56 +02:00
c66121d2b6 update documentation fxp/composer-asset-plugin to version ^1.2.0 (#11876) 2016-07-03 12:05:42 +02:00
d9122a74a9 improved tests and docs for #11857 2016-07-03 11:02:25 +02:00
0895f212c6 improved docs about tag option in HTML options 2016-07-03 10:57:47 +02:00
3f643ff514 Merge pull request #11873 from yiijan/docs-ja-0703
Japanese Internal Documents updated [ci skip]
2016-07-03 10:33:59 +02:00
6abd19f72f docs/internals-ja updated [ci skip] 2016-07-03 10:42:54 +09:00
d8ba5eb458 docs/internals/release.md typo fixed [ci skip] 2016-07-03 10:42:04 +09:00
4fd4ac04b1 Minor adjustments for #11462 2016-07-03 02:05:13 +03:00
30bb9bd7c8 Fixes #11462: Added support of filtering rules to yii\log\Target::$logVar, added \yii\helpers\BaseArrayHelper::filter() method 2016-07-03 01:56:05 +03:00
16e4cab8f1 Fixes #11865: Fixed setting selected for dropdown list using options 2016-07-03 01:43:50 +03:00
2c021f5ab8 Update CHANGELOG.md (#11871) [skip ci] 2016-07-02 21:32:31 +03:00
6baf8dba4d Fixes #11870: Fixed reliablity of example code in "Getting Data for Multiple Models" 2016-07-02 21:10:00 +03:00
3b5634bf8b Fixes #11863: Fixed usage of mb_substr with PHP < 5.4.8 where length of NULL was treated the same as 0 2016-07-02 21:06:39 +03:00
779c8e0a01 Fixes #11857: yii\filters\AccessRule::$verbs could not be configured with any case of request method names 2016-07-02 20:46:03 +03:00
894f832dca #11857: Added test for AccessRule matching by verb 2016-07-02 20:42:52 +03:00
e8bcb93507 Fixes #10681: Fixed active form beforeValidate wasn't triggered in some cases 2016-07-02 01:59:02 +03:00
2a05754ede Fix link in documentation (#11861) [skip ci] 2016-07-02 01:42:08 +03:00
4d93d68af9 Fix incorrect formatting in documentation (#11864) [skip ci]
The asterisks and underscores were interpreted as markdown formatting, which wasn't intended.

Also fix invalid link to FG_COLOR.
2016-07-01 19:15:36 +03:00
7e96db253d Add missing documentation for getSort (#11862) [skip ci] 2016-07-01 18:25:31 +03:00
d9f1987d0f Fix for #11850 2016-07-01 11:16:01 +03:00
debb467f42 Fixes #11847: Fixed yii\widgets\Pjax to properly respond with partials when custom selector is used for container 2016-06-30 11:47:21 +03:00
1dc688e35f Fixes #11850: Introduced yii\widgets\Pjax::$submitEvent to be able to customize event triggering PJAX form submit 2016-06-30 11:34:18 +03:00
84ef97e8d9 Changed translation status 2016-06-27 12:49:02 +03:00
ee9d5d6600 note about composer branch alias on branch naming change 2016-06-27 03:24:38 +02:00
7c1e3af8e0 add internal docs about making releases 2016-06-27 03:13:37 +02:00
a6b16db233 adjust internal documentation according to #7812
close #11117
2016-06-27 01:55:36 +02:00
0c6dbd8c87 Update code-of-conduct.md 2016-06-27 01:03:43 +02:00
695f8e5676 Updated code of conduct 2016-06-27 01:35:06 +03:00
608ab4055c Cleaned up changelog 2016-06-25 23:59:18 +03:00
9cac1317b9 added test for #11801 2016-06-25 19:09:12 +02:00