moodle/mod/resource
tjhunt d4a03c00ea themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme
The code to print blocks in now in theme layout.php files. (Or in
moodle_core_renderer::handle_legacy_theme)

Code for printing blocks everywhere else has been stripped out.
(Total diffstat 1225 insertions, 2019 deletions)

The way the HTML for a block instance is generated has been cleaned
up a lot. Now, the block_instance generates a block_contents
object which gives a structured representation of the block,
and then $OUTPUT->block builds all the HTML from that.

How theme config.php files specify the layout template and block
regions by page general type has been changed to be even more flexible.

Further refinement for how the theme and block code gets initialised.

Ability for scrits to add 'pretend blocks' to the page. That is,
things that look like blocks, but are not normal block_instances.
(Like the add a new block UI.)

Things that are still broken:
 * some pages in lesson, quiz and resource. I'm working on it.
 * lots of developer debug notices pointing out things that
   need to be updated.
2009-07-09 07:35:03 +00:00
..
db MDL-16438 dixed resource borking install - no code execution in lib.php files! 2009-07-02 15:01:22 +00:00
simpletest MDL-19579 code coverage - add more initial $includecoverage attributes 2009-06-26 18:12:05 +00:00
type javascript-UFO MDL-19738 Stopped ufo.js being included in outputlib and included it in each place it was actually being used. 2009-07-08 04:12:11 +00:00
backuplib.php MDL-18910 normalised module intro and introformat 2009-04-20 19:42:38 +00:00
filter.php MDL-18244 sql_length() - apply new function to resource names filter ; merged from 19_STABLE 2009-02-15 23:23:41 +00:00
icon.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
index.php MDL-18910 full support for module intro editor with embedded images 2009-04-22 05:10:08 +00:00
lib.php themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
mod_form.php MDL-18910 full support for module intro editor with embedded images 2009-04-22 05:10:08 +00:00
restorelib.php MDL-18910 normalised module intro and introformat 2009-04-20 19:42:38 +00:00
settings.php MDL-12711 use 'checked' value for enabled resource_popup; merged from MOODLE_19_STABLE 2007-12-23 11:50:23 +00:00
version.php MDL-18910 normalised module intro and introformat 2009-04-20 19:42:38 +00:00
view.php forum: MDL-19119 missing requires now course/lib.php is not included everywhere. 2009-05-08 09:00:41 +00:00