Carsten Brandt
3802c83b5d
Merge pull request #10856 from lukBarros/patch-1
...
grammatical adjustment
2016-02-15 16:20:36 +01:00
Lucas Barros
2e50270527
grammatical adjustment
...
grammatical adjustment
2016-02-15 11:44:49 -03:00
Daniel Gomez Pan
2825e06451
Update changelog [skip ci]
2016-02-15 15:15:18 +01:00
githubjeka
f0c666cd6f
Update FileValidator phpDoc: see link added to maxSize
2016-02-15 15:14:39 +03:00
githubjeka
07c3403f27
Update FileValidator phpDoc: see link added to maxSize
2016-02-15 15:12:36 +03:00
githubjeka
e23f47f49a
Update phpDoc maxSize of FileValidator
2016-02-15 14:51:39 +03:00
Dmitry Naumenko
1d43bb5421
Merge pull request #10852 from githubjeka/uploadfile_doc
...
phpDoc: return of UploadedFile::getInstance()
2016-02-15 13:29:38 +02:00
githubjeka
984c51ab1a
Update phpDoc: return of UploadedFile::getInstance() / getInstanceByName()
2016-02-15 14:18:16 +03:00
Vladimir Khramov
ef8b0a2be0
parameter dimensions in ArrayHelper::index
2016-02-15 17:47:44 +10:00
Lucas Barros
21fe25ff18
finish review ptbr - 100% done
2016-02-14 18:44:13 -03:00
Lucas Barros
3f6f691e52
partial change for ptBR lang (3/3) 100% done
...
partial change for ptBR lang (3/3) 100% done
2016-02-14 18:24:47 -03:00
Lucas Barros
64fb931270
partial change for ptBR lang (2/3)
...
partial change for ptBR lang (2/3)
2016-02-14 17:56:51 -03:00
Lucas Barros
a1a77fa7fd
partial change for ptBR lang (1/3)
...
partial change for ptBR lang (1/3)
2016-02-14 17:33:57 -03:00
Lucas Barros
e1eae343a0
Sync files for doc to ptBR
...
Sync files for doc to ptBR
2016-02-14 17:18:33 -03:00
Carsten Brandt
c04f068439
prepare for next release
2016-02-14 15:51:30 +01:00
Carsten Brandt
9b5f6cb188
prepare for 2.0.7 release
...
- adjust version
- build classmap
- build phpdoc @property annotations
- build mime-type file
2.0.7
2016-02-14 15:45:55 +01:00
Alexander Makarov
a1846cd57c
Fixed issue number
2016-02-14 01:04:18 +03:00
Carsten Brandt
4359f4665b
docs adjustement for blameable behavior
2016-02-13 14:44:10 +01:00
SilverFire - Dmitry Naumenko
5714ae576d
Updated CHANGELOG, UPGRADE.md
2016-02-13 12:39:29 +02:00
SilverFire - Dmitry Naumenko
624be05be0
Updated TimestampBehaviorTest to test the callable in array format as value
2016-02-13 12:39:05 +02:00
SilverFire - Dmitry Naumenko
4f75bd70b9
BlameableBehavior::getValue() changed to make value processing consistent with AttributeBehavior::getValue()
2016-02-13 12:37:35 +02:00
SilverFire - Dmitry Naumenko
2e13136ca8
AttributeBehavior::getValue() now respects the callable in array format
2016-02-13 12:33:18 +02:00
drodata
048b0ba870
Fixed wording
...
close #10718
2016-02-12 17:34:22 +01:00
Sam Mousa
8ea4c660da
Several improvements to DI container
...
- Refactored invoke into separate resolve method (reusability)
- Added support for associative params array
- Added PHPUnit group doc to DI tests.
- Improved the tests for better coverage, and fixed a bug discovered by the new tests.
close #10811
2016-02-12 17:29:18 +01:00
Carsten Brandt
3d719d057e
review yii\web namespaces docs
2016-02-12 16:21:32 +01:00
Carsten Brandt
997dfa3e11
review guide and UPGRADE file
2016-02-12 15:56:54 +01:00
Carsten Brandt
31bd0e392b
Merge pull request #10828 from yiisoft/activequery-alias2
...
Activequery::joinWith() alias
2016-02-12 14:30:05 +01:00
Carsten Brandt
4f4a661061
fixed test break when formatter is loaded before intl magic
2016-02-12 14:00:53 +01:00
SilverFire - Dmitry Naumenko
6fbac596ca
Travis: added ICU_DATA_VERTION to output
2016-02-12 14:27:34 +02:00
Dmitry Naumenko
763f961269
Merge pull request #10827 from yiijan/docs-ja-0212
...
Docs ja 0212 updates
2016-02-12 14:08:52 +02:00
Carsten Brandt
ce35739469
joinWith implementation cleanup
2016-02-12 12:45:29 +01:00
Carsten Brandt
438be14a8e
adjusted the guide on GridView relations for joinWith aliases
2016-02-12 12:40:31 +01:00
Carsten Brandt
3f8df39f45
more tests for joinWith alias
...
also test on joining the same relation twice
2016-02-12 12:35:29 +01:00
Carsten Brandt
94571e2c23
improved tests for ActiveQuery::joinWith alias
2016-02-12 12:35:29 +01:00
Carsten Brandt
5f19e7aa41
Added Alias Syntax for joinWith()
...
Add alias syntax to joinWith(), e.g. joinWith('author a').
No need to know the table name for defining an alias for the relation.
fixes #2377 , alternative to #8788 , which allows later implementation of
getting alias and column name ambiguation.
depends on #10813 to be merged first.
2016-02-12 12:35:28 +01:00
Carsten Brandt
157d6c79cc
fixes #4972 by adding and alias() to ActiveQuery
...
allows defining an alias without knowing the model table name.
2016-02-12 12:34:16 +01:00
Klimov Paul
d22a3a0a07
Fixed yii\validators\EachValidator does not respect skipOnEmpty rule parameter
2016-02-12 13:33:36 +02:00
Nobuo Kihara
ec1dff0823
docs/guide-ja/output-data-widgets.md updated [ci skip]
2016-02-12 20:26:52 +09:00
nainoon
076329bfba
add test for join with alias
...
close #8788
2016-02-12 12:26:34 +01:00
Klimov Paul
e4f71eef69
CheckboxColumnTest location fixed
2016-02-12 13:24:18 +02:00
Nobuo Kihara
65efa8c4e8
docs/internals-ja/core-code-style.md updated [ci skip]
2016-02-12 20:21:59 +09:00
Klimov Paul
17ab05651c
uk translation fix
2016-02-11 17:39:25 +02:00
boehsermoe
22dceedabb
Fixed DetailView for arrayable models
...
The toArray() function return [attribute => value] but there is need a list of attribute names.
UnitTest for the DetailView arrayable models
close #10760
2016-02-11 15:58:54 +01:00
SilverFire - Dmitry Naumenko
3a3fdd9665
Updated UPGRADE.md ( closes #9953 )
2016-02-11 16:52:39 +02:00
Dmitry Naumenko
b188967f72
Merge pull request #10810 from githubjeka/patch-1
...
Update return phpDoc queryOne & queryScalar.
2016-02-11 16:31:14 +02:00
Evgeniy Tkachenko
af9462bd31
Update return phpDoc queryOne & queryScalar.
2016-02-11 16:34:40 +03:00
Dmitry Naumenko
1ccf958b38
Merge pull request #10776 from yiisoft/fix-auth-method
...
fixed behavior of AuthMethod::isActive
2016-02-11 00:44:07 +02:00
SilverFire - Dmitry Naumenko
ef413d0337
AuthTest::testActive - fixed test case
2016-02-11 00:43:45 +02:00
SilverFire - Dmitry Naumenko
6449e1a09f
Merge branch 'master' into fix-auth-method
2016-02-11 00:42:43 +02:00
Alexander Makarov
4cd7f37103
Changelog for #10797
2016-02-10 12:07:55 +03:00