68 Commits (master)

Author SHA1 Message Date
Alexander Makarov 1271bc419f
Fix #19041: Fix PHP 8.1 issues 3 years ago
Alexander Makarov 655786b7ed
release version 2.0.44 3 years ago
Alexey Rogachev fa6f0ef658
Fix variable references in phpdoc (#19006) 3 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 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
Alexander Makarov 1f26db9fb7
Applied code style fixes 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 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
Robert Korulczyk 94eda9bd52 Add phpdoc. [skip ci] 8 years ago
Robert Korulczyk c8a323af81 Remove UrlRule::$trailingSlashForDefaults property. 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
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
Dmitriy Bashkarev be4ebdd049 Fixes #13134: Added logging URL rules (bashkarev) 8 years ago
Robert Korulczyk 507cc52658
Allow omit default params on URL creation 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 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
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
Carsten Brandt 3d719d057e review `yii\web` namespaces docs 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
SilverFire - Dima Naumenko e3c49f243c UrlRule::placeholders, UrlRule::substitutePlaceholderNames are now protected. Updated PHPDoc and UPDATE.md 9 years ago
SilverFire - Dima Naumenko 289b051c4a Bug #9999: Fixed `yii\web\UrlRule` to allow route parameter names with `-`, `_`, `.`characters 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Chris Harris 26e5b021a8 Fixes #9246: Added `yii\web\UrlRule::getParamRules()` 9 years ago
Qiang Xue 72c34cda1e Fixes #6871: Fixed the bug that using defaults and hostnames in URL rules may cause an out-of-range index issue 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
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Alexander Makarov 50fd1f586c Bug: `yii\web\UrlRule` was unable to create URLs for rules containing unicode characters 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Tadas Z f010fb57b4 Enh #4581: Added ability to disable url encoding in `UrlRule`. 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Carsten Brandt 435747cf98 apidoc and codestyle fixes 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago