Commit Graph

8965 Commits

Author SHA1 Message Date
Alexander Makarov
706b98ee0f Changelog for #11187 2016-03-25 13:32:36 +03:00
Angel Guevara
2ccf9e46f8 documentation snippet 2016-03-24 18:13:25 -06:00
micro-maureen
e410562841 Update UrlRuleInterface.php
Fixed typo - missing word 'by'.
2016-03-24 12:42:38 +00:00
Carsten Brandt
e0e19aea64 fixed broken markdown in VerbFilter
fixes #11179
2016-03-23 18:16:08 +01:00
Evgeniy Tkachenko
aa0bf9a3c7 phpDoc: Added null to Controller::$layout 2016-03-23 16:37:42 +03:00
SilverFire - Dmitry Naumenko
7d263d2271 ArrayCache - updated PHPDoc 2016-03-23 09:31:27 +02:00
SilverFire - Dmitry Naumenko
2de79d7ee4 CHANGELOG reordered 2016-03-23 00:13:25 +02:00
SilverFire - Dmitry Naumenko
46a0f2ef50 Updated CHANGELOG 2016-03-23 00:08:07 +02:00
SilverFire - Dmitry Naumenko
9a73593908 yii\web\User - updated PHPDoc 2016-03-23 00:08:07 +02:00
Sam Mousa
c7436909f4 Added optional $checkHeader param to loginRequired for checking the Accept header; defaults to true.
Added changelog line.

Fixed DbSessionTest

Added version annotations.

Improvements to phpdoc and whitespace.
2016-03-23 00:08:01 +02:00
SilverFire - Dmitry Naumenko
3298ea6b31 Updated CHANGELOG 2016-03-22 23:48:05 +02:00
SilverFire - Dmitry Naumenko
5db2afbaeb Code style fixed, PHPDoc updated 2016-03-22 23:31:23 +02:00
mdmunir
67b5f4ea19 fix for unsafe validator
Closes #8145 #8139 #11153
2016-03-22 23:31:16 +02:00
Chris Harris
e8c3f6cc6f Fixing tests 2016-03-21 04:43:59 -07:00
Chris Harris
0ba1f5bba5 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 2016-03-21 04:01:31 -07:00
Dmitry Naumenko
d85e0eb80d Merge pull request #11150 from yiisoft/11139-each-validator-attribute-value
EachValidator injects specific attribute value in error message
2016-03-21 12:35:43 +02:00
Alexander Makarov
f118771763 Merge pull request #11072 from izemize/patch-1
Update yii.php [skip ci]
2016-03-21 02:46:23 +03:00
SilverFire - Dmitry Naumenko
1d74e761d5 Fixed UploadedFile::getBaseName() - mb_substr wrong arguments order 2016-03-20 23:59:05 +02:00
SilverFire - Dmitry Naumenko
a0f9bf2893 Fixed yii\web\UploadedFile::getBaseName() to be multibyte-safe, added test 2016-03-20 23:45:08 +02:00
hiscaler
75db69f90a Fixed yii\web\UploadedFile::getBaseName() to work with UTF-8 file names 2016-03-20 23:45:08 +02:00
DrDeath72
8757088f5f yii.js - fixed getQueryParams() function to handle URLs with anchors correctly
Closes #11066
2016-03-20 17:05:13 +02:00
Taras Gudz
151610f611 Fixed #10784
Added tests for CheckboxColumn value
Updated CHANGELOG
2016-03-20 16:59:21 +02:00
SilverFire - Dmitry Naumenko
a0e614eb20 yii\validators\EachValidator injects specific attribute value in error message parameters
Closes #11139
2016-03-20 16:34:42 +02:00
LAV45
049ea37f77 Fixes #10993: Fixed yii\rbac\DbManager::removeAllRules() and yii\rbac\PhpManager::removeAllItems() 2016-03-16 01:53:48 +03:00
Alexander Makarov
c17f887583 Added StringHelper::countWords() that given a string returns number of words in it 2016-03-16 01:41:57 +03:00
Alexander Makarov
b6d26a12e9 Fixes #11052: Fixed HtmlPurifier configuration sequence 2016-03-16 00:22:52 +03:00
Dmitry Khlystov
7eff23886c Fixes #10726: Added yii\rbac\ManagerInterface::canAddChild() 2016-03-15 22:43:27 +03:00
fps01
258175149d Fixes #11125: Fixed JSON_ERROR_SYNTAX for json_decode(null) in PHP 7 2016-03-15 22:36:23 +03:00
Alexander Makarov
d3b5f4a284 Fixes #3656: Encode / in "r" query parameter in docs as it really is 2016-03-15 21:52:41 +03:00
Carsten Brandt
d82bf74f41 fixed removal of empty lines in array in phpdoc controller 2016-03-14 23:53:10 +01:00
Chris Harris
b8e44b2f47 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype 2016-03-14 05:33:41 -07:00
Chris Harris
5c4001d84b Schema Builder Patterns Excel document in /docs folder (temp storage).
Fixed some schema builder patterns.
Added more information to upgrade docs.
2016-03-14 05:29:42 -07:00
githubjeka
9824da5883 update phpDoc of \yii\widgets\ActiveField::error 2016-03-14 15:11:50 +03:00
SilverFire - Dmitry Naumenko
7229b3aa7d QueryBuilder::buildAndCondition() - added Expression value extraction
Updated CHANGELOG
Added test case for param binding in `or` condition

