12 Commits

Author SHA1 Message Date
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