Carsten Brandt
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
Carsten Brandt
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
Alexander Makarov
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
Qiang Xue
c4595b8b5d
Fixes issue #337 : support strict parsing for URL manager.
2013-05-23 10:47:45 -04:00
Alexander Makarov
ceaca378f9
Merge pull request #296 from Ragazzo/response-fix-tests-added
...
fixed range requests, tests improved
2013-05-20 10:39:55 -07:00
Qiang Xue
9e948ccd43
Added UrlRule::host.
2013-05-16 23:54:06 -04:00
Qiang Xue
b6fffeb0e4
Removed trailing slash in created URLs.
2013-05-16 23:21:08 -04:00
Qiang Xue
e6b52b8523
Fixes issue #268 : added support for subdomain matching of URL rules.
2013-05-16 23:15:30 -04:00
Ragazzo
1f3f661292
fixed range requests, tests improved
2013-05-16 17:47:22 +04:00
Carsten Brandt
a2c6d22124
refactored web/Response::sendFile()
...
- better throw http exception on not satisfiable range request
- constitent header names
- fixed range end when range request is to the end
- added unit test
related to #275 , fixes #148
2013-05-15 20:39:23 +02:00
Qiang Xue
e1acc64b2b
refactoring cache and db references.
2013-03-27 17:09:18 -04:00
Qiang Xue
a095d383e2
refactored url management.
2013-02-27 11:19:24 -05:00
Qiang Xue
1eb1809aa4
finished URL testing.
2013-02-24 16:19:35 -05:00
Qiang Xue
a5fe4a6af2
Fixed URLManager bugs.
2013-02-20 08:25:06 -05:00
Qiang Xue
448fa79bb3
added url manager test
2013-02-19 22:06:45 -05:00
Qiang Xue
12fbb0f71d
url WIP
2013-02-11 19:51:18 -05:00
Qiang Xue
e25ad4bc88
URL wip.
2013-02-11 13:29:53 -05:00
Qiang Xue
f31369e7c1
url wip
2013-02-10 21:55:15 -05:00
Qiang Xue
712f4dae0d
url wip
2013-02-10 14:53:35 -05:00