Ecosyste.ms: OpenCollective

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

SuiteCRM

Supporting the World's Number 1 Open-Source CRM Project - SuiteCRM
Collective - Host: opensource - https://opencollective.com/suitecrm - Website: https://www.suitecrm.com/ - Code: https://github.com/salesagility/SuiteCRM

Update issue & PR templates to comment on how to include code

github.com/salesagility/SuiteCRM - a19d6f88c66d1be25fcdcd832f380d449c8ec741 authored over 5 years ago
Merge pull request #7833 from lazka/fix-sugarfeed-management

SugarFeed: Various fixes for 7.10.19/20 regressions

github.com/salesagility/SuiteCRM - be53a8ca064dcf358937b4efe4266a50bcf9f422 authored over 5 years ago
Fixed undefined index in download.php

github.com/salesagility/SuiteCRM - 5fe17276dc01346bb26128d2da74df0cf7051b1a authored over 5 years ago
Fixed undefined index in SugarFieldFile

github.com/salesagility/SuiteCRM - cfd86a9a8046d5e832467c1930a3e203201fcb58 authored over 5 years ago
Scheduled Reports: Fix report name relation and popup search

Both problems resulted in the popup search not showing anything and erroring out,
the report nam...

github.com/salesagility/SuiteCRM - 4ca366981e61cd4e3ddea0bef608cff96a617d19 authored over 5 years ago
REL #7836 - Change the message to the user

github.com/salesagility/SuiteCRM - 0e8df04b1420a07a3cfbe3f3e68e7c8db0e805ce authored over 5 years ago
REL #7836 - Refactor buildSuiteP() function

github.com/salesagility/SuiteCRM - 1b10ebebb3731d9b0de35f13bb62962545f10b98 authored over 5 years ago
REL #7836 - Add new task buildTheme()

github.com/salesagility/SuiteCRM - b910e7fc2d8e54066007c6bb9557d7e7ee4c188b authored over 5 years ago
REL #7836 - Change the name of buildSuitePColorScheme -> buildColorScheme

github.com/salesagility/SuiteCRM - 3262b2656d131fbf25562f10caddba2460605870 authored over 5 years ago
Format ExceptionTest

github.com/salesagility/SuiteCRM - 3c913eb7ef782d56cc49cf601f11c428bbe45fa5 authored over 5 years ago
Workflow: Properly delete records which are marked as deleted

There is currently no action for deleting a record, only for modifying one.

The only way atm is...

github.com/salesagility/SuiteCRM - 1a187907ea16f8574aceebb11dd7fd64db8cc8ff authored over 5 years ago
Move ExceptionTest into the correct dir

github.com/salesagility/SuiteCRM - 49bd5592244d4cd9b7a5c8a28a79027a64039d01 authored over 5 years ago
Merge branch 'hotfix-7.10.x' of git://github.com/salesagility/SuiteCRM into hotfix-7.10.x

github.com/salesagility/SuiteCRM - 54ec138d987165f4d90ec690f8c6e8695a85cd75 authored over 5 years ago
Update GetFieldsMetaCest to remove v8 exception handling

github.com/salesagility/SuiteCRM - 1d3dbf4baf7e80319ec4245bef83aa75dc9e7c7a authored over 5 years ago
Merge pull request #7782 from gcoop-libre/hotfix-7.10.x_7781

FIX #7781 - Now we can compile SuiteP only one color_scheme

github.com/salesagility/SuiteCRM - cf7e90798f6b1ab26c5a263f84ce719968836ee0 authored over 5 years ago
REL #7828 - Trying to decrease the cyclomatic complexity

github.com/salesagility/SuiteCRM - 03b99d16c722578b2b6fe8b030feceebad911a1e authored over 5 years ago
REL #7828 - Codacy don't like else ;-)

github.com/salesagility/SuiteCRM - 5e1b3a8ddace5f2d92e39ae81c9e0b88daed1ba1 authored over 5 years ago
Add a SAML2 metadata endpoint (named "SAML2Metadata")

This adds a new endpoint which returns the XML metadata for the saml integration.
The output can...

