4bbd844b23
fixes #1796
2014-01-06 15:14:36 +04:00
934051e804
Small fixes for the sake of consistency
2013-12-30 16:48:11 +01:00
323008b177
Fixes #1296 : stricter check of dashes in route.
2013-11-29 12:31:09 -05:00
a1f7f8bcbe
Fixes #1335 : support view extension fallback
2013-11-28 23:58:14 -05:00
1fe7f5aaf8
Fixes #1335 : findLayoutFile() should respect View::defaultExtension.
2013-11-27 08:47:10 -05:00
af778d1a13
Fixed actions() docs where alias was used to refer to class
2013-11-27 13:36:05 +04:00
2617dfbaf3
Removed links to non-existent things phpDocs [skip ci]
2013-11-12 03:18:01 +00:00
9b95a81b0c
Fixed the rest phpDocs [skip ci]
2013-11-12 03:13:37 +00:00
e0294ea724
'ViewContext' renamed to 'ViewContextInterface'.
2013-10-24 17:20:19 +03:00
83e353dd41
'ViewContext' interface extracted, files render workflow refactored to use this interface.
2013-10-24 16:55:48 +03:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
f9b957554f
Added Controller::enableCsrfValidation to support turning on/off CSRF validation for particular actions.
2013-09-18 23:24:11 -04:00
ca69ef09d4
update of @property annotations
2013-08-28 14:59:52 +02:00
bdb77f33ba
updated @property annotations of many classes
2013-08-28 14:16:13 +02:00
ce4f37a183
doc fix.
2013-08-11 16:14:59 -04:00
f1ba923e91
Fixes #648 : EVENT_BEFORE_ACTION is triggered twice.
2013-07-21 20:39:05 -04:00
ba6c10eb30
Yii debugger WIP
2013-07-06 21:20:49 -04:00
682c0a346f
Added trace messages.
2013-07-06 17:05:29 -04:00
7a587f62a6
Added back the events for Controller.
2013-06-30 21:01:14 -04:00
3a365dae49
Added new events.
2013-06-30 18:35:21 -04:00
16dcd9701f
Added Model::loadMultiple() and validateMultiple().
2013-06-26 09:02:42 -04:00
3e18479d1f
Fixes issue #545 : PageCache doesn't work.
2013-06-17 00:48:05 -04:00
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a51ae7030b667f740c2a97471cf7f6e, reversing
changes made to 6b6390f72b6a6010cfbe614aab236a90d10b1a00.
2013-06-16 19:45:58 -04:00
9d7597d61a
Merge pull request #548 from cebe/action-response
...
implementation of Response tied to actions
2013-06-16 10:22:37 -07:00
71782b344e
Changed existing code to match the changes regarding response
2013-06-16 18:52:56 +02:00
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
2013-06-16 18:12:27 +02:00
75b614787c
doc clarification.
2013-06-16 11:31:20 -04:00
82c978f86a
draft idea of action based responses
2013-06-16 17:04:28 +02:00
5a8e4b648b
Added XmlResponseFormatter.
2013-06-15 15:19:00 -04:00
420637443c
Refactored the way of sending response in controller actions.
2013-06-13 23:39:18 -04:00
5e8154ed7f
Removed unused method.
2013-05-28 21:07:35 -04:00
f690f0db13
Fixes issue #441 : InvalidRequestException should be HttpException
2013-05-28 19:24:08 -04:00
f72105166c
reorganized the main repo to satisfy PSR-0.
2013-05-21 21:19:05 -04:00