Commit Graph

702 Commits

Author SHA1 Message Date
Nikolay Oleynikov
ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of Error to the yii\web\Response::setStatusCodeByException() 2017-03-23 01:20:42 +03:00
Гордиенко Владислав Юрьевич
29b5f33722 Adjusted conditions nesting in yii\base\Event 2017-03-13 18:30:09 +03:00
Charles R. Portwood II
953a0bba2b Fixes #13650: Improved yii\base\Security::hkdf() to take advantage of native hash_hkdf() implementation in PHP >= 7.1.2 2017-02-27 13:32:48 +03:00
Elvira Sheina
2de18cf9a5 Fixes #13087: Fixed getting active validators for safe attribute 2017-02-22 17:06:19 +03:00
Andrew Nester
953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to StringHelper 2017-02-22 16:54:27 +03:00
Nikolay Oleynikov
323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 2017-02-19 17:34:22 +03:00
Dmitry Klyukin
4e9d903fed Fixes #11404: yii\base\Model::loadMultiple() returns true even if yii\base\Model::load() returns false 2017-02-15 01:33:23 +03:00
Carsten Brandt
25b78aa615 Fixes #13508: Fixed duplicate attachment of behavior BC break
Fixes BC break introduced in
954c771fdb (diff-d45d5e14cbb9739c2e1c63b53ba5e363L669)
2017-02-04 15:47:04 +03:00
Carsten Brandt
c19b2f7dc8 release version 2.0.11 2017-02-01 17:46:29 +01:00
Brandon Kelly
5609e918de Fixed some malformed @var tags (#13468) [skip ci] 2017-01-30 11:42:52 +03:00
Alexander Makarov
920877c815 Fixed WidgetEvent construction 2017-01-28 11:55:24 +03:00
user57376
7c1693479f Fixes #12000: Added EVENT_INIT to widget 2017-01-28 01:27:05 +03:00
Alexander Makarov
767400da19 Fixes for #13457 as commented by @cebe 2017-01-28 01:22:48 +03:00
Alexander Makarov
f20c0177af Fixes #7435: Added EVENT_BEFORE_RUN, EVENT_AFTER_RUN and corresponding methods to yii\base\Widget 2017-01-27 18:56:22 +03:00
Carsten Brandt
c1c11d06ae Revert "Fixed some comment issues (#13392) [skip ci]"
This reverts commit 652d05f0b8.

`@property` comments are used to document the property that is
defined by a getter/setter if the method description does not fit.
2017-01-16 00:00:29 +01:00
Hao
652d05f0b8 Fixed some comment issues (#13392) [skip ci] 2017-01-15 21:39:12 +03:00
Carsten Brandt
65e4a28800 consistent behavior for Yii::$app->controller and ->action (#13167)
Fixed inconsistency, `Yii::$app->controller` is available
after handling the request since 2.0.10, this is now also the case for
`Yii::$app->controller->action`.

fixes #12795
2016-12-08 18:00:05 +01:00
Carsten Brandt
48c806fe1c added unit test for DynamicModel::load()
issue #12116
2016-12-07 00:21:00 +01:00
Carsten Brandt
4735d4da6b Update DynamicModel.php
added note about limitations, i.e. no scenarios -> no safe attributes -> no load().
2016-12-07 00:08:08 +01:00
Alexander Makarov
954c771fdb Code cleanup (#13113)
* Simplified code branching, named variable better

* More simple code cleanup

* More consistent line breaks before return statemetns
2016-12-03 00:15:53 +03:00
SilverFire - Dmitry Naumenko
437825be70 Implemented Container::setDependencies(), Container::setDefinitions
Closes #11758
Closes #13029
2016-12-02 15:08:24 +02:00
Carsten Brandt
b8b3aeeb00 update deprecated phpdoc messages 2016-11-22 16:03:28 +01:00
Robert Korulczyk
7a3a342127 Fix errors reported by apidoc extension. (#12986) 2016-11-13 14:51:21 +01:00
Robert Korulczyk
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
Boudewijn Vahrmeijer
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
Alexey Rogachev
e8c16a09fa Fixed some typos (#12847) 2016-10-26 14:02:38 +03:00
Robert Korulczyk
5308aa1eee Fixes #12619: Added catch Throwable in yii\base\ErrorHandler::handleException() 2016-10-25 21:38:48 +03:00
Paul Klimov
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
Alexander Makarov
8a452bcc2e Fixes #10587: Latest used controller instance was not available in Response::EVENT_AFTER_SEND handler 2016-10-19 12:02:55 +03:00
Almir Bolduan
6c1fe1a137 Update Security.php
Corrected description for method decryptByKey().
2016-09-15 13:45:45 -03:00
SilverFire - Dmitry Naumenko
eb02b362be Revert "Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility"
This reverts commit f7bd7c2b6b.
2016-09-07 11:33:57 +03:00
SilverFire - Dmitry Naumenko
f7bd7c2b6b Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility 2016-09-06 22:50:00 +03:00
Klimov Paul
48b0b962b8 Added yii\base\Event::offAll() method allowing clear all registered class-level event handlers 2016-09-05 12:46:43 +03:00
Alexander Makarov
dbe284c618 Changed formatting of phpdoc. See #12409 2016-08-31 15:43:48 +03:00
Roman Grinyov
f0c44bca91 Cosmetic changes 2 (#12409) [skip ci] 2016-08-31 14:53:17 +03:00
Carsten Brandt
e97c798a4f fixed wrong docs about behaviors
fixes #12392
2016-08-30 11:40:15 +02:00
Roman Grinyov
ba43ef370d Cosmetic changes 2016-08-26 16:00:51 +03:00
Roman Grinyov
00e4470c42 Cosmetic changes 2016-08-23 09:46:22 +03:00
Alexander Makarov
9f71bf400e Fixes #12038: Introduced yii\base\ViewNotFoundException which is thrown when views file doesn't exists, used it in ViewAction 2016-07-30 15:07:56 +03:00
Klimov Paul
8de6a5117c Fixed yii\base\Model::offsetExists() throws an exception on un-existing field 2016-07-28 12:33:16 +03:00
Carsten Brandt
93f6ddfbe9 document the fact that widgets use output buffering
so they may break ob stack when end() and begin() are called in
different views.

close #11687
2016-07-04 12:12:44 +02:00
Hisateru Tanaka
9585939d9f Fixes #11723: Fixed PHP 7 + XDebug error handling displaying "Expected array for frame 0" 2016-06-09 15:30:48 +03:00
Nikola Kovacs
9d327baa8b coding style fixes 2016-05-26 11:19:32 +02:00
Carsten Brandt
e49bc29aa8 Update ActionFilter.php 2016-05-20 13:13:42 +02:00
Paul Klimov
7e7db38011 Fix #11591 ActionFilter wildcard (#11594)
* Added support for wildcards for `only` and `except` at `yii\base\ActionFilter`
2016-05-20 11:04:17 +02:00
Evgeniy Tkachenko
d0a68883c7 phpDoc of $layout updated 2016-05-13 14:18:19 +03:00
Carsten Brandt
e94b68436d complete test coverage for reading /dev/urandom
fixes an issue with buffered reading
2016-04-28 11:45:37 +02:00
Carsten Brandt
f2f082dbab moved checks before random_bytes() to have consistent behavior accross php versions 2016-04-28 04:16:22 +02:00
Alexander Makarov
0c6c1eebd1 Better buffer usage description as suggested by @tom--
https://github.com/yiisoft/yii2/pull/11285#discussion_r59960199
2016-04-16 12:45:23 +03:00
Alexander Makarov
6a80a132e2 Converted constant into local variable #11285 2016-04-12 16:34:47 +03:00