github.com/salesagility/SuiteCRM - cf230157a6028788cfc2b1d382b4ec6937f2db36 authored over 5 years ago
SugarFeed: Fix delete link missing for feed replies

It was using the user of the parent entry instead of the reply to check if a delete
button shoul...

github.com/salesagility/SuiteCRM - ff4e7722e4286d4bb66aa3de6b0c398a75d2c745 authored over 5 years ago
SugarFeed: Add missing delete links for top-level entries

This was lost during the recent updates it seems.

github.com/salesagility/SuiteCRM - 09b6a9f5a4d73d4c9c30ebfbec0497888f7227b0 authored over 5 years ago
SugarFeed: Fix form for non-english users

It was looking for the translated string instead of the module key.
This resulted in no form bei...

github.com/salesagility/SuiteCRM - 31c91a76dfaf4892f3ef8c713cc0010eafcc0419 authored over 5 years ago
SugarFeedDashlet: Fix undefined securitygroup_where variable

github.com/salesagility/SuiteCRM - 314693afd81b1f67a5c09edb63917ad8000ecaa4 authored over 5 years ago
Updated PHPDoc + Reformat

github.com/salesagility/SuiteCRM - 730fbe7189c222e867ac0794ad3210927d34476c authored over 5 years ago
V8 API swagger route

github.com/salesagility/SuiteCRM - a70f2ed33dba8bdf5f0dfe62a00dc6da0774b96f authored over 5 years ago
Merge pull request #7822 from gcoop-libre/hotfix-7.10.x-7821

FIX #7821 - User name is not aligned in 1200px to 1600px screens

github.com/salesagility/SuiteCRM - 7f2783b4bdca4eac13fcbdb18f77ec806eb993ac authored over 5 years ago
Making the code simpler

github.com/salesagility/SuiteCRM - 7a1a59c57a051bb137f70a02cf1edc3b632ab232 authored over 5 years ago
Fix show-output for Rebuild Relationships

github.com/salesagility/SuiteCRM - a1b6006f3cea5721065e9375e452e47a4e1abaf7 authored over 5 years ago
Remove unnecessary stuff

github.com/salesagility/SuiteCRM - 824bcce2bd093425b51037856eb35ddc1dd70940 authored over 5 years ago
Add new task repairRebuildRelationships

github.com/salesagility/SuiteCRM - 4511eaa058035aced0c510036c09f0525540dc68 authored over 5 years ago
Add show-output to function doc

github.com/salesagility/SuiteCRM - 6d158864540c99ce9d34c2b2459639664f65c19b authored over 5 years ago
Add a command to rebuild extensions

github.com/salesagility/SuiteCRM - 86d819845502dfcf98dd0afe799b4f4e36baade7 authored over 5 years ago
Add the first command to repair things in SuiteCRM: repair:database

github.com/salesagility/SuiteCRM - f425c46b6ae3505bb63b4d1ff34bb5b0e721f90d authored over 5 years ago
LoggerManagerTest

github.com/salesagility/SuiteCRM - 5fa525e9397631aa9df83bba94ae2f2b5033cddf authored over 5 years ago
FIX #7825 - Now we translate the title tag for recently viewed links

github.com/salesagility/SuiteCRM - 5a77a5a289b6da370a024b0cf9895e2509afb87d authored over 5 years ago
Fixed SuiteLoggerTest never retrieving the log level

github.com/salesagility/SuiteCRM - 35db700834c5d49f836365c96bd1e8d3942e8986 authored over 5 years ago
LoggerManager formatting

github.com/salesagility/SuiteCRM - 3bec83ad0882ed5258656180abf84eb750d0a334 authored over 5 years ago
Fixed accessing static property as non-static

github.com/salesagility/SuiteCRM - bc34c4067d6e8ddf5f667bd60ac64b3304eb4aea authored over 5 years ago
FIX #7821 - Add compiled css

github.com/salesagility/SuiteCRM - b4238c6490d6930a3b49f9ede2d4c5756e954701 authored over 5 years ago
REL #7821 - Add margin-top value for .desktop-bar in @media (min-width: 1250px)

