58 Commits

Author SHA1 Message Date
be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 2014-10-11 09:35:55 -04:00
48821a8c2c Update UrlManager.php 2014-09-04 22:27:23 +03:00
a20f82dcfa Fixes #4919 2014-09-04 20:44:36 +04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
1f31f27787 phpdoc 2014-07-29 22:19:14 +02:00
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00
e5a87af234 Fixes #4331: yii\helpers\Url now uses UrlManager to determine base URL when generating URLs 2014-07-17 21:51:37 -04:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
8ac309849d Url encoding for the route param added 2014-05-28 13:07:33 +03:00
520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 2014-04-17 20:42:50 -04:00
507a6f1068 Added yii\web\UrlManager::addRules() to simplify adding new URL rules 2014-04-17 20:03:42 -04:00
76402ea079 Fixed UrlManager rules caching 2014-04-04 13:27:20 +06:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 2014-03-22 20:17:31 -04:00
3c518c4207 Merge commit 'f605508bb2805d24df98037ea239f8f582deda0e' into feature-container 2014-03-20 23:51:02 -04:00
4374616302 throw exception when UrlManager is not properly configured in console mode. 2014-03-19 09:36:13 -04:00
8e11ad0360 refactored code to use Instance::ensure() 2014-03-18 12:31:27 -04:00
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04: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
bddad5280c Combined $schema and $absolute into $schema 2014-03-10 20:29:24 +04:00
bd271d42e4 Removed passing unused parameter 2014-03-10 16:33:17 +04:00
24e086deaf Added yii\web\UrlRuleInterface and yii\web\CompositeUrlRule 2014-02-28 14:40:25 -05:00
6a1816a94e Allow using string for URL in case there are no parameters 2014-02-20 20:45:16 +04:00
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
150d71368b Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
Conflicts:
	framework/CHANGELOG.md
2014-01-26 17:41:14 -05:00
4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https'
fixes #1585
2014-01-21 19:00:17 +01:00
0d669f5e6b refactored params methods in Request
issue #2043
2014-01-21 15:04:43 +01:00
462c50031a Fixes #1930: Fixed domain based URL matching for website root 2014-01-17 21:06:13 +04:00
6e7165133e Fixes #1991: regression in index.php handling 2014-01-17 20:38:27 +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
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
c91a0f4b26 Fixes issue #105: route var appears twice in the created URL 2013-05-05 10:14:55 -04:00
af72a948f6 Fixes issue #107: UrlManager::showScriptName default to false. 2013-05-05 09:07:51 -04:00
9af15ac803 Refactored UrlManager. 2013-04-28 10:35:23 -04:00
ee777e844e Support alternative URL rule syntax. 2013-04-27 22:02:35 -04:00
122376a868 Added a basic app. 2013-04-22 19:45:37 -04:00
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -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
1eb1809aa4 finished URL testing. 2013-02-24 16:19:35 -05:00
a5fe4a6af2 Fixed URLManager bugs. 2013-02-20 08:25:06 -05:00
8037514ed6 finished url manager 2013-02-19 22:06:08 -05:00
e26188b34f URL wip 2013-02-19 19:08:45 -05:00
0093d53432 url wip 2013-02-19 09:22:12 -05:00
c08c2e8b72 url wip 2013-02-17 12:50:03 -05:00