37 Commits

Author SHA1 Message Date
3d719d057e review yii\web namespaces docs 2016-02-12 16:21:32 +01:00
f620f4de90 phpdoc fixes 2016-02-07 19:48:13 +01:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
e3c49f243c UrlRule::placeholders, UrlRule::substitutePlaceholderNames are now protected. Updated PHPDoc and UPDATE.md 2015-11-09 19:22:51 +02:00
289b051c4a Bug #9999: Fixed yii\web\UrlRule to allow route parameter names with -, _, .characters 2015-10-31 09:45:53 +02:00
26e5b021a8 Fixes #9246: Added yii\web\UrlRule::getParamRules() 2015-07-29 17:10:51 +03:00
72c34cda1e Fixes #6871: Fixed the bug that using defaults and hostnames in URL rules may cause an out-of-range index issue 2015-03-27 22:52:01 -04:00
792746883e urlManager: ensure route is trimmed by / on empty pattern
fixes #6717
2015-01-01 17:06:12 +01:00
899b778994 Correct type declarations 2014-10-25 16:35:50 +03:00
50fd1f586c Bug: yii\web\UrlRule was unable to create URLs for rules containing unicode characters 2014-10-24 05:06:37 +04:00
be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 2014-10-11 09:35:55 -04:00
f010fb57b4 Enh #4581: Added ability to disable url encoding in UrlRule. 2014-08-04 00:07:36 +03:00
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00
435747cf98 apidoc and codestyle fixes 2014-03-26 23:03:18 +01:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
21f2f38b35 Fixes #2691: Null parameters will not be included in the generated URLs by UrlManager 2014-03-12 20:26:20 -04:00
65bfd1633b Fixes #2646: Added support for specifying hostinfo in the pattern of a URL rule 2014-03-07 09:53:55 -05:00
48a12559b2 rest api WIP 2014-03-01 23:14:16 -05:00
24e086deaf Added yii\web\UrlRuleInterface and yii\web\CompositeUrlRule 2014-02-28 14:40:25 -05:00
462c50031a Fixes #1930: Fixed domain based URL matching for website root 2014-01-17 21:06:13 +04:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
57e175552a The first rule of a template can not start with a "/", even if it has a default value 2013-05-08 18:10:02 +03:00
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
a095d383e2 refactored url management. 2013-02-27 11:19:24 -05:00
a5fe4a6af2 Fixed URLManager bugs. 2013-02-20 08:25:06 -05:00
c08c2e8b72 url wip 2013-02-17 12:50:03 -05:00
12fbb0f71d url WIP 2013-02-11 19:51:18 -05:00
f65a0bd9ac url wip 2013-02-11 16:34:02 -05:00
e25ad4bc88 URL wip. 2013-02-11 13:29:53 -05:00
a946a86386 fixed parseUrl. 2013-02-11 08:49:44 -05:00
f31369e7c1 url wip 2013-02-10 21:55:15 -05:00
712f4dae0d url wip 2013-02-10 14:53:35 -05:00
ab42ab2d52 url wip 2013-02-08 16:32:43 -05:00
379fddfec3 URL manager WIP 2013-02-08 08:41:22 -05:00