moodle/my
Sam Hemelryk 225c418fd2 MDL-41511 blocks: improved how custom block regions were being rendered.
There is a new theme property 'blockrendermethod' that can be set by the
theme in its config.php and tells Moodle what method it is using to render
blocks in the layout files.
Either blocks, or blocks_for_region.
Then when adding custom block regions to a page content we ensure we use
the same method the theme is using elsewhere.

This is really a hack becuase we (I) didn't properly deprecate
blocks_for_region when I added the blocks method.
2014-04-06 15:17:47 +12:00
..
tests/behat MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
index.php MDL-41511 blocks: improved how custom block regions were being rendered. 2014-04-06 15:17:47 +12:00
indexsys.php MDL-41511 blocks: improved how custom block regions were being rendered. 2014-04-06 15:17:47 +12:00
lib.php MDL-26680 my page My Moodle "reset to default" button 2014-01-21 22:36:24 +00:00