33 Commits

Author SHA1 Message Date
7fa81949bf various documentation changes 2013-09-01 19:47:26 +02: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
3852e0b7cb finished module code generator. 2013-08-18 15:20:56 -04:00
3adffc9caf Exit error handling to avoid handling exceptions multiple times. 2013-08-14 17:23:16 -04:00
b3b1151469 Finished draft implementation of GridView. 2013-08-06 17:00:32 -04:00
6b41d41fd9 Fixes #711. 2013-08-03 14:04:36 -04:00
f72c451c86 Display debug toolbar on error pages. 2013-08-02 16:36:11 -04:00
e15938474c Refactored console commands. 2013-07-18 18:21:21 -04:00
ba6c10eb30 Yii debugger WIP 2013-07-06 21:20:49 -04:00
12c48d1ae4 Refactored logging. 2013-07-02 22:09:25 -04:00
689e5d1653 renamed "logging" to "log". 2013-07-02 21:47:46 -04:00
3a365dae49 Added new events. 2013-06-30 18:35:21 -04:00
d182ce1d38 Renamed reservedMemorySize to memoryReserveSize. 2013-06-18 16:52:06 -04:00
e7e9723f8a Added Application::$reservedMemorySize. 2013-06-18 16:40:01 -04:00
2643daa534 Improve application speed by using classMap for autoloader 2013-06-17 16:38:21 +02: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
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
82c978f86a draft idea of action based responses 2013-06-16 17:04:28 +02:00
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.
2013-06-15 14:10:47 +02:00
a951e1c8e1 Replaced Jsonable with Arrayable.
Added support for different response formats.
Support for error response in different formats.
2013-06-14 16:26:33 -04:00
12e5f62c0b Errorhandler, manually load classes
load ErrorException manually because autoloading them will not work
when error occurs while autoloading a class
2013-06-14 10:49:50 +02:00
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
ad218c6719 moved HttpException to web. 2013-06-10 17:08:26 -04:00
9806563f7f Minor refactoring. 2013-06-10 11:26:56 -04:00
551e00bae3 Renamed methods and events in Application. 2013-06-09 22:29:08 -04:00
f2d477dce6 Response WIP 2013-06-09 09:47:41 -04:00
b7c1f94977 Fixed bug about setting default path aliases. 2013-06-05 08:28:36 -04:00
22357befad Added "@runtime" and "@vendor" aliases. 2013-06-02 15:19:29 -04:00
36bbfd54ca Implemented "@app/runtime" alias. 2013-06-02 07:29:29 -04:00
2f1021830d Added "formatter" app component. 2013-05-28 18:58:35 -04:00
a6c251d2ab Adjusted vendor dirs of example applications
- update composer json to chosse right path
- set vendorPath in application config if not default
2013-05-27 00:22:42 +02:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00