432 Commits

Author SHA1 Message Date
ab9afd74df phpdoc improvements 2014-10-23 00:25:41 +02:00
48ec791e4a Fixes #5587: json_encode is now used with JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE where it makes sense, also it is now default for Json::encode() 2014-10-19 18:50:46 +04:00
02622b6fe4 phpdoc fixes and additions 2014-10-14 01:35:21 +04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 2014-10-11 09:35:55 -04:00
c489f8228d Removed unnecessary token generation. We already have it. 2014-10-09 14:53:59 +04:00
22dac1af62 wording fix [skip ci] 2014-10-07 10:50:39 -04:00
df82aabe7b Fixes #5395: added note about session table id column length 2014-10-07 12:18:02 +04:00
42609dbed5 Fixes #5314: Fixed typo in the implementation of yii\web\Session::getHasSessionId() 2014-10-02 12:53:04 -04:00
f41abf9105 Update documentation to mention addFlash 2014-09-30 09:51:17 +02:00
29a5cd20c4 more guide. 2014-09-30 00:15:28 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
e7de579ee6 Fixes #5202: View::registerJsFiles should not strip leading backlashes for protocol relative URL 2014-09-26 16:35:15 -04:00
851d15380f Fixes #5131: Added $autoRenew parameter to yii\web\User::getIdentity() 2014-09-22 17:58:58 -04:00
3d55ee5af0 Add possibility to customize path to binary using alias.
If you don't want to install command-line utils globally, you have to specify it's paths.

    public $commands = [
        'styl' => ['css', '@app/node_modules/bin/stylus < {from} > {to}'],
    ];

close #5130
2014-09-22 16:37:28 +02:00
a81969950d Adjusted dependency versions to stable ones. 2014-09-18 23:09:45 -04:00
6744228e77 use mb_string to work with non latin characters 2014-09-17 19:29:35 +02:00
924e4f97e9 typo fix. 2014-09-17 10:02:37 -04:00
ecdb41e046 Fixes #5061: Switched to use jquery composer package. 2014-09-17 09:59:44 -04:00
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
91e41b0470 Fixes #5001: yii\rest\CreateAction, yii\rest\UpdateAction and yii\rest\DeleteAction should throw 500 error if the model operation returns false without validation errors 2014-09-12 13:49:34 -04:00
090e550a3d Rename \yii\web\User component param for consistency 2014-09-10 05:55:07 +04:00
b1e7c753ae Fixes #2702: added doc about customizing error response format [skip ci] 2014-09-07 12:40:50 -04:00
4832760604 Removed unused "use" statements 2014-09-07 15:46:54 +04:00
48821a8c2c Update UrlManager.php 2014-09-04 22:27:23 +03:00
a20f82dcfa Fixes #4919 2014-09-04 20:44:36 +04:00
262a77caca Added yii\web\Response::enableCsrfCookie to support storing CSRF tokens in session 2014-09-04 12:20:09 -04:00
d6fd45079e typo fix. 2014-09-03 12:23:16 -04:00
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
92b958cd33 fixed return value of yii\web\Request::getPrefferedLanguage
ensure it is one of the input values

fixes #4880
2014-09-01 12:46:38 +02:00
fa0418f8a1 Fixes #4424: Added inline and mimeType options to all file downloading methods provided in yii\web\Response 2014-08-30 22:13:42 -04:00
2f526521ce new asset WIP 2014-08-30 21:34:35 -04:00
04f49de881 new asset WIP 2014-08-28 14:21:27 -04:00
f51a263570 new asset management WIP 2014-08-27 16:44:00 -04:00
f3105f736a Fixes #3283: Added $checkAjax to yii\web\User::loginRequired() 2014-08-26 22:29:40 -04:00
355c26df8b Fixes #4188: API exceptions are now exposing less data when YII_DEBUG is false
- If exception is internal it's always returned as HTTP 500 general purpose one.
- Type isn't exposed anymore.
2014-08-27 00:50:02 +04:00
3a7ed9b1a9 Added yii\web\Request::setRawBody() 2014-08-20 23:14:48 +08:00
fe36bc9ecd options parameter extracted at yii\web\Response::xSendFile() 2014-08-19 16:31:42 +03:00
e3cea2138a Added forceDownload parameter to yii\web\Response::xSendFile() 2014-08-19 12:18:35 +03:00
1cfa5bc9ee Fixes #4740: Added yii\web\Session::addFlash() 2014-08-18 14:20:09 -04:00
f1aeac5dc2 addFlash method was implemented 2014-08-18 14:14:24 -04:00
3d2cac534c Multiple flash messages per type support 2014-08-18 14:14:23 -04:00
90c6a476ce Fixes #4727: Fixed wrong Stylus definition in \yii\web\AssetConverter 2014-08-17 01:18:55 +04:00
88d38b7820 Fixes #4501: Renamed the constant YII_PATH to YII2_PATH 2014-08-14 22:17:05 -04:00
c6c29db9b4 Fixes #4636: Added yii\web\Response::setDownloadHeaders() 2014-08-14 22:01:10 -04:00
aec7dca2cd added source map generation so that styling can be debugged easily. 2014-08-13 12:48:41 +10:00
0cdf2f5171 Fixed code break. 2014-08-06 10:27:37 -04:00
dee0382c1f Added yii\base\InvalidValueException.
Refactored `yii\web\User`.
2014-08-06 10:07:14 -04:00
7a55aea247 Fixes #4600 2014-08-05 07:53:20 -04:00
f010fb57b4 Enh #4581: Added ability to disable url encoding in UrlRule. 2014-08-04 00:07:36 +03:00