Account created on 14 April 2011, almost 14 years ago
#

Merge Requests

Recent comments

🇩🇪Germany majid.ali

Added documentation for styled google maps version 3

🇩🇪Germany majid.ali
  1. Install https://www.drupal.org/docs/contributed-modules/entity-update module
  2. Take backup of entities we are going to update (teaser_entity, media_excerpt, question, user) by using this command. drush upe ENTITY_TYPE_ID --bkpdel
     Update Entities basic way.
  3. This method is does not work if any of the entity contains data.
    drush upe --basic
  4. This method is generate an error if can't use the basic method (But recommended to try before --all method).
    drush upe --basic --force
  5. Create entities from entity backup database.
    If entity recreation failed (on drush upe --all), You can you this option to
    create entities from entity backup database.
    drush upe --rescue
  6. Cleanup entity backup database
    drush upe --clean

    https://www.drupal.org/docs/8/modules/entity-update/entity-update-from-drush


     
🇩🇪Germany majid.ali

It happens due to wrong configs during migration. I am closing this issue.

🇩🇪Germany majid.ali

I had the same problem and i found that default input value for filter ('All') was overwritten in the filter. I have rolled out a patch that fix the problem.

🇩🇪Germany majid.ali

I have update the #11 Cache external addtoany JS library and update the local cache with cron Needs review patch.

  1. Added a update hook to download scripts for existing projects using this module.
  2. Added install hook to to do the same for new installs.
  3. Added schema constraints.
  4. Found an issue that Drupal cleanup job deletes everything in public://js directory after 30 days \Drupal\Core\Asset\JsCollectionOptimizer::deleteAll(). Therefore we have to move scripts from public://js/addtoany/menu/ to public://addtoany/menu/
🇩🇪Germany majid.ali

If entered wrong aspect ratio #13 throws an error. The aspect ratio needs to be validated before saving. I therefore updated #13 with it.

Production build 0.71.5 2024