Ecosyste.ms: Timeline

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

civicrm/civicrm-core

ufundo created a comment on a pull request on civicrm/civicrm-core
Added `run-distmaker` to make testable install packages. But it's failed complaining about backdrop_php5 - which is weird. Seems unrelated. Also sure php5 was dead long before Backdrop existed?

View on GitHub

totten pushed 2 commits to master civicrm/civicrm-core
  • Disable FollowSymLinks by default This may not be allowed on many webhosts, and shouldn't be needed in a "default" i... 4afe437
  • Merge pull request #30866 from ufundo/dont-follow-symlinks-by-default Disable FollowSymLinks by default in Standalon... 00b5091

View on GitHub

totten closed a pull request on civicrm/civicrm-core
Disable FollowSymLinks by default in Standalone .htaccess
This may not be allowed on some webhosts, and shouldn't be needed in a "default" install. Alternatively we could add an instruction to the docs about checking whether this is enabled and comment...
seamuslee001 pushed 5 commits to master civicrm/civicrm-core
  • dev/core#5534 Fixes overzealous removal of directories 76557e6
  • dev/core#5535 Fix Event Cart add Listener to pass an array feba176
  • Merge pull request #31319 from seamuslee001/5.79 dev/core#5535 Fix Event Cart add Listener to pass an array fba55e3
  • Merge pull request #31314 from JKingsnorth/patch-28 dev/core#5534 Fixes overzealous removal of directories 009c20f
  • Merge pull request #31321 from civicrm/5.79 5.79 12cd744

View on GitHub

seamuslee001 closed a pull request on civicrm/civicrm-core
5.79
ufundo closed a pull request on civicrm/civicrm-core
afform - dont repeat custom group label in custom group field blocks
Before ---------------------------------------- Custom Group label repeated on every field in custom field block: ![image](https://github.com/user-attachments/assets/f080cc2a-4c39-4193-8d33-67...
ufundo created a comment on a pull request on civicrm/civicrm-core
Will close this and come back on the Injector version

View on GitHub

civicrm-builder created a tag on civicrm/civicrm-core

5.78.3 - CiviCRM (Core Application and Framework)

totten pushed 1 commit to 5.78 civicrm/civicrm-core
  • Update release-notes/5.78.3.md 97f4dc7

View on GitHub

totten pushed 3 commits to 5.78 civicrm/civicrm-core
  • Set version to 5.78.3 05086f8
  • Add release-notes/5.78.3.md df844c9
  • Merge pull request #31323 from totten/5.78-bump3 5.78.3 - Add notes. Set version. f20af2c

View on GitHub

totten closed a pull request on civicrm/civicrm-core
5.78.3 - Add notes. Set version.
n/t
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

totten opened a pull request on civicrm/civicrm-core
5.78.3 - Add notes. Set version.
n/t
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/5536

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#5536 - Fix quicksearch to support multivalued custom fields
Overview ---------------------------------------- Fixes https://lab.civicrm.org/dev/core/-/issues/5536
seamuslee001 pushed 2 commits to 5.79 civicrm/civicrm-core
  • dev/core#5534 Fixes overzealous removal of directories 76557e6
  • Merge pull request #31314 from JKingsnorth/patch-28 dev/core#5534 Fixes overzealous removal of directories 009c20f

View on GitHub

seamuslee001 closed a pull request on civicrm/civicrm-core
dev/core#5534 Fixes overzealous removal of directories
See https://lab.civicrm.org/dev/core/-/issues/5534 Review needed on any impact this could have on the security hardening.
seamuslee001 pushed 2 commits to 5.78 civicrm/civicrm-core
  • dev/core#5535 Fix Event Cart add Listener to pass an array a4bbc4f
  • Merge pull request #31320 from seamuslee001/5.78 dev/core#5535 Fix Event Cart add Listener to pass an array 719fe74

View on GitHub

seamuslee001 closed a pull request on civicrm/civicrm-core
dev/core#5535 Fix Event Cart add Listener to pass an array
Overview ---------------------------------------- Backport of #31319 @eileenmcnaughton
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

seamuslee001 opened a pull request on civicrm/civicrm-core
5.79
seamuslee001 pushed 2 commits to 5.79 civicrm/civicrm-core
  • dev/core#5535 Fix Event Cart add Listener to pass an array feba176
  • Merge pull request #31319 from seamuslee001/5.79 dev/core#5535 Fix Event Cart add Listener to pass an array fba55e3

View on GitHub

seamuslee001 closed a pull request on civicrm/civicrm-core
dev/core#5535 Fix Event Cart add Listener to pass an array
@MegaphoneJon @eileenmcnaughton @totten
colemanw created a comment on a pull request on civicrm/civicrm-core
@MegaphoneJon I did use regex but had to do a few different variants of it depending on args being passed to the functions. I imagine that most extensions probably have manageable quantities of the...

View on GitHub

colemanw created a comment on a pull request on civicrm/civicrm-core
I started to bikeshed and then thought better of it. This is fine.

View on GitHub

colemanw pushed 2 commits to master civicrm/civicrm-core
  • afform - add css selector to distinguish multi select affield 22e924b
  • Merge pull request #31316 from ufundo/patch-1 Afform - add css selector to distinguish multi select af field 05e0e5c

View on GitHub

colemanw closed a pull request on civicrm/civicrm-core
Afform - add css selector to distinguish multi select af field
Before ---------------------------------------- - Only css class selector for af-field elements is `af-field-type-[field type]` - This works for most things, but can't distinguish between selec...
colemanw created a comment on a pull request on civicrm/civicrm-core
@ufundo I would prefer not to hard code the text of the label into the html because I think it'll make translations more difficult, so let's go with your more drastic solution and remove the prefix...

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/5535

View on GitHub

Load more