Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/salesagility/SuiteCRM

SuiteCRM - Open source CRM for the world
https://github.com/salesagility/SuiteCRM

Add filters in relationship API

3cbc2215b64c08c112d9151b46e881e3278b22e3 authored over 3 years ago
Fix #9090 - User menu alignment

Signed-off-by: Dillon-Brown <[email protected]>

efbaa7113aadef101c30b801a89db926bf72e729 authored over 3 years ago
Fix #8999 - Hardcoded 'by' label in calls

6dcd277ad83685b10f2a86ede4006a5b3501f389 authored over 3 years ago
Fix #9034 - Business Hours does not work in non-english languages

894a5a48f67cd2fba3082657a05244dd9b77d8e3 authored over 3 years ago
Fix #6051 - Modulebuilder labels edit fixes

- Only show combobox for "Frequently used labels" when populated

0b0b22d34f867784d5150dc814d0e866af0c7f05 authored over 3 years ago
Update JQuery JS Library to v3.6.0

Update JMigrate to v3.3.2
Remove duplicate unused jquery files

24bd6db876c9277c4f964a90ea9e69c28ddace9e authored over 3 years ago
Update FullCalendar JS Library to v3.10.2

Fixes compatibility with JQuery 3.5
Remove unused lang and jquery files
Update tpl to use min cs...

611bbcaa891dc7a361ddb262c7274cb76be91330 authored over 3 years ago
Update YUI JS Library to 2.9.1

e1e131bbf4489c8449cb145a2480ba86c7bc6956 authored over 3 years ago
Fix #9010 - Add missing 'view task' label on calendar

Signed-off-by: Dillon-Brown <[email protected]>

dee4d91d2a977208bf5662adfbfff1e2ece44167 authored over 3 years ago
Fix #8182 - Update updateTimeDateFields to handle undefined dates

- Use updateTimeDateFields as fieldInput is undefined when using dates

664f87ca609c3935130ad60e5ff320b29913ae65 authored over 3 years ago
Fix #8894 - Add missing label for calendar dashlet

cb58dddf7f4a80ec3f8074373dba3373fdd44b77 authored over 3 years ago
Fix #9032 - Prevent Notice Error During Import

- Check if fetched_row is an array before relying upon it for the condition.
Prevents notice in ...

23ba2726342c2b20baa7f44ce780d9c3a08c2579 authored over 3 years ago
Fix #9075 - Removing deleted related beans via link

6b38fb6905b3bccacf78de03105bae01854611bf authored over 3 years ago
Fix #8988 - Improve upon solution which doesn't cache incomplete beans

5a6f8071d41f17311d9fb8184256f9562d408eff authored over 3 years ago
Fix #7772 - Only index ElasticSearch when enabled

Signed-off-by: Dillon-Brown <[email protected]>

20d1b6a567c1af054826deba6813afc17d5448ea authored almost 4 years ago
Fix #9101 LangText exception breaking ElasticSearch

- Fixed an issue where a missing key causes LangText to throw an exception when indexing Elastic...

eca6096309da940aa467e38b365843195fc7ae1e authored almost 4 years ago
Fix #8472 - No or not complete Searchresults using elasticsearch engine

