759 Commits (062e1c7e67fc78713480b3575d927d9ac6dec6a4)

Author SHA1 Message Date
yyxx9988 46bf3c410a Add `yii\web\Request::getOrigin()` method that returns HTTP_ORIGIN of current CORS request 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Carsten Brandt f67d8d5a79 Fixed broken error page when calling an undefined method 7 years ago
Carsten Brandt 13d35c4e03 add notes to View register JS and CSS file methods 7 years ago
Brandon Kelly 6f03e8b692 Fixes #14298: The default response formatter configs defined by `yii\web\Response::defaultFormatters()` now use the array syntax 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
Carsten Brandt c09a03ab8e
fixed version and missing `@since` annotation 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
ejsoft e5799da1c0 Remove unnecessary variable from UrlRule.php (#13948) 7 years ago
Robert Korulczyk daa8b67c7b Fixes #13350, #14094, #11288 7 years ago
Craig London e360457091 function clear() -- Set populated arrays to empty arrays (#14067) 7 years ago
Carsten Brandt 5e8e6840b6
Added copyEmptyDirectories option to FileHelper 7 years ago
Robert Korulczyk 94eda9bd52 Add phpdoc. [skip ci] 8 years ago
Alexander Makarov 705dae9964 Fixes #14052: Fixed processing parse errors on PHP 7 since these are instances of `\ParseError` 8 years ago
Michael Härtl 6792099bcc
Fixes #13689: Fixed handling of errors in closures 8 years ago
sasha-ch 339c7663eb
Fixes #10346: Fixed "DOMException: Invalid Character Error" in `yii\web\XmlResponseFormatter::buildXml()` 8 years ago
Carsten Brandt 4af62a6bd7
improve session PHPdoc 8 years ago
micro-maureen 8eabff0698 #13975: make documentation of current behaviour more clear [skip ci] 8 years ago
Alexander Makarov b04ff959ce
Fixed misleading docs about encoded URIs [skip ci] 8 years ago
Carsten Brandt 5bbf372f85
cleanup some phpdoc 8 years ago
Alexander Makarov 43edf24123
Eliminated else branches in yii\web\Request 8 years ago
Sam Mousa 8ae207c3a1
Fixes #13837: Refactored masking of CSRF tokens 8 years ago
Alexander Makarov a626440761
Reverted #13822, clarified exception descriptions 8 years ago
Vladimir Reznichenko 6da1ec6fb2
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements 8 years ago
Nikolay Oleynikov ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()` 8 years ago
Nikolay Oleynikov 7a2f04ae32 Fixes #13822: Fixed `yii\web\User::loginRequired()` to throw an `UnauthorizedHttpException` instead of a `ForbiddenHttpException` 8 years ago
yyxx9988 0770863209 Fixes #13820: Add new HTTP status code 451 8 years ago
Alexander Makarov bc59d5da85 Fixes #13707: Fixed `\yii\web\ErrorHandler` and `\yii\web\ErrorAction` not setting correct response code to response object before rendering error view 8 years ago
Alexander Makarov a6d266405d Fixes #13671: Fixed error handler trace to work correctly with XDebug 8 years ago
Kyle McCarthy 0b3c066bd2 Fixes #13695: `\yii\web\Response::setStatusCode()` method now returns the Response object itself 8 years ago
Robert Korulczyk c8a323af81 Remove UrlRule::$trailingSlashForDefaults property. 8 years ago
Vladimir Reznichenko a182ce57fc Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606) 8 years ago
SilverFire - Dmitry Naumenko ecefc2bdfb
Fixed typo in CacheSession::destroySession() 8 years ago
SilverFire - Dmitry Naumenko f496567735
Fixed `yii\web\CacheSession::destroySession()` to work correctly when session is not written yet 8 years ago
SilverFire - Dmitry Naumenko ab36cb29e1
Updated PHPDocs: marked session-handling methods as internal 8 years ago
Robert Korulczyk bf841b926d Additional tests. 8 years ago
Robert Korulczyk 8d4a197d19 Fix bug with creating URL in UrlRule with optional params at the beginning of pattern. 8 years ago
Robert Korulczyk 5d81af21fb Fix bug with optional params at the beginning of pattern in UrlRule. 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Carsten Brandt e82b40abee
avoid duplicate slashes on empty values 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Alexander Makarov 2c5ab1e07b
Used non-regex solution for trimming slashes 8 years ago
Alexander Makarov f9e83008f4
Prefer strpos to substr 8 years ago
ErickSkrauch c641513583
Implementation of support UrlRule with relative host definition 8 years ago
Carsten Brandt 8faedcbd7c
Refactored UrlManagerTest to cover more use cases 8 years ago
Brandon Kelly 5609e918de Fixed some malformed @var tags (#13468) [skip ci] 8 years ago
Dmitriy Bashkarev be4ebdd049 Fixes #13134: Added logging URL rules (bashkarev) 8 years ago