Closes #11093
2016-03-13 19:22:32 +02:00
CedricYii
2bd14098f9 Fix Expression parameter binding in 'And' clause 2016-03-13 19:19:48 +02:00
Jitendra Joshi
8476997800 MySQL default column type for TimestampBehaviour 2016-03-11 00:57:53 +05:30
Alexander Makarov
60be6389bf Fixes #11081 2016-03-10 21:31:03 +03:00
SilverFire - Dmitry Naumenko
f3b02186b0 Updated UPGRADE.md 2016-03-10 18:13:46 +02:00
SilverFire - Dmitry Naumenko
5a425b2528 BaseArrayHelper::index() updated PHPDoc 2016-03-10 18:12:33 +02:00
SilverFire - Dmitry Naumenko
ab0bb308ba Updated CHANGELOG and UPGRADE.md 2016-03-10 16:39:21 +02:00
Taras Gudz
91e2c71826 Fixes #@11071 2016-03-10 16:39:21 +02:00
izemize
e8ffc3947b Update yii.php
Missing translation.
2016-03-10 08:29:57 +01:00
Klimov Paul
e4d9ed5182 code style fix 2016-03-09 10:17:41 +02:00
SilverFire - Dmitry Naumenko
8e1ab29592 Changelog updated 2016-03-09 00:01:53 +02:00
Sam Mousa
c4e782725c Fixed cache key collision in yii\web\UrlManager::createUrl()
Closes #10935
2016-03-09 00:01:31 +02:00
Robbert Jan van de Velde
c7f365910d Fixed handling of intervals of 0 seconds in yii\i18n\Formatter::asDuration().
Added unit tests for handling 0 second intervals and numeric values for yii\i18n\Formatter::asDuration().

Closes #11038
2016-03-08 15:12:08 +02:00
Dmitry Naumenko
4353825180 Merge pull request #11043 from Ni-san/11040_parameter_recursive_for_copy_directory
fixes #11040: make copyDirectory method work correctly with parameter 'recursive'
2016-03-08 14:21:15 +02:00
nainoon
07fba18cf3 updated thai translation 2016-03-08 03:59:24 +07:00
Ni-san
77599dc179 fixes #11040: make copyDirectory method work correctly with parameter 'recursive' 2016-03-08 00:45:52 +06:00
SilverFire - Dmitry Naumenko
6987fb5d54 Fixed Captcha client side validation after image refresh, when controller is under module
Closes #10910
2016-03-06 11:33:50 +02:00