65 Commits

Author SHA1 Message Date
80d69a6551 Renamed csrfParam back to csrfVar for consistency. 2014-02-10 11:27:54 -05:00
677ee94bb1 Fixes #2386 2014-02-09 13:54:01 -05:00
85a8191f6e Changed csrf-var to csrf-param
Changed csrf-var to csrf-param due to meta validation error. The validation error as mentioned in the issue https://github.com/yiisoft/yii2/issues/2363. It is fixed in this pull request.
2014-02-09 08:50:51 +05:30
fb4b0ae98d The scripts in asset bundles are now registered in View at the end of endBody(). It was done in endPage() previously 2014-02-05 22:45:26 -05:00
2dc341f893 not sending csrf header in ajax response. 2014-02-05 14:29:29 -05:00
4433a67f8e Added yii\web\View::clear() 2014-01-28 22:06:22 -05:00
7f882d3a39 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-28 14:03:45 -05:00
02b908bd9c Fixes #938: added yii\web\View::renderAjax and yii\web\Controller::renderAjax. 2014-01-28 14:03:39 -05:00
f26dcafbed Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Added `yii\web\View::POS_LOAD`
2014-01-28 18:03:16 +01:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
861c2b2f9c Added yii\web\View::POS_LOAD 2014-01-28 11:21:15 -05:00
bc9b62c314 url of CSS and JS files registered in View can be url alias
fixes #2132, fixes #2133
2014-01-23 22:43:43 +01:00
5d23a066ca Removed unused imports 2014-01-12 23:42:55 +04:00
58e847258f Renamed Request::maskedCsrfToken to csrfToken. 2014-01-11 11:49:29 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00