]> git.mjollnir.org Git - moodle.git/commit
MDL-19077 - Finish eliminating customcorners-specific code in core.
authortjhunt <tjhunt>
Mon, 29 Jun 2009 08:17:31 +0000 (08:17 +0000)
committertjhunt <tjhunt>
Mon, 29 Jun 2009 08:17:31 +0000 (08:17 +0000)
commita5cb8d6987e90d976330580935339513b66b138e
treef833bac1ebefa3cf248e075ae8db32ea88c8b668
parent82afb58797e0acdae63ba0c8ab58841a0d214fbc
MDL-19077 - Finish eliminating customcorners-specific code in core.

The custom-corners-specific code now in theme/customcornser/renderers.php
and lib/deprecatedlib.php.

Also, $CFG->pixpath is now causing more problems than ever. If it is
giving your problems, please call $OUTPUT->initialise_deprecated_cfg_pixpath()
as a temporary fix. As you can imagine, we are thinking about a better
long-term fix, which is why that method as a silly, and easy to grep name.
lib/deprecatedlib.php
lib/outputlib.php
lib/weblib.php
mod/quiz/edit.php
mod/resource/type/ims/javascript.php
question/category_class.php
theme/custom_corners/README.html
theme/custom_corners/config.php
theme/custom_corners/renderers.php [new file with mode: 0644]