1e1723a741
Updated PHPDoc in BaseActiveRecord
...
Closes #12349
2016-08-26 22:11:35 +03:00
0f568807e5
Updated PHPDoc in ActiveRecordInterface
2016-08-26 22:11:09 +03:00
ba43ef370d
Cosmetic changes
2016-08-26 16:00:51 +03:00
cac514e8e9
Fixes #12293 : Fixed MSSQL Schema::resolveTableNames() when using linked database tables
2016-08-25 23:08:37 +03:00
7ebf625be1
Merge branch 'master' of https://github.com/h0ckeypl4yer/yii2 into h0ckeypl4yer-master
2016-08-25 21:58:13 +03:00
469c0548b6
fixed formatter to respect grouping separator for currency format
...
fixes #12331
2016-08-25 20:29:50 +02:00
2d9b659777
Fixes #12296 : Added value validation to yii\log\Target::setLevels()
2016-08-25 20:47:03 +03:00
3ff988a761
CHANGELOG updated
2016-08-25 20:25:05 +03:00
fa5baf3275
[ #9989 ] Added support of formaction, formmethod and formenctype submit button attributes
2016-08-25 20:25:05 +03:00
fa3e65ccd8
Merge pull request #12181 from githubjeka/patch-5
...
Added PageCache info of in log
2016-08-25 20:12:26 +03:00
98b6851c41
Update User.php
...
A Few spelling corrections.
2016-08-25 09:59:58 +01:00
926a238595
Removed duplicate sentence in docblock ( #12290 ) [skip ci]
2016-08-24 13:31:53 +03:00
f0e999e017
Cosmetic changes ( #12292 ) [skip ci]
2016-08-24 13:10:03 +03:00
434a4ce632
Typos in class docblock ( #12270 )
2016-08-23 22:23:30 +02:00
4c2301b782
Rename tj to tg according to ISO 639-1 ( #12261 )
2016-08-23 11:08:34 +02:00
4b40417972
improved docs about sendFile() in Request
2016-08-23 10:00:01 +02:00
00e4470c42
Cosmetic changes
2016-08-23 09:46:22 +03:00
f35f94bd3e
Merge pull request #12230 from RangelReale/activelistvalue
...
Allows BaseHtml::activeListInput to override the field value
2016-08-22 17:34:18 +03:00
623f30324d
Added tests for ActiveField::hint(), fixed code formatting
2016-08-22 16:59:09 +03:00
b54ef3f9e3
Typos in docblock of $errorAction ( #12250 ) [skip ci]
2016-08-22 16:38:58 +03:00
9a2b6e48ad
* Changelog
2016-08-22 10:17:01 -03:00
d8e0694aec
Added missing square bracket
2016-08-22 13:26:44 +03:00
d33227ab85
typo fix ( #12217 ) [skip ci]
2016-08-21 12:58:11 +03:00
13c05ef3fa
* Allows BaseHtml::activeListInput to override the field value, to follow BaseHtml::activeInput which already allows it
2016-08-20 13:33:12 -03:00
89bcda97fe
PHPDoc: Add @param $value to MemCache::addValue() ( #12215 ) [skip ci]
2016-08-19 19:50:08 +03:00
3ce36573b6
Fix 12188 ( #12202 )
...
* PHPDoc: \yii\caching\Cache::$serializer
* PHPDoc: \yii\caching\Cache::getValue
* PHPDoc: Review implementations of \yii\caching\Cache with considering $serializer
* PHPDoc: fix typos
2016-08-19 15:55:03 +03:00
bbeebaa11e
Update PageCache.php
2016-08-19 12:20:59 +03:00
a9eee3f243
Update Cache.php
2016-08-18 08:22:07 +03:00
3e680f9311
Update FragmentCache.php ( #12179 ) [skip ci]
2016-08-17 11:58:09 +03:00
665a12b25c
Fix typo detaild -> detailed ( #12177 ) [skip ci]
2016-08-17 11:56:25 +03:00
931e8cda96
Update PageCache.php
2016-08-17 10:56:07 +03:00
ed12e3c99f
Update yii.php ( #12165 ) [skip ci]
2016-08-16 10:15:21 +03:00
976acc6146
Update BaseDataProvider.php ( #12168 ) [skip ci]
2016-08-16 10:14:56 +03:00
b8c07f6839
Fixes #12009 : Do not render "for" field label attribute for active form RadioList and CheckboxList
2016-08-16 01:47:23 +03:00
3b2374b543
Fixes #12073 : Added the ability to suppress the generation of input hint when it is specified through Model::attributeHints()
2016-08-16 01:09:07 +03:00
df945761d7
Add missing message ( #12160 ) [skip ci]
...
'{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute}必須等於"{compareValueOrAttribute}"。'
2016-08-15 12:18:52 +03:00
84124bec4f
Fix grammar in migration template docblocks. ( #12148 )
...
Fix typo in test file's name.
2016-08-12 17:55:43 +03:00
143f9070af
Fixed yii\db\BaseActiveRecord::updateAttributes() change isNewRecord state for the new model
2016-08-12 11:43:31 +03:00
ae4e763788
Fixed multiple mistakes in messages in Latvian ( #12131 ) [skip ci]
...
Change from international "fails" to localized "datne"; positive expression formats for value validation errors; fixed invalid use of "sekojošiem" replacing with "šādiem"; fixed singular and plural forms of the word "simbols"; clarified meaning of "virknei" by prefixing it with "simbolu"; fixed other minor spelling mistakes.
2016-08-10 14:46:23 +03:00
afc298c6ef
Fixed HttpCache was sending an empty Pragma header ( #12100 ) ( #12123 )
2016-08-09 15:03:57 +02:00
47b4dbbf9c
Merge pull request #12115 from sergeymakinen/12099-httpcache-callback-behavior
...
HttpCache no longer returns 304 HTTP code when callbacks return null (#12099 )
2016-08-09 10:22:10 +02:00
0ae73251ee
Fixed tests
2016-08-09 02:31:08 +03:00
457abe8939
Fixes #12085 : Fixed session destruction sequence
2016-08-09 01:49:23 +03:00
bbbb98626f
HttpCache no longer returns 304 HTTP code when callbacks return null ( #12099 )
2016-08-08 23:58:39 +03:00
ef0658726f
Revert "Revert "fixed mysql defaul integer display width on unsigned pk""
...
This reverts commit 144d78ebb46874cd229f5c13ac3ca7ce3d59f1f2.
fixes #11541
2016-08-08 13:36:08 +02:00
10806a65a4
validate input in REST serializer
...
fixes #12107
2016-08-08 13:14:22 +02:00
144d78ebb4
Revert "fixed mysql defaul integer display width on unsigned pk"
...
This reverts commit 85d89e489311e20c626bcb90129c0c86978fcee4 because it
is a breaking change. see #11541
2016-08-08 11:54:29 +02:00
85d89e4893
fixed mysql defaul integer display width on unsigned pk
...
fixes #11541
2016-08-08 10:47:34 +02:00
10ba47d841
fixed docs in ActiveField
2016-08-08 10:39:28 +02:00
c9f500b3ed
Updated CHANGELOG
2016-08-05 17:33:52 +03:00