105 Commits (b7d8730044a8b14acded9f8ee4f559a90d432503)

Author SHA1 Message Date
Robert Korulczyk ec089fea5a
Fix #16721: Use `Instance::ensure()` to initialize `UrlManager::$cache` 5 years ago
pdynarowski c776cf6240 Update UrlManager.php (#17102) 6 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
Carsten Brandt ef8f6172bb
Added a note about URLManager cache duration 7 years ago
SilverFire - Dmitry Naumenko 2e8b6e5c80
Added ruleConfig to UrlManager::setBuiltRulesCache() to fix tests 7 years ago
SilverFire - Dmitry Naumenko 9323817a53
Refactored code, added tests 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Dmitry Dorogin f7fb7cdd87 Fixes #14022: Added posibility to use aliases in yii\web\UrlManager::setBaseUrl() (#14540) 7 years ago
Dmitry Dorogin 6d2e0aff82 Fixes #14406: Fixed caching rules in `yii\web\UrlManager` with different `ruleConfig` configuration 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Robert Korulczyk daa8b67c7b Fixes #13350, #14094, #11288 7 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 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
Dmitriy Bashkarev be4ebdd049 Fixes #13134: Added logging URL rules (bashkarev) 8 years ago
Yuriy Stovbur 46e7faddd0 Modify URL Rules caching #13425 8 years ago
Yuriy Stovbur 6de6e0f895 Cache dynamically added rules with `yii\web\UrlManager::addRules()` #13425 8 years ago
Robert Korulczyk 2d91723934 Add support for creating protocol-relative URLs. 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Klimov Paul 7ca2260702 `UrlManager::normalizer` creation fixed 8 years ago
Carsten Brandt ee8a8e90f8 update urlnormalizer docs 8 years ago
Klimov Paul bda1dbe004 Fix unit test 8 years ago
Klimov Paul 821f035c90 `UrlManager::normalizer` disabled by default 8 years ago
Robert Korulczyk 8142de23d4 Improve normalizer for URL manager 8 years ago
Cronfy a7f63b6da3 Add normalizer for URL manager. 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Juuso Leinonen 396bd9f714 Fixes #10309: Extracted `yii\web\UrlManager` rule cache key into `$cacheKey` protected property 9 years ago
Darking f75f453ec4 Fixes #10475: Extracted `getUrlFromCache()` and `setRuleToCache()` protected methods from `yii\web\UrlManager::createUrl()` 9 years ago
Carsten Brandt 9c1fa3f745 allow resetting properties in UrlManager, same as Request 9 years ago
Alexander Makarov d3b5f4a284 Fixes #3656: Encode / in "r" query parameter in docs as it really is 9 years ago
Klimov Paul e4d9ed5182 code style fix 9 years ago
Sam Mousa c4e782725c Fixed cache key collision in `yii\web\UrlManager::createUrl()` 9 years ago
Andrew Nester fecd4dcfa5 10739 - Multiple slashes at the end of route should not be accepted as valid url 9 years ago
Ruslan Bat 4a1a0fb4d8 FIX rule for camelCase controllerName 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
bpteam 703f374a85 Fixes #9596: Fixed `\yii\web\UrlManager::createAbsoluteUrl(['site/index', '#' => 'testHash'])` losing hash 9 years ago
Carsten Brandt 854e186210 fixed caching issue with UrlManager::createUrl 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Qiang Xue ebc089e6c2 Fixes #8194: Caching of the matched rules added to `yii\web\UrlManager::createUrl()` 10 years ago
Carsten Brandt 792746883e urlManager: ensure route is trimmed by / on empty pattern 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Veaceslav Medvedev 48821a8c2c Update UrlManager.php 10 years ago