0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-13 21:13:21 +00:00
Commit graph

16 commits

Author SHA1 Message Date
Jack Anderson
aefadada27 Run rector on modules folder 2023-07-18 15:53:48 +01:00
Clemente Raposo
9aff7071bb Run rector on modules folder 2023-07-18 15:53:09 +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
j.dang
a8bd1fd53d Replace explicit bean instantiations in files 311 - 320
- File: '... /modules/AOS_Products_Quotes/Line_Items.php'

   - Replaced 2 occurrence(s) of 'new AOS_Products_Quotes()'

   - Replaced 2 occurrence(s) of 'new AOS_Line_Item_Groups()'

- File: '... /modules/AOK_KnowledgeBase/Dashlets/AOK_KnowledgeBaseDashlet/AOK_KnowledgeBaseDashlet.php'

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

- File: '... /modules/Leads/Dashlets/MyLeadsDashlet/MyLeadsDashlet.php'

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

- File: '... /modules/Leads/Lead.php'

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

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

- File: '... /modules/Leads/LeadFormBase.php'

   - Replaced 3 occurrence(s) of 'new Lead()'

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

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

- File: '... /modules/Leads/controller.php'

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

- File: '... /modules/Leads/views/view.showduplicates.php'

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

- File: '... /modules/Leads/views/view.convertlead.php'

   - Replaced 3 occurrence(s) of 'new Lead()'

   - Replaced 3 occurrence(s) of 'new Contact()'

- File: '... /modules/Leads/Capture.php'

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

- File: '... /modules/Leads/MyLeads.php'

   - Replaced 1 occurrence(s) of 'new Lead()'
2020-01-22 13:51:23 +00:00
Horus68
a7dc2220a9 Fix part 4
fixing typos and license
2018-08-03 17:50:48 +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
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
5d954f4d61 no_trailing_whitespace 2018-07-19 11:23:34 +01:00
Dillon-Brown
840ad0f5c0 visibility_required 2018-07-13 06:54:51 +01:00
Dillon-Brown
68f69400bc braces 2018-07-12 11:40:27 +01:00
Dillon-Brown
4775b14953 function_declaration 2018-07-12 11:20:31 +01:00
Dillon-Brown
835a46058a PSR2 - class_definition 2018-06-21 21:05:18 +01:00
gymad
72c27f1bcb Fixed - 7.6 upgrade __construct incompatible with legacy custom modules and customisations - write back the old styled constructors to changed files in 7.6 automatically, constructor arguments and deprecated phpdoc and log message added 2016-04-29 15:12:28 +01:00
jakabadambalazs
a5acea6133 applied php7fix patch 2016-03-24 10:22:58 +01:00
Gyula Madarasz
b8a23b8214 KnowledgeBase: Apply qtip and suggestion box on Cases module's edit view. 2015-09-08 15:29:43 +01:00