PR #7941: Entity escaping site-wide (v2 — clean approach)
Total conversions: 125 instances across 45 unique variable/field names
What this is: Every variable being converted from unescaped ({!! !!} or {{{ }}}) → escaped ({{ }}) in this PR, grouped by the field/accessor name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================================================================================================ | |
| Array access (608) | |
| ============================================================================================================================================ | |
| $CURRENCIES[$cart->cart_currency]['symbol']·· v2/checkout/totals.blade.php:14, v2/checkout/totals.blade.php:17, v2/checkout/totals.blade.php:32 +18 more | |
| $CURRENCIES[$currency]['symbol']······························································· v2/checkout/delivery-choices.blade.php:37 | |
| $CURRENCIES[$item->product_currency]['symbol']·· v2/checkout/cart-items.blade.php:58, v2/checkout/cart-items.blade.php:104, v2/orders/pdf_receipt.blade.php:83 +18 more | |
| $META['n_brands']··························································································· layouts/screen.blade.php:221 | |
| $META['n_brands_rounded']··················································································· lay |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================================================================================================ | |
| Array access (526) | |
| ============================================================================================================================================ | |
| $META['n_brands']··························································································· layouts/screen.blade.php:221 | |
| $META['n_brands_rounded']··················································································· layouts/screen.blade.php:264 | |
| $META['n_cities']············· layouts/brand-marketing.blade.php:61, layouts/retail-marketing.blade.php:100, layouts/screen.blade.php:214 | |
| $META['n_products_rounded']················································································· layouts/screen.blade.php:228 | |
| $USER_GEO['city_label']·· v2/home/home-2022.blade.php:143, v2/home/home-2022.blade.php:266, v2/home/home-2022.blade.php:288, v3/decorator/masthead.blade.php: |
Package s3s3Mirror
sudo apt-get update
sudo apt-get install maven
sudo apt-get install default-jdk
sudo apt-get install screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "index": "index_name", | |
| "from": 0, | |
| "size": 30, | |
| "body": { | |
| "min_score": 0.5, | |
| "_source": { | |
| "include": [ | |
| "id", | |
| "name", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "index": "index_name", | |
| "from": 0, | |
| "size": 30, | |
| "body": { | |
| "min_score": 0.5, | |
| "_source": { | |
| "include": [ | |
| "id", | |
| "name", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "index": "index_name", | |
| "from": 0, | |
| "size": 30, | |
| "body": { | |
| "min_score": 0.5, | |
| "_source": { | |
| "include": [ | |
| "id", | |
| "name", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "product": { | |
| "dynamic" : true, | |
| "properties": { | |
| "name": { | |
| "type": "string", | |
| "analyzer" : "main" | |
| }, | |
| "stores": { | |
| "type": "nested", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| class Collection extends APP_Controller { | |
| function Collection(){ | |
| parent::APP_Controller(); | |
| $this->_add_crumb('Collection', '/collection/'); | |