Account created on 9 February 2012, almost 13 years ago
#

Merge Requests

Recent comments

🇮🇳India zeeshan_khan

I tried to apply #8 patch got following errors.

git apply --check advagg-d11-2.patch
error: patch failed: advagg.info.yml:1
error: advagg.info.yml: patch does not apply
error: patch failed: advagg_bundler/advagg_bundler.info.yml:1
error: advagg_bundler/advagg_bundler.info.yml: patch does not apply
error: patch failed: advagg_cdn/advagg_cdn.info.yml:1
error: advagg_cdn/advagg_cdn.info.yml: patch does not apply
error: patch failed: advagg_css_minify/advagg_css_minify.info.yml:1
error: advagg_css_minify/advagg_css_minify.info.yml: patch does not apply
error: patch failed: advagg_ext_minify/advagg_ext_minify.info.yml:1
error: advagg_ext_minify/advagg_ext_minify.info.yml: patch does not apply
error: patch failed: advagg_js_minify/advagg_js_minify.info.yml:1
error: advagg_js_minify/advagg_js_minify.info.yml: patch does not apply
error: patch failed: advagg_mod/advagg_mod.info.yml:1
error: advagg_mod/advagg_mod.info.yml: patch does not apply
error: patch failed: advagg_old_ie_compatibility/advagg_old_ie_compatibility.info.yml:1
error: advagg_old_ie_compatibility/advagg_old_ie_compatibility.info.yml: patch does not apply
error: patch failed: advagg_validator/advagg_validator.info.yml:1
error: advagg_validator/advagg_validator.info.yml: patch does not apply

🇮🇳India zeeshan_khan

@benstallings - You have added "Related issues: #3465786: Add support for Drupal 11" this one is for tailwindcss project not for encrypt so I am opening it again.
Please correct me if I'm wrong.

🇮🇳India zeeshan_khan

@bunty oberoi - @adarshv MR has only css changes but theme is using scss need to convert the styles to scss.

🇮🇳India zeeshan_khan

@esha_kundu - Thank you for the fixes everythings looks good to me however your merge request has a conflict that needs to be fixed in order to merge the PR.

🇮🇳India zeeshan_khan

@maxilein - Yes, Either you choose create a proper field of this module or you can use its display widget for core number field it works in both ways.

🇮🇳India zeeshan_khan

Manual Test
I did a manual test on your patch I think you're creating a patch with older branch please check the "1.0.x" it already has all the PHPcs fixes.

🇮🇳India zeeshan_khan

@radheymkumar - Thank you for adding support by color field.
Manual Test
I did manual test on your patch and its working absolutely fine.

🇮🇳India zeeshan_khan

@atul_ghate - Thanks for fixing those issues However, I tried to test the patch but its not getting apply giving such errors.

🇮🇳India zeeshan_khan
.tabs ul.primary li a {
    border: unset!important;
  }

Can we not use !important as its not a good practice and may have dangerous impact on other components in component base structure.

🇮🇳India zeeshan_khan

Looks Good to me Thanks for fixing that.

🇮🇳India zeeshan_khan

This one looks ok to me Thanks for fixing that.

🇮🇳India zeeshan_khan

@alok - Same issue here your MR has all other commits.
Need to rebase and keep the commit only related to this issue

🇮🇳India zeeshan_khan

@alok - Same issue here your MR has all other commits.
Need to rebase and keep the commit only related to this issue

🇮🇳India zeeshan_khan

@alok - Same issue here your MR has all other commits.
Need to rebase and keep the commit only related to this issue

🇮🇳India zeeshan_khan

@alok - Thanks for fixing these issues. However your merge request is showing multiple commits some are not related to the scope of this issue.
Can you rebase it and raise MR again with the fix related to this issue only?

🇮🇳India zeeshan_khan

Also whole logic of increasing the number of slides is failing.
And Please provide steps to reproduce the issue

🇮🇳India zeeshan_khan

