Skip to content

Instantly share code, notes, and snippets.

@Quilted
Last active August 29, 2015 14:06
Show Gist options
  • Save Quilted/204b15915b76702eeaf2 to your computer and use it in GitHub Desktop.
Save Quilted/204b15915b76702eeaf2 to your computer and use it in GitHub Desktop.
Patches: frequently used modules not included in drush-git

@font-your-face

Addressfield

Auto Entity Label

  • auto_entitylabel-ensure_entity_exists.patch (see NPX repo)
    • We want to prevent behat testing related exceptions from being thrown because auto_entitylabel does not always correctly check to make sure the entity exists.
    • This patch should always be applied.

Flag

  • flag_tpl_throbber-2207079-1.patch
    • Last checked Apr 2, 2014.
    • See issue #2207079: Only display throbber when the flag type is toggle.
    • Problem: Flag throbber should only display when the flag type is toggle. Right now it is always displaying causing unwanted theming.
    • Patch: Explicitly checks the flag type before displaying the toggle.

LoginToboggan

  • logintoboggan-custom-message-variables-254732-15.patch
    • Last checked March 8, 2014.
    • See issue #254732: custom messages.
    • Problem: LoginToboggan has hard-coded all the drupal_set_message()s.
    • Patch: Uses variables so that admins can override the messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment