Skip to content

Commit

Permalink
SuiteCRM 8.4.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jack7anderson7 committed Oct 2, 2023
1 parent 153989e commit e635d94
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img width="180px" height="41px" src="https://suitecrm.com/wp-content/uploads/2017/12/logo.png" align="right" />
</a>

# SuiteCRM 8.4.0
# SuiteCRM 8.4.1

[![LICENSE](https://img.shields.io/github/license/suitecrm/suitecrm.svg)](https://github.com/salesagility/suitecrm/blob/hotfix/LICENSE.txt)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/salesagility/SuiteCRM-Core/issues)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.4.0
8.4.1
2 changes: 1 addition & 1 deletion core/app/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "8.4.0",
"version": "8.4.1",
"peerDependencies": {
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion core/app/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "8.4.0",
"version": "8.4.1",
"peerDependencies": {
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suitecrm",
"version": "8.4.0",
"version": "8.4.1",
"scripts": {
"ng": "ng",
"start": "npm run start:shell",
Expand Down
4 changes: 2 additions & 2 deletions public/legacy/data/SugarBean.php
Original file line number Diff line number Diff line change
Expand Up @@ -2623,12 +2623,12 @@ public function cleanBean()
}

if (isset($def['type']) && ($def['type'] == 'html' || $def['type'] == 'longhtml')) {
$this->$key = htmlentities((string) SugarCleaner::cleanHtml($this->$key, true));
$this->$key = purify_html($this->$key);
} elseif (
(strpos((string) $type, 'char') !== false || strpos((string) $type, 'text') !== false || $type == 'enum') &&
!empty($this->$key)
) {
$this->$key = htmlentities((string) SugarCleaner::cleanHtml($this->$key, true));
$this->$key = purify_html($this->$key);
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion public/legacy/include/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,9 @@ function purify_html(?string $value): string {
$cleanedValue = '';
}

return $cleanedValue;
$doubleCleanedValue = htmlentities((string) SugarCleaner::cleanHtml($doubleDecoded, true));

return $doubleCleanedValue;
}

function preprocess_param($value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ if (typeof('console') == 'undefined') {
});
}
var module_str = module;
if (typeof SUGAR.language.languages['app_list_strings']['moduleList'][module] != 'undefined') {
if (SUGAR.language.languages['app_list_strings'] && typeof SUGAR.language.languages['app_list_strings']['moduleList'][module] != 'undefined') {
module_str = SUGAR.language.languages['app_list_strings']['moduleList'][module];
}
ModuleBuilder.history.popup_window.setHeader(module_str + ' : ' + SUGAR.language.get('ModuleBuilder', 'LBL_' + layout.toUpperCase()) + SUGAR.language.get('ModuleBuilder', 'LBL_HISTORY_TITLE'));
Expand Down
10 changes: 5 additions & 5 deletions public/legacy/themes/suite8/css/suitep-base/editview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ select {

option:checked {
font-weight: normal;
color: $main-font-color;
color: $main-font-color;
background-color: $light-green !important;
}

Expand Down Expand Up @@ -3558,7 +3558,7 @@ select#sales_stage_advanced {
}

.col-sm-12 .col-sm-8.edit-view-field textarea {
width: 120%;
width: 100%;
}

[field=bool].col-sm-8.edit-view-field {
Expand Down Expand Up @@ -3661,7 +3661,7 @@ select#sales_stage_advanced {
}

.col-sm-12 .col-sm-8.edit-view-field textarea {
width: 120%;
width: 100%;
}

[field=bool].col-sm-8.edit-view-field {
Expand Down Expand Up @@ -3838,7 +3838,7 @@ select#sales_stage_advanced {
}

.col-sm-12 .col-sm-8.edit-view-field textarea#description {
width: 120%;
width: 100%;
}

#EditView_tabs .edit [type="checkbox"][name=alt_checkbox] {
Expand Down Expand Up @@ -5763,4 +5763,4 @@ body.popupBody {
background-size: 25px 11px;
border-color: $bright-grey;
}
}
}
2 changes: 0 additions & 2 deletions public/legacy/themes/suite8/css/suitep-base/panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ div.sub-panel {

.subpanel-table.list tr.pagination span.pageNumbers {
position: relative;
/*top: 5px;*/
bottom: 0.2em;
}


Expand Down
3 changes: 2 additions & 1 deletion public/legacy/themes/suite8/css/suitep-base/studio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@
}

#panels {
position: inherit;
position: absolute;
padding: 5px;
margin-left: 200px;
border: 1px solid $panel-default-border;
border-radius: $border-radius-base;
float: right;
Expand Down

0 comments on commit e635d94

Please sign in to comment.