-
Fixes #1510452 - found by klickreflex - Base theme CSS is not included
-
Fixes #1510452 - found by klickreflex - Base theme CSS is not included
-
Changed hook_update_N() version numbers accordingly to branch, in order to avoid conflicts with 7.x-1.x release. Upgrades should pass even if already done without harm.
-
Merge latest fixes from 7.x-2.x branch
-
Fixes #1393126, reported by mzealey: Added a new behavior option allowing the module to respect the 'preprocess' flag given by modules. Fixes a typo error in hook_help() implementation. Internal refactor in order to have a single entry point for potential exclusion rules. All sites that would need the new options needs to wipe out their file cache and re-learn their files.
-
Minor typo fix, does not change any behavior
-
Minor fix, using __DIR__ instead of dirname(__FILE__)
-
Cherry picked 1.x branch patch
-
Fixes #1341308 - thanks to peterx - A non finished feature was causing bad PHP notices
-
Cherry picked 1.x branch patch for #1338416