Commit Graph

15402 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
32c560e629 Merge branch 'master' into gridview-checkboxcolumn 2016-01-17 12:30:43 +02:00
Dmitry Naumenko
70417f979d Merge pull request #10597 from yiijan/docs-ja-0117
docs/guide-ja/db-query-builder.md updated [ci skip]
2016-01-17 11:49:36 +02:00
Nobuo Kihara
1e196e1c11 docs/guide-ja/db-query-builder.md updated [ci skip] 2016-01-17 18:46:09 +09:00
Dmitry Naumenko
e58c1c1b42 Merge pull request #10592 from andrewnester/10574-compatible-fix
#10574 - (2.0.x compatible)  Fix for BaseArrayHelper::encode to work with invalid characters in proper way
2016-01-16 15:41:35 +02:00
Andrew Nester
ed23b97baf #10574 - Fix for BaseArrayHelper to work with invalid characters in proper way 2016-01-16 09:37:36 +03:00
Alexander Makarov
79ad12f1cc Merge pull request #10590 from yiisoft/revert-array-value-isset
reverted c00b97a/#9915, this is expected behavior
2016-01-15 18:53:12 +03:00
Carsten Brandt
f6dcb290ed reverted c00b97a/#9915, this is expected behavior
When accessing non-existing properties it is expected behavior to throw an error.
This is the case in all other places.

It is also not reliably possible to determine whether a property exists beforehand.
it is not sufficient to call `property_exists()` as it may be available via `__get()`.

Instead of `property_exists()` or `isset()` it should call `$object->canGetProperty()` but this is not
guaranteed to be implemented and therefor doing such a check will not work in 2.0.x.

calling isset() may break code that works through __get() but has not implemented __isset() properly.

We may discuss this for 2.1 again but I am in favor of keeping it as is.
2016-01-15 16:19:24 +01:00
SilverFire - Dmitry Naumenko
f72e9d5bcf Revert "#9915: changed behavior of ArrayHelper::getValue() according to @azureru suggestion"
This reverts commit 4b511fb9bc.
2016-01-15 16:03:46 +02:00
Daniel Filipek
571a936327 tutorial-mailing.md 100% 2016-01-15 13:23:30 +01:00
Alexander Makarov
4b511fb9bc #9915: changed behavior of ArrayHelper::getValue() according to @azureru suggestion 2016-01-15 15:21:08 +03:00
SilverFire - Dmitry Naumenko
eda1e7b027 Fixed yii\grid\GridView::guessColumns() to work with numeric column names
Closes #10580
2016-01-15 13:35:08 +02:00
SilverFire - Dmitry Naumenko
25138d337c Docs es,ja,pt-BR,ru,zh-CN: fixed link to AuthMethod 2016-01-15 13:15:18 +02:00
Dmitry Naumenko
69c5b16aca Merge pull request #10586 from nkovacs/patch-16
fix link to AuthMethod
2016-01-15 13:07:12 +02:00
Nikola Kovacs
a61d9f224f fix link to AuthMethod 2016-01-15 11:37:49 +01:00
Carsten Brandt
b9d8344d84 updated db guide
string format in where() is not only for simple cases but also for the complex ones that need raw SQL.
2016-01-14 19:30:09 +01:00
Carsten Brandt
dbf1b9f492 Update CHANGELOG.md 2016-01-14 15:52:28 +01:00
grykon
4f452b159a Translate for 'pl' messages
Update yii.php

Completion of the missing translations

