Commit Graph

8965 Commits

Author SHA1 Message Date
evgen
c7c8f09827 ksort and reverse to uksort 2016-11-12 11:10:57 +03:00
evgen
481932e238 add migration name to sort 2016-11-12 02:20:00 +03:00
Carsten Brandt
45a390791c reordered changelog 2016-11-11 23:35:39 +01:00
Carsten Brandt
822ca38b2f reverted wrong changes in CHANGELOG
see also 40394b8abf, that one was
intentional
2016-11-11 23:33:53 +01:00
Evgeny
afab30b822 Update CHANGELOG.md 2016-11-12 01:09:37 +03:00
Evgeny
59f7335b8f change getMigrationHistory 2016-11-12 00:58:20 +03:00
Roman Grinyov
b7b9c8ba40 Cosmetic changes (DocBlock) (#12972) [skip ci] 2016-11-11 20:57:55 +03:00
Carsten Brandt
e692340585 fixed docs for #12928 2016-11-10 20:18:45 +01:00
Alexander Makarov
d28009843e #12950: Mentioned AttributeTypecastBehavior in AR afterSave() docs 2016-11-10 03:12:47 +03:00
Boudewijn Vahrmeijer
eeeafc91b3 Fixes #7980: Removed duplicate code in getItem() which is executed anyways in populateItem() 2016-11-10 01:52:02 +03:00
Boudewijn Vahrmeijer
b641c1f41b Enh Dependency getHasChanged (#12928)
* - rename getHasChanged() to isChanged()
- updated docs
- added tests for Dependency
- added useful helpers for inaccessible properties to TestCase
2016-11-09 10:05:06 +01:00
SilverFire - Dmitry Naumenko
134283dfa2 Tidy up CHANGELOG 2016-11-08 23:22:31 +02:00
SilverFire - Dmitry Naumenko
964f600ef9 Changelog updated 2016-11-08 23:20:42 +02:00
webdevsega
a8a46a13bc Allow itemOptions in ListView to be a closure 2016-11-08 23:20:42 +02:00
Boudewijn Vahrmeijer
7c7d751e67 Fixes #12015 Changed visibility yii\db\ActiveQueryTrait::createModels() from private to protected 2016-11-08 23:49:42 +03:00
Alexey Rogachev
fb8fd66a08 Fixes #12939: Hard coded table names for MSSQL in RBAC migration 2016-11-08 23:44:09 +03:00
Alexander Zlakomanov
b48b1a0657 Fixes #12904: Fixed lowercase table name in migrations 2016-11-08 23:39:44 +03:00
micro-maureen
6bad563c69 Update BaseHtml.php (#12933) 2016-11-07 13:34:17 +01:00
Alexander Makarov
2d96da4e29 Merge branch 'master' of https://github.com/diezztsk/yii2 into diezztsk-master 2016-11-07 13:23:03 +03:00
diezztsk
e30e53843a Changelog update. Fixed phpDoc comment. 2016-11-07 10:35:20 +07:00
Robert Korulczyk
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
SilverFire - Dmitry Naumenko
940f7c7cd4 PHPDocs updated. Closes #12927 2016-11-05 22:11:09 +02:00
SilverFire - Dmitry Naumenko
d0eb841e07 Tidy up CHANGELOG 2016-11-05 21:36:53 +02:00
SilverFire - Dmitry Naumenko
8642c3f892 Changed type column type from int to smallInt in RBAC migrations
Closes #11929
2016-11-05 21:19:50 +02:00
SilverFire - Dmitry Naumenko
6f4c52a53d Simplified Regex usage in JS
Follows 70752b0fc1
2016-11-05 21:07:05 +02:00
SilverFire - Dmitry Naumenko
0c33c9d075 Revert "Enhances ActiveForm with support for HTML5 attributes like formaction, formtarget and formmethod (#8719) [ci-skip] (#11999)"
This reverts commit 3ba72da6fa.

Fixes #12803
Fixes #12921
2016-11-05 20:48:48 +02:00
Marko Mikulic
7837f1845e Removed unnecessary '#' [skip ci] 2016-11-04 23:01:31 +03:00
Boudewijn Vahrmeijer
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
n.vanderburg
6b73cfccbb Fixes #12881: Added removeValue method to yii\helpers\BaseArrayHelper (nilsburg) 2016-11-04 18:21:56 +03:00
Siarhei Volkau
b2ec1e2bc9 Hebrew translation fix (#12917) [skip ci] 2016-11-04 11:28:52 +03:00
Alexander Makarov
bd39b53985 Fixed changelog formatting 2016-11-03 13:45:53 +03:00
Alexander Makarov
2788f83576 Fixes #12879: Console progress bar was not working properly in Windows terminals 2016-11-03 13:32:35 +03:00
diezztsk
99f1d04421 Extract default help header to protected method. 2016-11-03 11:41:34 +07:00
Siarhei Volkau
2ff72e4706 Hebrew translation fix (#12894) [skip ci]
Formatting message for language 'he' failed with error: Message pattern is invalid: msgfmt_create: message formatter creation failed: U_DEFAULT_KEYWORD_MISSING. The message being formatted was: {attribute} אמור לכלול לפחות {min, number} {min, plural, one{תו} few{תוים} many{תוים}}..
2016-11-02 16:50:04 +03:00
Alexander Makarov
bea7c63664 And another leftover
No pushes to master today anymore. Need more sleep :(
2016-11-02 14:17:56 +03:00
Alexander Makarov
3d9945958d Removed accidentally committed leftovers 2016-11-02 14:13:49 +03:00
Alexander Makarov
dd71fa3958 Fixes #4113: Error page stacktrace was generating links to private methods which are not part of the API docs 2016-11-02 13:42:11 +03:00
Evgeniy Tkachenko
6ff2b3e8ab Fixes #9220: GridView::filterModel docs update (#12886) [skip ci] 2016-11-01 13:29:43 +03:00
Klimov Paul
e7c080594d Fixed yii\behaviors\AttributeTypecastBehavior marks attributes with null value as 'dirty' 2016-11-01 12:27:36 +02:00
MKiselev
4f89265fff Fixes #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly 2016-11-01 02:02:16 +03:00
Alexander Makarov
0ac321370b Fixes #12856: Fixed yii\web\XmlResponseFormatter to use true and false to represent booleans 2016-10-29 21:57:48 +03:00
Carsten Brandt
5f821feff7 Added constants for CompareValidator::$type
also improved and fixed docs about 'compare' validator.

fixes #12864
2016-10-28 10:17:27 +02:00
Edgard Lorraine Messias
d3c7accc49 Added braces check for initDefaultButton (#12863) 2016-10-28 00:22:11 +03:00
Alexey Rogachev
aa6d34a285 Fixes #9796: Initialization of not existing yii\grid\ActionColumn default buttons (#12859) 2016-10-27 22:11:54 +03:00
Evgeniy Tkachenko
757b3de0bf Fixes #12828: Fixed handling of nested arrays, objects in \yii\grid\GridView::guessColumns 2016-10-27 16:19:13 +03:00
Lanrik
333c4b6b4f Remove unnecessary comparsion (#12833)
* Remove unnecessary comparsion

* Clarify condition
2016-10-27 10:06:39 +02:00
Carsten Brandt
af0119a910 Update UPGRADE.md
fixes #12850
2016-10-27 08:55:55 +02:00
lubosdz
209f3a1bf9 [SK] Updated translations (#12853) [skip ci] 2016-10-26 23:27:10 +03:00
Basil
a183efb5d6 Update BaseStringHelper.php (#12832) [skip ci] 2016-10-26 18:06:00 +03:00
Carsten Brandt
b49ce4f0bb Fixes Gridview JS to respect # in filterUrl (#12837)
* Fixes Gridview JS to respect # in filterUrl

fixes #12836

* Update CHANGELOG.md
2016-10-26 15:08:45 +02:00