Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

civicrm/civicrm-core

civibot[bot] created a comment on a pull request on civicrm/civicrm-core
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 <details> <summary><strong>Introduction for new contributors...</strong></summary> - If this is your first P...

View on GitHub

ufundo opened a draft pull request on civicrm/civicrm-core
Api3 Setting.revert - dont swallow errors, fix one reverting constant settings
Overview ---------------------------------------- `SettingsTest::testRevertAll` should be failing, because the underlying Setting.revert call isn't working. However it isn't because the api3 impl...
colemanw created a comment on a pull request on civicrm/civicrm-core
Looks good thanks @highfalutin

View on GitHub

highfalutin opened a pull request on civicrm/civicrm-core
SearchDisplay rewrites: don't truncate long field keys
Overview ---------------------------------------- SearchKit creates a unique key for each selected column. Sometimes these are short (`start_date`), but they can also get quite long (`GROUP_CONCA...
civibot[bot] created a comment on a pull request on civicrm/civicrm-core
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 <details> <summary><strong>Introduction for new contributors...</strong></summary> - If this is your first P...

View on GitHub

mattwire opened a draft pull request on civicrm/civicrm-core
Add TIMESTAMPDIFF function to searchkit so you can show time between two dates
Overview ---------------------------------------- For example, for scheduled jobs you can show number of seconds it took to run by using "Time between two dates" for `last_run` and `last_run_end`...
vingle created a comment on a pull request on civicrm/civicrm-core
Test this please

View on GitHub

mattwire created a comment on a pull request on civicrm/civicrm-core
@demeritcowboy Yes it's meant to take into account `last_run_end < last_run` but it doesn't at the moment and I can't work out how to do it via a single API4 call. I just posted this in chat: ...

View on GitHub

aydun created a comment on a pull request on civicrm/civicrm-core
See also https://github.com/civicrm/civicrm-core/pull/31331

View on GitHub

civibot[bot] created a comment on a pull request on civicrm/civicrm-core
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 <details> <summary><strong>Introduction for new contributors...</strong></summary> - If this is your first P...

View on GitHub

aydun opened a pull request on civicrm/civicrm-core
Stop producing two versions of Joomla4 build
Overview ---------------------------------------- Historically we have produced a 'joomla' and 'joomla-alt' packages. The 'joomla' version has a zip file within a zip file, the 'alt' version has...
johntwyman created a comment on a pull request on civicrm/civicrm-core
ping @seamuslee001 - as discussed

View on GitHub

civibot[bot] created a comment on a pull request on civicrm/civicrm-core
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 <details> <summary><strong>Introduction for new contributors...</strong></summary> - If this is your first P...

View on GitHub

johntwyman opened a pull request on civicrm/civicrm-core
Prevent generation of numeric hashes
Overview ---------------------------------------- This code wraps the hash generation code in `CRM/Contact/BAO/Contact/Utils::generateChecksum` to ensure numeric hashes can never be created. This...
demeritcowboy pushed 2 commits to master civicrm/civicrm-core
  • Fix poor quality markup on no events message 1779a00
  • Merge pull request #31329 from braders/no-event-message-markup Fix poor quality markup on no events message c968b0c

View on GitHub

demeritcowboy closed a pull request on civicrm/civicrm-core
Fix poor quality markup on no events message
Overview ---------------------------------------- Fix poor quality markup on no events message. Before ---------------------------------------- When there are no upcoming events, CiviCRM dis...
civibot[bot] created a comment on a pull request on civicrm/civicrm-core
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 <details> <summary><strong>Introduction for new contributors...</strong></summary> - If this is your first P...

View on GitHub

braders opened a pull request on civicrm/civicrm-core
Fix poor quality markup on no events message
Overview ---------------------------------------- Fix poor quality markup on no events message. Before ---------------------------------------- When there are no upcoming events, CiviCRM dis...
prompted365 starred civicrm/civicrm-core
colemanw pushed 2 commits to 5.79 civicrm/civicrm-core
  • dev/core#5536 - Fix quicksearch to support multivalued custom fields 9f81352
  • Merge pull request #31322 from colemanw/quicksearchMultiFix dev/core#5536 - Fix quicksearch to support multivalued c... 7a8b58a

View on GitHub

colemanw closed a pull request on civicrm/civicrm-core
dev/core#5536 - Fix quicksearch to support multivalued custom fields
Overview ---------------------------------------- Fixes https://lab.civicrm.org/dev/core/-/issues/5536 Before ------ Multi-record custom groups ignored when used as quicksearch filters Af...
Jenniferab5 starred civicrm/civicrm-core
colemanw created a comment on a pull request on civicrm/civicrm-core
Thanks @totten. Currently SearchKit/Api4 doesn't support `DISTINCT`, so I agree let's merge this & consider that a future improvement.

View on GitHub

totten created a comment on a pull request on civicrm/civicrm-core
(*For these comments, I may reference a more concrete example where you track `Education` for contacts. And each `Education` entry describes the `school` name, `program` type, and and start/end yea...

View on GitHub

monishdeb pushed 2 commits to master civicrm/civicrm-core
  • Api4 - Remove unused pass-by-ref 2e91611
  • Merge pull request #31245 from colemanw/noPbr Api4 - Remove unused pass-by-ref ddc0ad6

View on GitHub

monishdeb closed a pull request on civicrm/civicrm-core
Api4 - Remove unused pass-by-ref
Overview ---------------------------------------- Removes a pass-by-ref that became unnecessary after recent refactoring.
monishdeb created a comment on a pull request on civicrm/civicrm-core
Makes sense, can't see any modification done to the variable $field in the function.

View on GitHub

monishdeb pushed 2 commits to master civicrm/civicrm-core
  • SearchKit - Add link to edit search when viewing results 9b72220
  • Merge pull request #31209 from colemanw/searchEditLink SearchKit - Add link to edit search when viewing results d149cdd

View on GitHub

monishdeb closed a pull request on civicrm/civicrm-core
SearchKit - Add link to edit search when viewing results
Overview ---------------------------------------- Adds a handy edit button when viewing searchKit results Before ---------------------------------------- 1. Open SearchKit 2. Open the dropd...
Load more