49 Commits (c7b05f0c229959355ccf320438034b1cc2abbae6)

Author SHA1 Message Date
Qiang Xue 520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 11 years ago
Qiang Xue 507a6f1068 Added `yii\web\UrlManager::addRules()` to simplify adding new URL rules 11 years ago
jeicd 76402ea079 Fixed UrlManager rules caching 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 11 years ago
Qiang Xue 4374616302 throw exception when UrlManager is not properly configured in console mode. 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 21f2f38b35 Fixes #2691: Null parameters will not be included in the generated URLs by `UrlManager` 11 years ago
Alexander Makarov bddad5280c Combined $schema and $absolute into $schema 11 years ago
Alexander Makarov bd271d42e4 Removed passing unused parameter 11 years ago
Qiang Xue 24e086deaf Added `yii\web\UrlRuleInterface` and `yii\web\CompositeUrlRule` 11 years ago
Alexander Makarov 6a1816a94e Allow using string for URL in case there are no parameters 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Carsten Brandt 4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https' 11 years ago
Carsten Brandt 0d669f5e6b refactored params methods in Request 11 years ago
Alexander Makarov 462c50031a Fixes #1930: Fixed domain based URL matching for website root 11 years ago
Alexander Makarov 6e7165133e Fixes #1991: regression in index.php handling 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 423ce83798 adjusted log place. 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Qiang Xue a408b75318 Fixes #1169: anchor doesn't work when enablePrettyUrl is false. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Qiang Xue d1c41fe144 changed to trace from info. 11 years ago
Qiang Xue e433c98ed4 Fixes #599 11 years ago
Qiang Xue 6f4e2c9b3c Fixes #647 11 years ago
Carsten Brandt 6ce60c1666 added support for HTTP verb PATCH 11 years ago
Qiang Xue ba6c10eb30 Yii debugger WIP 11 years ago
Carsten Brandt 2643daa534 Improve application speed by using classMap for autoloader 11 years ago
Qiang Xue 13eca9054a refactoring Request. 11 years ago
Carsten Brandt 1192306481 improved UrlManager RESTful syntax regex 11 years ago
Carsten Brandt fbb93d0b63 doc enhancements for #461 11 years ago
Carsten Brandt 09e4229e16 [WIP] RESTful routing syntax for UrlManager 11 years ago
Qiang Xue f5d0bcbcfc Refactored cache key generation. 11 years ago
Qiang Xue c4595b8b5d Fixes issue #337: support strict parsing for URL manager. 12 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Qiang Xue 9e948ccd43 Added UrlRule::host. 12 years ago
Qiang Xue b6fffeb0e4 Removed trailing slash in created URLs. 12 years ago
Qiang Xue e6b52b8523 Fixes issue #268: added support for subdomain matching of URL rules. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Alexander Kochetov 48d04fbb8c !== array() => !empty() 12 years ago
Alexander Kochetov d7df7053e0 === array() => empty() 12 years ago
Qiang Xue c91a0f4b26 Fixes issue #105: route var appears twice in the created URL 12 years ago
Qiang Xue af72a948f6 Fixes issue #107: UrlManager::showScriptName default to false. 12 years ago