0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-12 01:08:54 +00:00
Commit graph

267 commits

Author SHA1 Message Date
s.stojanovic
5389928528 Fix - Ensure int is passed to mb_substr when working with decimal vardef length 2024-07-17 13:56:28 +01:00
Jack Anderson
504d6f0ebd SuiteCRM 7.14.4 Release 2024-06-07 08:43:29 +01:00
s.samko
d352118faf Fix - Process Audit Advanced Search 2024-01-12 14:48:41 +00:00
s.samko
af22560a72 Fix - Workflow - Enum-type fields may have their values reset to their defaults, if they have non-blank defaults 2024-01-12 14:41:48 +00:00
s.samko
56162ce169 Fix - HTML Type field doesn't populate 2024-01-12 10:49:29 +00:00
sinergiacrm
711f8a0487 Fix - Error when importing currency fields with a decimal separator set to a comma 2023-10-30 10:14:26 +00:00
Jack Anderson
6e89f79075 Fix TinyMCE not display correctly on Cases 2023-09-22 16:20:40 +01:00
Luciano Rossi
bfa7344924 Fix - Add displayParams.initial_filter to Parent 2023-09-19 10:23:53 +01:00
Owen Smith
fd2a8aa715 Fix - HTML Text Field tinyMCE version 2023-09-19 10:23:05 +01:00
Sean
6c12cae8d7 Fix - Sugar PRO references should be removed 2023-09-19 10:20:21 +01:00
s.samko
0735c7bd4b PHP 8.2 - Fix Import Users warnings 2023-08-22 17:26:36 +01:00
s.samko
4c981ff93d PHP 8.2 - Fix SugarFieldText.php warning 2023-08-22 17:26:36 +01:00
Jack Anderson
f404f0166c Add allow dynamic properties 2023-08-16 14:19:49 +01:00
Clemente Raposo
c7eda2e678 PHP 8.2 - Fix SugarFieldFile 2023-07-18 15:54:19 +01:00
Matt Lorimer
59b0269160 Fix smarty template syntax and reference issues 2023-07-18 15:53:48 +01:00
sinergiacrm
1e13e42243 Fix - Set fdow in Calendar popup date selector 2023-04-17 13:38:08 +01:00
Clemente Raposo
b6113b1748 Allow setting placeholder for varchar on editview 2022-12-20 13:22:00 +00:00
Clemente Raposo
08b97227a3 Add stringmap field 2022-12-20 13:22:00 +00:00
Clemente Raposo
1bc05746e3 Fix - Add is-value-set data to password field
- Specifies if a value is set on the backend for the field
2022-12-12 13:13:45 +00:00
Clemente Raposo
489da89916 Fix - Add write-only display option to text fields 2022-12-12 13:13:45 +00:00
Clemente Raposo
ed8151ea72 Fix - Add write-only display option to varchar fields 2022-12-12 13:13:45 +00:00
Clemente Raposo
a3a629e3a5 Fix - Add writeonly display mode for password fields
- On writeonly:
-- do not send password to front end
-- if value is set, show a placeholder
2022-12-12 13:13:45 +00:00
Clemente Raposo
303dd36741 Fix - Add readonly display mode for enum fields 2022-12-12 13:13:45 +00:00
Jim Mackin
bc5c1eb835 Fix Add check on cron schedule to show the basic view on first load 2022-07-29 10:17:11 +01:00
Clemente Raposo
04118f51f9 SuiteCRM 7.12.6 Release 2022-05-17 17:44:09 +01:00
Matt Lorimer
34f46899a7 Update Wysiwyg field to work with the new version of TinyMCE
simplify menu
improve default field height
2022-05-17 14:58:48 +01:00
Dillon-Brown
56a8c296b4 Close - Use a maintained library to minify JS
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-26 21:50:24 +00:00
Dillon-Brown
4ee7a709a0 Remove PHP4 constructors
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-26 21:50:24 +00:00
Matt Lorimer
3bbe61e0a4 Fix php compatibility issues
Fix Array items should always be accessed via [] rather than {}.
Fix deprecation warnings
Fix warnings and notices
Remove unsupported legacy php checks
2021-03-25 16:35:06 +00:00
Matt Lorimer
a4f95e1315 Fix - Email compose body field missing
invalid ref to tinymce
2020-10-29 09:18:49 +00:00
Matt Lorimer
1618af16ea 7.11.16 2020-10-28 16:54:54 +00:00
Matt Lorimer
3f332b87ce Remove and replace YUI3 2020-10-28 16:54:54 +00:00
pgorod
6bbba8ed91 Fix - Allow custom SugarFieldBase class 2020-10-21 13:20:51 +01:00
Matt Lorimer
2c48735fbe Merge branch 'hotfix-7.10.x' into hotfix
# Conflicts:
#	README.md
#	composer.lock
#	data/BeanFactory.php
#	files.md5
#	modules/AOD_Index/AOD_Index.php
#	modules/AOR_Conditions/conditionLines.php
#	modules/AOW_Conditions/conditionLines.php
#	modules/Activities/SetAcceptStatus.php
#	modules/Administration/views/view.backups.php
#	modules/Calendar/controller.php
#	modules/Campaigns/WizardCampaignSave.php
#	modules/Contacts/AcceptDecline.php
#	modules/Emails/Compose.php
#	modules/Opportunities/OpportunityFormBase.php
#	modules/Project/chart.php
#	modules/SavedSearch/index.php
#	service/v3_1/SugarWebServiceUtilv3_1.php
#	soap/SoapPortalHelper.php
#	suitecrm_version.php
#	tests/unit/phpunit/data/SugarBeanTest.php
#	tests/unit/phpunit/include/SugarFolders/SugarFolderTest.php
#	tests/unit/phpunit/modules/AOS_Products/AOS_ProductsTest.php
#	themes/SuiteP/css/Dawn/style.css
#	themes/SuiteP/css/Day/style.css
#	themes/SuiteP/css/Dusk/style.css
#	themes/SuiteP/css/Night/style.css
2020-03-30 10:50:29 +01:00
Thomas Sandkühler
46855bf089 Fix function declaration of SugarFieldTime::save()
The function declaration deviated from the overridden function in the parent class.
Only the parameter $bean should be passed by reference to this function.
2020-03-20 13:58:54 +00:00
Thomas Sandkühler
216ac83470 Fix function declaration of SugarFieldTime::save()
The function declaration deviated from the overridden function in the parent class.
Only the parameter $bean should be passed by reference to this function.
2020-03-18 20:12:17 +00:00
j.dang
fcdef6e0aa Replace explicit bean instantiations in files 21 - 30
- File: '... /include/SubPanel/SubPanel.php'

   - Replaced 1 occurrence(s) of 'new Meeting()'

