Commit Graph

39 Commits

Author SHA1 Message Date
Carsten Brandt
e5d8e4adcb fixed usage of renamed method in Response 2013-06-11 00:38:57 +02:00
Carsten Brandt
a0762e7d29 API consistency in Response class
use `getIs...` instead of `is...` to allow these methods to be used as
virtual properties.

This is forconsistency to the rest of the framework.
Only methods that take parameters may be named `is...`.
2013-06-10 23:55:52 +02:00
Carsten Brandt
95bfd82524 removed unnecessary defaul value from Response 2013-06-10 23:49:50 +02:00
Qiang Xue
47655843a7 Adjusted parameter order. 2013-06-10 17:13:36 -04:00
Qiang Xue
ad218c6719 moved HttpException to web. 2013-06-10 17:08:26 -04:00
Qiang Xue
f14774dfb6 Fixes issue #276: Enable Response::sendFile() to operate on resources 2013-06-10 16:37:35 -04:00
Qiang Xue
9806563f7f Minor refactoring. 2013-06-10 11:26:56 -04:00
Qiang Xue
22053cdc60 Response::sendStream WIP 2013-06-10 08:48:30 -04:00
Qiang Xue
0656b8751f doc cleanup 2013-06-09 22:00:40 -04:00
Qiang Xue
ef5afef7b2 Fixed test break. 2013-06-09 10:32:29 -04:00
Qiang Xue
f2d477dce6 Response WIP 2013-06-09 09:47:41 -04:00
resurtm
7a7d2a9c06 CS fixes. 2013-06-07 22:41:11 +06:00
Qiang Xue
3833d62f00 Response WIP 2013-06-07 11:31:31 -04:00
Qiang Xue
b14bb52cdd Fixed status text. 2013-06-07 08:47:22 -04:00
Qiang Xue
ba0da059da response WIP 2013-06-07 08:00:47 -04:00
Qiang Xue
59df50052d Merge pull request #509 from yiidevelop/patch-1
Fix use incorrect namespace of Html helpers
2013-06-06 14:12:01 -07:00
Qiang Xue
bf05ee2942 Response WIP. 2013-06-06 17:10:22 -04:00
yiidevelop
8c36cd08db Fix use incorrect namespace of Html helpers 2013-06-07 03:26:36 +07:00
Qiang Xue
13eca9054a refactoring Request. 2013-06-06 07:37:23 -04:00
Qiang Xue
021f6f03c4 Merge branch 'master' of github.com:yiisoft/yii2 2013-06-06 07:34:42 -04:00
Qiang Xue
6d999ab3dc Response WIP 2013-06-06 07:34:25 -04:00
Qiang Xue
9b65934638 Added HeaderCollection. 2013-06-06 07:23:06 -04:00
Qiang Xue
51c1e31308 moved Pagination and Sort to data. 2013-06-05 17:36:21 -04:00
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