Alexander Makarov
|
c2c12a9049
|
Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set
|
12 years ago |
Carsten Brandt
|
147558ea19
|
added some class documentation
|
12 years ago |
Carsten Brandt
|
c582e589d2
|
added note about differing property types
|
12 years ago |
Carsten Brandt
|
ca69ef09d4
|
update of @property annotations
|
12 years ago |
Carsten Brandt
|
bdb77f33ba
|
updated @property annotations of many classes
|
12 years ago |
Borro
|
9f72973b83
|
Bug in XML format
|
12 years ago |
Qiang Xue
|
a9e71d5565
|
better handling with exceptions in __toString()
|
12 years ago |
Qiang Xue
|
27ad7e1fc7
|
Added Controller::goHome().
|
12 years ago |
Qiang Xue
|
89fa7ed3cb
|
Reverted the change to User::loginUrl.
|
12 years ago |
Qiang Xue
|
21eab82413
|
Refactored redirect() methods.
|
12 years ago |
Luciano Baraglia
|
3f8e9b7a84
|
Login url fix when called from a module
|
12 years ago |
Qiang Xue
|
d1c41fe144
|
changed to trace from info.
|
12 years ago |
Qiang Xue
|
8ee92fdb80
|
Added ErrorAction.
|
12 years ago |
Ryadnov
|
2409624894
|
fix typos - `Yii::app()`
|
12 years ago |
Alexander Makarov
|
9c97e3e38a
|
fixed phpdoc of Request
|
12 years ago |
Qiang Xue
|
3d5388ff2b
|
Reorganized captcha code.
|
12 years ago |
Qiang Xue
|
9f4ccb6243
|
Added status code display to debugger toolbar.
|
12 years ago |
Alexander Makarov
|
3a2215b833
|
fixed length constraints check to always result in correct range
|
12 years ago |
Qiang Xue
|
eda171e1be
|
Added more YII_ENV constants.
|
12 years ago |
Qiang Xue
|
f2ceef4c76
|
Fixes #686
|
12 years ago |
Qiang Xue
|
3bef7365f1
|
Fixes #624: renamed www to web.
|
12 years ago |
Qiang Xue
|
d1212bc73b
|
Support relative route in Controller::createUrl()
|
12 years ago |
Qiang Xue
|
e433c98ed4
|
Fixes #599
|
12 years ago |
Qiang Xue
|
6f4e2c9b3c
|
Fixes #647
|
12 years ago |
Alexander Makarov
|
dd47668cba
|
added missing return tags to CaptchaAction
|
12 years ago |
Alexander Makarov
|
02f8062435
|
fixed code style
|
12 years ago |
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
|
12 years ago |
Qiang Xue
|
a6cd7b72bb
|
refactored helper organization.
|
12 years ago |
Paul Klimov
|
bf13f26584
|
"AssetConverter::convert()" has been updated to use "escapeshellargs"
|
12 years ago |
Qiang Xue
|
a128bffb47
|
Fix for asset command.
|
12 years ago |
Qiang Xue
|
368a4cfe66
|
Asset feature refactoring (WIP)
|
12 years ago |
Qiang Xue
|
f03cdf0a47
|
renamed Command::queryRow() to queryOne().
|
12 years ago |
Paul Klimov
|
c194703d9e
|
Virtual properties documentation has been added to "web\Session"
|
12 years ago |
Qiang Xue
|
194d5a86b5
|
normalize header names.
|
12 years ago |
Smotrov Dmitriy
|
1ad1bb96e6
|
Invert the condition in AssetConverter
|
12 years ago |
Qiang Xue
|
2356e933ee
|
change captcha if it's validated.
|
12 years ago |
Qiang Xue
|
ba6c10eb30
|
Yii debugger WIP
|
12 years ago |
Smotrov Dmitriy
|
4efc097e25
|
Fix create object Asset Bundle with custom class in Bundle config
|
12 years ago |
Qiang Xue
|
682c0a346f
|
Added trace messages.
|
12 years ago |
Qiang Xue
|
ec28988a37
|
Added UrlRule::name.
|
12 years ago |
Carsten Brandt
|
13f1e7af8a
|
added usage example to Response::redirect()
|
12 years ago |
Qiang Xue
|
9cf82b3ae1
|
Added Model::load(). Added Controller::refresh() and redirect().
|
12 years ago |
Qiang Xue
|
051822075e
|
Fixes issue #579: AccessControl deny rule by default
|
12 years ago |
Qiang Xue
|
5698a10c81
|
Added functional tests for the basic app.
|
12 years ago |
Qiang Xue
|
7f1b8c109e
|
Adjust for test integration.
|
12 years ago |
Qiang Xue
|
a5a2481b4f
|
Added acceptance tests for the basic app.
|
12 years ago |
Valery Viktorovsky
|
6708923740
|
Converted CRLF to LF. Added gitattributes file.
|
12 years ago |
Qiang Xue
|
22839ae922
|
Fixed jsonp response handling.
|
12 years ago |
Qiang Xue
|
3e6419108f
|
Implemented language negotiation.
Implemented Request::getAcceptedContentTypes().
|
12 years ago |
Qiang Xue
|
4782b19739
|
Better handling of sending response content.
|
12 years ago |