If I use http://drupal.org/project/eca will this module give added triggers and conditions?
socialnicheguru → created an issue.
socialnicheguru → created an issue.
socialnicheguru → created an issue.
Might this be similar? ✨ Commerce Stripe doesn't work with the Checkout Flow created by Commerce Donation Flow Needs review
socialnicheguru → created an issue.
I updated the charictarization.
Just wonderinf if the version of d3/d3 will be updated to 7.8+ ?
socialnicheguru → created an issue.
Could this be added as a submodule, flipbook_sound?
closed as dupe: 💬 Error Flipbook settings Active
Does that take an update hook in addition to removing them in config?
MR22 no longer applies to new dev.
Might be related 🐛 WSOD on user profile page Active
Maybe we can use this as a moment, upgrade to Drupal 10+/11 to consolidate all of the "affiliate" type modules under one umbrella.
http://drupal.org/project/uber_affilaite
http://drupal.org/project/affiliate_ng
http://drupal.org/project/affiliate
http://drupal.org/project/affiliates
I like the idea of being able to connect and apply userpoints and commerece_userpoints; keep track of referrals using, https://www.drupal.org/project/indieweb; → give actual dollars using commerce_affiliate; give points or rewards for sharing and sign ups.
Most of this can be done in services or hooks that might connect to individual modules to do the heavy lifting.
We could use views to show reporting
socialnicheguru → created an issue.
Also I am open to collaborating:
https://www.drupal.org/project/uber_affiliate →
no that is not the change that i wanted.
socialnicheguru → created an issue.
While this does not effect 2.0 releases yet because the line is not in composer, it does effect the 2.0.x-dev release.
Then it probably is just a restraint issue in composer.json and .info.yml to allow ai:ai 1.0.x-dev || 1.1.x-dev
🐛 Update to use ai 1.1.x-dev Active
socialnicheguru → created an issue.
Does not apply to 3.x-dev
#6 is a bad patch. it adds .orig files
socialnicheguru → created an issue.
Will sms 4.x also work with Drupal 10.4 and 11 ?
https://git.drupalcode.org/project/shs/-/tree/3.0.x/modules/shs_chosen?r...
This belongs in the SHS module queue.
socialnicheguru → created an issue.
socialnicheguru → created an issue.
socialnicheguru → created an issue.
socialnicheguru → created an issue.
I just took a quick peak at the MR and saw:
diff --git a/composer.json b/composer.json
index f5f380a65bff59d87a62ee7ffb9928d1b317dd23..9ab54755ad21f72d612afe5a8dadcf28fb13277f 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,8 @@
"drupal/devel_generate": ">=4",
"drupal/workbench_moderation": "*",
"drupal/workbench_moderation_actions": "*",
- "drupal/commerce": "^2 || ^3"
+ "drupal/commerce": "^2 || ^3",
+ "drupal/eca": ">=2"
},
Now I see that ECA is being added to require-dev not require.
Could this be a submodule that depends on eca? Making the main scheduler module depend on eca seems more than is needed for a simple installation.
if I apply 🐛 getResults is not returning the correct results Needs review like it says, this MR does not apply to 2.0.x.
Referenced 🐛 Autocomplete field doesn't allow to reference entities with long titles Needs work
Is there a difference between $74 and #75?
As per, https://github.com/steverhoades/oauth2-openid-connect-server/blob/v3.0.1..., there might be cases like mine where ^8.4 was being installed but I needed 9.2 and above.
I had to explicitly call ^9.2 to ensure that got enabled
So i added "league/oauth2-server": "^9.2" to my composer file and it did work.
So was taking it out a regression?
I did have to do some work to accommodate which I am including if it will help others:
I also had to add this to my composer.json: "lcobucci/jwt":"5.5 as 4.0" to accommodate the change as a few modules (commerce_authnet and indieweb use lcobucci/jwt":^4.0"
@bojan_dev, league/oauth2-server was removed as a requirement in [##3277256:]:
- "league/oauth2-server": "^8.5 || ^9.0",
- "steverhoades/oauth2-openid-connect-server": "^2.6",
+ "steverhoades/oauth2-openid-connect-server": "^3.0",
socialnicheguru → created an issue.
socialnicheguru → created an issue.
socialnicheguru → created an issue.
Can place this in your composer.json:
"hubspot/hubspot-php": "5.3 as 3.2",
socialnicheguru → created an issue.
@scott_euser in #8 is correct.
This does break https://www.drupal.org/project/ai_vdb_provider_milvus: →
"PHP message: PHP Fatal error: Declaration of Drupal\ai_vdb_provider_milvus\Plugin\VdbProvider\MilvusProvider::vectorSearch(string $collection_name, array $vector_input, array $output_fields, mixed $filters = '', int $limit = 10, int $offset = 0, string $database = 'default'): array must be compatible with Drupal\ai\AiVdbProviderInterface::vectorSearch(string $collection_name, array $vector_input, array $output_fields, Drupal\search_api\Query\QueryInterface $query, string $filters = '', int $limit = 10, int $offset = 0, string $database = 'default'): array in drupal-10.4.x/html/modules/contrib/ai_vdb_provider_milvus/src/Plugin/VdbProvider/MilvusProvider.php on line 597
This is part of 13@alpha also and should be updated.
I have not set anything up yet, no credentials, etc.
I uninstall it on Drupal 10.4, php8.2, zoomapi 3.x.
I apply the patch.
i install zoomapi.
I get the above error in #12
I cannot use drush to clear cache
How about group 2.x?
Does not work on the latest dev#34ccd9343
does not apply to shs 3@beta3
socialnicheguru → created an issue.
Conflicts with ✨ Add a mapping target to media field Needs review
Conflicts with 🐛 Feed items are constantly updated due to missing entity reference Active
This conflicts with
🐛
Config schema is wrong and changing the available blocks for a "Block (plugin)" field produces a Recoverable fatal error
RTBC
I think that issue addresses the fix to this one.
This might possibly be a duplicate
socialnicheguru → created an issue.
socialnicheguru → created an issue.
No worries. I am here to try and help out.
It does not apply to cer 5.0.0-beta4
This module is actually still needed especially if you are creating any type of project management system.
I would focus on Drupal 10 release and close all other issues prior.
I do need help in understanding the development/testing pipeline in Drupal.
This appears to be a duplicate of 💬 Port to D10 Active
The fixes in this patch are part of that other patch, Port to D10.
If not please reopen.
This appears to be a duplicate of 💬 Port to D10 Active
The fixes in this patch are part of that other patch, Port to D10.
If not please reopen and revert to RTBC
This appears to be a duplicate 💬 Port to D10 Active
The fixes in this patch are part of that other patch, Port to D10.
If not please reopen.
slight update. the patch was not applying
Does not work on redis 1.9.
Does not work on Redis 1.9
Sorry not a bug.
It would be nice to have it be part of the AI initiative.
socialnicheguru → created an issue.
Is this available for 2.0?
socialnicheguru → created an issue.
Sorry. I was looking at the wrong version.
socialnicheguru → created an issue.
socialnicheguru → created an issue.
socialnicheguru → created an issue.
this seems to work for me
What is the initial value of $sandbox['#finished'] or when it is done? is there any possibility that it will be zero and cause an error?
if there is a hook_install shouldn't there also be an accompanying update_hook for those that already have the module installed or maybe I just missed it?
It is being used in production
You are right. it is early here and no coffee. please forgive me.
I did mean it the other way around
Why was MR35 created when MR19 was already RTB (sorry about that)?
MR35 is RTB. Why was MR19 created?