Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Carsten Brandt
6507e2e316
applied new style of Yii::t params to all occurences
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
ba6c10eb30
Yii debugger WIP
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
36184569a8
removed unnecessary check
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
420637443c
Refactored the way of sending response in controller actions.
12 years ago
Carsten Brandt
689080519e
Added support for previous exceptions
...
PHP supports exception stacks since 5.3 so we should use it.
Also Errorhandler is now able to display the stack: #297
12 years ago
Carsten Brandt
4fe732e9ae
there is no app command anymore
...
issue #131
12 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Alexander Kochetov
8b311ecbe7
yiic => yii additional corrections
12 years ago
Qiang Xue
fb5993af40
Fixes issue #251 : changed the signature of t() to be the same as v1.1
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Qiang Xue
e132ed8d18
initial implementation of asset command.
12 years ago
Qiang Xue
304122ebe4
Fixed bug in yiic.php.
...
Refactoring AssetConverter.
12 years ago
Qiang Xue
4fdaab3560
updated file header.
12 years ago
Qiang Xue
60583b87d3
cleanup
12 years ago
Alexander Makarov
c00c2dcb1a
renamed yiic webapp -> yiic app
12 years ago
Alexander Makarov
a25f870090
renamed create -> webapp/create, specified global options
12 years ago
Alexander Makarov
137d472838
console command to flush cache
12 years ago
Qiang Xue
3c1452e84b
Changed the separator of message category.
12 years ago
Qiang Xue
54ee8c44a0
refactored exceptions.
...
I18N WIP.
12 years ago
Qiang Xue
398ac25456
added UserException.
12 years ago
Qiang Xue
b2662c0cd9
clean up help command.
12 years ago
Qiang Xue
2d7f048b74
Refactored usage error in console commands.
12 years ago
Qiang Xue
761a9f4472
exception cleanup.
12 years ago
Qiang Xue
6fcac32410
error handling cleanup.
12 years ago
Qiang Xue
e09a791c92
MVC cleanup
12 years ago
Qiang Xue
0d21ee67cb
MVC WIP
12 years ago
Qiang Xue
29398f4c22
MVC WIP
12 years ago
Qiang Xue
8e05e6e62d
changed copyright line.
12 years ago
Alexander Makarov
95b18d553b
more on console apps
12 years ago
Qiang Xue
b7a7800fec
Fixed constructors.
12 years ago
Qiang Xue
fd3c29aa2e
Added console Request class.
...
Refactored console Application code.
12 years ago
Qiang Xue
ea30da6a6c
Fixed namespace of core commands.
12 years ago
Qiang Xue
12932f0d77
help command.
13 years ago
Qiang Xue
be8dd940db
...
13 years ago
Qiang Xue
5a72523a14
console commands.
13 years ago
Qiang Xue
5f3e24d81f
working on console app.
13 years ago
Alexander Makarov
4a8259ff8c
yiic, helpers
13 years ago