Alexander Makarov
1f6a823073
Short array syntax
11 years ago
egorpromo
536075c040
Just simple correction of unintelligible description
11 years ago
Carsten Brandt
147558ea19
added some class documentation
11 years ago
Carsten Brandt
ca69ef09d4
update of @property annotations
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Qiang Xue
3bef7365f1
Fixes #624 : renamed www to web.
11 years ago
Qiang Xue
ba6c10eb30
Yii debugger WIP
12 years ago
Qiang Xue
682c0a346f
Added trace messages.
12 years ago
Qiang Xue
3e18479d1f
Fixes issue #545 : PageCache doesn't work.
12 years ago
Qiang Xue
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a
, reversing
changes made to 6b6390f72b
.
12 years ago
Carsten Brandt
b138199c59
implementation of Response tied to actions
...
Result of a discussion with @qiangxue
- there is not global Yii::$app->response anymore, every action has
dedicated response class
- implementation allows using HMVC pattern now, nested actions do not
interfer
12 years ago
Carsten Brandt
82c978f86a
draft idea of action based responses
12 years ago
Carsten Brandt
5ed52b98a1
renamed Application::handle() to handelRequest()
...
Name make more sense imo as it is not clear what it handles otherwise.
Removed unused method processRequest form console app and also refactored
console Application to be more similar to web Application.
12 years ago
Qiang Xue
03e07f4340
cleaned up "use" statements.
12 years ago
Qiang Xue
a951e1c8e1
Replaced Jsonable with Arrayable.
...
Added support for different response formats.
Support for error response in different formats.
12 years ago
Qiang Xue
420637443c
Refactored the way of sending response in controller actions.
12 years ago
Qiang Xue
ad218c6719
moved HttpException to web.
12 years ago
Qiang Xue
800723945b
Fixes issue #194 : Added Application::catchAll.
12 years ago
Qiang Xue
ebe31c5f60
Fixes issue 380: invalid route exception should be 404.
12 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Qiang Xue
41ea94853b
refactoring and documentation for asset/script management.
12 years ago
Alexander Makarov
a701697c96
fixed component name
12 years ago
Qiang Xue
0416e01414
script WIP
12 years ago
Qiang Xue
4c2fcd7608
refactored application.
12 years ago
Qiang Xue
6aa86712e2
User WIP
12 years ago
Qiang Xue
cd1b3d321a
refactored url creation shortcut method.
12 years ago
Qiang Xue
1184e1e148
Finished AccessControl and HttpCache.
12 years ago
Qiang Xue
80dbaaca8b
bug fixes.
12 years ago
Qiang Xue
03e212bcf6
Added HtmlTest.
12 years ago
Qiang Xue
30d70be071
Finished Html helper.
12 years ago
Qiang Xue
4fdaab3560
updated file header.
12 years ago
Qiang Xue
210e7b69c4
cleanup
12 years ago
Qiang Xue
60583b87d3
cleanup
12 years ago
Qiang Xue
a095d383e2
refactored url management.
12 years ago
Qiang Xue
e26a9ff4f5
...
12 years ago
Qiang Xue
1c375b9097
bug fixes.
12 years ago
Qiang Xue
8e05e6e62d
changed copyright line.
12 years ago
Alexander Makarov
476266a25b
moved UrlManager from web to base
12 years ago
Qiang Xue
d876da383e
...
12 years ago
Qiang Xue
b7a7800fec
Fixed constructors.
12 years ago
Qiang Xue
e7a5e8ab37
...
13 years ago