16153 Commits

Author SHA1 Message Date
6b73cfccbb Fixes #12881: Added removeValue method to yii\helpers\BaseArrayHelper (nilsburg) 2016-11-04 18:21:56 +03:00
8705219005 Added tests for HelpController (#12908) 2016-11-04 15:58:21 +03:00
b2ec1e2bc9 Hebrew translation fix (#12917) [skip ci] 2016-11-04 11:28:52 +03:00
bd39b53985 Fixed changelog formatting 2016-11-03 13:45:53 +03:00
2788f83576 Fixes #12879: Console progress bar was not working properly in Windows terminals 2016-11-03 13:32:35 +03:00
5ab5b4046c Referenced "Pro Git" book
See https://github.com/yiisoft/yii2/issues/8202#issuecomment-258081949
2016-11-03 11:46:12 +03:00
99f1d04421 Extract default help header to protected method. 2016-11-03 11:41:34 +07:00
26ad3ced49 Merge remote-tracking branch 'upstream/master' 2016-11-03 11:20:49 +07:00
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
bea7c63664 And another leftover
No pushes to master today anymore. Need more sleep :(
2016-11-02 14:17:56 +03:00
3d9945958d Removed accidentally committed leftovers 2016-11-02 14:13:49 +03:00
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
560e3eb0a3 Unit tests created for ActiveQuery (#12889)
* setup ActiveQueryTest

* basic unit tests for ActiveQuery are created:
- all protected & public methods are covered
- method return types are tested
- some functions are already full tested, others are supplied with @todo

* fix driver for mssql

* fix ::class to className()

* remove OCI tests
2016-11-01 20:48:58 +01:00
1defc74ca4 link fix (#12890) [skip ci] 2016-11-01 20:45:07 +03:00
8360655a0b Fixed links to Russian MongoDB documentation (#12888) [skip ci] 2016-11-01 17:49:29 +03:00
6ff2b3e8ab Fixes #9220: GridView::filterModel docs update (#12886) [skip ci] 2016-11-01 13:29:43 +03:00
e7c080594d Fixed yii\behaviors\AttributeTypecastBehavior marks attributes with null value as 'dirty' 2016-11-01 12:27:36 +02:00
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
0ac321370b Fixes #12856: Fixed yii\web\XmlResponseFormatter to use true and false to represent booleans 2016-10-29 21:57:48 +03:00
2ab41948a8 Change place of note about pluralize controller name (#12813) [skip ci] 2016-10-28 13:17:10 +03:00
5f821feff7 Added constants for CompareValidator::$type
also improved and fixed docs about 'compare' validator.

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

* Clarify condition
2016-10-27 10:06:39 +02:00
af0119a910 Update UPGRADE.md
fixes #12850
2016-10-27 08:55:55 +02:00
209f3a1bf9 [SK] Updated translations (#12853) [skip ci] 2016-10-26 23:27:10 +03:00
0dbb945cb7 Errors in sequence numbers of registerCssFile()'s arguments (#12812) [skip ci] 2016-10-26 18:09:02 +03:00
a183efb5d6 Update BaseStringHelper.php (#12832) [skip ci] 2016-10-26 18:06:00 +03:00
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
e8c16a09fa Fixed some typos (#12847) 2016-10-26 14:02:38 +03:00
22a90cb817 added French output-client-scripts.md [skip ci] (#12844) 2016-10-26 11:54:31 +03:00
70752b0fc1 Fixes #11037: yii.js and yii.validation.js should use Regexp.test instead of String.match (#12839) 2016-10-26 10:44:08 +03:00
5308aa1eee Fixes #12619: Added catch Throwable in yii\base\ErrorHandler::handleException() 2016-10-25 21:38:48 +03:00
8d05bd9479 yii\base\Application::$version converted to yii\base\Module::$version virtual property, allowing to specify version as a PHP callback
`yii\base\Application::$version` converted to `yii\base\Module::$version` virtual property, allowing to specify version as a PHP callback
2016-10-25 17:10:56 +03:00
60208bb96c Enabled tests for FileMutex on Windows, see #12824 (#12831) 2016-10-25 13:37:55 +03:00
2716093eda Fixes #12824: Enabled use of yii\mutex\FileMutex on Windows systems 2016-10-24 19:16:24 +03:00
71d083d499 Fixes #12816: Added columnSchemaClass option for yii\db\Schema which adds ability to specify custom \yii\db\ColumnSchema class 2016-10-24 14:36:42 +03:00
73a30780b3 Fixes #12810: getChildRoles() throws an exception when role has no children 2016-10-24 14:11:09 +03:00
f71a14c284 fixed typos (#12820) [skip ci] 2016-10-24 14:10:00 +03:00
1433d8a017 added example for relation name to AR phpdoc
fixes #12802
2016-10-24 02:16:54 +02:00
31595827b1 fixed link in PhpMessageSource docs
https://github.com/yiisoft/yii2/pull/12409#r84586089
2016-10-24 02:03:17 +02:00
02e0ac7034 Fixes #12807: Added console controller checks for yii\console\controllers\HelpController 2016-10-23 14:02:59 +03:00
bbdf5186d2 Cosmetic changes in DocBlocks (#12815) [skip ci] 2016-10-23 11:44:23 +03:00
3a2b4e445a Update UPGRADE.md (#12800) [skip ci]
The newest composer version should be part of the upgrade guide.
2016-10-21 17:48:52 +03:00
dda5543a61 added test for View::registerJsFile() 2016-10-21 13:48:31 +02:00
d4df72a2a4 Fixed yii\behaviors\AttributeTypecastBehavior unable to automatically detect attributeTypes 2016-10-21 12:49:22 +03:00
8f5b1fb3eb Fixes #12790: Added scrollToErrorOffset option for ActiveForm which adds ability to specify offset in pixels when scrolling to error 2016-10-21 01:06:37 +03:00
6346e7180c added test for default route to Url helper 2016-10-20 22:10:01 +02:00
15a6a9d3ba Polish message translations (#12796) [skip ci] 2016-10-20 22:38:41 +03:00