github.com/salesagility/SuiteCRM - e1a4f8b377869b2ba15735de62b82bf5301f3b10 authored over 5 years ago
REL #7821 - Change width from 48px to auto in .globalLinks-desktop .dropdown-toggle

github.com/salesagility/SuiteCRM - 9984fa1c143b8308e9e240da080f30a1c0f14829 authored over 5 years ago
Merge pull request #7659 from connorshea/fix-alerts-icons

Fix icons not rendering properly in Alerts.

github.com/salesagility/SuiteCRM - 892c2933b475193366d85a3b35992a0899c305b1 authored over 5 years ago
Simplify expressions

github.com/salesagility/SuiteCRM - cd21d1f4261ea24039649f7bda67ab1007a73316 authored over 5 years ago
Remove clean up references

github.com/salesagility/SuiteCRM - 065e8fee5f40236322bca02b1ac64e67f2124ad5 authored over 5 years ago
#7817 fix(WorkFlow) - added option to filter WFs by module name from 'Advanced Filter' tab

github.com/salesagility/SuiteCRM - fac05f25bd93e5b39f88a07d91f8e89387031ec6 authored over 5 years ago
Having edit access right to an item should be enough for removing the item from subpanel

github.com/salesagility/SuiteCRM - f305c7b3672740701ff3aa6174c409a452dd8f72 authored over 5 years ago
Fix a bug whereby email addresseses not saved before people/account after save logic hook called

github.com/salesagility/SuiteCRM - 6c8d4163639c25d1e0c566e35a87e64372e667cb authored over 5 years ago
Fix a sql query bug for quote purchase subpanel

github.com/salesagility/SuiteCRM - 578ba3c86203b2ec5b0e4b098eecf6c4e0afbb86 authored over 5 years ago
REL #7810 - Modify tpl to use Smarty plugin suite_check_access

github.com/salesagility/SuiteCRM - 2e94058e28ad94f74d90f9b0dfcfca77053ded28 authored over 5 years ago
REL #7810 - Add new Smarty plugin suite_check_access

github.com/salesagility/SuiteCRM - ba8ba86a0e295d52cd3dc5976c2dd8a87c47888a authored over 5 years ago
Check for expected exception

github.com/salesagility/SuiteCRM - 4420057bcfe7eaa75c451be6491c7039f280765c authored over 5 years ago
Fix SuiteLoggerTest

github.com/salesagility/SuiteCRM - ed2be7326951856f246fa56951188884f8aaee8d authored over 5 years ago
Robo: Add a --filter option to tests:unit for filtering tests

This allows one to run only one specific test method of a test class, which is
helpful when you ...

github.com/salesagility/SuiteCRM - 763becf84df4e30ed048c0826033998b4bbfb73b authored over 5 years ago
Merge remote-tracking branch 'upstream/hotfix-7.10.x' into issue-7740

# Conflicts:
# .travis.yml

github.com/salesagility/SuiteCRM - fbb68f98dfde3983092503eea45897aa43a4fd83 authored over 5 years ago
Merge pull request #7198 from Dillon-Brown/feature/robo_api

Feature/robo api

github.com/salesagility/SuiteCRM - 9b18c80f3f07089922f5053f7f709e7f28524057 authored over 5 years ago
Merge pull request #7802 from Dillon-Brown/issue-6830

Fixed #6830 - Code coverage as a separate stage in CI

github.com/salesagility/SuiteCRM - 08e2701712d698978d3f82a15c690595e5e8f5f6 authored over 5 years ago
Merge pull request #7643 from Dillon-Brown/issue-7622

Fixed #7622 - Make the code:coverage Robo command work outside of CI

github.com/salesagility/SuiteCRM - a8affd5f1a775eb2e1b143624ef747ada19f18d9 authored over 5 years ago
Merge branch 'feature/robo_api' of https://github.com/Dillon-Brown/SuiteCRM into hotfix-7.10.x