theme_get_setting('no_of_slide') == '' ? '5' : theme_get_setting('no_of_slide') Instead of using direct function try to inject service wherever possible.

$theme_handler = \Drupal::service('theme_handler');

// Get a setting from 'creative_innovative' theme.
$logo = $theme_handler->getThemeSetting('no_of_slide', 'creative_innovative');

Something like that.
Thanks

🇮🇳India zeeshan_khan

Thanks for fixing this issue.
I needed this fix for D10.1.8 so I have re-rolled it as patch.

🇮🇳India zeeshan_khan

Solution:
After digging it a lot I came up with a solution that after upgrade this module needs manual re-install we need to uninstall the module and the re-install it after that we need to include the linkit filter plugin in ckEditor.

Hope this information will help someone!
:)

🇮🇳India zeeshan_khan

@ion.macaria - Can you provide interdiff from #30 as it looks same to me.
Also we still need test case for this as mentioned by @smustgrave in #23
Also we need to update the code as suggested in #28 by @smustgrave I agree that using empty() check in this kind situation can cause deeper problems.

🇮🇳India zeeshan_khan

Do we have any possible solution for this??
This issue starts occurring after upgrade from Drupal 9 to Drupal 10. its not easily reproducible, However if we do lots of content entries it occurs but not every time.

🇮🇳India zeeshan_khan

For Mobile Detect issue please check if the module is upgraded to latest version 3.0.6

🇮🇳India zeeshan_khan

Rerolled patch for 10.1.x, I needed this for very important project.

🇮🇳India zeeshan_khan

I have added a check to confirm only check latest_version_tab if its available.

🇮🇳India zeeshan_khan

Looks like #9 has also passed the PHP test now. Moving back to RTBC.

🇮🇳India zeeshan_khan

@smustgrave I am just checking with latest rebase why it was failing and getting back to Needs work. Because #9 looks absolutely fine and works perfectly.

🇮🇳India zeeshan_khan

Hi @coaston,
Current version of the module works with view modes. In order to work with views you'll have to choose content and display mode in Format section. I am attaching the SS for your reference.

🇮🇳India zeeshan_khan

@coaston - Can you provide more details how can we reproduce the issue you mention?

🇮🇳India zeeshan_khan

Above mentioned patch is not working from composer so updated patch to work with composer install.

🇮🇳India zeeshan_khan

@arpitk - Thanks for the patch!
Manually tested code works fine.

🇮🇳India zeeshan_khan

Please fix this \ No newline at end of file in static_server.routing.yml

🇮🇳India zeeshan_khan

@dineshkumarbollu - everything seems to be fine accept one. Can you resolve this one \ No newline at end of file Thanks

🇮🇳India zeeshan_khan

Thanks @arpitk - Patch works absolutely fine.

🇮🇳India zeeshan_khan

Thanks @arpitk - for the fix and Thanks @clarkssquared - for the review.

🇮🇳India zeeshan_khan

@sonam_sharma - issue summary is not descriptive kindly update how to reproduce the issue.

🇮🇳India zeeshan_khan

@arti_parmar - "Irrelevant" Did check project detailes?
latest released 9.1.x already is compatible with d10.

P.S Kindly install and test the project in actual scenario before creating issues
Thanks

🇮🇳India zeeshan_khan

error: patch failed: creative_innovative.theme:209
error: creative_innovative.theme: patch does not apply

Your patch doesn't apply

🇮🇳India zeeshan_khan

Manual Review!
@sonam_sharma - I did a quick review of your patch I am getting this error.

error: git diff header lacks filename information when removing 1 leading pathname component (line 5)

🇮🇳India zeeshan_khan

@sonam_sharma - Wondering status should be Needs review or Patch (to be ported)?

🇮🇳India zeeshan_khan

@maxilein - Thanks for creating the issue.
#1 - Its a field type
#2 - Its takes the field value as a percentage. e.g, - this field will allow you enter values from 1 to 100 and then it will show that value as percentage.

Production build 0.71.5 2024