Add support for $GLOBALS['sugar_config']['search_wildcard_char'] and
$GLOBALS['sugar_config']['s...

db655c20c0b767f7433e1ca9c831b2fb21838516 authored almost 4 years ago
Fix #6800 - Elasticsearch: Elastic index name is hardcoded

Signed-off-by: Dillon-Brown <[email protected]>

35cd51b35fbcf85627133af45439c9f6ce42bfbc authored almost 4 years ago
Fix #8916 - Misspelled elasticsearch labels

0768fde0e6eb6e491a95f012acde0ae54ebf145a authored almost 4 years ago
Fix #9080 - Update config for google/apiclient at composer.json

- Documentation from https://github.com/googleapis/google-api-php-client#composer_

d03b8f6846c4d92f12a6b9ec33050ff1a16ab0ac authored almost 4 years ago
Update google/apiclient dependency

Signed-off-by: Dillon-Brown <[email protected]>

dedff4e951360ed02e24716f035d01f94749593a authored almost 4 years ago
Fix #9060 - Project Form action should not be changed if delete is not confirmed

19508241eafe15c98f96a7446152bd20e0a517ef authored almost 4 years ago
Fix #8676 - New Scheduled Reports does not run

ffee726e5d0f32a65c6535703411bb0c426db063 authored almost 4 years ago
Fix #2645 - Calendar quick create ignores required fields

a05bec3748c6733aa45d4072e5454f9736ccb6e8 authored almost 4 years ago
Fix ACLRoleTest testgetRoleActions

Signed-off-by: Dillon-Brown <[email protected]>

a5e808ac4a35b28db7f265ee8bc93064e5d4f699 authored almost 4 years ago
Remove all deprecated Smarty files.

Smarty is included via Composer now, so these files can be removed. If
anyone is requiring these...

6f9abc7ca79fe7e2ec4331f391946c08db6731d3 authored almost 4 years ago
Remove HTMLSax3.

This was only ever used as part of HTMLPurifier (as an experimental
parser), as far as I can tel...

51d852c6cce3d43954c775963de7969aa68f555c authored almost 4 years ago
Remove SugarXHProf.

The XHProf project has been abandoned for 4 years, and
the version vendored here is much older t...

59318fe4fb62e9b429a1e8275dee289359115cce authored almost 4 years ago
Composer Update

Signed-off-by: Dillon-Brown <[email protected]>

040cfd7f118a102596a627ba53bdeca84798ee21 authored almost 4 years ago
Remove dead SubPanelView files

Signed-off-by: Dillon-Brown <[email protected]>

595216d5678d57d3e7212d9d396b2ee82ad720e5 authored almost 4 years ago
Remove HTMLPurifier ConfigForm.js file.

This probably isn't necessary and can be removed?

004fe99734fefbb5bb18c37877aeccd0f1d20da2 authored almost 4 years ago
Remove deprecated DB helper classes.

- Remove FreeTDSHelper.
- Remove MssqlHelper.
- The method referenced in SqlsrvManager.php's com...

6a52097a5fc579dac75f1a66060fb6163da46464 authored almost 4 years ago
Update themes to be more customisable

The current SuiteP Theme does currently not allow to differentiate between different modules in ...

0a043a6da4174d5901f99db60e27ed254a685877 authored almost 4 years ago
Close #7027 - Use a maintained library to minify JS

Signed-off-by: Dillon-Brown <[email protected]>

56a8c296b4cc9a188d0d6d0a8a9b255e47e441ca authored almost 4 years ago
Move pclzip to composer

Signed-off-by: Dillon-Brown <[email protected]>

7b3255df3c273766b887d47457fce182ed0432eb authored almost 4 years ago
Remove PHP4 constructors

Signed-off-by: Dillon-Brown <[email protected]>

4ee7a709a0c277f8befa27f6649787b809f97fde authored almost 4 years ago
Remove redundant Minifier.php

3feb22f488c4c360089c467a4eaf82f1372eeb14 authored almost 4 years ago
Add tedivm/jshrink to composer

Signed-off-by: Dillon-Brown <[email protected]>

2a88f316443f10adc049d87ebb06e8e1d2a228f1 authored almost 4 years ago
Cleanup php_zip_utils.php

5005ccd7b09df6b81fd773a5bb7c992a61fb84b5 authored almost 4 years ago
Fix pChart lib encoding issue

Co-Authored-By: Dillon-Brown <[email protected]>

e45cfe5d0e53ee71b6895ad4cbd38130081ae591 authored almost 4 years ago
Remove redundant zip_utils.php

- This is now replaced by php_zip_utils

Signed-off-by: Dillon-Brown <dillon.brown@salesagility....

e8ba5e5ccb2e54293ae63aec509be9ca88560860 authored almost 4 years ago
Cleaning up the clean cache command

* Update command to allow for cache directory specified in config
* Remove warnings/errors when ...

ee25525dd374eeafb9f9843279d48fd43a5fac25 authored almost 4 years ago
Close #3100 - Remove redundant HTML Purifier

Signed-off-by: Dillon-Brown <[email protected]>

bc54812c97aad77ed9923591845a189759aeb634 authored almost 4 years ago
Add feature to relate a Note with a Campaign

Signed-off-by: Dillon-Brown <[email protected]>

833391dbbb2d0ff779ad6fa853a6593c627f190f authored almost 4 years ago
Add missing scheduler label for trimSugarFeeds

47125aef4c26635e9b6013b24e96c2a32a87a861 authored almost 4 years ago
Update TravisCI to test on PHP 7.4

9200b9672257672a736451fd71615384744bca68 authored almost 4 years ago
Fix invalid unit tests

Test missing module langauge strings
Test missing dependant data
remove invalid tests
Test with ...

02dc2c0a00808db664538a34689c7afe4def11a1 authored almost 4 years ago
Fix php compatibility issues

Fix Array items should always be accessed via [] rather than {}.
Fix deprecation warnings
Fix wa...

3bbe61e0a43c1272119fe032ad651f7be7d0415f authored almost 4 years ago
Fix #8956 - Email compose body not shown in detail view

fcee141a2d75a40361cdf3578a6c51fb3a45c5a7 authored almost 4 years ago
7.11.18

d57e91389d97791fe621d811f03fe05f8f5a7f78 authored about 4 years ago
Fix #8826 - Fix totals in Report PDF

Restyle total to work with pdf

33476b8cefeb0d424b32ca4ce8e3dff17bdfbc0e authored about 4 years ago
Fix #8941 - Cannot delete reports fields

63112238ccf29dde939de44114b227488d102b07 authored about 4 years ago
Fix #8863 - Cannot report on Employee Status

6e4c9c494631248ab6c89b3d1ac308fe5281cd33 authored about 4 years ago
Fix #8391 - Yesterday period option in reports show correct time

5c50477d9c1e0548671c892037a077ad2df64163 authored about 4 years ago
Fix #8918 - Regression with download image fields

adda2ba2e50414d125602fb9af8b5fa8f009219d authored about 4 years ago
Fix #8936, Fix #8934 +/- get removed from start of text

Move csv clean string from standard save process, only run on csv export

c58c8565b2aa2e100e6dcc21e462760339386391 authored about 4 years ago
7.11.17

c0b55748904fb2aeb15ae7ab2afcd9657ebcde74 authored about 4 years ago
Fix #8913 - Email compose body field missing

invalid ref to tinymce

a4f95e13152756ea8bef40bcb47c2609b7ca7158 authored about 4 years ago
Remove and replace YUI3

3f332b87ce496b8887e359e205948b234f15911d authored about 4 years ago
Move tinymce editor to composer

09bcca20ea3ed01090419d3e2c11a276970b88f0 authored about 4 years ago
7.11.16

1618af16eaa494c4551bac961e5ac8fc3d87ab8c authored about 4 years ago
Upgrade jquery, jquery ui, bootstrap

add jquery migrate for compatibility
Update acceptance test

e84ae541803a8329b7f6a7250db1715061fcf7bd authored about 4 years ago
Fix #8688 - Fatal error on install with MySQL 8

cc7d3fcba97d6284961a6b81ebb0bbda453d789c authored about 4 years ago
Fix theme display issues

Header and footer clean up
Action menu dropdown
List view buttons

7b20b0eef132bedfee7f7bb849199bc256c77fb1 authored about 4 years ago
Fix #7972 - IMAP import fails with Office 365

b830fe5531b08989f038edd204352fbce1d09474 authored about 4 years ago
Fix #6046 - DBMS reserved words fail in MySQL8

user_feeds uses reserved keyword rank

d4a8dcebbcfead5fac57a9a6dbd4777ce94c932a authored about 4 years ago
Feat #8818 - Add 'Contains' as valid opp for multienum

7c03ebd505ef650d0e7221fa92f8744b765baf5c authored about 4 years ago
Fix #8830 - File names with underscores in download.php

83719bdb94b9451a2e0ecff86f1be119446c7a21 authored about 4 years ago
Fix #8610 - Uninitialised variables in ModuleInstaller.php

ad4dc911bfb2ea310feae0a9b36cf2ebec0f1854 authored about 4 years ago
Fix #4435 - TinyMCE pagebreaks work correctly

62e460561cc4fcc8f28a2593a637e8fe0d728454 authored about 4 years ago
Fix #8905 - Report joins fail on one to one relationships

132dc0bd93b8c556ee2b82202ac5c6dd7e7e9d97 authored about 4 years ago
Fix #8771 - Silent failure when no PHP-json module installed

PHP can be compiled without JSON support and this will cause
SuiteCRM to throw 500 errors. Add a...

e20b85ec84764cb48b40cbe5490b2c15369f374d authored about 4 years ago
Fix #8904 - Optimistic Locking is not compatible with all field types

a31716d293df34098ae50af1f926c241b0f33b2c authored about 4 years ago
Fix #8904 - Optimistic locking module definition incorrectly set on some modules

d0685bbd842f62accfea0194fd57787640265031 authored about 4 years ago
Fix #8903 - Campaign Bounce email import - better mine type recognition

9d7274fb3faf87808c2ef74beba536264c939bab authored about 4 years ago
Avoid a notice when clearing ListView filter

fc23ae042ced1a43dbe3fe147af089a76fa747cb authored about 4 years ago
Fix Travis fails on composer 2

868a5ae405a57f45a5b8536d7f1c9ac758094bb7 authored about 4 years ago
Avoid calling non-static method statically

8a0069685527c3a172e2b02f1d236bf45bbf22be authored about 4 years ago
Avoid displaying notices when a subpanel definition key cannot be found

168b59c79b4cb768eafaba10a701125ecadf9779 authored about 4 years ago
Fix #8882 - Delegates subpanel select all / select page doesn't work

0d6a5f41919094c3a0007221d1b606ba590f838e authored about 4 years ago
Fix #8486 - Rewriting of '.htaccess' file

When rewriting the '.htaccess' file any custom content before the
"# BEGIN SUITECRM RESTRICTIONS...

2a2cf40cb11930c86e21dd3bd907eb35fb7a6b85 authored over 4 years ago
Fix #7306 - API v8 not working on php-fcgid - Missing /api/.htaccess

Remove paths after "Api/index.php" in generated ".htaccess" file

5419de7d48b1b8de2bca59a2ab9c48d15ded9589 authored over 4 years ago
Fix #8641 - Compose button / Related ID not set when no email

d089a84c7b3053aad97d2e36693745514e2691e8 authored over 4 years ago
Fix #8535 - Email To field being deleted on save

24fd3a5fcc14e65c1d18c04b77faf8db1516cfb0 authored over 4 years ago
Fix #8730 - duplicate Compose Email Modal from Activities subpanel

0e971e4f87394ae21d0f3aa3733d909751456b55 authored over 4 years ago
Fix #8812 - Add to target list in Campaign results

1943ca4802eadb9968b583738d0e2717150def3b authored over 4 years ago
Fix #8824 - Too few arguments on SugarWebServiceImpl set_relationship

fix: set_relationship had extended args number from 5 to 7, this break BC and make SuiteCRM-Port...

bf5760dc08dffc0358beba8d66f11d46125fc942 authored over 4 years ago
Fix #8677 - Subpanel end navigation

Fix getOffset

ceaca43afcc25fb6feb4ad59cb12bd4d9667b445 authored over 4 years ago
Fix #8814 - Allow custom SugarFieldBase class

6bbba8ed9177325f36abe82bdd4bf48483e62cdb authored over 4 years ago
Fix #8888 - Fixes DynamicField reference

12cec936e8a8337aff65943e1c6da78b630197c3 authored over 4 years ago
Fix #8785 - Incorrect Syntax in install.php

ce2175875379e6be1856760f1afa4f23e4551638 authored over 4 years ago
removing old CLA url

3fa208597e92afa2b1efeb32a31e9db8244f0c96 authored over 4 years ago
Fix #8819 - Update OutboundEmail.php to handle deleted rows

Checks only non-deleted rows of type 'system' to correctly update the outbound email settings.

e4357433a1d4181b44fb3d1052db13f8a722a267 authored over 4 years ago
Fix #8795 - Change log level to warn loading non existing Bean

246f3b26564ea30e7f0464e7ab7de6c0648866f0 authored over 4 years ago
Change private to protected to fix EmailMan overrides

6751dd6cefccd6bf97bd440d1cd8e9545b1f61ff authored over 4 years ago
Fix #8348 V8 API CORS prevents DELETE HTTP call

63522e869bae721a38e5424201b6312f1462fb87 authored over 4 years ago
Fix #8816 - module name on logic_hook install

620779830ce430a1de3de09f7df8267a1f035304 authored over 4 years ago
Fix #3468 - Email template retrieving cached beans

e1b7b34d564a71f6edb799fb99db460081b91282 authored over 4 years ago
Fix calender extended display over 3 weeks

4e224dbe51ec8d6493597ade04183c1983fff2d1 authored over 4 years ago
Fix #6427 - Stacked Bar chart totals incorrect

0df0f93713a5222a5991f18a153803a3d8800099 authored over 4 years ago