s.samko
a691a9a185
Fix #9144 - Popup error messages
2024-01-12 14:45:25 +00:00
s.samko
b53062fe4d
Fix #9148- Fix missing sorting labels
2023-09-19 12:02:50 +01:00
Clemente Raposo
d2198ac212
PHP 8.2 - Fix deprecated string interpolation style
2023-07-18 15:53:47 +01:00
Clemente Raposo
9aff7071bb
Run rector on modules folder
2023-07-18 15:53:09 +01:00
Alcides Ojeda
d94fde322f
Fix #9602 - ProspectLists save function has a duplication issue
...
The save function is unnecessary and create a duplication of ater_save hooks on duplicate records
2023-04-17 13:37:21 +01:00
Matt Lorimer
cbf8b3f5c8
Refactor module access query for extendability
...
Centralise duplicate logic into Sugarbean and update usages to use new function `buildAccessWhere` instead of all doing get owner and group call independently making it hard to extend
2022-12-15 11:39:41 +00:00
sinergiacrm
a1b16292dc
Fix #9711 - Update date_modified field when deleting a Target List
2022-10-25 13:23:01 +01:00
Matt Lorimer
e93b269f63
SuiteCRM 7.12.5 Release
2022-03-01 12:39:51 +00:00
Dillon-Brown
80cd01baa7
Merge remote-tracking branch 'public/hotfix' into develop_history_fix
...
# Conflicts:
# composer.json
# composer.lock
# include/javascript/jquery.js
# include/utils/php_zip_utils.php
# include/utils/zip_utils.php
2021-09-08 15:25:21 +01:00
QuickCRM
ff137f778a
Wrong spelling of ProspectLists module
2021-08-19 13:53:32 +01: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
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
j.dang
1899e673ab
Replace explicit bean instantiations in files 221 - 230
...
- File: '... /modules/MergeRecords/Step3.php'
- Replaced 1 occurrence(s) of 'new MergeRecord()'
- File: '... /modules/MergeRecords/Step1.php'
- Replaced 1 occurrence(s) of 'new MergeRecord()'
- File: '... /modules/MergeRecords/SaveMerge.php'
- Replaced 1 occurrence(s) of 'new MergeRecord()'
- File: '... /modules/ProspectLists/Delete.php'
- Replaced 1 occurrence(s) of 'new ProspectList()'
- File: '... /modules/ProspectLists/Duplicate.php'
- Replaced 1 occurrence(s) of 'new ProspectList()'
- File: '... /modules/ProspectLists/Save.php'
- Replaced 2 occurrence(s) of 'new ProspectList()'
- File: '... /modules/ProspectLists/ProspectListFormBase.php'
- Replaced 2 occurrence(s) of 'new ProspectList()'
- File: '... /modules/Notes/Dashlets/MyNotesDashlet/MyNotesDashlet.php'
- Replaced 1 occurrence(s) of 'new Note()'
- File: '... /modules/Notes/NoteSoap.php'
- Replaced 2 occurrence(s) of 'new Note()'
- File: '... /modules/Notes/Note.php'
- Replaced 2 occurrence(s) of 'new Contact()'
2020-01-22 13:51:11 +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
a5ca90ac8b
Removed unused description headers
2019-10-14 14:12:09 +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
Dillon-Brown
3c63062ef4
Remove PHP4 functions (intval, floatval, doubleval, strval)
2019-08-05 16:01:41 +01:00
Dillon-Brown
dd3a6aa5be
Merge branch 'hotfix-7.10.x' into hotfix_merge_11
...
# Conflicts:
# .travis.yml
# README.md
# suitecrm_version.php
2019-05-30 10:23:28 +01:00
Jose C. Massón
7485a33649
FIX #7291 - Field name in ProspectLists is now varchar(255)
2019-05-15 11:05:42 -03:00
Dillon-Brown
f946791f81
Fixed #6832 - Project Coding Standards being ignored
2019-01-25 14:38:07 +00:00
Dillon-Brown
1cee25025f
switch_case_semicolon_to_colon + switch_case_space + visibility_required
2019-01-25 14:28:56 +00:00
Dillon-Brown
84a5b32f19
single_blank_line_at_eof + single_class_element_per_statement + single_import_per_statement + single_line_after_imports
2019-01-25 14:26:18 +00:00
Dillon-Brown
a11f2aea67
no_trailing_whitespace + no_trailing_whitespace_in_comment
2019-01-25 14:24:15 +00:00
Dillon-Brown
2d243d3c9f
no_spaces_after_function_name + no_spaces_inside_parenthesis
2019-01-25 14:22:15 +00:00
Dillon-Brown
26fc406b5e
method_argument_space
2019-01-25 14:14:52 +00:00
Dillon-Brown
cc23bbd663
lowercase_constants, lowercase_keywords
2019-01-25 14:12:37 +00:00
Dillon-Brown
91ec023b10
indentation_type
2019-01-25 14:07:05 +00:00
Dillon-Brown
c4941aa5ed
function_declaration
2019-01-25 14:04:38 +00:00
Dillon-Brown
3f39d9f153
braces
2019-01-25 13:51:46 +00:00
Dillon-Brown
10d772c15f
Merge remote-tracking branch 'upstream/hotfix' into develop_merge_2
...
# Conflicts:
# include/generic/SugarWidgets/SugarWidgetSubPanelEditSecurityGroupUserButton.php
# modules/Emails/include/ListView/ListViewDataEmails.php
2019-01-04 11:03:30 +00:00
Dillon-Brown
8f7fcdc842
Copyright revision
2018-12-31 14:25:24 +00:00
Gyula Madarasz
f5a310e859
Merge branch 'hotfix' of https://github.com/salesagility/SuiteCRM into develop_merge_hotfix
2018-10-30 18:04:30 +00:00
Dillon-Brown
016413d68d
Merge branch 'hotfix-7.8.x' into hotfix_merge
...
# Conflicts:
# modules/Schedulers/Scheduler.php
# modules/Schedulers/_AddJobsHere.php
2018-10-18 11:08:21 +01:00
Jack Buchanan
a6acb6603b
Prospects List module does not appear in studio
...
Added studio.php file to Prospects List module's metadata
2018-10-10 15:51:43 +01:00
Jack Buchanan
06c683d680
Prospects List module does not appear in studio
...
Added studio.php file to Prospects List module's metadata
2018-10-10 15:00:42 +01:00
Jack Buchanan
8e4884d692
Prospects List module does not appear in studio
...
Added studio.php file to Prospects List module's metadata
2018-10-10 14:59:11 +01:00
Dillon-Brown
bd4cf81608
Fixed #6338 - ChangePassword.php - syntax error missing curly braces
2018-09-26 11:03:11 +01:00
Dillon-Brown
85668ffaf8
Fixed review comment: Function visiblility
2018-09-03 11:57:06 +01:00
Dillon-Brown
27e748bcc7
Merge branch 'hotfix-7.8.x' into hotfix
...
# Conflicts:
# .gitignore
# .travis.yml
# ModuleInstall/ModuleScanner.php
# README.md
# composer.json
# composer.lock
# data/Link2.php
# data/Relationships/M2MRelationship.php
# data/Relationships/One2MBeanRelationship.php
# data/SugarBean.php
# include/EditView/SugarVCR.php
# include/InlineEditing/InlineEditing.php
# include/InlineEditing/inlineEditing.js
# include/ListView/ListViewData.php
# include/ListView/ListViewDisplay.php
# include/ListView/ListViewSmarty.php
# include/MVC/SugarApplication.php
# include/MVC/View/SugarView.php
# include/MVC/View/views/view.list.php
# include/MVC/View/views/view.sugarpdf.php
# include/MassUpdate.php
# include/Popups/PopupSmarty.php
# include/SearchForm/SearchForm.php
# include/SearchForm/SearchForm2.php
# include/StateChecker.php
# include/StateCheckerCestAbstract.php
# include/StateCheckerCodeceptionTrait.php
# include/StateCheckerConfig.php
# include/StateCheckerPHPUnitTestCaseAbstract.php
# include/StateCheckerTrait.php
# include/StateCheckerUnitAbstract.php
# include/StateSaver.php
# include/SugarEmailAddress/SugarEmailAddress.php
# include/SugarFields/Fields/Address/DetailView.tpl
# include/SugarFields/Fields/Address/en_us.DetailView.tpl
# include/SugarObjects/forms/PersonFormBase.php
# include/SugarTheme/SugarTheme.php
# include/Sugarpdf/Sugarpdf.php
# include/TimeDate.php
# include/database/DBManager.php
# include/entryPoint.php
# include/generic/LayoutManager.php
# include/generic/Save2.php
# include/generic/SugarWidgets/SugarWidgetFieldcurrency.php
# include/generic/SugarWidgets/SugarWidgetFieldenum.php
# include/generic/SugarWidgets/SugarWidgetFieldfloat.php
# include/generic/SugarWidgets/SugarWidgetFieldid.php
# include/generic/SugarWidgets/SugarWidgetFieldint.php
# include/generic/SugarWidgets/SugarWidgetFieldmultienum.php
# include/generic/SugarWidgets/SugarWidgetFieldname.php
# include/generic/SugarWidgets/SugarWidgetFieldsingleenum.php
# include/generic/SugarWidgets/SugarWidgetFieldtext.php
# include/generic/SugarWidgets/SugarWidgetFielduser_name.php
# include/generic/SugarWidgets/SugarWidgetFieldvarchar.php
# include/generic/SugarWidgets/SugarWidgetReportField.php
# include/generic/SugarWidgets/SugarWidgetSubPanelConcat.php
# include/generic/SugarWidgets/SugarWidgetSubPanelEditRoleButton.php
# include/generic/SugarWidgets/SugarWidgetSubPanelEditSecurityGroupUserButton.php
# include/generic/SugarWidgets/SugarWidgetSubPanelRelFieldEditButton.php
# include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButtonAccount.php
# include/generic/SugarWidgets/SugarWidgetSubPanelRemoveButtonProjects.php
# include/javascript/jsAlerts.php
# include/language/en_us.lang.php
# include/nusoap/nusoap.php
# include/social/hooks.php
# include/upload_file.php
# include/utils.php
# include/utils/db_utils.php
# include/utils/file_utils.php
# include/utils/layout_utils.php
# include/utils/logic_utils.php
# include/utils/mvc_utils.php
# include/utils/security_utils.php
# install/install_utils.php
# install/seed_data/quotes_SeedData.php
# modules/ACL/ACLController.php
# modules/ACLActions/ACLAction.php
# modules/ACLRoles/ACLRole.php
# modules/AM_ProjectTemplates/controller.php
# modules/AM_ProjectTemplates/views/view.ganttchart.php
# modules/AOD_Index/views/view.indexdata.php
# modules/AOD_IndexEvent/AOD_IndexEvent_sugar.php
# modules/AOP_Case_Updates/AOPAssignManager.php
# modules/AOP_Case_Updates/CaseUpdatesHook.php
# modules/AOR_Conditions/AOR_Condition.php
# modules/AOR_Fields/AOR_Field.php
# modules/AOR_Reports/AOR_Report.js
# modules/AOR_Reports/AOR_Report.php
# modules/AOR_Reports/Menu.php
# modules/AOR_Reports/aor_utils.php
# modules/AOR_Reports/controller.php
# modules/AOR_Reports/views/view.detail.php
# modules/AOS_Contracts/AOS_Contracts.php
# modules/AOS_Line_Item_Groups/AOS_Line_Item_Groups.php
# modules/AOS_PDF_Templates/generatePdf.php
# modules/AOS_Products_Quotes/AOS_Products_Quotes.php
# modules/AOS_Products_Quotes/AOS_Utils.php
# modules/AOS_Quotes/converToInvoice.php
# modules/AOS_Quotes/createContract.php
# modules/AOW_Actions/AOW_Action.php
# modules/AOW_Actions/actions/templateParser.php
# modules/AOW_Conditions/AOW_Condition.php
# modules/AOW_WorkFlow/AOW_WorkFlow.php
# modules/AOW_WorkFlow/aow_utils.php
# modules/Accounts/AccountFormBase.php
# modules/Activities/Popup_picker.php
# modules/Administration/Diagnostic.php
# modules/Administration/DiagnosticRun.php
# modules/Administration/DisplayWarnings.php
# modules/Administration/Locale.php
# modules/Administration/RebuildFulltextIndices.php
# modules/Administration/RebuildRelationship.php
# modules/Administration/RepairFieldCasing.php
# modules/Administration/RepairIndex.php
# modules/Administration/RepairSeedUsers.php
# modules/Administration/Upgrade.php
# modules/Administration/UpgradeFields.php
# modules/Administration/UpgradeWizard_commit.php
# modules/Administration/index.tpl
# modules/Administration/language/en_us.lang.php
# modules/Administration/updater_utils.php
# modules/Calendar/CalendarUtils.php
# modules/Calendar/views/view.getgr.php
# modules/Calls/Call.php
# modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.php
# modules/Campaigns/GenerateWebToLeadForm.php
# modules/Campaigns/ProcessBouncedEmails.php
# modules/Campaigns/Schedule.php
# modules/Campaigns/WizardHome.php
# modules/Campaigns/WizardMarketing.php
# modules/Campaigns/language/en_us.lang.php
# modules/Campaigns/utils.php
# modules/Cases/Case.php
# modules/Cases/views/view.edit.php
# modules/Contacts/views/view.retrieveemail.php
# modules/Currencies/Currency.php
# modules/DocumentRevisions/DocumentRevision.php
# modules/Documents/Document.php
# modules/Documents/TreeData.php
# modules/DynamicFields/UpgradeFields.php
# modules/DynamicFields/templates/Fields/TemplateCurrency.php
# modules/DynamicFields/templates/Fields/TemplateDecimal.php
# modules/DynamicFields/templates/Fields/TemplateField.php
# modules/DynamicFields/templates/Fields/TemplateFloat.php
# modules/DynamicFields/templates/Fields/TemplateInt.php
# modules/EAPM/EAPM.php
# modules/EmailMan/EmailMan.php
# modules/EmailMarketing/EmailMarketing.php
# modules/EmailTemplates/EmailTemplate.php
# modules/Emails/Email.php
# modules/Emails/EmailUI.php
# modules/Emails/EmailUIAjax.php
# modules/Emails/ListViewGroup.php
# modules/Emails/templates/addressSearch.tpl
# modules/Emails/templates/advancedSearch.tpl
# modules/FP_events/controller.php
# modules/FP_events/responseEntryPoint.php
# modules/Favorites/Favorites.php
# modules/Home/UnifiedSearchAdvanced.php
# modules/Import/UsersLastImport.php
# modules/Import/views/view.last.php
# modules/InboundEmail/InboundEmail.php
# modules/Leads/Lead.php
# modules/Meetings/Dashlets/MyMeetingsDashlet/MyMeetingsDashlet.php
# modules/Meetings/Meeting.php
# modules/Meetings/language/en_us.lang.php
# modules/Meetings/views/view.listbytype.php
# modules/MySettings/StoreQuery.php
# modules/OAuthTokens/OAuthToken.php
# modules/Opportunities/Opportunity.php
# modules/Opportunities/OpportunityFormBase.php
# modules/Project/Project.php
# modules/Project/controller.php
# modules/Project/delete_project_tasks.php
# modules/Project/language/en_us.lang.php
# modules/Project/views/view.ganttchart.php
# modules/ProjectTask/ProjectTask.php
# modules/ProjectTask/views/view.list.php
# modules/ProspectLists/ProspectList.php
# modules/ProspectLists/TargetListUpdate.php
# modules/Prospects/Prospect.php
# modules/Relationships/RelationshipHandler.php
# modules/Releases/Release.php
# modules/Roles/Role.php
# modules/SavedSearch/SavedSearch.php
# modules/SavedSearch/UpgradeSavedSearch.php
# modules/Schedulers/Scheduler.php
# modules/Schedulers/views/view.detail.php
# modules/Schedulers/views/view.edit.php
# modules/SchedulersJobs/SchedulersJob.php
# modules/SecurityGroups/AssignGroups.php
# modules/SecurityGroups/SaveSecurityGroupUserRelationship.php
# modules/SecurityGroups/SecurityGroup.php
# modules/SecurityGroups/language/en_us.lang.php
# modules/Studio/config.php
# modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php
# modules/SugarFeed/SugarFeed.php
# modules/SugarFeed/SugarFeedFlush.php
# modules/Tasks/Task.php
# modules/Trackers/BreadCrumbStack.php
# modules/Trackers/store/DatabaseStore.php
# modules/Trackers/store/TrackerQueriesDatabaseStore.php
# modules/Trackers/store/TrackerSessionsDatabaseStore.php
# modules/UpgradeWizard/layouts.php
# modules/UpgradeWizard/silentUpgrade_dce_step1.php
# modules/UpgradeWizard/silentUpgrade_dce_step2.php
# modules/UpgradeWizard/silentUpgrade_step1.php
# modules/UpgradeWizard/silentUpgrade_step2.php
# modules/UpgradeWizard/uw_ajax.php
# modules/UpgradeWizard/uw_main.tpl
# modules/UpgradeWizard/uw_utils.php
# modules/UserPreferences/UserPreference.php
# modules/Users/ChangePassword.php
# modules/Users/Changenewpassword.php
# modules/Users/Error.php
# modules/Users/Save.php
# modules/Users/User.php
# modules/Users/authentication/EmailAuthenticate/EmailAuthenticateUser.php
# modules/Users/authentication/LDAPAuthenticate/LDAPAuthenticateUser.php
# modules/Users/language/en_us.lang.php
# modules/Users/reassignUserRecords.php
# modules/Users/tpls/EditViewFooter.tpl
# modules/Users/views/view.edit.php
# modules/jjwg_Address_Cache/jjwg_Address_Cache.php
# modules/jjwg_Areas/jjwg_Areas.php
# modules/jjwg_Maps/jjwg_Maps.php
# modules/jjwg_Markers/jjwg_Markers.php
# modules/vCals/vCal.php
# service/core/SoapHelperWebService.php
# service/core/SugarWebServiceImpl.php
# service/v3/SugarWebServiceImplv3.php
# service/v3/SugarWebServiceUtilv3.php
# service/v3_1/SugarWebServiceImplv3_1.php
# service/v4/SugarWebServiceImplv4.php
# service/v4/SugarWebServiceUtilv4.php
# service/v4_1/SugarWebServiceImplv4_1.php
# soap/SoapData.php
# soap/SoapDeprecated.php
# soap/SoapHelperFunctions.php
# soap/SoapPortalHelper.php
# soap/SoapPortalUsers.php
# soap/SoapRelationshipHelper.php
# soap/SoapSugarUsers.php
# suitecrm_version.php
# tests/phpunit.xml.dist
# tests/tests/configTest.php
# tests/tests/include/MVC/Controller/ControllerFactoryTest.php
# tests/tests/include/MVC/Controller/SugarControllerTest.php
# tests/tests/include/MVC/SugarApplicationTest.php
# tests/tests/include/MVC/SugarModuleTest.php
# tests/tests/include/MVC/View/SugarViewTest.php
# tests/tests/include/MVC/View/ViewFactoryTest.php
# tests/tests/include/MVC/View/views/view.ajaxTest.php
# tests/tests/include/MVC/View/views/view.ajaxuiTest.php
# tests/tests/include/MVC/View/views/view.classicTest.php
# tests/tests/include/MVC/View/views/view.detailTest.php
# tests/tests/include/MVC/View/views/view.editTest.php
# tests/tests/include/MVC/View/views/view.favoritesTest.php
# tests/tests/include/MVC/View/views/view.htmlTest.php
# tests/tests/include/MVC/View/views/view.importvcardTest.php
# tests/tests/include/MVC/View/views/view.importvcardsaveTest.php
# tests/tests/include/MVC/View/views/view.jsonTest.php
# tests/tests/include/MVC/View/views/view.listTest.php
# tests/tests/include/MVC/View/views/view.metadataTest.php
# tests/tests/include/MVC/View/views/view.modulelistmenuTest.php
# tests/tests/include/MVC/View/views/view.multieditTest.php
# tests/tests/include/MVC/View/views/view.noaccessTest.php
# tests/tests/include/MVC/View/views/view.popupTest.php
# tests/tests/include/MVC/View/views/view.quickTest.php
# tests/tests/include/MVC/View/views/view.quickcreateTest.php
# tests/tests/include/MVC/View/views/view.quickeditTest.php
# tests/tests/include/MVC/View/views/view.serializedTest.php
# tests/tests/include/MVC/View/views/view.sugarpdfTest.php
# tests/tests/include/MVC/View/views/view.vcardTest.php
# tests/tests/include/MVC/View/views/view.xmlTest.php
# tests/tests/include/utils/LogicHookTest.php
# tests/tests/include/utils/activityUtilsTest.php
# tests/tests/include/utils/arrayUtilsTest.php
# tests/tests/include/utils/autoloaderTest.php
# tests/tests/include/utils/dbUtilsTest.php
# tests/tests/include/utils/encryptionUtilsTest.php
# tests/tests/include/utils/fileUtilsTest.php
# tests/tests/include/utils/layoutUtilsTest.php
# tests/tests/include/utils/logicUtilsTest.php
# tests/tests/include/utils/mvcUtilsTest.php
# tests/tests/include/utils/phpZipUtilsTest.php
# tests/tests/include/utils/progressBarUtilsTest.php
# tests/tests/include/utils/securityUtilsTest.php
# tests/tests/include/utils/sugarFileUtilsTest.php
# tests/tests/include/utils/zipUtilsTest.php
# tests/tests/modules/ACLActions/ACLActionTest.php
# tests/tests/modules/ACLRoles/ACLRoleTest.php
# tests/tests/modules/AM_ProjectTemplates/AM_ProjectTemplatesTest.php
# tests/tests/modules/AM_TaskTemplates/AM_TaskTemplatesTest.php
# tests/tests/modules/AOD_Index/AOD_IndexTest.php
# tests/tests/modules/AOD_IndexEvent/AOD_IndexEventTest.php
# tests/tests/modules/AOK_KnowledgeBase/AOK_KnowledgeBaseTest.php
# tests/tests/modules/AOK_Knowledge_Base_Categories/AOK_Knowledge_Base_CategoriesTest.php
# tests/tests/modules/AOP_Case_Events/AOP_Case_EventsTest.php
# tests/tests/modules/AOP_Case_Updates/AOP_Case_UpdatesTest.php
# tests/tests/modules/AOR_Charts/AOR_ChartTest.php
# tests/tests/modules/AOR_Conditions/AOR_ConditionTest.php
# tests/tests/modules/AOR_Fields/AOR_FieldTest.php
# tests/tests/modules/AOR_Reports/AOR_ReportTest.php
# tests/tests/modules/AOR_Scheduled_Reports/AOR_Scheduled_ReportsTest.php
# tests/tests/modules/AOS_Contracts/AOS_ContractsTest.php
# tests/tests/modules/AOS_Invoices/AOS_InvoicesTest.php
# tests/tests/modules/AOS_Line_Item_Groups/AOS_Line_Item_GroupsTest.php
# tests/tests/modules/AOS_PDF_Templates/AOS_PDF_TemplatesTest.php
# tests/tests/modules/AOS_Product_Categories/AOS_Product_CategoriesTest.php
# tests/tests/modules/AOS_Products/AOS_ProductsTest.php
# tests/tests/modules/AOS_Products_Quotes/AOS_Products_QuotesTest.php
# tests/tests/modules/AOS_Quotes/AOS_QuotesTest.php
# tests/tests/modules/AOW_Actions/AOW_ActionTest.php
# tests/tests/modules/AOW_Conditions/AOW_ConditionTest.php
# tests/tests/modules/AOW_Processed/AOW_ProcessedTest.php
# tests/tests/modules/AOW_WorkFlow/AOW_WorkFlowTest.php
# tests/tests/modules/Accounts/AccountTest.php
# tests/tests/modules/Administration/AdministrationTest.php
# tests/tests/modules/Alerts/AlertTest.php
# tests/tests/modules/Audit/AuditTest.php
# tests/tests/modules/Bugs/BugTest.php
# tests/tests/modules/Calls/CallTest.php
# tests/tests/modules/Calls_Reschedule/Calls_RescheduleTest.php
# tests/tests/modules/CampaignLog/CampaignLogTest.php
# tests/tests/modules/CampaignTrackers/CampaignTrackerTest.php
# tests/tests/modules/Campaigns/CampaignTest.php
# tests/tests/modules/Cases/CaseTest.php
# tests/tests/modules/Contacts/ContactTest.php
# tests/tests/modules/Currencies/CurrencyTest.php
# tests/tests/modules/DocumentRevisions/DocumentRevisionTest.php
# tests/tests/modules/Documents/DocumentTest.php
# tests/tests/modules/EAPM/EAPMTest.php
# tests/tests/modules/EmailAddresses/EmailAddressTest.php
# tests/tests/modules/EmailMan/EmailManTest.php
# tests/tests/modules/EmailMarketing/EmailMarketingTest.php
# tests/tests/modules/EmailTemplates/EmailTemplateTest.php
# tests/tests/modules/EmailText/EmailTextTest.php
# tests/tests/modules/Emails/EmailTest.php
# tests/tests/modules/Employees/EmployeeTest.php
# tests/tests/modules/FP_Event_Locations/FP_Event_LocationsTest.php
# tests/tests/modules/FP_events/FP_eventsTest.php
# tests/tests/modules/Favorites/FavoritesTest.php
# tests/tests/modules/Groups/GroupTest.php
# tests/tests/modules/InboundEmail/InboundEmailTest.php
# tests/tests/modules/Leads/LeadTest.php
# tests/tests/modules/Meetings/MeetingTest.php
# tests/tests/modules/MergeRecords/MergeRecordTest.php
# tests/tests/modules/Notes/NoteTest.php
# tests/tests/modules/OAuthKeys/OAuthKeyTest.php
# tests/tests/modules/OAuthTokens/OAuthTokenTest.php
# tests/tests/modules/Opportunities/OpportunityTest.php
# tests/tests/modules/Project/ProjectTest.php
# tests/tests/modules/ProjectTask/ProjectTaskTest.php
# tests/tests/modules/ProspectLists/ProspectListTest.php
# tests/tests/modules/Prospects/ProspectTest.php
# tests/tests/modules/Relationships/RelationshipTest.php
# tests/tests/modules/Releases/ReleaseTest.php
# tests/tests/modules/Roles/RoleTest.php
# tests/tests/modules/SavedSearch/SavedSearchTest.php
# tests/tests/modules/Schedulers/SchedulerTest.php
# tests/tests/modules/SchedulersJobs/SchedulersJobTest.php
# tests/tests/modules/SecurityGroups/SecurityGroupTest.php
# tests/tests/modules/SugarFeed/SugarFeedTest.php
# tests/tests/modules/Tasks/TaskTest.php
# tests/tests/modules/Trackers/TrackerTest.php
# tests/tests/modules/UserPreferences/UserPreferenceTest.php
# tests/tests/modules/Users/UserTest.php
# tests/tests/modules/iCals/iCalTest.php
# tests/tests/modules/jjwg_Address_Cache/jjwg_Address_CacheTest.php
# tests/tests/modules/jjwg_Areas/jjwg_AreasTest.php
# tests/tests/modules/jjwg_Maps/jjwg_MapsTest.php
# tests/tests/modules/jjwg_Markers/jjwg_MarkersTest.php
# tests/tests/modules/vCals/vCalTest.php
# themes/SuiteP/css/style.css
# themes/SuiteP/include/SearchForm/tpls/header.tpl
# themes/SuiteP/modules/Calendar/tpls/header.tpl
2018-08-31 13:58:25 +01:00
Horus68
a7dc2220a9
Fix part 4
...
fixing typos and license
2018-08-03 17:50:48 +01:00
Horus68
7a8c3afa48
fix part 2
...
fixing typos
2018-08-02 19:01:56 +01:00
Horus68
34eb8562c6
Copyright notice update - Hotfix
...
Copyright notice update for hotfix branch
Changes:
- Year
- Double spaces
- Brand fix for SalesAgility Ltd. (was Salesagility Ltd)
Created from latest hotfix branch.
2018-08-01 20:14:25 +01:00
Dillon-Brown
acf296012d
Revert "Merge branch 'hotfix' into develop"
...
This reverts commit d08f74643d
, reversing
changes made to b137595f91
.
2018-07-31 15:24:44 +01:00
Dillon-Brown
c35f5bc49c
@PSR2
2018-07-24 15:42:24 +01:00
Dillon-Brown
ae82881c3d
no_useless_else
2018-07-20 22:00:34 +01:00
Dillon-Brown
6745e82ba0
indentation_type
2018-07-19 11:46:25 +01:00
Dillon-Brown
19cfb50dda
single_blank_line_at_eof
2018-07-19 11:38:09 +01:00
Dillon-Brown
73d0b3c0fb
no_trailing_whitespace_in_comment
2018-07-19 11:33:26 +01:00
Dillon-Brown
5d954f4d61
no_trailing_whitespace
2018-07-19 11:23:34 +01:00