github.com/salesagility/SuiteCRM - 7b15e69355bc9f022c48e8ea55ed460bc4a7ca99 authored over 5 years ago
Quote name in getNameCount

github.com/salesagility/SuiteCRM - a55b0b7db9fe8db846b781efe93c51f7905b53d2 authored over 5 years ago
Quote name in getNameCount

github.com/salesagility/SuiteCRM - abbcc26610c83c234f0d5bac855a65c58f30a8d7 authored over 5 years ago
Fixed #7621 - Add support for config_override.test.php

github.com/salesagility/SuiteCRM - ec59df913b460182d3132430003ed50392e57278 authored over 5 years ago
Fixed #7740 - Discussion on replacing the StateChecker with database truncation in tests

github.com/salesagility/SuiteCRM - 6a44742dacc5b70721363879c837747d9e5c3672 authored over 5 years ago
Remove StateSaver + StateChecker

github.com/salesagility/SuiteCRM - f0312b0f5504aa46450eb510e005283cbefd5b30 authored over 5 years ago
Fix InboundEmailTest

github.com/salesagility/SuiteCRM - 8e87d4691b36fb3ac838777f69022bcd23bf9605 authored over 5 years ago
Finish removing StateChecker/StateSaver

github.com/salesagility/SuiteCRM - 482ffd5081aada83760e0cb3d863ce651e8baeb0 authored over 5 years ago
Extend Core Modules Part 2 - Replace Explicit Instantiations

- Add Replacer script to iterate all files and replace occurrences of explicit module instantiat...

github.com/salesagility/SuiteCRM - b1156de4672c3877d43c49a1cf4eb90531b8ccac authored over 5 years ago
Start removing state

github.com/salesagility/SuiteCRM - f546f7d39c781d35bdd75eaed76435ca8f9c6bb4 authored over 5 years ago
Fix missing class

github.com/salesagility/SuiteCRM - 4015ef20880a57f7d2a4d9bdbea2bf51c38b2307 authored over 5 years ago
Remove and replaced SuiteCRM\StateCheckerPHPUnitTestCaseAbstract

github.com/salesagility/SuiteCRM - 5e95ee6f58b9e45a7ccfeb8f574b2165ef882c44 authored over 5 years ago
Refactor duplicate class

github.com/salesagility/SuiteCRM - 4d3e6aaa5fdacf7caf4b551ec8fe2cc97f80f136 authored over 5 years ago
Update tests to use TestCaseAbstract

github.com/salesagility/SuiteCRM - 169357770bec0833b4c8217adc2a3c321d76278d authored over 5 years ago
Rollback on teardown

github.com/salesagility/SuiteCRM - 3d8dbc76abda9e4711103c3284e5fc3ec7090e7c authored over 5 years ago
Rollback functionali

github.com/salesagility/SuiteCRM - 261afc97a2d878844c0e0c24b94cc9b6052f4f4e authored over 5 years ago
Add database transaction functionality

github.com/salesagility/SuiteCRM - 85036e63dba8b378581b352c450ed601b3e2575f authored over 5 years ago
Update SugarBeanTest

github.com/salesagility/SuiteCRM - ee35bc9d82cf1a8a4dc889f8eb626b8a1a4e082e authored over 5 years ago
Update loader + config tests

github.com/salesagility/SuiteCRM - 383b788bcda2e191339b54836921a9d6d5844009 authored over 5 years ago
Update database refresh to truncate all tables

github.com/salesagility/SuiteCRM - 31d528fd46f63225c2f7b6311e92b92ea95c5962 authored over 5 years ago
Updated AccountTest to use TestCaseAbstract

github.com/salesagility/SuiteCRM - 0544259dad85c2eda9aac79680a3818116bfac24 authored over 5 years ago
Added a TestCase abstract class

github.com/salesagility/SuiteCRM - 70994a93432824ae3ac09c38550ed1fc0091715b authored over 5 years ago
Add RefreshDatabase trait

github.com/salesagility/SuiteCRM - 19194144d3115bb8c9b253e04b810efcc2113ac1 authored over 5 years ago
Add phpunit to composer.json

