Ecosyste.ms: Timeline

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

civicrm/civicrm-core

vingle created a comment on a pull request on civicrm/civicrm-core
This isn't a trivial point - Standalone is the only Civi to not inherit page padding from its parent CMS. So normally Civi's padding matches what we are used to in the CMS in question (be it Drupal...

View on GitHub

eileenmcnaughton pushed 4 commits to master civicrm/civicrm-core
  • Update authx.php: Update hook_civicrm_permission to use new format Permissions should be declared with 'label' and '... f1f8196
  • Update authx.php added 2 spaces in line 127 & 131 d6bd278
  • Update authx.php removed tabs and spaces - whitespacing 7bdf462
  • Merge pull request #31356 from wintermoor/patch-3 Update authx.php: Update hook_civicrm_permission to use new format c7e7a14

View on GitHub

eileenmcnaughton closed a pull request on civicrm/civicrm-core
Update authx.php: Update hook_civicrm_permission to use new format
Permissions should be declared with 'label' and 'description' keys. Description added. https://lab.civicrm.org/dev/core/-/issues/5551 Overview ---------------------------------------- _PHP: Pe...
seamuslee001 pushed 4 commits to master civicrm/civicrm-core
  • SearchKit - Remove redundant lookup of primary_key It's already looked up by the parent, searchDisplayTasksTrait e8be232
  • SearchKit - Support fields in apiBatch task cc56de0
  • SearchKit - Set defaults in apiBatch task 91072a8
  • Merge pull request #31352 from colemanw/apiBatchFields SearchKit - Support fields in apiBatch task 958873f

View on GitHub

seamuslee001 closed a pull request on civicrm/civicrm-core
SearchKit - Support fields in apiBatch task
Overview ---------------------------------------- Allows api batch tasks to include fields for the user to interact with. Technical Details ---------------------------------------- Try the f...
mattwire created a comment on a pull request on civicrm/civicrm-core
@mlutfy Feel free to copy/use the above code if it's useful - I agree it would be best in core as a "check and fix foreign keys" API. It probably takes too long to run as a system check as it check...

View on GitHub

mattwire created a comment on a pull request on civicrm/civicrm-core
This is my version of the "fix" code which requires this PR to work properly: ``` public static function run($dryRun = TRUE) { $entities = \CRM_Core_DAO_AllCoreTables::getEntities(); ...

View on GitHub

aydun created a comment on a pull request on civicrm/civicrm-core
FYI - https://lab.civicrm.org/documentation/docs/dev/-/merge_requests/1204 https://lab.civicrm.org/documentation/docs/dev/-/merge_requests/1203

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

mlutfy opened a pull request on civicrm/civicrm-core
standalone.css: lower padding around crm-container
Overview ---------------------------------------- The crm-container has a lot of padding on CiviCRM Standalone. Before ---------------------------------------- ![image](https://github.co...
aydun created a comment on a pull request on civicrm/civicrm-core
Thanks @colemanw - that fixes it.

View on GitHub

colemanw created a comment on a pull request on civicrm/civicrm-core
@aydun ok I've pushed up another commit to ensure values are initialized if they don't have a `default_value`, which seems to fix the problem you described.

View on GitHub

mlutfy created a comment on a pull request on civicrm/civicrm-core
If I understand correctly, it's for settings that were previously on `$config->something`, and now should be accessed using `Civi:settings()->get()`? Looking at core, I see, for example, uses of...

View on GitHub

mlutfy created a comment on a pull request on civicrm/civicrm-core
Sounds interesting. The symbiotic ext checks for missing FKs because of devs who dump/import databases incorrectly between dev/prod, and it causes a lot of weird problems afterwards with bad data. ...

View on GitHub

mlutfy created a comment on a pull request on civicrm/civicrm-core
jenkins, test this please

View on GitHub

mlutfy created a comment on a pull request on civicrm/civicrm-core
Thanks @justinmosier !

View on GitHub

mlutfy pushed 2 commits to master civicrm/civicrm-core
  • Update DisplayTypeEntity.hlp 3110aa4
  • Merge pull request #31350 from justinmosier/db-entity-help Update the help wording for DB Entity permissions 3b36766

View on GitHub

mlutfy closed 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 ...
aydun created a comment on a pull request on civicrm/civicrm-core
Yes, required is not set on those fields. If it is required then for the text box update, the button is greyed out until text is entered - ie works as expected.

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

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

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
Api4 - Enable managed, hierarchical traits for Campaign entities
Overview ---------------------------------------- Adds a couple useful features to CiviCampaign, enabling a hierarchical searchKit display of campaigns, and allowing extensions to package them as...
colemanw created a comment on a pull request on civicrm/civicrm-core
@aydun I'm assuming you already set required to false for those fields?

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

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#5526 - Afform - Fix autofill of locblock when creating an event
Overview ---------------------------------------- Fixes https://lab.civicrm.org/dev/core/-/issues/5526
wintermoor created a review on a pull request on civicrm/civicrm-core
tab & space edited, so whitespaces don't harm

View on GitHub

aydun created a comment on a pull request on civicrm/civicrm-core
Thanks! Mostly does exactly what I want. One problem: clearing values does not work. Eg: with a text field, leaving it blank results in an error, or a field with a select list of values, selecting...

View on GitHub

wintermoor created a review on a pull request on civicrm/civicrm-core
2 spaces added in line 127 & 131

View on GitHub

Load more