- File: '... /include/SubPanel/SubPanelTiles.php'

   - Replaced 1 occurrence(s) of 'new Relationship()'

- File: '... /include/SugarFields/Fields/Collection/ViewSugarFieldCollection.php'

   - Replaced 1 occurrence(s) of 'new Relationship()'

- File: '... /include/MVC/Controller/SugarController.php'

   - Replaced 1 occurrence(s) of 'new EmailMan()'

   - Replaced 1 occurrence(s) of 'new EmailAddress()'

- File: '... /include/MVC/View/views/view.modulelistmenu.php'

   - Replaced 1 occurrence(s) of 'new Tracker()'

- File: '... /include/MVC/SugarApplication.php'

   - Replaced 1 occurrence(s) of 'new User()'

- File: '... /include/SugarCharts/SugarChart.php'

   - Replaced 1 occurrence(s) of 'new Currency()'

- File: '... /include/SugarObjects/templates/sale/Sale.php'

   - Replaced 1 occurrence(s) of 'new Currency()'

- File: '... /include/SugarPHPMailer.php'

   - Replaced 1 occurrence(s) of 'new Administration()'

- File: '... /include/InlineEditing/InlineEditing.php'

   - Replaced 1 occurrence(s) of 'new Currency()'
2020-01-22 13:50:45 +00:00
Craig Panton
73ded274ee Merge remote-tracking branch 'remotes/origin/hotfix-7.10.x' into hotfix
# Conflicts:
#	.codecov.yml
#	.travis.yml
#	composer.lock
#	include/database/DBManager.php
#	include/phpmailer/class.phpmailer.php
#	include/phpmailer/extras/htmlfilter.php
#	include/tcpdf/fonts/utils/makefont.php
#	modules/AOD_Index/Lib/Zend/Search/Exception.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer/Common.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/Token.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/TokenFilter.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Document/Docx.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Document/Exception.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Document/OpenXml.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Document/Pptx.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Document/Xlsx.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Exception.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/FSM.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/FSMAction.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Field.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Index/DictionaryLoader.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Index/DocsFilter.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Index/FieldInfo.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Index/Term.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Index/TermInfo.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Index/TermsPriorityQueue.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Interface/MultiSearcher.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/LockManager.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/MultiSearcher.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/PriorityQueue.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Highlighter/Default.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Query.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Query/Empty.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Query/Insignificant.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Query/Preprocessing.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Query/Range.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Query/Term.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Query/Wildcard.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/QueryEntry.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/QueryHit.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/QueryParserContext.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/QueryParserException.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/QueryToken.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Similarity.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Weight.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Search/Weight/Empty.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Storage/Directory.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Storage/Directory/Filesystem.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Storage/File/Filesystem.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Storage/File/Memory.php
#	modules/Administration/metadata/adminpaneldefs.php
#	modules/Audit/Audit.php
#	modules/Calendar/CalendarDisplay.php
#	modules/Calls/Call.php
#	modules/Contacts/BusinessCard.php
#	modules/UpgradeWizard/language/en_us.lang.php
#	modules/Users/authentication/LDAPAuthenticate/LDAPAuthenticateUser.php
#	service/v3/SugarWebServiceImplv3.php
#	service/v4/SugarWebServiceUtilv4.php
#	tests/unit/phpunit/data/SugarBeanTest.php
#	themes/SuiteP/css/Dawn/style.css
#	themes/SuiteP/css/Day/style.css
#	themes/SuiteP/css/Dusk/style.css
#	themes/SuiteP/css/Night/style.css
2019-10-23 11:10:20 +01:00
Dillon Brown
891ed62f78
Merge pull request from mattlorimer/fix/date-caching-issue
Fix  - Datetime field caching issue
2019-10-22 12:59:51 +01:00
Dillon-Brown
1a1503cd8a Replaced alias functions
There's no reason to use aliases when we can just call the origin.
2019-10-17 13:30:22 +01:00
Connor Shea
bf3e59028c Replace deprecated array accessors in a few more files.
Ran php-cs-fixer with
`~/.composer/vendor/bin/php-cs-fixer fix . --rules=normalize_index_brace`
to automatically replace these. I've left out any changes to vendored
libraries.
2019-10-08 11:26:30 -06:00
Matt Lorimer
98bf4432c9 Fix - Datetime field caching issue 2019-10-08 16:49:18 +01:00
Dillon-Brown
d3e68b973c Merge remote-tracking branch 'upstream/hotfix-7.10.x' into hotfix
# Conflicts:
#	.codecov.yml
#	codeception.yml
#	composer.lock
#	modules/Import/Importer.php
2019-09-30 11:34:24 +01:00
Dillon Brown
e42180a25a
Merge pull request from gcoop-libre/hotfix-7.10.x_7875
FIX  - Wrong render in DateRangeInput using "Between" Option
2019-09-23 09:37:42 +01:00
Dillon-Brown
66954ac3af Merge remote-tracking branch 'upstream/hotfix-7.10.x' into hotfix
# Conflicts:
#	.travis.yml
#	README.md
#	data/SugarBean.php
#	include/MVC/View/SugarView.php
#	include/Smarty/plugins/function.fetch.php
#	include/SugarFields/Fields/File/SugarFieldFile.php
#	include/SugarObjects/templates/person/Person.php
#	include/SugarXHprof/SugarXHprof.php
#	include/SugarXHprof/xhprof_lib/utils/xhprof_runs.php
#	include/nusoap/class.nusoap_base.php
#	include/nusoap/class.soap_transport_http.php
#	include/nusoap/class.soapclient.php
#	include/nusoap/class.wsdl.php
#	include/nusoap/class.wsdlcache.php
#	include/parsecsv.lib.php
#	include/social/get_feed_data.php
#	include/tcpdf/barcodes.php
#	lib/Robo/Plugin/Commands/CodeCoverageCommands.php
#	modules/AOD_Index/Lib/Zend/Search/Lucene/Storage/File.php
#	modules/AOR_Charts/lib/pChart/class/pBarcode128.class.php
#	modules/AOR_Charts/lib/pChart/class/pBarcode39.class.php
#	modules/AOR_Charts/lib/pChart/class/pCache.class.php
#	modules/AOR_Charts/lib/pChart/class/pData.class.php
#	modules/AOR_Charts/lib/pChart/class/pDraw.class.php
#	modules/AOR_Charts/lib/pChart/class/pImage.class.php
#	modules/AOR_Charts/lib/pChart/class/pSpring.class.php
#	modules/AOS_PDF_Templates/templateParser.php
#	modules/AOS_Products/AOS_Products.php
#	modules/AOW_Actions/FormulaCalculator.php
#	modules/AOW_WorkFlow/aow_utils.php
#	modules/Trackers/store/DatabaseStore.php
#	phpcs.xml
#	service/core/REST/SugarRest.php
#	service/example/Rest_Proxy.php
#	suitecrm_version.php
#	tests/SuiteCRM/Test/SuitePHPUnit_Framework_TestCase.php
#	tests/unit/phpunit/data/SugarBeanTest.php
#	tests/unit/phpunit/include/MVC/Controller/SugarControllerTest.php
#	tests/unit/phpunit/include/MVC/SugarApplicationTest.php
#	tests/unit/phpunit/include/MVC/View/SugarViewTest.php
#	tests/unit/phpunit/include/MVC/View/views/view.editTest.php
#	tests/unit/phpunit/include/utils/securityUtilsTest.php
#	tests/unit/phpunit/modules/ACLActions/ACLActionTest.php
#	tests/unit/phpunit/modules/Emails/EmailTest.php
#	tests/unit/phpunit/modules/ProspectLists/ProspectListTest.php
#	tests/unit/phpunit/modules/SchedulersJobs/SchedulersJobTest.php
#	tests/unit/phpunit/modules/UserPreferences/UserPreferenceTest.php
#	themes/SuiteP/css/Dawn/style.css
#	themes/SuiteP/css/Day/style.css
#	themes/SuiteP/css/Dusk/style.css
#	themes/SuiteP/css/Night/style.css
2019-09-20 14:53:13 +01:00
Mac Rae
92580f2747
Merge pull request from Dillon-Brown/fix/type_casting
Fix/type casting
2019-09-18 11:58:03 +01:00
Jose C. Massón
326f6109ef FIX - Add the missing button tag 2019-09-17 15:55:52 -03:00
Jose C. Massón
e6cdf4b536 FIX - Use the correct css style 2019-09-17 15:55:09 -03:00
Dillon-Brown
1987e92775 Fixed - 'Undefined index: docType' PHP notice 2019-09-10 15:42:15 +01:00
Dillon-Brown
cfd86a9a80 Fixed undefined index in SugarFieldFile 2019-09-10 10:24:41 +01:00