Commit Graph

14105 Commits

Author SHA1 Message Date
Daniel Gomez Pan
36de283411 Fix grammar in chage log [skip ci] 2016-01-26 18:06:01 +01:00
Alexander Makarov
ed80bbeff2 Fixed tabs and spaces controversial statement 2016-01-26 14:00:41 +03:00
Paul Klimov
b6d3ff03a3 Merge pull request #10665 from drodata/master
Guide output-data-providers fixed code example
2016-01-26 11:10:34 +02:00
drodata
7035ccea66 Guide output-data-providers fixed code example 2016-01-26 17:02:54 +08:00
SilverFire - Dmitry Naumenko
936adf0ef8 Merge branch 'fornit1917-9198-buttons-visible-in-action-column' 2016-01-26 10:19:03 +02:00
SilverFire - Dmitry Naumenko
96a50bcc35 Updated CHANGELOG.md 2016-01-26 10:18:41 +02:00
SilverFire - Dmitry Naumenko
efa72e61ec Guide-ru,-en: output-data-widgets - updated ActionColumn section 2016-01-26 10:17:46 +02:00
SilverFire - Dmitry Naumenko
275a7827c3 ActionColumn::visibleButtins() - changed PHPDoc wording 2016-01-26 10:17:16 +02:00
SilverFire - Dmitry Naumenko
fdea27c433 Merge branch '9198-buttons-visible-in-action-column' of https://github.com/fornit1917/yii2 into fornit1917-9198-buttons-visible-in-action-column 2016-01-26 09:36:32 +02:00
Vit
f17a881539 fix typo 2016-01-26 10:29:32 +03:00
SilverFire - Dmitry Naumenko
ca013ca38c Merge branch '9198-buttons-visible-in-action-column' of https://github.com/fornit1917/yii2 into fornit1917-9198-buttons-visible-in-action-column 2016-01-26 09:18:23 +02:00
Vit S
bdddcc54ad code review fixes 2016-01-25 22:56:44 +03:00
SilverFire - Dmitry Naumenko
9bd0810bce FileValidator - fixed fix for error message on UPLOAD_ERR_FORM_SIZE (7f65704) 2016-01-25 21:36:11 +02:00
Vit S
c6c765b014 Merge branches '9198-buttons-visible-in-action-column' and 'master' of github.com:fornit1917/yii2 into 9198-buttons-visible-in-action-column 2016-01-25 21:28:54 +03:00
SilverFire - Dmitry Naumenko
7f657047da FileValidator - fixed error message on UPLOAD_ERR_FORM_SIZE
Closes #10660
2016-01-25 20:14:51 +02:00
Alexander Makarov
105c3779af Added example for TagDependency 2016-01-25 16:44:01 +03:00
SilverFire - Dmitry Naumenko
cb7d290416 Merge branch 'master' of github.com:yiisoft/yii2 2016-01-23 10:43:29 +02:00
SilverFire - Dmitry Naumenko
011c1c65cc Updated CHANGELOG, UPGRADE guide 2016-01-23 10:42:56 +02:00
SilverFire - Dmitry Naumenko
6936c41cf1 SluggableBahavior - PHPDoc and code style fixed; validateSlug, generateUniqueSlug - private -> protected 2016-01-23 10:42:56 +02:00
Hesam Khaki
bd6b70b470 fixes some coding styles in sluggableBehavior 2016-01-23 10:42:56 +02:00
Hesam Khaki
a8dfd50078 numerous refactors for SluggabeBehavior class 2016-01-23 10:42:56 +02:00
Andrew Nester
61df727eaf Expression objects for orderBy should be handled in QueryBuilder
fixes #10535
close #10637

- Added test to prove orderBy accepts \yii\db\Expression
2016-01-23 09:27:54 +01:00
SilverFire - Dmitry Naumenko
89f677ba2a Guide db-active-record fixed code example 2016-01-23 09:35:21 +02:00
Dmitry Naumenko
a2319fc1af Merge pull request #10642 from drodata/master
Fixed a wrong method calling.
2016-01-23 09:30:47 +02:00
drodata
c94bd36e89 Fixed a wrong method calling.
If using `all()`, the value of `$customer` will be an array of
`Customer` instances, not a `Customer` instance.  Consequently,

