62 Commits

Author SHA1 Message Date
83273382a7 changed order of preloading components and extensions
load extensions before preloading components to have aliases set for
extensions like debug module.
2013-12-01 04:45:09 +01:00
73442fb12a doc fix. 2013-11-30 15:51:20 -05:00
c7c13a6693 Added concrete http exception classes. 2013-11-29 21:22:08 -05:00
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
d6f97ff4c1 Added Application::getMail(). 2013-11-28 09:08:02 -05:00
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00
4b353c7bce Fixes #1297: CSRF not generated on error pages 2013-11-24 17:41:09 -05:00
d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00
c7ff329e3c doc fix. 2013-11-16 21:30:34 -05:00
2d86618644 Merge branch 'master' of github.com:yiisoft/yii2 2013-11-13 08:23:01 -05:00
2f8ee2a8b0 typo fix. 2013-11-13 08:22:55 -05:00
b0b1c27c85 Fix phpDoc var tag format 2013-11-12 06:21:04 +02:00
913eb62294 updated phpdoc and fixed generator read/write-only annotation 2013-11-08 12:24:03 +01:00
927e9dddb4 Refactored View 2013-11-06 22:52:27 +04:00
3f3a09e988 Added support for generating default alias for extensions. 2013-11-02 22:43:11 -04:00
bcd1ad11a4 refactored MessageFormatter 2013-10-28 11:59:49 +01:00
d5fd2bfe98 Removed re-declaration of $preload from Application 2013-10-23 20:11:04 +04:00
40d06e6f43 more on short array syntax 2013-10-22 11:30:39 +02:00
c28a005fb8 Added extension initialization to application life cycle. 2013-10-21 23:46:05 -04:00
ee261d3838 Merge pull request #1020 from yiisoft/module-refactoring
Module & Application refactoring
2013-10-19 12:33:40 -07:00
9434cc8f40 Moved Application::$controllerNamespace init into variable declaration, reordered Module::__construct. 2013-10-19 13:30:31 +04:00
03861b6fde Extension installer wip 2013-10-19 00:35:57 -04:00
8583de701d Removed unnecessary call 2013-10-19 02:23:05 +04:00
54e1abaa7b Better Module::init refactoring 2013-10-19 02:22:05 +04:00
3e2bcfdf52 Refactored Module::setBasePath to remove instanceof condition 2013-10-19 02:19:27 +04:00
e8eccc281d Refactored instanceof in Module into method in Application 2013-10-19 02:01:58 +04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
3a981e26da improved errorhandler output
when error occurs while handling errors output was not readable in web
context
2013-10-13 15:19:20 +02:00
618f981112 Renamed i18n to be all lowecase when accessed as a property 2013-10-03 01:41:38 +04:00
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