Qiang Xue
ba6c10eb30
Yii debugger WIP
12 years ago
Qiang Xue
682c0a346f
Added trace messages.
12 years ago
Qiang Xue
7a587f62a6
Added back the events for Controller.
12 years ago
Qiang Xue
3a365dae49
Added new events.
12 years ago
Qiang Xue
16dcd9701f
Added Model::loadMultiple() and validateMultiple().
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
71782b344e
Changed existing code to match the changes regarding response
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
Qiang Xue
75b614787c
doc clarification.
12 years ago
Carsten Brandt
82c978f86a
draft idea of action based responses
12 years ago
Qiang Xue
5a8e4b648b
Added XmlResponseFormatter.
12 years ago
Qiang Xue
420637443c
Refactored the way of sending response in controller actions.
12 years ago
Qiang Xue
5e8154ed7f
Removed unused method.
12 years ago
Qiang Xue
f690f0db13
Fixes issue #441 : InvalidRequestException should be HttpException
12 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Qiang Xue
0522f9bbfe
Replaced id2camel with direct implementation
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
2d8a465c2f
Fixes issue #257 : removed the $view parameter from widget methods.
12 years ago
resurtm
c98628d42e
CS fixes.
12 years ago
resurtm
b314d96355
Change magic property to normal method. (Thanks to @maxlapko.)
12 years ago
Qiang Xue
db61885ebd
Fixes issue #201 .
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Qiang Xue
17807874b6
Fixes issue #53 : implemented Menu.
12 years ago
Alexander Kochetov
48d04fbb8c
!== array() => !empty()
12 years ago
Qiang Xue
06fa0259b5
Added Controller::populate().
12 years ago
Qiang Xue
a578938df7
Added beforeAction and afterAction to Module.
12 years ago
Qiang Xue
5b412b8f84
script WIP
12 years ago
Qiang Xue
31777c9231
Fixed render issue.
12 years ago
Qiang Xue
c32a202d82
refactored MVC.
12 years ago
Qiang Xue
2fd87fb6d0
User WIP
12 years ago
Qiang Xue
884977a724
renamed util to helpers.
12 years ago
Qiang Xue
a5ee5b842b
view WIP
12 years ago
Qiang Xue
2ecf1d9284
view sip
12 years ago
Qiang Xue
1d48d01ef7
refactored View.
12 years ago
Qiang Xue
4fdaab3560
updated file header.
12 years ago
Qiang Xue
8b2b7915b4
Renamed application to app.
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
af4455eb03
Finished console support.
...
Finished migrate command.
12 years ago
Qiang Xue
6a595de4be
refactored MVC.
12 years ago
Qiang Xue
b2662c0cd9
clean up help command.
12 years ago
Qiang Xue
e09a791c92
MVC cleanup
12 years ago
Qiang Xue
311f876b7b
MVC WIP
12 years ago
Qiang Xue
bd320533ab
MVC WIP
12 years ago
Qiang Xue
9165a1592a
cleanup.
12 years ago
Qiang Xue
0d21ee67cb
MVC WIP
12 years ago
Qiang Xue
3fa22483c1
refactored logging.
...
MVC WIP
12 years ago
Alexander Makarov
a6961f3404
patched controller and action creation
12 years ago
Qiang Xue
29398f4c22
MVC WIP
12 years ago