```
$customer->unlink('orders', $customer->orders[0]);
```

will throw a PHP Fatal Error: Call to a member function unlink() on array.
2016-01-23 11:11:02 +08:00
Alexander Makarov
c79ebf49f4 Merge pull request #10639 from githubjeka/test-uniqvalid
UniqueValidatorTest: Added test for check the invalid attribute
2016-01-22 03:14:28 +03:00
Dmitry Naumenko
c9580b5ba4 Merge pull request #10638 from githubjeka/10263
Bug: `yii\validators\UniqueValidator` doesn't work when `targetClass` is specified as class from global scope of namespace .
2016-01-21 22:16:29 +02:00
githubjeka
dabbb81e07 Added test for check the invalid attribute 2016-01-21 21:23:51 +03:00
githubjeka
2e7014fd72 Fix bug #10638 2016-01-21 20:22:51 +03:00
githubjeka
3ebe092828 Reproduce bug 2016-01-21 19:35:38 +03:00
Dmitry Naumenko
36309ecc53 Merge pull request #10633 from andrewnester/10629-truncate-html-suffix
10629 - BaseStringHelper::truncateHtml fix - should not add suffix if words count less than needed
2016-01-21 10:00:02 +02:00
Andrew Nester
6acab778da 10629 - BaseStringHelper::truncateHtml fix - should not add suffix if words count less than needed #10629 2016-01-21 10:55:52 +03:00
Dmitry Naumenko
50deb075c8 Update Readme - fixed PDF link 2016-01-20 16:34:47 +02:00
SilverFire - Dmitry Naumenko
969469b55a Updated CHANGELOG 2016-01-20 12:35:49 +02:00
Dmitry Naumenko
5ef9da022a Merge pull request #10625 from andrewnester/10555-active-form-fix
10555 - Fix for ActiveForm - When previous action doesn't reload page, this action will be triggered again when another submit button clicked
2016-01-20 12:30:41 +02:00
Andrew Nester
9eaa82e15d 10555 - Fix for ActiveForm - When previous action doesn't reload page, this action will be triggered again when another submit button clicked 2016-01-20 13:08:26 +03:00
Dmitry Naumenko
b457b6e862 Merge pull request #10622 from githubjeka/patch-1
Update phpDoc Component::getBehavior().
2016-01-20 10:22:21 +02:00
Evgeniy Tkachenko
be4c9ae5b8 it added also to detachBehavior() 2016-01-20 10:44:14 +03:00
Evgeniy Tkachenko
187e44d3ba Update phpDoc Component::getBehavior().
Added `@return null`
2016-01-20 10:37:48 +03:00
Alexander Makarov
8ea542cdbf #10581: Improved wording, added note about canGetProperty() and canSetProperty() to properties guide 2016-01-20 02:36:56 +03:00
githubjeka
b87999f6bb Fixes #10581: Add note about overriding get/set methods to behaviors guide 2016-01-20 02:30:17 +03:00
Alexander Makarov
1aee6ddf2a Merge pull request #10618 from githubjeka/ar-refac
nya
2016-01-19 15:27:49 +03:00
githubjeka
2c3e9a4296 phpDoc of getTableSchema|loadTableSchema updated 2016-01-19 15:19:19 +03:00
githubjeka
5326b7aaf6 refactoring for getTableSchema 2016-01-19 15:19:04 +03:00
Dmitry Naumenko
608c1f1055 Merge pull request #10573 from andrewnester/10218-session-regenerate-id
#10218 - Fix for session regenerate id issue after user logged out
2016-01-19 13:59:18 +02:00
Andrew Nester
bdea6d30d0 Updated Changelog.md 2016-01-19 13:58:53 +03:00
Andrew Nester
d282d5fe7f Updated doc block for SessionTest 2016-01-19 13:47:24 +03:00
Andrew Nester
ab25b8a358 10218 - Fix for session regenerate id issue that occured after user logged out #10218 2016-01-19 13:02:43 +03:00
SilverFire - Dmitry Naumenko
2f4d5ff121 Merge branch 'necrox87-patch-1' 2016-01-19 00:42:06 +02:00
SilverFire - Dmitry Naumenko
0cae7fc654 Added CHANGELOG line for #10052 2016-01-19 00:41:55 +02:00