e5a87af234
Fixes #4331 : yii\helpers\Url
now uses UrlManager
to determine base URL when generating URLs
2014-07-17 21:51:37 -04:00
873b2b04db
fixed test breaks after #3614
2014-05-28 17:20:24 +02:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
43c17d99cc
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-20 20:10:33 +04:00
4844886431
added schema parameter to createAbsoluteUrl() to force 'http' or 'https'
...
fixes #1585
2014-01-21 19:00:17 +01:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
949dda5fdb
tagged tests with @group tags
2013-09-14 12:49:47 +02:00
e433c98ed4
Fixes #599
2013-07-23 22:01:16 -04:00
6f4e2c9b3c
Fixes #647
2013-07-21 19:10:29 -04:00
ac8801bc63
Added SortTest
2013-07-19 20:40:51 -04:00
ba6c10eb30
Yii debugger WIP
2013-07-06 21:20:49 -04:00
e94cc6bb9e
unit test for UrlManager RESTful routing syntax
...
removed test param 'appClass' as it does not make sense to configure
application class for all tests, some explicitly need webapp where
some might explicitly need console app.
2013-06-03 09:33:16 +02:00
09e4229e16
[WIP] RESTful routing syntax for UrlManager
...
issue #303
Here is the proposal for RESTful routing syntax:
https://gist.github.com/cebe/5674918
2013-05-30 13:33:38 +02:00
7cd9123c3b
Tests cleanup
...
- Better names
- Removed not used MySQLTestCase
- Moved base testcase for DB to db namespace
- Minor style fixes
2013-05-24 18:35:00 +04:00
c4595b8b5d
Fixes issue #337 : support strict parsing for URL manager.
2013-05-23 10:47:45 -04:00
9e948ccd43
Added UrlRule::host.
2013-05-16 23:54:06 -04:00
b6fffeb0e4
Removed trailing slash in created URLs.
2013-05-16 23:21:08 -04:00
e6b52b8523
Fixes issue #268 : added support for subdomain matching of URL rules.
2013-05-16 23:15:30 -04:00
e1acc64b2b
refactoring cache and db references.
2013-03-27 17:09:18 -04: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
448fa79bb3
added url manager test
2013-02-19 22:06:45 -05:00
712f4dae0d
url wip
2013-02-10 14:53:35 -05:00