Qiang Xue
89fa7ed3cb
Reverted the change to User::loginUrl.
2013-08-12 12:02:59 -04:00
Qiang Xue
5c5b20906e
Merge branch 'master' of github.com:yiisoft/yii2
2013-08-12 12:02:08 -04:00
Qiang Xue
21eab82413
Refactored redirect() methods.
2013-08-12 12:01:59 -04:00
Luciano Baraglia
3f8e9b7a84
Login url fix when called from a module
2013-08-12 12:21:28 -03:00
Qiang Xue
d1c41fe144
changed to trace from info.
2013-08-10 12:22:32 -04:00
Qiang Xue
8ee92fdb80
Added ErrorAction.
2013-08-10 07:32:19 -04:00
Ryadnov
2409624894
fix typos - Yii::app()
2013-08-08 21:15:46 +04:00
Alexander Makarov
9c97e3e38a
fixed phpdoc of Request
2013-08-05 12:00:56 +04:00
Qiang Xue
3d5388ff2b
Reorganized captcha code.
2013-08-03 07:20:39 -04:00
Qiang Xue
9f4ccb6243
Added status code display to debugger toolbar.
2013-08-02 22:07:26 -04:00
Alexander Makarov
3a2215b833
fixed length constraints check to always result in correct range
2013-08-03 01:19:26 +04:00
Qiang Xue
eda171e1be
Added more YII_ENV constants.
2013-07-31 07:18:59 -04:00
Qiang Xue
f2ceef4c76
Fixes #686
2013-07-30 11:56:09 -04:00
Qiang Xue
3bef7365f1
Fixes #624 : renamed www to web.
2013-07-25 07:57:49 -04:00
Qiang Xue
d1212bc73b
Support relative route in Controller::createUrl()
2013-07-24 11:20:04 -04:00
Qiang Xue
e433c98ed4
Fixes #599
2013-07-23 22:01:16 -04:00
Qiang Xue
6f4e2c9b3c
Fixes #647
2013-07-21 19:10:29 -04:00
Alexander Makarov
dd47668cba
added missing return tags to CaptchaAction
2013-07-21 19:13:00 +04:00
Alexander Makarov
02f8062435
fixed code style
2013-07-21 19:13:00 +04:00
Carsten Brandt
6ce60c1666
added support for HTTP verb PATCH
...
To provider better REST API support PATCH method is added which is used
for partial updates, while a PUT should only update whole record.
issues #303 and yiisoft/yii#2664
2013-07-20 22:46:32 +02:00
Qiang Xue
a6cd7b72bb
refactored helper organization.
2013-07-17 20:45:36 -04:00
Paul Klimov
bf13f26584
"AssetConverter::convert()" has been updated to use "escapeshellargs"
2013-07-17 15:37:27 +03:00
Qiang Xue
a128bffb47
Fix for asset command.
2013-07-16 21:43:17 -04:00
Qiang Xue
368a4cfe66
Asset feature refactoring (WIP)
2013-07-15 22:49:22 -04:00
Qiang Xue
f03cdf0a47
renamed Command::queryRow() to queryOne().
2013-07-09 08:01:10 -04:00
Paul Klimov
c194703d9e
Virtual properties documentation has been added to "web\Session"
2013-07-09 12:18:39 +03:00
Qiang Xue
194d5a86b5
normalize header names.
2013-07-08 19:57:36 -04:00
Smotrov Dmitriy
1ad1bb96e6
Invert the condition in AssetConverter
2013-07-08 02:58:46 +04:00
Qiang Xue
2356e933ee
change captcha if it's validated.
2013-07-07 08:14:38 -04:00
Qiang Xue
e105f1ae7c
Merge branch 'master' of github.com:yiisoft/yii2
2013-07-06 21:20:56 -04:00
Qiang Xue
ba6c10eb30
Yii debugger WIP
2013-07-06 21:20:49 -04:00
Smotrov Dmitriy
4efc097e25
Fix create object Asset Bundle with custom class in Bundle config
2013-07-07 05:14:45 +04:00
Qiang Xue
682c0a346f
Added trace messages.
2013-07-06 17:05:29 -04:00
Qiang Xue
ec28988a37
Added UrlRule::name.
2013-07-06 08:24:33 -04:00
Carsten Brandt
13f1e7af8a
added usage example to Response::redirect()
2013-07-04 22:17:43 +02:00
Qiang Xue
9cf82b3ae1
Added Model::load(). Added Controller::refresh() and redirect().
2013-06-26 08:34:27 -04:00
Qiang Xue
051822075e
Fixes issue #579 : AccessControl deny rule by default
2013-06-24 21:04:44 -04:00
Qiang Xue
36655d3b1d
Merge branch 'master' of github.com:yiisoft/yii2
2013-06-23 19:26:26 -04:00
Qiang Xue
5698a10c81
Added functional tests for the basic app.
2013-06-23 19:26:16 -04:00
Qiang Xue
87ee68841e
Merge pull request #573 from bio/normalize-repo
...
Converted CRLF to LF. Added gitattributes file.
2013-06-23 13:55:06 -07:00
Qiang Xue
7f1b8c109e
Adjust for test integration.
2013-06-23 15:03:59 -04:00
Qiang Xue
a5a2481b4f
Added acceptance tests for the basic app.
2013-06-22 20:26:22 -04:00
Valery Viktorovsky
6708923740
Converted CRLF to LF. Added gitattributes file.
2013-06-22 15:28:11 +03:00
Qiang Xue
22839ae922
Fixed jsonp response handling.
2013-06-17 17:10:20 -04:00
Qiang Xue
769acfbdfb
Merge pull request #550 from cebe/speed
...
Improve application speed by using classMap for autoloader
2013-06-17 13:54:19 -07:00
Qiang Xue
3e6419108f
Implemented language negotiation.
...
Implemented Request::getAcceptedContentTypes().
2013-06-17 15:51:30 -04:00
Qiang Xue
4782b19739
Better handling of sending response content.
2013-06-17 15:49:53 -04:00
Carsten Brandt
2643daa534
Improve application speed by using classMap for autoloader
2013-06-17 16:38:21 +02:00
Qiang Xue
3e18479d1f
Fixes issue #545 : PageCache doesn't work.
2013-06-17 00:48:05 -04:00
Qiang Xue
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a , reversing
changes made to 6b6390f72b .
2013-06-16 19:45:58 -04:00