]> git.mjollnir.org Git - moodle.git/commit
themes: MDL-19077 - more work on the theme_config class.
authortjhunt <tjhunt>
Tue, 7 Jul 2009 05:05:06 +0000 (05:05 +0000)
committertjhunt <tjhunt>
Tue, 7 Jul 2009 05:05:06 +0000 (05:05 +0000)
commitfdeb7fa1920b4e55e0526af68232b481757498e3
treeb747291451a60bd1d15c355f632d64733a0a86a0
parent87b6851cf97d4ef98c7464fc20d7b8dfe711f82c
themes: MDL-19077 - more work on the theme_config class.

* Writing lots more PHPdoc comments for all the settings.
* Strip the comments from the standard theme config.php (see below)
* Move finding the layout template from moodle_core_renderer to the theme_config class
* Move loading meta.php files from moodle_core_renderer to the theme_config class
* MDL-19719 Remove support for $THEME->langsheets, and lang/.../styles.php
* MDL-19719 Put the Vietnamese-specific code into the standard theme
* Support for styles.php in all plugin types (at the theme's discretion). (c/f MDL-16438)
* More PHP doc comments for moodle_core_renderer methods.

About stripping comments from config.php: I'm not sure if this
is a good idea, and I may revert this bit. I am hoping that once
http://phpdocs.moodle.org/HEAD/moodlecore/theme_config.html has
been updated, that will be better than copying and pasting these
comments into every theme. I intend to post in the themes forum
to canvas opinions.
lib/outputlib.php
theme/standard/config.php
theme/standard/styles_fonts.css
theme/standardwhite/config.php
theme/styles.php