-
converted functions to the correct names so that it works blocks still render as array but initial port correctly interprets previously created modules for regions!
-
initial port attempt to D7
-
provide fallback in case original_regions doesn't exist There are strange instances where original_regions won't be populated when this is called (like distro install before caches are rebuilt) and throw errors, this traps for it
-
coder audit
-
Issue #1368990 by btopro, scottrigby: allow modules to provide a custom block render callback in hook_define_regions()
-
Issue #1368990: remove regions_theme(), splitting the functionality between: a new function _regions_blocks(), a new theme_block() wrapper function _regions_theme_block(), and move output to regions_footer()
-
Issue #1365644 by btopro: stash original_regions in system info, to be retreived in _regions_list() for comparison
-
Credits belong in readme
-
Issue #1365644 by scottrigby: Refactor _regions_list() to check if the active theme defines regions before adding. Add new requirement to hook_define_regions(). Clean up comments. Drop project property. Expect modules to provide the path to css & js. Update api doc.
-
Initial commit based on the drupal.psu.edu branch