close #10575
2016-01-14 15:07:35 +01:00
youmad
77b0d30bf8 Divide by zero prevention in console progress bar
close #10541
2016-01-14 12:21:32 +01:00
Dmitry Naumenko
529993d2ee Merge pull request #10564 from servocoder/patch-1
Update BaseMigrateController.php
2016-01-13 22:45:22 +02:00
Pavel Solomienko
2300e9cbe5 Update BaseMigrateController.php 2016-01-13 19:33:53 +02:00
Dmitry Naumenko
8f1245553f Merge pull request #10562 from softark/doc-fix-0113
doc fix - removed unnecessary bar [ci skip]
2016-01-13 14:52:46 +02:00
Nobuo Kihara
a1170aa033 doc fix - removed unnecessary bar [ci skip] 2016-01-13 20:29:36 +09:00
Dmitry Naumenko
6831580790 Merge pull request #10539 from bizley/guide-pl
Guide PL [skip ci]
2016-01-12 11:40:05 +02:00
Alexander Makarov
5f82767527 Merge pull request #10553 from githubjeka/phpDoc
phpDoc ActiveQuery:with/joinWith updated [skip ci]
2016-01-12 12:23:00 +03:00
githubjeka
9ae21e5df2 phpDoc of joinWith updated to \yii\db\ActiveQuery 2016-01-12 12:20:12 +03:00
githubjeka
2b6ceb1eb7 phpDoc updated 2016-01-12 10:10:43 +03:00
Daniel Filipek
c21228c58b Merge branch 'guide-pl' of https://github.com/bizley/yii2 into guide-pl 2016-01-11 08:42:45 +01:00
Daniel Filipek
671d04e923 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2016-01-11 08:41:45 +01:00
Bizley
217e944262 Fix
Adding the fix from
83d72cddc0
2016-01-10 11:55:55 +01:00
Bizley
a6c0f0a65b Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2016-01-10 11:30:53 +01:00
Bizley
6e6e202200 Guide PL fixes and links shortening 2016-01-10 11:30:12 +01:00
Alexander Makarov
02bebc6a8b Merge pull request #10540 from johnkind49/master
Fix documentation [skip ci]
2016-01-09 20:16:36 +03:00
John Kind
0480417442 Fix markdown indent 2016-01-09 19:42:06 +03:00
John Kind
77569c8587 Fix typo in documentation. 2016-01-09 19:38:28 +03:00
Bizley
4b6277a265 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2016-01-09 11:58:39 +01:00
Alexander Makarov
60124d05b8 Merge pull request #10536 from githubjeka/patch-1
Updated phpDoc to ManagerInterface::addChild()
2016-01-09 00:07:40 +03:00
Evgeniy Tkachenko
60086507db Updated phpDoc to ManagerInterface::addChild() 2016-01-09 00:05:10 +03:00
Klimov Paul
57ab949be5 Response::redirect() uses 200 status code if 'X-Ie-Redirect-Compatibility' header sent 2016-01-08 16:32:09 +02:00
Daniel Filipek
be71588429 output-client-scripts.md 100%
README.md translation fix
output-client-scripts.md 100%
input-validation typo fix
2016-01-08 15:30:04 +01:00
SilverFire - Dmitry Naumenko
019587e544 yii\web\Response - fixed comparation bug introduced in #9670 2016-01-08 14:44:35 +02:00
Dmitry Naumenko
7fc2ea8020 Merge pull request #10514 from johnkind49/master
Fixed documentation.
2016-01-08 12:48:39 +02:00
Daniel Filipek
6fc980cc1d input-validation.md 2016-01-07 15:23:01 +01:00
Dmitry Naumenko
0868b897ba Merge pull request #10528 from yiijan/docs-ja-0107
docs/guide-ja/output-formatting.md updated [ci skip]
2016-01-07 10:59:12 +02:00
Nobuo Kihara
97397c71db docs/guide-ja/output-formatting.md updated [ci skip] 2016-01-07 16:49:04 +09:00
Alexander Makarov
b282303033 Merge pull request #10525 from yiisoft/code-of-conduct
Code of conduct
2016-01-06 15:37:22 +03:00
Alexander Makarov
3a6096a648 Added code of conduct 2016-01-05 15:44:15 +03:00
Alexander Makarov
339798296b Merge pull request #10521 from tom--/security-exception-cleanup
Security exception cleanup
2016-01-05 01:04:26 +03:00
Tom Worster
40fc49bf16 remove obsolete @throw tags 2016-01-04 15:08:04 -05:00
Tom Worster
2a746c381c Merge remote-tracking branch 'upstream/master' 2016-01-04 13:37:47 -05:00
Carsten Brandt
cdb7d84fea added support for non-gregorian calendar to formatter
fixes #8687
close #10517
2016-01-02 19:42:35 +01:00