Ecosyste.ms: Timeline

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

civicrm/civicrm-core

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...
monishdeb created a comment on a pull request on civicrm/civicrm-core
Looks good, tested on local!

View on GitHub

civibot[bot] created a comment on a pull request on civicrm/civicrm-core
The issue associated with the Pull Request can be viewed at https://lab.civicrm.org/dev/core/-/issues/4629

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

colemanw opened a pull request on civicrm/civicrm-core
dev/core#4629 - Fix DB Enitty select columns
Overview ---------------------------------------- Fixes https://lab.civicrm.org/dev/core/-/issues/4629
ufundo created a comment on a pull request on civicrm/civicrm-core
Adding `run-standalone` to check the original regression in the upgrader doesn't regress again.

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

ufundo opened a draft pull request on civicrm/civicrm-core
ActionObjectProvider - roll back mismatched entity error
Overview ---------------------------------------- Fix for https://lab.civicrm.org/dev/core/-/issues/5533 Before ---------------------------------------- - throw an error when trying to take ...
vingle created a comment on a pull request on civicrm/civicrm-core
Test this please. (Have added to the extensions directory).

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

jmcclelland opened a pull request on civicrm/civicrm-core
add ability to output iframe.php file to stdout
Overview ---------------------------------------- Provide an API action for the iframe extension that outputs the iframe.php code to standard out. Before -------------------------------------...
vingle created a comment on a pull request on civicrm/civicrm-core
> maybe it's extension directory timeout. um, riverlea isn't in the extension directory tho… I guess naîvely I thought it might pick it up from lab.civicrm.org/extensions

View on GitHub

mlutfy created a comment on a pull request on civicrm/civicrm-core
Ah, yep, option 1. Sorry, I misread initially then basically repeated your suggestion :)

View on GitHub

ufundo created a comment on a pull request on civicrm/civicrm-core
Hmmm, now we've got a more different error... so I guess that's progress... I'm gonna try the job again cause maybe it's extension directory timeout.

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
Clean up the distmaker scripts
Overview ---------------------------------------- Clean up the distmaker scripts. Remove references to 'php5' which are confusing and obsolete. Before ---------------------------------------...
demeritcowboy pushed 2 commits to master civicrm/civicrm-core
  • Optimize log viewing for a contact 356cd51
  • Merge pull request #31125 from shahrukh-compuco/optimize-log-viewing Optimize Change Log Viewing For A Contact be18d07

View on GitHub

demeritcowboy closed a pull request on civicrm/civicrm-core
Optimize Change Log Viewing For A Contact
Overview ---------------------------------------- This pr optimizes the code for viewing the change logs for a contact. Technical Details ---------------------------------------- Currently d...
vingle closed a draft pull request on civicrm/civicrm-core
Package Riverlea theme extension during CiviCRM build
Overview ---------------------------------------- Following [discussion](https://chat.civicrm.org/civicrm/pl/i5hz77r5ab8cxjobzyzz9wcsfw) this packages the most recent release of the RiverLea them...
vingle created a comment on a pull request on civicrm/civicrm-core
Have opened a new PR https://github.com/civicrm/civicrm-core/pull/31324 so closing this.

View on GitHub

vingle opened a draft pull request on civicrm/civicrm-core
Package Riverlea theme extension during CiviCRM build
Overview ---------------------------------------- Following [discussion](https://chat.civicrm.org/civicrm/pl/i5hz77r5ab8cxjobzyzz9wcsfw) this packages the most recent release of the RiverLea them...
demeritcowboy created a comment on a pull request on civicrm/civicrm-core
@vingle It looks like your patch is against the 5.77 version of the file - the file has changed since then so you need to apply the change against a newer version, preferably master since your PR i...

View on GitHub

demeritcowboy created a comment on a pull request on civicrm/civicrm-core
Going to close since as per the [security advisory](https://civicrm.org/advisory/civi-psa-2024-01-wkhtmltopdf-eol) wkhtmltopdf is no longer recommended and any integration is likely to be removed e...

View on GitHub

demeritcowboy closed a pull request on civicrm/civicrm-core
Wkhtml empty extra pdf page
Overview ---------------------------------------- I found that html2pdf() always outputs an extra empty page. Before ---------------------------------------- Your single page pdf has two pag...
ufundo created a comment on a pull request on civicrm/civicrm-core
I *think* the error is in how the Jenkins job applies the PR changes to the main branch, in order to run the test -- before it gets as far as downloading any extensions or anything...

View on GitHub

ufundo created a comment on a pull request on civicrm/civicrm-core
@colemanw something strange was going on with CIVICRM_UF and cv, so I've backed out of that one for now, and just stuck with CIVICRM_DOMAIN_ID and CIVICRM_UF_BASEURL. Hope still ok to MOP with t...

View on GitHub

vingle created a comment on a pull request on civicrm/civicrm-core
@ufundo they all have php5 in the title - maybe it means more like 'high five php!' But not sure it's linked to the failures.. the bit I'm wondering about is how/where it knows that the riverlea in...

View on GitHub

ufundo created a comment on a pull request on civicrm/civicrm-core
Oh it can't apply the patch in the PR to that file. Can you try rebase maybe @vingle ?

View on GitHub

Load more