github.com/salesagility/SuiteCRM - 2012f1a2b2f6d2971c19d191a28b62aefdaad956 authored over 5 years ago
Merge branch 'hotfix-7.10.x' of git://github.com/salesagility/SuiteCRM into hotfix-7.10.x

github.com/salesagility/SuiteCRM - 6990539d147005cac3e8d374cb76e6944b3d789f authored over 5 years ago
Fixed #6830 - Code coverage as a separate stage in CI

github.com/salesagility/SuiteCRM - e9138bb58e1862b4e56a7712969ae8003c2edf31 authored over 5 years ago
Merge pull request #7773 from lazka/fix-robo-test-fail

Make "robo test" commands fail if tests fail

github.com/salesagility/SuiteCRM - 38d29339b5d2495536d7da0a615f43dac57e2d88 authored over 5 years ago
Merge branch 'feature/robo_api' of https://github.com/Dillon-Brown/SuiteCRM into hotfix-7.10.x

github.com/salesagility/SuiteCRM - 56bfb726e5b66336333c9078f6bbfc784532b4a8 authored over 5 years ago
Allow database character set configuration

github.com/salesagility/SuiteCRM - 07fa0f02bf31e7e3ed2584fbd6207be335149274 authored over 5 years ago
Extend Core Modules Part 1 - Bean Factory Method Names

- Update method names for codacy bot overlord.

github.com/salesagility/SuiteCRM - 7ef911a52f415f2885640921afea3f74048d6f45 authored over 5 years ago
Extend Core Modules Part 1 - Bean Factory Doc Fix

- Update method doc return type.

github.com/salesagility/SuiteCRM - a604991e60299cff0be308efaf735fe5cb89ea33 authored over 5 years ago
Extend Core Modules Part 1 - Bean Factory and Globals

- Reduce NPath and cyclomatic complexity.
- Use bean class to search for and load bean files.
- ...

github.com/salesagility/SuiteCRM - dacc5736ea6368a6fa2424f0797ed74b55d04224 authored over 5 years ago
Fixed #7779 - PHP Fatal error in modules/Connectors/connectors/sources/ext/rest/twitter/config.php PHP version 7.1.31

github.com/salesagility/SuiteCRM - d94fb0c7176e65daa94019119946f48e38d8f7a2 authored over 5 years ago
Merge pull request #7525 from Jason-Dang/fix/v8-api-create-relationship

Fix - API Create Relationship via Link

github.com/salesagility/SuiteCRM - 4edab898c12e41abcc53c209af2b0aa6493a7f18 authored over 5 years ago
Merge pull request #7741 from connorshea/clean-up-unit-tests

Clean up a bunch of unit tests.

github.com/salesagility/SuiteCRM - b6dbc7639f24673fffc3d09ddba1ef31f30930fd authored over 5 years ago
Extend Core Modules Part 1 - Bean Factory and Globals

- Add new global variables to store custom meta for core modules.
- Change get bean method to ch...

github.com/salesagility/SuiteCRM - c0638b48737df22f2d4cd0f28b73780b2b951795 authored over 5 years ago
export: Update export_excel_compatible to work with all Excel versions

Excel on Windows/macOS when simply opening a CSV file will try to guess the
CSV dialect (encodin...

github.com/salesagility/SuiteCRM - 8b3457028250e4cb8507134fbdc450b7b8cd5d5c authored over 5 years ago
Merge pull request #7711 from JanSiero/fix_opcache_issue_2928_hfx_7.10.x

Fixed #2928 Fixed #341 - clear Zend OPcache when writing files

github.com/salesagility/SuiteCRM - d4b5ae997690d8af160010a6a0eef479a373cbce authored over 5 years ago
REL #7780 - Add compiled css

github.com/salesagility/SuiteCRM - 1a151bee96ad1a4f5b0aa84fc704a9c1cd2deddb authored over 5 years ago
REL #7780 - Add style for date_input

github.com/salesagility/SuiteCRM - 41a2b403a4fec78bc3eab0acce67b3fe3b301a1f authored over 5 years ago