-
Adding a node edit form scheduling CTools content type.
-
Fixing issue where the hook_field_formatter_prepare_view() is not run before running hook_field_formatter_view().
-
Fixing issue that prevents multiple formatter fields from being used in a given entity bundle.
-
Issue #1473618: Using widget settings and making compatible with views.
-
Reorder Panelizer menu tabs from most used (content) to least used (settings). This change allows our permissions system to function. We currently do not want editors to have access to settings tab but we need them to be able to change the layout and content. This fixes an issue where when we have the above need, the Panelizer tab is not displaying because it defaults to settings which is the least used and (in our case) least desirable Panelizer page to land on since our editors most often want to modify the content placement.
-
Adding a Panelizer default selector node form content type plugin. This is so that we can use default selection when we build our node forms through the page manager with variants.
-
Fixing a misspelling in hook_perm() that was preventing the settings pages from being displayed.
-
Initial commit of drush_git module.
-
Fixing an issue with the display of the discounts on the product cart form. See issue #654120
-
Made slight modifications to the README file and eliminated the package information in the old info file.