33 Commits

Author SHA1 Message Date
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
c105622004 example for a link tag: issue #2803
[ci skip]
2015-04-30 18:25:04 +02:00
61b7079993 Fixes #6007: added doc about asset bundle name [skip ci] 2014-11-11 08:08:18 -05:00
e7de579ee6 Fixes #5202: View::registerJsFiles should not strip leading backlashes for protocol relative URL 2014-09-26 16:35:15 -04:00
2f526521ce new asset WIP 2014-08-30 21:34:35 -04:00
f51a263570 new asset management WIP 2014-08-27 16:44:00 -04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
dfa0bc8d06 Fixes #3897: Raised visibility of yii\web\View::registerAssetFiles() to protected 2014-06-17 00:50:44 +04:00
6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files 2014-06-13 10:04:48 -04:00
4fcd5003de Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper 2014-04-26 20:25:48 -04:00
6fe63a217f view did not use the correct assetmanager 2014-04-25 04:06:07 +02:00
664d2aa007 Supported adding a new response formatter without the need to reconfigure existing formatters 2014-04-16 14:55:33 -04:00
a0f9a6d701 Fixes #2937 2014-03-31 23:17:39 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
44d9d0dabb Fixes #2820 2014-03-21 10:38:32 -04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
1cd3f2bbd7 Fixed test break. 2014-02-11 10:22:23 -05:00
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