Ecosyste.ms: Timeline

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

civicrm/civicrm-core

herbdool opened a pull request on civicrm/civicrm-core
dev/core#5548 Add hook to alter the custom fields data view
Fixes https://lab.civicrm.org/dev/core/-/issues/5548 This adds a new hook to allow a final alteration before the data is sent to templates. This is needed despite there being `hook_civicrm_a...
colemanw created a comment on a pull request on civicrm/civicrm-core
That seems like sufficient consensus.

View on GitHub

colemanw pushed 3 commits to master civicrm/civicrm-core
  • Adding recurring links and modifying renew link 2518f14
  • Fixing styling issues 61f3838
  • Merge pull request #31342 from shaneonabike/memberDashboardTplLinks Membership User Dashboard.tpl adding Recurring l... 1ae665c

View on GitHub

colemanw closed a pull request on civicrm/civicrm-core
Membership User Dashboard.tpl adding Recurring links and cleanup
Overview ---------------------------------------- In order to improve the UX experience for people on the User Dashboard I wanted to add the Recurring links (Cancel Subscription, Update Billing, ...
mlutfy created a comment on a pull request on civicrm/civicrm-core
I work at the same shop as Shane, but for what it's worth, we use this feature regularly (instead of custom dashboards), and we will backport the patch to all our clients, so it should help catch a...

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

justinmosier opened a pull request on civicrm/civicrm-core
Update the help wording for DB Entity permissions
By default DB Entities are set to API Permission = "administer CiviCRM", which most users do not have. When building DB Entities for use in SK queries and displays, this permission must be changed ...
adixon created a comment on a pull request on civicrm/civicrm-core
Definitely looks like an improvement to a feature my clients rarely use (but might be more willing to use now). I can't say much about the code except that I don't see anything wrong with it and th...

View on GitHub

colemanw created a comment on a pull request on civicrm/civicrm-core
@composerjk I believe you use this feature - can you review this PR?

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
crmSnippet - Fix regexes to match
Overview ---------------------------------------- Fixes some js regex to be more correct. Technical Details ---------------------------------------- The regex replace didn't match regex sear...
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 created a comment on a pull request on civicrm/civicrm-core
This fix looks pretty good, except I wonder about the scenario where the date field has been configured as a dropdown and relative dates are actually legitimate options.

View on GitHub

colemanw opened a pull request on civicrm/civicrm-core
dev/core#5543 - Fix modal print button
Backport regression fix https://github.com/civicrm/civicrm-core/pull/31346
colemanw opened a pull request on civicrm/civicrm-core
dev/core#5543 - Fix modal print button
Overview ---------------------------------------- _A brief description of the pull request. Keep technical jargon to a minimum. Hyperlink relevant discussions._ Before -----------------------...
shaneonabike created a comment on a pull request on civicrm/civicrm-core
I think that is totally a fair request. If we can merge this and then I can (not right away) make a a merge request against the new extension I will be happy to do that as well.

View on GitHub

Guydn created a comment on a pull request on civicrm/civicrm-core
Thanks a lot ! I will review it on monday.

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

vingle opened a pull request on civicrm/civicrm-core
Regression: resets text-rendered radio button width in confirmation screens
Ref: https://lab.civicrm.org/dev/core/-/issues/5550 Overview ---------------------------------------- The work on multi-column Radio Buttons / Checkboxes (https://github.com/civicrm/civicrm-co...
aydun created a comment on a pull request on civicrm/civicrm-core
Thanks @ufundo. `run-distmaker` produced the expected files. @totten , @seamuslee001 anything to add here or are we ok to merge?

View on GitHub

devdavc created a comment on a pull request on civicrm/civicrm-core
I tried this patch as well but did not fix it. #31338

View on GitHub

devdavc opened a pull request on civicrm/civicrm-core
[Afform] Relative date not converted
Overview ---------------------------------------- _Dates in FormBuilder that were hidden and had default value from Relative Date Filters, e.g. Today, is using fallback or default date of 1970-01...
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 draft pull request on civicrm/civicrm-core
Afform - Don't require email for event loc-block
Overview ---------------------------------------- Fixes https://lab.civicrm.org/dev/core/-/issues/5527
colemanw created a comment on a pull request on civicrm/civicrm-core
I would have liked to see these changes go into the new [user_dashboard extension](https://github.com/civicrm/civicrm-core/tree/master/ext/user_dashboard) rather than this old .tpl file which is li...

View on GitHub

colemanw reopened a pull request on civicrm/civicrm-core
Api4 - Un-duplicate setLegacyDateFormat function
Overview ---------------------------------------- Consolidates duplicate function... to be merged after #31338 Technical Details ---------------------------------------- Originally I thought...
colemanw closed a pull request on civicrm/civicrm-core
Api4 - Un-duplicate setLegacyDateFormat function
Overview ---------------------------------------- Consolidates duplicate function... to be merged after #31338 Technical Details ---------------------------------------- Originally I thought...
johntwyman created a review comment on a pull request on civicrm/civicrm-core
Thanks @demeritcowboy - I've modified, rebased, etc., accordingly.

View on GitHub

johntwyman created a review on a pull request on civicrm/civicrm-core

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

Load more