Commit Graph

16 Commits

Author SHA1 Message Date
Qiang Xue
67d677b21e Renamed Request::getRequestMethod() to Request::getMethod(). 2013-06-05 13:26:01 -04:00
Qiang Xue
55a4c0b154 Merge pull request #461 from cebe/rest-urlmanager
[READY] RESTful routing syntax for UrlManager
2013-06-03 02:43:41 -07:00
Carsten Brandt
1192306481 improved UrlManager RESTful syntax regex 2013-06-03 08:59:41 +02:00
Carsten Brandt
fbb93d0b63 doc enhancements for #461 2013-06-03 08:42:50 +02:00
Qiang Xue
800723945b Fixes issue #194: Added Application::catchAll. 2013-05-31 21:52:20 -04: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
Qiang Xue
66e698673d Fixes issue #457: incorrect HTTPS detection. 2013-05-29 21:53:25 -04:00
Carsten Brandt
a2066cbe48 Created a \yii\web\VerbFilter
It allows to filter actions by HTTP request methods
2013-05-29 04:25:38 +02:00
Qiang Xue
f690f0db13 Fixes issue #441: InvalidRequestException should be HttpException 2013-05-28 19:24:08 -04:00
Qiang Xue
f5d0bcbcfc Refactored cache key generation. 2013-05-26 17:09:09 -04:00
Qiang Xue
586752369c Fixes issue #403 2013-05-25 07:57:37 -04:00
Qiang Xue
82a2476e48 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-23 21:01:07 -04:00
Qiang Xue
133edb2352 Added documentation to AccessControl. 2013-05-23 21:01:01 -04:00
Qiang Xue
ebe31c5f60 Fixes issue 380: invalid route exception should be 404. 2013-05-23 13:24:10 -04:00
Qiang Xue
c4595b8b5d Fixes issue #337: support strict parsing for URL manager. 2013-05-23 10:47:45 -04:00
Qiang Xue
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00