Squashed 'public/legacy/' changes from a403361326..60ccef0448

60ccef0448 SuiteCRM 7.12.8 Release
36b2069cc8 Update composer packages
b33f4c68df Fix #6756 - Add Label to Dynamic Fields
371f038c30 Fix #9803 - Workflow test returns boolean
c453e9fe84 Fix #9804 - Update jquery-ui to 1.13.2
be22920ec5 Fix #9800 Fix issue with send as system being hidden
efd1dbe647 fix escapeField where $cell string is empty
c0b4d56199 Turn privates to protecteds to fix Emailtemplate overrides
dbadb85136 Turn private to protected to fix SendMail AOW_Action overrides
eaefb2ba62 Fix #7030 - Contains, Startwith and End with fixes Workflow
cfef8eaba1 Fix #9650 - Deprecated constructor method is being called in Calendar
f0121f4da7 Fix #9658 - SuiteCRM add duplicate dashlet when filter is used
aeb1c3ffbe Fix #9668 - It is not possible to use a custom template for password change
a2abbde8a8 Fix #9672 - Bug in CSS class causes bad button display
be6f2de05a Fix #9674 - Error when importing (creating and updating) a record with ID already deleted in the database
57c40c6f71 Fix #9688: Use the same browser title for the regular views as the Ajax UI
d6856805a1 Fix #9698 - Do not delete the subject when editing a tracking url from the campaign assistant
5bc6c80b35 Fix #9704 - Missing relationship definition in SurveysQuestionResponses
5d17f027a3 Fix #9706 - ModuleBuilder doesn't save language files in the correct path
d85edb029a Fix #9711 - Update date_modified field when deleting a Target List
4fd11b676e Fix #9721 - Adding Years option to aow_date_type_list in Workflow conditions
0ddb1c523c Fix #9728 - cron.php fails with "must be compatible" error from AOPInboundEmail.php
bd90cb2d71 Fix #9730 - cron.php fails with fatal TypeError using PHP 8
2eb6c16df9 Fix #9753 - Do not save white spaces in SMTP data
3ff0092441 Fix #9781 Fetch existing Call/Meeting Reminder data in quickeditview of Calendar
51b606d90f Fix #9588 Flag "Display Employee Record" doesn't work properly
063def6acb Fix #7827 - Error resetting modules

git-subtree-dir: public/legacy
git-subtree-split: 60ccef0448b22658c89f5c501f62d68aa209dcea
This commit is contained in:
Jack Anderson 2022-11-10 09:38:28 +00:00
parent 3fb6e4bb8e
commit 88ca186f1a
40 changed files with 10832 additions and 113 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
/*! jQuery UI - v1.13.1 - 2022-05-06
/*! jQuery UI - v1.13.2 - 2022-10-03
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI CSS Framework 1.13.1
* jQuery UI CSS Framework 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors

View file

@ -1,5 +1,5 @@
/*!
* jQuery UI CSS Framework 1.13.1
* jQuery UI CSS Framework 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@ -56,8 +56,8 @@
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #d3d3d3;