32 Commits

Author SHA1 Message Date
4a9b2d2b82 Added support for using array-typed arguments for console commands 2014-01-02 21:06:59 -05:00
7ec8d0df5f doc fix. 2014-01-01 23:47:41 -05:00
fb0c43b30b yii\web\User::loginRequired() now returns the Response object instead of exiting the application 2014-01-01 23:36:55 -05:00
c7c13a6693 Added concrete http exception classes. 2013-11-29 21:22:08 -05:00
539e233d9c massive improvement on class documentation
- added example code for application components
- added missing short description

[ci skip]
2013-11-13 01:16:21 +01:00
b0b1c27c85 Fix phpDoc var tag format 2013-11-12 06:21:04 +02:00
f9db4fecb9 Fixed phpDocs [skip ci] 2013-11-12 02:54:54 +00:00
342a9a2e1a Added log messages to user login and logout actions. 2013-11-11 20:19:46 -05:00
732b9ab8fb removed unused use statement. 2013-10-21 20:58:37 -04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
fe58cbd56a doc update. 2013-10-01 21:35:56 -04:00
e19d0dacf9 Fixes #823: consistent interface naming 2013-09-24 15:45:09 +04:00
30907b6134 Fixes #826: cleaned up User::getReturnUrl(). 2013-09-13 20:54:16 -04:00
ea10868824 Removed Yii::import(). 2013-09-01 10:26:59 -04:00
c582e589d2 added note about differing property types 2013-08-28 15:18:13 +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
89fa7ed3cb Reverted the change to User::loginUrl. 2013-08-12 12:02:59 -04:00
5c5b20906e Merge branch 'master' of github.com:yiisoft/yii2 2013-08-12 12:02:08 -04:00
21eab82413 Refactored redirect() methods. 2013-08-12 12:01:59 -04:00
3f8e9b7a84 Login url fix when called from a module 2013-08-12 12:21:28 -03:00
eda171e1be Added more YII_ENV constants. 2013-07-31 07:18:59 -04:00
5698a10c81 Added functional tests for the basic app. 2013-06-23 19:26:16 -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
71782b344e Changed existing code to match the changes regarding response 2013-06-16 18:52:56 +02:00
03e07f4340 cleaned up "use" statements. 2013-06-14 22:42:55 -04: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
f2d477dce6 Response WIP 2013-06-09 09:47:41 -04:00
7a7d2a9c06 CS fixes. 2013-06-07 22:41:11 +06:00
bf05ee2942 Response WIP. 2013-06-06 17:10:22 -04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00